-
Notifications
You must be signed in to change notification settings - Fork 207
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
Ignore volatile properties when deciding whether to reconcile a resource #2026
Comments
Related to #1491 |
No change on the above comment |
Ideally, a solution to this would also allow us to support #2938 - the only difference is the source of the request to ignore the property. |
This ties in with diffing, but is not currently needed so not worrying about this quite yet. |
No change from above. |
No change from the above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're planning on comparing the resource-as-defined with the resouce-as-read-from-ARM and doing a reconciliation between the two (First steps towards this are PR #2022 and Issue #1491).
As already discussed, we're expecting some false positives due to properties that are service defined and likely to change regularly.
We should look to use the proposed
x-ms-volatile
property from the Swagger specs to eliminate these properties from consideration.The text was updated successfully, but these errors were encountered: