-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
refactor: updating monitor to use hashicorp/go-azure-sdk #21392
Conversation
a70c224
to
fe1696d
Compare
Hi @catriona-m - We have a new test failure:
Could you look into it? (seems to be a missing enum here ) |
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.
Thanks @catriona-m - LGTM 👍
string(insights.OperatorGreaterThanOrEqual), | ||
string(insights.OperatorLessThan), | ||
string(insights.OperatorLessThanOrEqual), | ||
string(insights.OperatorNotEquals), |
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.
Noting here for posterity: Discussed that this is not a breaking change as the value is rejected by the API and not present in the OpenAPI spec.
This functionality has been released in v3.52.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
No description provided.