diff --git a/src/azure-cli-core/HISTORY.rst b/src/azure-cli-core/HISTORY.rst index bfbfc065a3d..fab19151d7f 100644 --- a/src/azure-cli-core/HISTORY.rst +++ b/src/azure-cli-core/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +2.25.0 +++++++ +* Fix #18360 and #18262: Write to stderr issue (#18414) + 2.24.2 ++++++ * No changes diff --git a/src/azure-cli-core/azure/cli/core/__init__.py b/src/azure-cli-core/azure/cli/core/__init__.py index 4b773d3fd74..fb14e6294d7 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.24.2" +__version__ = "2.25.0" import os import sys diff --git a/src/azure-cli-core/setup.py b/src/azure-cli-core/setup.py index ff67247ba1f..c72337d9146 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.24.2" +VERSION = "2.25.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 0c22a42965b..14334b3d915 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -3,6 +3,102 @@ Release History =============== +2.25.0 +++++++ + +**ACR** + +* `az acr connected-registry`: Minor bug fixes (#18288) + +**App Service** + +* `az webapp deployment source config-local-git`: Fix to set SiteConfig (#18364) + +**ARM** + +* `az resource tag`: Fix the problem of tagging resources with resource type `Microsoft.Network/publicIPAddresses` (#18254) +* `az policy assignment non-compliance-message`: New command group for policy assignment non-compliance messages (#18158) +* `az policy assignment update`: New command for partially updating existing policy assignments (#18158) + +**Backup** + +* Migrate backup to track2 SDK (#17831) + +**Compute** + +* Upgrade api-version for VM and VMSS from '2020-12-01' to '2021-03-01' (#18233) +* `az vm create`: Support delete option for NICs and Disks for VMs in Azure CLI (#18238) +* Support user_data for VM and VM Scale Sets (#18432) + +**Container** + +* `az container exec`: Decode received bytes as utf-8 string (#18384) + +**EventGrid** + +* Migrate track2 SDK (#18210) + +**HDInsight** + +* Migrate to track2 Python SDK 7.0.0 (#18237) + +**Iot Hub** + +* Fix for user-assigned identity ARM issue on remove (#18205) + +**Key Vault** + +* Fix #11871: AKV10032: Invalid issuer error for operations in nondefault tenant/subscription (#18162) +* `az keyvault set-policy/delete-policy`: Support --application-id (#18209) +* `az keyvault recover`: Support MHSM (#18150) +* `az keyvault private-link-resource list`: Support MHSM (#18273) +* `az keyvault private-endpoint-connection`: Support MHSM (#18273) + +**NetAppFiles** + +* `az netappfiles volume backup status`: Command added to get the status of the backup for a volume. (#18303) +* `az netappfiles volume update`: Optional parameter added named `--snapshot-policy-id` o assign a snapshot policy to the volume. (#18303) +* `az netappfiles volume backup create`: Optional parameter added named `--use-existing-snapshot` to manually backup an already existing snapshot. (#18303) +* `az netappfiles volume backup update`: Optional parameters added named `--use-existing-snapshot` to manually backup an already existing snapshot. Optional parameter label also added to add a label to backup. (#18303) + +**Network** + +* Support `Microsoft.Sql/servers` provider in Private link (#18268) +* `az network private-link-resource list`: Support `--type microsoft.keyvault/managedHSMs` (#18273) +* `az network private-endpoint-connection`: Support `--type microsoft.keyvault/managedHSMs` (#18273) + +**RDBMS** + +* Add commands for Github actions (#17949) +* `az postgres flexible-server migration`: Add customer facing feature to migrate postgres db servers from Sterling to Meru platform (#18161) +* Private DNS zone parameter added for restore command, high availability validator (#18218) +* Change server default location (issue reported) (#18157) + +**Role** + +* [BREAKING CHANGE] `az ad sp create-for-rbac`: `--name` is now only used as the `displayName` of the app. It is not used to generate `identifierUris` anymore. `name` in the output is now the same as `appID` (`servicePrincipalNames`) and deprecated. (#18312) + +**SignalR** + +* `az signalr identity`: Add managed identity related command (#18309) +* `az signalr cors update`: Add update command for cors (#18309) + +**Storage** + +* `az storage blob copy start`: Support --tier and --rehydrate-priority (#18170) +* GA release storage file share NFS and SMB multichannel (#18232) +* [BREAKING CHANGE] `az storage account create`: Remove `StorageFileDataSmbShareOwner` option for --default-share-permission (#18396) +* `az storage blob list`: --delimiter parameter value will now be honored (#18394) + +**Synapse** + +* Update to AZ Synapse mgmt 2.0.0 (#18195) +* Spark configuration conversion, which cause the failure (#18328) + +**Webapp** + +* Add to `az webapp deploy` param help text (#17743) + 2.24.2 ++++++ diff --git a/src/azure-cli/azure/cli/__main__.py b/src/azure-cli/azure/cli/__main__.py index f3aab03c63e..608b5eee392 100644 --- a/src/azure-cli/azure/cli/__main__.py +++ b/src/azure-cli/azure/cli/__main__.py @@ -17,7 +17,7 @@ from knack.log import get_logger __author__ = "Microsoft Corporation " -__version__ = "2.24.2" +__version__ = "2.25.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 db5b546a7e5..7e5943e46dd 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -5,9 +5,9 @@ argcomplete==1.11.1 asn1crypto==0.24.0 azure-appconfiguration==1.1.1 azure-batch==10.0.0 -azure-cli-core==2.24.2 +azure-cli-core==2.25.0 azure-cli-telemetry==1.0.6 -azure-cli==2.24.2 +azure-cli==2.25.0 azure-common==1.1.22 azure-core==1.13.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 2c378dda2c1..34d9702d4c4 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -5,9 +5,9 @@ argcomplete==1.11.1 asn1crypto==0.24.0 azure-appconfiguration==1.1.1 azure-batch==10.0.0 -azure-cli-core==2.24.2 +azure-cli-core==2.25.0 azure-cli-telemetry==1.0.6 -azure-cli==2.24.2 +azure-cli==2.25.0 azure-common==1.1.22 azure-core==1.13.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 0520ca660b6..846d5a17d83 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -5,9 +5,9 @@ argcomplete==1.11.1 asn1crypto==0.24.0 azure-appconfiguration==1.1.1 azure-batch==10.0.0 -azure-cli-core==2.24.2 +azure-cli-core==2.25.0 azure-cli-telemetry==1.0.6 -azure-cli==2.24.2 +azure-cli==2.25.0 azure-common==1.1.22 azure-core==1.13.0 azure-cosmos==3.2.0 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index 2d6a2038264..f87d7effc37 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.24.2" +VERSION = "2.25.0" # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. try: