Skip to content
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

add bcd link for cli upgrade #3768

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs-ref-conceptual/media/azure-cli-diff-site.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-ref-conceptual/media/command-change.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion docs-ref-conceptual/update-azure-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,15 @@ az config set auto-upgrade.all=no
If you decide not to use the automatic update feature any more for cases like keeping command scripts running stably, you can turn it off through configuration.
```azurecli
az config set auto-upgrade.enable=no
```
```
## Analyzing the impact of the update

The Azure cli also provides a reference command, [az command-change](https://github.com/Azure/azure-cli-extensions/tree/main/src/command-change) and a website, [azure-cli-diff-site](https://azure-cli-diff-site.azurewebsites.net/), to help you examine changes between CLI versions. Use the version comparison list provided to prepare your scripts for a version update. See [Breaking change detection for the Azure CLI](https://github.com/Azure/azure-cli/blob/dev/doc/breaking_change_detection_guidelines.md) for more information.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The links provided here should point to the conceptual and reference documentation associated with the command.


### command-change
Here is example output for [az command-change](https://github.com/Azure/azure-cli-extensions/tree/main/src/command-change):
![command-change-usage-example](media/command-change.gif)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The animated gif is a challenge in terms of accessibility and does not add much value. Please consider converting this to static text.


### azure-cli-diff-site
Here is example output from the [azure-cli-diff-site](https://azure-cli-diff-site.azurewebsites.net/):
![azure-cli-diff-site-usage-example](media/azure-cli-diff-site.gif)