-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Updating Blueprint SDK to use latest swagger (doc updates + RG tagging + lock mode change) #5421
Updating Blueprint SDK to use latest swagger (doc updates + RG tagging + lock mode change) #5421
Conversation
…mentation (description) updates
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.
Is this from the latest swagger? I can't see the AssignmentLockMode changes.
…ng the SDK version
I've now integrated your changes and updated the release notes/version. |
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.
Please generate the code using generate.ps1 script and commit all changes generated.
Done. |
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.
LGTM
will merge once CIs pass |
…g + lock mode change) (Azure#5421) * Adding "Tags" property to ResourceGroupDefinition. Taking latest documentation (description) updates * Bumping version * Taking another change from the spec repo (lock mode update) and bumping the SDK version * Bumping version in AssemblyInfo * Adding changes (metadata) generated via generate.ps1 per request from branch owners
…g + lock mode change) (Azure#5421) * Adding "Tags" property to ResourceGroupDefinition. Taking latest documentation (description) updates * Bumping version * Taking another change from the spec repo (lock mode update) and bumping the SDK version * Bumping version in AssemblyInfo * Adding changes (metadata) generated via generate.ps1 per request from branch owners
A minor update to the Blueprint SDK that adds support for RG tagging (see PR Azure/azure-rest-api-specs#5263 and ResourceGroupDefinition.cs), updates lock mode constants, and takes recent description updates made by our documentation writers.