-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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] Add trigger evaluation methods #10688
Conversation
@calecarter FYI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The generated code looks good to me, but it seems some tests are failing because sub id cannot be found in the recordings, e.g. https://github.com/Azure/azure-sdk-for-net/pull/10688/files#diff-812a913339e9ce75af8516e7a5973d4fR71
@pilor could you try recording them again? Thanks
Yeah, I was trying to solve this yesterday. The "SubscriptionId" only gets persisted in the recording when I run the tests individually. When run together (in VS or via the dotnet command line) it is not persisted. I'll run each individually for now to unblock but its odd behavior. |
@isra-fel test recording problem has been fixed |
Generating off the latest PolicyInsights swagger spec. This adds methods for triggering compliance evaluation on a scope and adds policy entity version columns to policyStates query responses.