[ARM] Deployment stacks What-If support#32854
Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| stack-whatif | sub group stack-whatif added |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
a5a243b to
42c7914
Compare
|
please refer to the following log and instruction to fix the "Verify latest index assets" error: |
@yanzhudd Pushed change. Ran |
…changes. Added --with-property-changes to "stack-whatif show", default to false.
10cbf1b to
014f295
Compare
|
PR updated, ready to review again. |
|
Friendly ping on review for this PR |
|
Please do not automatically merge this. I will merge when ready. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Hi @kalbert312 |
|
It needs to be delayed to the July release.
…------ Original Message ------
From "Julie Zhu" ***@***.***>
To "Azure/azure-cli" ***@***.***>
Cc "Kyle Albert" ***@***.***>; "Mention"
***@***.***>
Date 5/24/2026 9:01:03 PM
Subject Re: [Azure/azure-cli] [ARM] Deployment stacks What-If support
(PR #32854)
yanzhudd left a comment (Azure/azure-cli#32854)
<#32854 (comment)>
Hi @kalbert312 <https://github.com/kalbert312>
may I ask whether this PR is ready to review/merge? Please note Azure
CLI's code completion time for the upcoming release is on 05/26/2026 at
06:00 UTC. If you want to catch up this release train, please let us
know asap.
—
Reply to this email directly, view it on GitHub
<#32854 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ6N7546QCEIQDPMLTXRFL44OLM7AVCNFSM6AAAAACV7WESOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DKMZQG43DINJZGY>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.
|
Related command
az stack-whatifDescription
Adds
stack-whatifcommands to Az CLI. This is a new resource type in ARM that stores previews of operations on deployment stacks. This may become a subcommand, or a flag to existing stack commands in the future, depending on customer feedback. The reason this is not added as a subcommand now is there is a subcommand hierarchy conflict:az stack what-if groupconflicts withaz stack groupwherewhat-ifis an action vsgroupwhich is a scope.az stack group what-ifwould operate on a what-if entity, not a stack, which conflicts with the hierarchy.Happy to take other suggestions if
az stack-whatifis not desired.Testing Guide
See
test_resource_stacks.pyfor live test examples. Note at the time of writing, these commands currently only work in Canary regions, but full prod availability is expected by the end of the month.History Notes
[ARM]
az stack-whatif group/sub/mg: Add deployment stacks what-if commandsThis 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.