-
Notifications
You must be signed in to change notification settings - Fork 3.4k
{Release} Upgrade to Azure CLI 2.21.0 #17360
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9171f63
update azure-cli version to 2.21.0
azclibot d4cb625
Update src/azure-cli/HISTORY.rst
kairu-ms ee8df03
Update src/azure-cli/HISTORY.rst
kairu-ms dcc0f2f
Update src/azure-cli/HISTORY.rst
kairu-ms 3237d51
Update src/azure-cli/HISTORY.rst
kairu-ms 28d4adc
Update src/azure-cli/HISTORY.rst
qwordy e17b17f
Update src/azure-cli/HISTORY.rst
kairu-ms 2c18a15
Update src/azure-cli/HISTORY.rst
kairu-ms 2d334ae
Update src/azure-cli/HISTORY.rst
kairu-ms 606976c
Update src/azure-cli-core/HISTORY.rst
qwordy 39c63df
Update src/azure-cli/HISTORY.rst
kairu-ms 3b77166
Update src/azure-cli/HISTORY.rst
qwordy 772d518
Update src/azure-cli/HISTORY.rst
kairu-ms 50fc446
Update src/azure-cli/HISTORY.rst
kairu-ms a0cc939
Update src/azure-cli/HISTORY.rst
kairu-ms d377e92
Update src/azure-cli/HISTORY.rst
kairu-ms fa5ed41
Update src/azure-cli/HISTORY.rst
kairu-ms c53348b
Update src/azure-cli/HISTORY.rst
kairu-ms 1f193d2
Update src/azure-cli/HISTORY.rst
kairu-ms 78dd472
Update src/azure-cli/HISTORY.rst
kairu-ms c3fc25c
Update src/azure-cli/HISTORY.rst
kairu-ms 0b806c2
Update src/azure-cli/HISTORY.rst
kairu-ms 991cd45
Update src/azure-cli/HISTORY.rst
kairu-ms e1c0e5a
Update src/azure-cli/HISTORY.rst
kairu-ms 38abd3d
Update HISTORY.rst
kairu-ms 3ee78fe
Update src/azure-cli-core/HISTORY.rst
kairu-ms b547748
Update src/azure-cli/HISTORY.rst
kairu-ms 16dfadb
Update src/azure-cli/HISTORY.rst
kairu-ms 8912ba1
Apply suggestions from code review
fengzhou-msft 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,125 @@ | |
| Release History | ||
| =============== | ||
|
|
||
| 2.21.0 | ||
| ++++++ | ||
|
|
||
| **ACR** | ||
|
|
||
| * Output a trace in `az acr login` for self-diagnosing potential docker command latency (#17115) | ||
| * Fix #17172: When run check-health behind corporate proxy (#17177) | ||
| * `acr update`: Support anonymous pull (#17006) | ||
| * Fix #16700: Use "exists" api to check storage blob existence (#17299) | ||
|
|
||
| **AKS** | ||
|
|
||
| * `aks update`: Add `--no-uptime-sla` (#17192) | ||
| * Fix cross-sub assigning identity error and attach acr error (#17281) | ||
| * Add support for node public IP prefix ID (#17138) | ||
|
|
||
| **APIM** | ||
|
|
||
| * [BREAKING CHANGE] `apim backup`: `--storage-account-container` not support multi-value. (#17315) | ||
| * [BREAKING CHANGE] `apim restore`: `--storage-account-container` not support multi-value. (#17315) | ||
|
|
||
| **App Service** | ||
|
|
||
| * [BREAKING CHANGE] Fixes #16087: `az webapp config ssl create`: set `--name` parameter as required. (#17079) | ||
|
fengzhou-msft marked this conversation as resolved.
Outdated
|
||
| * Fix #17053: `az webapp show` returning null values for SiteConfig properties (#17054) | ||
| * Fix #17207: `az webapp log config`: 'level' always defaults to verbose (#17259) | ||
|
|
||
| **ARM** | ||
|
|
||
| * `az bicep build`: fix an issue where build warnings are not shown (#17180) | ||
|
|
||
| **Backup** | ||
|
|
||
| * Add `id_part` for sub-resource names to fix `--ids` (#17165) | ||
|
kairu-ms marked this conversation as resolved.
|
||
| * Fix #17094: Created separate test suite for CRR tests (#17183) | ||
| * `az backup protection check-vm`: Add `--vm` and `--resource-group` as optional params (#16974) | ||
|
|
||
| **Cache** | ||
|
|
||
| * GA `az cache` (#17264) | ||
|
|
||
| **CDN** | ||
|
|
||
| * `az afd rule create`: Fix `--help` message (#17282) | ||
|
|
||
| **Compute** | ||
|
|
||
| * Fix a Windows vm user update bug (#17257) | ||
| * Fix #16585: `az vmss deallocate`: `--instance-ids` failed (#17274) | ||
| * `az vm create`: New parameter `--platform-fault-domain` in FLEX VMSS mode (#16409) | ||
| * `az vm create`: `--patch-mode` for Linux VM (#16409) | ||
| * `az ssh vm`: Automatically launch browser when getting certificate fails (#17093) | ||
|
kairu-ms marked this conversation as resolved.
|
||
| * `az vm create`: New parameter `--count` (#17217) | ||
| * `az vm create`: Trusted Launch (#17354) | ||
|
kairu-ms marked this conversation as resolved.
|
||
| * Fix #16037: az vm open-port accepts list of ports (#17255) | ||
|
|
||
| **Extension** | ||
|
|
||
| * Add actionable message when an extension is not compatible with the CLI core (#16751) | ||
|
|
||
| **Key Vault** | ||
|
|
||
| * `az keyvault role definition list`: Support `--custom-role-only` to list only custom role definitions (#17119) | ||
| * Support keyvault custom role definition (#17109) | ||
| * Add `--no-wait` for command `az keyvault security-domain download` and `--target-operation` for command `az keyvault security-domain wait` (#17263) | ||
|
|
||
| **NetAppFiles** | ||
|
|
||
| * `az netappfiles account backup show`: Operation added. (#17173) | ||
| * `az netappfiles account backup delete`: Operation added. (#17173) | ||
| * `az netappfiles account ad add`: Parameter `--ldap-over-tls` added. (#17173) | ||
| * `az netappfiles account create`: Parameter `--encryption` added. (#17173) | ||
| * `az netappfiles account update`: Parameter `--encryption` added. (#17173) | ||
| * `az netappfiles volume create`: Parameter `--encryption-key-source` added. (#17173) | ||
| * `az netappfiles volume create`: Default export policy removed for nfsv4.1 and optional parameters added for setting up an export policy for nfsv4.1: rule_index, unix_read_only, unix_read_write, cifs, allowed_clients (#17173) | ||
|
|
||
| **Network** | ||
|
|
||
| * `az network public-ip prefix create`: Support `--zone 1 2 3` (#17279) | ||
| * `az network lb frontend-ip create`: Support `--zone 1 2 3` (#17279) | ||
| * Bump version from '2020-08-01' to '2020-11-01' (#17290) | ||
| * `az network lb address-pool` : Support subnet when creating or updating an IP-based backend pool of a load balancer. (#17336) | ||
|
|
||
| **Packaging** | ||
|
|
||
| * Add azure-identity dependency (#17277) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move to core?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
kairu-ms marked this conversation as resolved.
Outdated
|
||
|
|
||
| **RDBMS** | ||
|
|
||
| * Added tests for flexible server team pipeline (#16947) | ||
| * Python SDK migration (#17191) | ||
| * Added PostgreSQL database create, show, and delete feature (#17271) | ||
| * Updating Python SDK to 8.1.0b2 (#17359) | ||
|
|
||
| **Role** | ||
|
|
||
| * `az ad app permission list/grant`: Refine error message when no associated Service Principal exists for the App (#17051) | ||
|
|
||
| **Search** | ||
|
|
||
| * `az search`: GA (#17258) | ||
|
|
||
| **Service Fabric** | ||
|
|
||
| * `az sf certificate`: deprecate cluster cert commands. (#17190) | ||
|
|
||
| **SQL** | ||
|
|
||
| * Add Server Trust Group commands (#17275) | ||
|
|
||
| **Storage** | ||
|
|
||
| * Fix #16917: `az storage account generate-sas` fails if a connection string is provided (#17200) | ||
| * Fix #16979: `az storage container create` fails when providing storage container metadata (#17202) | ||
|
|
||
| **Upgrade** | ||
|
|
||
| * Fix #16952: Fix ImportError after upgrade (#17314) | ||
|
|
||
| 2.20.0 | ||
|
kairu-ms marked this conversation as resolved.
|
||
| ++++++ | ||
|
|
||
|
|
||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.