-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[ARM] BREAKING CHANGE: az stack mg create
: Enable mg scoped deployments for mg scoped stacks
#27709
[ARM] BREAKING CHANGE: az stack mg create
: Enable mg scoped deployments for mg scoped stacks
#27709
Conversation
🔄AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
az stack mg create
: Enabling mg scoped deployments for mg scoped stacks.
az stack mg create
: Enabling mg scoped deployments for mg scoped stacks.az stack mg create
: Enable mg scoped deployments for mg scoped stacks.
az stack mg create
: Enable mg scoped deployments for mg scoped stacks.az stack mg create
: Enable mg scoped deployments for mg scoped stacks
@zhoxing-ms Could you help us out with the job that is failing? Seems like an extension is failing to be loaded in and I am unsure if has been caused by my changes. |
Hi @zhoxing-ms and @yonzhan - friendly ping for review here. We are targeting the upcoming code complete day in the next 6 days, and would love to get this in the next release. |
Please fix CI issues |
@yonzhan It's unclear to me what is happening in the Test Extensions Loading Python311 job. Could you take a look? |
@dantedallag This issue has been fixed in |
1774015
to
14d237c
Compare
@bebound @zhoxing-ms @yonzhan Issues have been addressed and all checks are passing. Please continue review. |
@zhoxing-ms @yonzhan @bebound - friendly ping on review here. Thanks! |
…ents for mg scoped stacks (Azure#27709)
Related command
az stack mg create
Description
MG scoped stacks used to always have the underlying deployment deployed to the default subscription scope (if another subscription is not supplied). We now want the underlying deployment to deploy to the default mg scope if no deployment subscription is provided.
There is also a change to the logic for handling a sub scoped stack with an underlying deployment scoped to a resource group. This was changed to match the first change, as they are the same case of a stack with a lower scoped underlying deployment.
Testing Guide
History Notes
[ARM] BREAKING CHANGE:
az stack mg create
: Not supplying--deployment-scope
will no longer default the underlying deployment to the current subscription scope, but to the mg scope of the deployment stack.This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.