From b5fc599eb23b317d325c1327ec85bbbd539ee4c4 Mon Sep 17 00:00:00 2001 From: Azure CLI Team Date: Fri, 2 Sep 2022 02:25:39 +0000 Subject: [PATCH 01/12] update azure-cli version to 2.40.0 --- src/azure-cli-core/HISTORY.rst | 9 ++ src/azure-cli-core/azure/cli/core/__init__.py | 2 +- src/azure-cli-core/setup.py | 2 +- src/azure-cli/HISTORY.rst | 144 ++++++++++++++++++ src/azure-cli/azure/cli/__main__.py | 2 +- src/azure-cli/requirements.py3.Darwin.txt | 4 +- src/azure-cli/requirements.py3.Linux.txt | 4 +- src/azure-cli/requirements.py3.windows.txt | 4 +- src/azure-cli/setup.py | 2 +- 9 files changed, 163 insertions(+), 10 deletions(-) diff --git a/src/azure-cli-core/HISTORY.rst b/src/azure-cli-core/HISTORY.rst index 48f9da92421..088bfefe3e4 100644 --- a/src/azure-cli-core/HISTORY.rst +++ b/src/azure-cli-core/HISTORY.rst @@ -3,6 +3,15 @@ Release History =============== +2.40.0 +++++++ +* `aaz`: Support to use cli_ctx to initiate AAZCommand class (#23459) +* `aaz`: Fix AAZBearerTokenCredentialPolicy to support MSIAuthenticationWrapper crendital (#23471) +* Allow adding dedicated key for collecting cli telemetry (#23530) +* Add `az.ps1` entry script for PowerShell (#23514) +* `aaz`: Support generic update arguments (#23701) +* Add CLI survey invitation (#23460) + 2.39.0 ++++++ * `az extension add`: Improve feedback shown to users when installation is unsuccessful (#22941) diff --git a/src/azure-cli-core/azure/cli/core/__init__.py b/src/azure-cli-core/azure/cli/core/__init__.py index 5a62e69230a..b1cad26c71b 100644 --- a/src/azure-cli-core/azure/cli/core/__init__.py +++ b/src/azure-cli-core/azure/cli/core/__init__.py @@ -4,7 +4,7 @@ # -------------------------------------------------------------------------------------------- # pylint: disable=line-too-long -__version__ = "2.39.0" +__version__ = "2.40.0" import os import sys diff --git a/src/azure-cli-core/setup.py b/src/azure-cli-core/setup.py index f9598478f2f..3d521397e37 100644 --- a/src/azure-cli-core/setup.py +++ b/src/azure-cli-core/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "2.39.0" +VERSION = "2.40.0" # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index a8becd97372..345c537d4bc 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -3,6 +3,150 @@ Release History =============== +2.40.0 +++++++ + +**ACR** + +* Connected registry error help command typo (#23431) +* `az acr config authentication-as-arm show`: Add new command to support showing the configured 'Azure AD authenticate as ARM' policy (#23323) +* `az acr config authentication-as-arm update`: Add new command to support updating 'Azure AD authenticate as ARM' policy (#23323) +* `az acr manifest show`: Improve performance (#23523) +* `az acr config soft-delete show`: Add new command to show soft-delete policy (#22959) +* `az acr config soft-delete update`: Add new command to update soft-delete policy (#22959) +* `az acr repository list-deleted`: Add new command to list deleted repositories (#22959) +* `az acr manifest list-deleted`: Add new command to list deleted manifests (#22959) +* `az acr manifest list-deleted-tags`: Add new command to list deleted tags (#22959) +* `az acr manifest restore`: Add new command to restore deleted manifests and tags (#22959) +* Deprecate params `subnet` and `vnet-name` on `network-rule` command group (#22959) +* Fix bug in some `acr config` commands that would in certain circumstances attempt to pull a nonexistent model from SDK (#22959) + +**AKS** + +* Fix #23468: `az aks nodepool wait` crashes with error "'Namespace' object has no attribute 'nodepool_name'" (#23489) +* `az aks check-acr`: Append acr suffix to option `--acr` acording to cloud env (#23506) +* `az aks`: Add `--gpu-instance-profile` for Nvidia multi-instan… (#23501) +* `az aks update`: Update without args prompts to reconcile (#23682) +* `az aks create/update`: Add new parameters `--enable-disk-driver` and `--disable-disk-driver` to enable/disable AzureDisk CSI Driver. When creating new cluster, AzureDisk CSI Driver is enabled by default. (#23654) +* `az aks create/update`: Add new parameters `--enable-file-driver` and `--disable-file-driver` to enable/disable AzureFile CSI Driver. When creating new cluster, AzureFile CSI Driver is enabled by default. (#23654) +* `az aks create/update`: Add new parameters `--enable-snapshot-controller` and `--disable-snapshot-controller` to enable/disable CSI Snapshot Controller. When creating new cluster, CSI Snapshot Controller is enabled by default. (#23654) +* `az aks nodepool add`: Add option `Windows2019`, `Windows2022` to `--os-sku` parameter (#23715) +* Fix #23653: `az aks create`: Fix the CrashLoopBackOff issue when set `--network-policy` to 'Calico' (#23688) + +**App Service** + +* Fix #23417: `az functionapp github-actions add`: Fix the functionapp github actions on java (#23375) +* `az functionapp list-runtimes`: Add linuxFxVersion to output (#23602) +* `az webapp up`: Show status during deployment for linux apps (#23464) +* `az webapp deployment source config-zip`: Show status during deployment for linux apps (#23464) +* `az logicapp deployment`: Add a new command group to support managing logic app deployments (#23585) +* `az logicapp scale`: Add a new command to support scaling a logic app (#23585) +* `az logicapp config`: Add a new command group to support configuring a logic app (#23585) +* `az logicapp update`: Add a new command to support updating a logic app (#23585) + +**ARM** + +* `azure bicep`: Use `AZURE_CLI_DISABLE_CONNECTION_VERIFICATION` when checking Bicep CLI versions (#23524) + +**Backup** + +* `az backup vault create/backup-properties set`: Add support for Alert Settings (#23607) +* Fix #23655: `az backup restore restore-disks`: Support storage account being in a different resource group (#23656) + +**Batch** + +* Fix #23445: `az batch pool supported-images list`: Fix the `NoneType object has no attribute startswith` bug for getting supported images list (#23449) + +**Compute** + +* `az vm run-command invoke`: Add new parameters `--no-wait` to support not waiting for the long running operation to finish (#23435) +* Fix #23194: `sig image-version create`: Fix the `Parameter tags must be of type dict` error when `--tags` parameter is passed as `key=value` pairs (#23393) +* Fix #23540: `az ppg create`: Fix the `Parameter tags must be of type dict` error when `--tags` parameter is passed as `key=value` pairs (#23543) +* `az sig update`: Add parameters to support updating gallery from private to community (#23592) +* `az sig share reset`: Update gallery from community to private (#23592) +* `az vm/vmss create`: `--enable-vtpm` is set to `True` by default when the `--security-type` used by the VM/VMSS creation is `TrustedLaunch` (#23396) +* Fix #23341: `az vm list-skus`: Fix filtering out VM sizes that are available regionally when they are restricted in all zones (#23457) +* `az vm run-command show/list`: Add validation and refine help message for parameter combination (#23458) +* `az identity federated-credential`: Add subgroup to support managing federated identity credentials of existing user assigned identities (#23681) + +**Cosmos DB** + +* `az cosmos db service`: Add service support for cosmosDB (#23555) +* `az cosmosdb gremlin graph`: Add analyticalStorageTTL property to sql containers (#23555) + +**Feedback** + +* `az survey`: New command for CLI survey (#23460) + +**Monitor** + +* Add new command: `az monitor action-group test-notifications create` (#23411) +* `az monitor metric alert`: Support metric namespace with dash (#23637) +* `az monitor action-group create`: Add optional `--location` parameter to `create` cmd (#23619) + +**NetAppFiles** + +* `az netappfiles volume create`: Add optional parameter `--kv_private_endpoint_id` (#23439) +* `az netappfiles volume-group create`: Add optional parameter `--kv_private_endpoint_id` (#23439) +* `az netappfiles volume` update: Add optional parameter `--cool_access` (#23439) +* `az netappfiles volume` update: Add optional parameter `--coolness_period` (#23439) +* `az netappfiles pool` update: Add optional parameter `--cool_access` (#23439) + +**Network** + +* `az network application-gateway create`: Support rule priority field provided as part of configuration (#23438) +* Private link add `Microsoft.OpenEnergyPlatform/energyServices` provider (#23587) +* Fix #22594: `az network bastion create`: Add no wait support for bastion create (#23467) +* Fix #23525: `az network bastion create/update`: Add missing arguments and update command (#23676) +* `az network watcher packet-capture create`: Add VMSS support in packet capture (#23649) + +**Packaging** + +* Build RPM for RHEL 9 and CentOS Stream 9 (#23556) + +**RDBMS** + +* `az mysql flexible-server upgrade`: Add major version upgrade for MySQL flexible server (#23597) +* `az mysql/postgres flexible-server backup`: Add backup commands for flexible servers (#23432) +* `az postgres flexible-server create/update`: Add `SameZone` for HA in PostgreSQL flexible server (#23473) +* `az mysql flexible-server create/update/restore/geo-restore/replica`: Add BYOK for MySQL Flexible Server (#23197) +* `az mysql flexible-server identity/ad-admin`: User Identity and AAD Admin for MySQL flexible server (#23474) + +**Security** + +* Introducing securitySolutionsReferenceData CLI (#23336) +* Introducing securitySolutions CLI (#23361) +* Introducing securitySolutionsReferenceData CLI (Updated) (#23456) + +**Service Bus** + +* `az servicebus namespace create/update`: Support specifying `--min-tls` (#23697) +* `az servicebus namespace network-rule update`: Support updating network rules for given namespace (#23697) + +**Service Connector** + +* Update `az spring connection` description after spring app rename (#23616) + +**SignalR** + +* `az signalr custom-domain`: Support custom domain (#23410) +* `az signalr custom-certificate`: Support custom certificate (#23410) + +**SQL** + +* `az sql mi endpoint-cert`: New command group to manage endpoint certificates (#23350) +* `az sql mi partner-cert`: New command group to manage partner certificates (#23534) +* `az sql mi link`: New command group to manage instance link (#23651) + +**Storage** + +* `az storage fs file set-expiry`: New command to support setting expiry for files in ADLS Gen2 file system (#23395) +* `az storage account create/update`: Add `--enable-files-aadkerb` to support AAD Kerberos authentication for Azure Files (#23590) +* `az storage account local-user`: New command group to manage identities when using SFTP (#23611) +* `az storage account create/update`: Add `--enable-sftp` and `--enable-local-user` to support SSH File Transfer Protocol (#23611) +* `az storage fs create`: Support encryption scope (#23732) +* `az storage fs directory/fs generate-sas`: Support generating SAS token with specified encryption scope (#23732) + 2.39.0 ++++++ diff --git a/src/azure-cli/azure/cli/__main__.py b/src/azure-cli/azure/cli/__main__.py index fc16ba7064b..0349cef9c13 100644 --- a/src/azure-cli/azure/cli/__main__.py +++ b/src/azure-cli/azure/cli/__main__.py @@ -18,7 +18,7 @@ from knack.log import get_logger __author__ = "Microsoft Corporation " -__version__ = "2.39.0" +__version__ = "2.40.0" # A workaround for https://bugs.python.org/issue32502 (https://github.com/Azure/azure-cli/issues/5184) diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index 740031ba46d..8d5a65546ca 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -4,9 +4,9 @@ argcomplete==1.11.1 asn1crypto==0.24.0 azure-appconfiguration==1.1.1 azure-batch==12.0.0 -azure-cli-core==2.39.0 +azure-cli-core==2.40.0 azure-cli-telemetry==1.0.8 -azure-cli==2.39.0 +azure-cli==2.40.0 azure-common==1.1.22 azure-core==1.24.0 azure-cosmos==3.2.0 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index 63352246ccc..be9e2f19469 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -4,9 +4,9 @@ argcomplete==1.11.1 asn1crypto==0.24.0 azure-appconfiguration==1.1.1 azure-batch==12.0.0 -azure-cli-core==2.39.0 +azure-cli-core==2.40.0 azure-cli-telemetry==1.0.8 -azure-cli==2.39.0 +azure-cli==2.40.0 azure-common==1.1.22 azure-core==1.24.0 azure-cosmos==3.2.0 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index ca5078772a3..0f89a4c204b 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -4,9 +4,9 @@ argcomplete==1.11.1 asn1crypto==0.24.0 azure-appconfiguration==1.1.1 azure-batch==12.0.0 -azure-cli-core==2.39.0 +azure-cli-core==2.40.0 azure-cli-telemetry==1.0.8 -azure-cli==2.39.0 +azure-cli==2.40.0 azure-common==1.1.22 azure-core==1.24.0 azure-cosmos==3.2.0 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index dbd61cb77e0..0ee9456a6ba 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -17,7 +17,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") cmdclass = {} -VERSION = "2.39.0" +VERSION = "2.40.0" # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. try: From dc6abd5696729d479f3e605fec1c2cfbf1226d35 Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:34:13 +0800 Subject: [PATCH 02/12] Update src/azure-cli-core/HISTORY.rst Co-authored-by: Yishi Wang --- src/azure-cli-core/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli-core/HISTORY.rst b/src/azure-cli-core/HISTORY.rst index 088bfefe3e4..dd9d2632762 100644 --- a/src/azure-cli-core/HISTORY.rst +++ b/src/azure-cli-core/HISTORY.rst @@ -5,7 +5,7 @@ Release History 2.40.0 ++++++ -* `aaz`: Support to use cli_ctx to initiate AAZCommand class (#23459) +* `aaz`: Support using `cli_ctx` to initiate AAZCommand class (#23459) * `aaz`: Fix AAZBearerTokenCredentialPolicy to support MSIAuthenticationWrapper crendital (#23471) * Allow adding dedicated key for collecting cli telemetry (#23530) * Add `az.ps1` entry script for PowerShell (#23514) From 10753535f2936f9919740c998bfa10735f4ea466 Mon Sep 17 00:00:00 2001 From: necusjz Date: Fri, 2 Sep 2022 10:39:39 +0800 Subject: [PATCH 03/12] Update src/azure-cli/HISTORY.rst --- src/azure-cli/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 345c537d4bc..b544443aa1d 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -80,7 +80,7 @@ Release History **Monitor** -* Add new command: `az monitor action-group test-notifications create` (#23411) +* `az monitor action-group test-notifications create`: Add new command (#23411) * `az monitor metric alert`: Support metric namespace with dash (#23637) * `az monitor action-group create`: Add optional `--location` parameter to `create` cmd (#23619) From 998cb0eaa15e38b7e9e4e8479d6932cabf07402b Mon Sep 17 00:00:00 2001 From: Xing Zhou Date: Fri, 2 Sep 2022 10:49:21 +0800 Subject: [PATCH 04/12] Apply suggestions from code review Co-authored-by: Yishi Wang --- src/azure-cli/HISTORY.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index b544443aa1d..14561e63d40 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -7,8 +7,6 @@ Release History ++++++ **ACR** - -* Connected registry error help command typo (#23431) * `az acr config authentication-as-arm show`: Add new command to support showing the configured 'Azure AD authenticate as ARM' policy (#23323) * `az acr config authentication-as-arm update`: Add new command to support updating 'Azure AD authenticate as ARM' policy (#23323) * `az acr manifest show`: Improve performance (#23523) @@ -18,8 +16,8 @@ Release History * `az acr manifest list-deleted`: Add new command to list deleted manifests (#22959) * `az acr manifest list-deleted-tags`: Add new command to list deleted tags (#22959) * `az acr manifest restore`: Add new command to restore deleted manifests and tags (#22959) -* Deprecate params `subnet` and `vnet-name` on `network-rule` command group (#22959) -* Fix bug in some `acr config` commands that would in certain circumstances attempt to pull a nonexistent model from SDK (#22959) +* `az acr network-rule`: Deprecate params `--subnet` and `--vnet-name` (#22959) +* `acr config`: Fix bug in some commands that would in certain circumstances attempt to pull a nonexistent model from SDK (#22959) **AKS** @@ -46,7 +44,7 @@ Release History **ARM** -* `azure bicep`: Use `AZURE_CLI_DISABLE_CONNECTION_VERIFICATION` when checking Bicep CLI versions (#23524) +* `az bicep`: Use `AZURE_CLI_DISABLE_CONNECTION_VERIFICATION` when checking Bicep CLI versions (#23524) **Backup** From 2e8c41c6ccf8a0d9a484d3e1603913b41cddee62 Mon Sep 17 00:00:00 2001 From: necusjz Date: Fri, 2 Sep 2022 10:52:20 +0800 Subject: [PATCH 05/12] Update src/azure-cli/HISTORY.rst --- src/azure-cli/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 14561e63d40..3e620848598 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -93,7 +93,7 @@ Release History **Network** * `az network application-gateway create`: Support rule priority field provided as part of configuration (#23438) -* Private link add `Microsoft.OpenEnergyPlatform/energyServices` provider (#23587) +* `az network private-endpoint-connection`: Add `Microsoft.OpenEnergyPlatform/energyServices` provider (#23587) * Fix #22594: `az network bastion create`: Add no wait support for bastion create (#23467) * Fix #23525: `az network bastion create/update`: Add missing arguments and update command (#23676) * `az network watcher packet-capture create`: Add VMSS support in packet capture (#23649) From c3cceaa2c5bb1cc95355565ec8bf4f7575d3f236 Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:55:29 +0800 Subject: [PATCH 06/12] Update src/azure-cli-core/HISTORY.rst Co-authored-by: Yu Chen <16348853+jsntcy@users.noreply.github.com> --- src/azure-cli-core/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli-core/HISTORY.rst b/src/azure-cli-core/HISTORY.rst index dd9d2632762..e90881301ce 100644 --- a/src/azure-cli-core/HISTORY.rst +++ b/src/azure-cli-core/HISTORY.rst @@ -6,7 +6,7 @@ Release History 2.40.0 ++++++ * `aaz`: Support using `cli_ctx` to initiate AAZCommand class (#23459) -* `aaz`: Fix AAZBearerTokenCredentialPolicy to support MSIAuthenticationWrapper crendital (#23471) +* `aaz`: Fix AAZBearerTokenCredentialPolicy to support MSIAuthenticationWrapper credential (#23471) * Allow adding dedicated key for collecting cli telemetry (#23530) * Add `az.ps1` entry script for PowerShell (#23514) * `aaz`: Support generic update arguments (#23701) From f3e67ccacd796670c0f184079fbcf24947496657 Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:55:41 +0800 Subject: [PATCH 07/12] Update src/azure-cli/HISTORY.rst --- src/azure-cli/HISTORY.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 3e620848598..1c2986d865a 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -112,9 +112,8 @@ Release History **Security** -* Introducing securitySolutionsReferenceData CLI (#23336) -* Introducing securitySolutions CLI (#23361) -* Introducing securitySolutionsReferenceData CLI (Updated) (#23456) +* `az security security-solutions-reference-data`: Add new command group (#23336) +* `az security security-solutions`: Add new command group (#23361) **Service Bus** From 7b68c89732daae02c48e07f372e7663c07d8182f Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:55:52 +0800 Subject: [PATCH 08/12] Update src/azure-cli/HISTORY.rst Co-authored-by: Yishi Wang --- src/azure-cli/HISTORY.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 1c2986d865a..ba27da664f6 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -86,9 +86,9 @@ Release History * `az netappfiles volume create`: Add optional parameter `--kv_private_endpoint_id` (#23439) * `az netappfiles volume-group create`: Add optional parameter `--kv_private_endpoint_id` (#23439) -* `az netappfiles volume` update: Add optional parameter `--cool_access` (#23439) -* `az netappfiles volume` update: Add optional parameter `--coolness_period` (#23439) -* `az netappfiles pool` update: Add optional parameter `--cool_access` (#23439) +* `az netappfiles volume update`: Add optional parameter `--cool_access` (#23439) +* `az netappfiles volume update`: Add optional parameter `--coolness_period` (#23439) +* `az netappfiles pool update`: Add optional parameter `--cool_access` (#23439) **Network** From 6d765df9138ed2f88c68c7bf227ce85f010021f7 Mon Sep 17 00:00:00 2001 From: Xing Zhou Date: Fri, 2 Sep 2022 10:56:16 +0800 Subject: [PATCH 09/12] Apply suggestions from code review Co-authored-by: Yishi Wang --- src/azure-cli/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index ba27da664f6..fbc3f52f9f1 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -7,9 +7,9 @@ Release History ++++++ **ACR** + * `az acr config authentication-as-arm show`: Add new command to support showing the configured 'Azure AD authenticate as ARM' policy (#23323) * `az acr config authentication-as-arm update`: Add new command to support updating 'Azure AD authenticate as ARM' policy (#23323) -* `az acr manifest show`: Improve performance (#23523) * `az acr config soft-delete show`: Add new command to show soft-delete policy (#22959) * `az acr config soft-delete update`: Add new command to update soft-delete policy (#22959) * `az acr repository list-deleted`: Add new command to list deleted repositories (#22959) From 8d52c885f9b56276aa9719074f073941baedbc9c Mon Sep 17 00:00:00 2001 From: Yishi Wang Date: Fri, 2 Sep 2022 10:56:37 +0800 Subject: [PATCH 10/12] Apply suggestions from code review Co-authored-by: Yu Chen <16348853+jsntcy@users.noreply.github.com> Co-authored-by: ZelinWang --- src/azure-cli/HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index fbc3f52f9f1..4cb21adc54f 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -80,7 +80,7 @@ Release History * `az monitor action-group test-notifications create`: Add new command (#23411) * `az monitor metric alert`: Support metric namespace with dash (#23637) -* `az monitor action-group create`: Add optional `--location` parameter to `create` cmd (#23619) +* `az monitor action-group create`: Add optional parameter `--location` (#23619) **NetAppFiles** @@ -122,7 +122,7 @@ Release History **Service Connector** -* Update `az spring connection` description after spring app rename (#23616) +* `az spring connection`: Update description after spring app renames (#23616) **SignalR** From fb83943b2af27f4a917e95aeb8650e8675218b91 Mon Sep 17 00:00:00 2001 From: Xing Zhou Date: Fri, 2 Sep 2022 10:58:19 +0800 Subject: [PATCH 11/12] Update src/azure-cli-core/HISTORY.rst --- src/azure-cli-core/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli-core/HISTORY.rst b/src/azure-cli-core/HISTORY.rst index e90881301ce..2002951917a 100644 --- a/src/azure-cli-core/HISTORY.rst +++ b/src/azure-cli-core/HISTORY.rst @@ -7,7 +7,7 @@ Release History ++++++ * `aaz`: Support using `cli_ctx` to initiate AAZCommand class (#23459) * `aaz`: Fix AAZBearerTokenCredentialPolicy to support MSIAuthenticationWrapper credential (#23471) -* Allow adding dedicated key for collecting cli telemetry (#23530) +* Allow adding dedicated key for collecting CLI Telemetry (#23530) * Add `az.ps1` entry script for PowerShell (#23514) * `aaz`: Support generic update arguments (#23701) * Add CLI survey invitation (#23460) From 37d0ccdece1ceed9992e3e06ac4f11df1e614f81 Mon Sep 17 00:00:00 2001 From: Xing Zhou Date: Fri, 2 Sep 2022 11:00:22 +0800 Subject: [PATCH 12/12] Update src/azure-cli/HISTORY.rst --- src/azure-cli/HISTORY.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 4cb21adc54f..ab39e283a32 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -84,11 +84,11 @@ Release History **NetAppFiles** -* `az netappfiles volume create`: Add optional parameter `--kv_private_endpoint_id` (#23439) -* `az netappfiles volume-group create`: Add optional parameter `--kv_private_endpoint_id` (#23439) -* `az netappfiles volume update`: Add optional parameter `--cool_access` (#23439) -* `az netappfiles volume update`: Add optional parameter `--coolness_period` (#23439) -* `az netappfiles pool update`: Add optional parameter `--cool_access` (#23439) +* `az netappfiles volume create`: Add optional parameter `--kv-private-endpoint-id` (#23439) +* `az netappfiles volume-group create`: Add optional parameter `--kv-private-endpoint-id` (#23439) +* `az netappfiles volume update`: Add optional parameter `--cool-access` (#23439) +* `az netappfiles volume update`: Add optional parameter `--coolness-period` (#23439) +* `az netappfiles pool update`: Add optional parameter `--cool-access` (#23439) **Network**