diff --git a/src/azure-cli-core/HISTORY.rst b/src/azure-cli-core/HISTORY.rst index 756e6202f4a..7ff2478e4c1 100644 --- a/src/azure-cli-core/HISTORY.rst +++ b/src/azure-cli-core/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +2.24.0 +++++++ +* Fix issue #16798: Azure CLI output is corrupted! (#18065) + 2.23.0 ++++++ * Display allowed values in error message when enum validation fails (#17621) diff --git a/src/azure-cli-core/azure/cli/core/__init__.py b/src/azure-cli-core/azure/cli/core/__init__.py index c0dc1db47c8..b28ce20097f 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.23.0" +__version__ = "2.24.0" import os import sys diff --git a/src/azure-cli-core/setup.py b/src/azure-cli-core/setup.py index 8745dd134c9..7c9c24af0e0 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.23.0" +VERSION = "2.24.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 38f21e75c49..0f3b1ac3024 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -3,6 +3,122 @@ Release History =============== +2.24.0 +++++++ + +**AKS** + +* `az aks check-acr`: Add the nodeslector linux to avoid the "canipull" pod to be scheduled on the windows node (#17933) +* Sdk update (#18031) +* az aks create and update azure-rbac (#18026) +* Add run-command cli (#18051) + +**App Config** + +* Allow importing key-values with unicode characters from file (#17990) + +**App Service** + +* [BREAKING CHANGE] `az webapp list-runtimes`: Add Dotnet6 support and update runtimes (#17967) +* `webapp log tail`: Fix #17987: logging.warning call with invalid 'end' argument (#17988) +* Fix #16838- az cli update app setting command always making slotsetting to true (#17895) +* `az appservice`: Add function to retrieve users github personal access token (#17826) +* az staticwebapp appsettings set issue #17792 (#18034) +* Fix #18033: az staticwebapp appsettings set of missing positional param app_settings (#18043) +* Fix issues with APIs signature that changed with Track2 update (#18082) +* Fix get resource management client properly (#18142) +* Add interactive way to get token for staticwebapp (#18083) +* Fix an issue where assign and remove identities would fail with a call to NoneType (#18084) + +**ARM** + +* Migrate resource to track2 SDK (#17783) +* `az ts`: Add UiFormDefinition file support to TemplateSpecs for GA (05/04) (#17869) + +**ARO** + +* Add cluster credential rotation (#17925) + +**Compute** + +* `az sshkey create`: Save private key to local file system (#18022) + +**Cosmos DB** + +* Create and manage Role Definitions and Role Assignments for enforcing data plane RBAC on Cosmos DB SQL accounts (#18091) + +**DevTestLabs** + +* `az labs create environment`: Fix error creating an environment from an ARM template (#17959) + +**HDInsight** + +* [BREAKING CHANGE] `az hdinsight create`: Use getting default sku api to set workernode and headnode size if customer does not provide. (#17552) + +**IoT** + +* `az iot hub create`: Support assigning identities and assigning roles to system-managed identity. (#18098) +* `az iot hub update`: New parameter `--file-upload-storage-identity` to allow for managed-identity authenticated file upload. (#18098) +* `az iot hub identity assign`: New command to assign user/system-assigned managed identities to an IoT Hub. (#18098) +* `az iot hub identity show`: New command to show identity property of an IoT Hub. (#18098) +* `az iot hub identity show`: New command to update identity type of an IoT Hub. (#18098) +* `az iot hub identity remove`: New command to remove user/system-assigned managed identities from an IoT Hub. (#18098) +* `az iot hub routing-endpoint create`: New `--identity` parameter allows choosing a user/system-assigned identity for routing endpoints. (#18098) +* `az iot hub route create`: New routing source-type `DeviceConnectionStateEvents` (#18098) + +**Kusto** + +* Update command group long summary (#18107) + +**Network** + +* Bump api version from '2020-11-01' to '2021-02-01' (#18104) +* New command group `az network lb address-pool tunnel-interface` (#18136) +* `az network lb frontend-ip update`: New parameter `--gateway-lb` (#18136) +* `az network nic ip-config update`: New parameter `--gateway-lb` (#18136) +* `az network rule create/update`: New parameter `--backend-pools-name` (#18136) +* `az network vnet-gateway create`: Add new paramter `--nat-rule` (#18045) +* Add new cmd group `az network vnet-gateway nat-rule` (#18045) +* `az network vpn-conncetion create`: Add new paramter `--ingress-nat-rule` and `--egress-nat-rule` (#18045) +* `az network vnet create`: Add new parameter `--flowtimeout` (#18032) + +**Packaging** + +* Support Python 3.9 (#17368) + +**RDBMS** + +* Change IOPS logic for MySQL (#17974) +* Prevent private DNS zone track2 migration breaking rdbms module (#18062) + +**Service Fabric** + +* [BREAKING CHANGE] `az sf cluster certificate`: Remove all commands under this group. Please follow the instructions here to add/remove cluster certificates: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-security-update-certs-azure#add-a-secondary-certificate-using-azure-resource-manager. (#18056) +* [BREAKING CHANGE] `az sf managed-service update`: Remove deprecated parameter --drop-source-replica-on-move. (#18056) +* [BREAKING CHANGE] `az sf managed-service create`: Remove deprecated parameters --service-dns-name, --drop-source-replica-on-move and -instance-close-delay-duration. (#18056) +* [BREAKING CHANGE] `az sf cluster`: Rename parameter --vault-resource-group to --vault-rg. (#18056) +* `az sf managed-cluster and sf managed-node-type`: Set groups as not preview (#18056) +* Update azure-mgmt-servicefabricmanagedclusters package to the latest version 1.0.0 that uses 2021-05-01 GA api version. (#18056) +* `az sf managed-cluster create`: Add parameters --upgrade-mode, --upgrade-cadence and --code-version. (#18056) +* `az sf managed-node-type`: Add parameters --data-disk-type, --is-stateless and --multiple-placement-groups. (#18056) + +**SQL** + +* `az sql server create`: Add a space to split the concatenated words in the help message of the argument --assign-identity. (#17966) +* `az sql server update`: Add a space to split the concatenated words in the help message of the argument --assign_identity. (#17966) + +**Storage** + +* [BREAKING CHANGE] `az storage share-rm delete`: Raise error when there are snapshots for target file share and add `--include` to specify deleting target file share and its snapshots (#18088) +* `az storage blob generate-sas`: Add spaces to split the concatenated words in the help message of the arguments --cache-control, --content-disposition, --content-encoding, --content-language and --content-type. (#17940) +* `az storage blob url`: Add a space to split the concatenated words in the help message of the argument --snapshot. (#17940) +* `az storage container generate-sas`: Add spaces to split the concatenated words in the help message of the arguments --cache-control, --content-disposition, --content-encoding, --content-language and --content-type. (#17940) +* Upgrade storage API version to 2021-04-01 (#18064) +* Support default share permission (#16462) +* Support cross tenant object replication (#18063) +* GA blob inventory (#18046) +* `az storage share-rm list`: Support list with snapshots. (#18088) + 2.23.0 ++++++ diff --git a/src/azure-cli/azure/cli/__main__.py b/src/azure-cli/azure/cli/__main__.py index 698732f07ae..bc00149f92e 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.23.0" +__version__ = "2.24.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 78401c1d7f8..b8ee3f2fc98 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.23.0 +azure-cli-core==2.24.0 azure-cli-telemetry==1.0.6 -azure-cli==2.23.0 +azure-cli==2.24.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 2bda04fc683..6f921596d6a 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.23.0 +azure-cli-core==2.24.0 azure-cli-telemetry==1.0.6 -azure-cli==2.23.0 +azure-cli==2.24.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 bdb351329e0..0e507e80bd9 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.23.0 +azure-cli-core==2.24.0 azure-cli-telemetry==1.0.6 -azure-cli==2.23.0 +azure-cli==2.24.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 a39f8d55a6f..ed47564fc16 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.23.0" +VERSION = "2.24.0" # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. try: