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

AzurePolicyV0: Change summary URL #10136

Merged
merged 2 commits into from
Apr 16, 2019
Merged

Conversation

divman25
Copy link
Contributor

Changing the URL that is used to find out if evaluation was successful or not.

Existing URL retrieves all non-compliant resources, the new API returns the count of non-compliant resources and count of policies that were violated.

{
"@odata.context": "....",
"@odata.count": 1,
"value": [
{
"@odata.id": null,
"@odata.context": "....",
"results": {
"queryResultsUri": "...",
"nonCompliantResources": 11714,
"nonCompliantPolicies": 4
},
.....

@divman25 divman25 merged commit c4a663f into master Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants