Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[policyinsights] Fix next_link #15165

Merged
merged 13 commits into from
Jul 19, 2021
Prev Previous commit
Update readme.md
  • Loading branch information
msyyc authored Jul 16, 2021
commit e4344ba4d12f457486b9f3ca8229fc0da7496fc4
4 changes: 0 additions & 4 deletions specification/policyinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,18 @@ directive:

- suppress: OBJECT_ADDITIONAL_PROPERTIES
from: policyEvents.json
where: $.paths
reason: unnecessary check

- suppress: OBJECT_ADDITIONAL_PROPERTIES
from: policyStates.json
where: $.paths
reason: unnecessary check

- suppress: MISSING_REQUIRED_PARAMETER
from: policyEvents.json
where: $.paths
reason: unnecessary check

- suppress: MISSING_REQUIRED_PARAMETER
from: policyStates.json
where: $.paths
reason: unnecessary check

```
Expand Down