-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[ARM] Deployment stacks What-If support #32854
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
Open
kalbert312
wants to merge
49
commits into
Azure:dev
Choose a base branch
from
kalbert312:kylea/stacks-what-if
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
e9c13be
Add stack-whatif commands.
kalbert312 a7ba6d2
Add no pretty print argument.
kalbert312 5202227
Add boilerplate for print deployment stack what-if results.
kalbert312 c3bb51b
Implement legend output.
kalbert312 fdcea30
Progress on what-if formatting.
kalbert312 04b91ef
Add --no-color parameter.
kalbert312 7a08708
What-if output progress.
kalbert312 098994f
What-if resource change progress.
kalbert312 bbea709
What-if potential resource change progress.
kalbert312 31db7ab
What-if resource deletion summary progress.
kalbert312 2cb3c3b
Add indents automatically.
kalbert312 2018396
Type hints.
kalbert312 158e79b
Diagnostics formatting progress.
kalbert312 9243a11
Fix type logic.
kalbert312 9d9d64f
Fix count.
kalbert312 376f3ac
Split into methods.
kalbert312 cd5c818
Extensible resource output support.
kalbert312 38a237c
Array children rendering fixes and misc refactors.
kalbert312 ddc1813
Array children rendering fixes and misc refactors.
kalbert312 1683673
Remove redundant "change" label.
kalbert312 0870961
Add exclusions for wait command + rg. Is consistent with stack commands.
kalbert312 8a460a7
Fix lint errors. Add resource class formatting method.
kalbert312 679778c
Update extensible resource display.
kalbert312 a3b1e91
Lint fixes.
kalbert312 11a4e68
Add unit test for stacks what-if formatter.
kalbert312 d75a2d1
Add live test class for deployment stack what-ifs.
kalbert312 5fd01a6
Add stack-whatif to service_name.json
kalbert312 5cbbac2
Add missing required params in the stack-whatif help examples.
kalbert312 7f68947
Add missing stack-whatif help entries and adjust examples & descripti…
kalbert312 5c867c3
Adjust help entries. Fix some params on delete.
kalbert312 9718945
Style fixes.
kalbert312 0077f9a
Merge branch 'dev' into kylea/stacks-what-if
kalbert312 40112c2
Fix management group ID parameter.
kalbert312 2c9307c
Add some coverage for printing arguments.
kalbert312 1b0f8b0
Fix test issues. Add stack whatif RG recording.
kalbert312 a24faaa
Merge branch 'dev' into kylea/stacks-what-if
kalbert312 c7ef104
Merge branch 'dev' into kylea/stacks-what-if
kalbert312 429de5f
Minimal changes to ignore extensible resources.
kalbert312 f94a995
Merge branch 'dev' into kylea/stacks-what-if
kalbert312 e63bbea
Run update index script.
kalbert312 2829a1a
Merge branch 'dev' into kylea/stacks-what-if
kalbert312 ce7ce8c
Merge branch 'dev' into kylea/stacks-what-if
kalbert312 d54ba8e
Change to --stack-id per bug bash.
kalbert312 b7f1edb
Rerecord RG live test.
kalbert312 e34539a
Record sub live test.
kalbert312 463dd5b
Record mg live test.
kalbert312 c1eaa4e
Apply suggestions from code review
kalbert312 d6f9e7a
Consistent identifiers printing.
kalbert312 c5d4d90
Fix style issues.
kalbert312 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
commandIndex.latest.jsondropsazure.cli.command_modules.privatednsfrom thenetworkcommand group. Sinceazure/cli/command_modules/privatedns/still exists, this likely breaksaz network private-dns ...command loading under the optimized loader. Please regenerate the command index or re-add the privatedns module to thenetworkentry.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.
Not sure how this happened. I ran the script to update this.