Skip to content

Commit

Permalink
{Release} Upgrade to Azure CLI 2.44.0 (#25061)
Browse files Browse the repository at this point in the history
* update azure-cli version to 2.44.0

* Apply suggestions from code review

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Yishi Wang <[email protected]>

* Update src/azure-cli/HISTORY.rst

* Update src/azure-cli/HISTORY.rst

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Yishi Wang <[email protected]>

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Xing Zhou <[email protected]>

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Xing Zhou <[email protected]>

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Yishi Wang <[email protected]>

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Yishi Wang <[email protected]>

* Update src/azure-cli/HISTORY.rst

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Yu Chen <[email protected]>

* Update src/azure-cli/HISTORY.rst

* Update src/azure-cli/HISTORY.rst

Co-authored-by: ZelinWang <[email protected]>

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Xing Zhou <[email protected]>

* Update src/azure-cli/HISTORY.rst

Co-authored-by: Xing Zhou <[email protected]>

Co-authored-by: Xing Zhou <[email protected]>
Co-authored-by: Yan Zhu <[email protected]>
Co-authored-by: Yishi Wang <[email protected]>
Co-authored-by: AllyW <[email protected]>
Co-authored-by: necusjz <[email protected]>
Co-authored-by: Yu Chen <[email protected]>
Co-authored-by: ZelinWang <[email protected]>
  • Loading branch information
8 people authored Jan 6, 2023
1 parent 674625c commit a37db57
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 10 deletions.
5 changes: 5 additions & 0 deletions src/azure-cli-core/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

2.44.0
++++++
* `aaz`: Support subresource selector (#24827)
* `aaz`: Improve generic update arguments to consist with previous behaviors (#24960)

2.43.0
++++++
* `aaz`: Fix `has_value` function for list, dict and object arg types (#24625)
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# --------------------------------------------------------------------------------------------
# pylint: disable=line-too-long

__version__ = "2.43.0"
__version__ = "2.44.0"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "2.43.0"
VERSION = "2.44.0"

# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
Expand Down
98 changes: 98 additions & 0 deletions src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,104 @@
Release History
===============

2.44.0
++++++

**ACR**

* `az acr manifest`: Support oci artifact manifest (#24977)

**AKS**

* `az aks create`: Add new parameter `--data-collection-settings` to support for AKS Monitoring Addon in MSI auth mode (#24777)
* `az aks install-cli`: Automatically add the installation directories to system path on windows (#24986)
* `az aks create/update`: Add support for KEDA workload auto-scaler (#25007)

**APIM**

* `az apim api create`: Parse URL to detect Protocol and API type (#24775)

**App Service**

* Fix #23488: `az appservice plan create`: Fix zone redundant ASP creation fails for ASEv3 (#24899)
* Fix #24858: Support for new isolated v2 (I4v2, I5v2, I6v2) SKUs (#24877)
* `az appservice ase upgrade/send-test-notification`: Add new commands for ASE to support ASE upgrade and sending test notifications (#24881)
* `az appservice ase update`: Add `--allow-incoming-ftp-connections` to allow incoming FTP connections (#24882)
* `az appservice ase update`: Add `--allow-remote-debugging` to allow remote debugging (#24882)
* Fix #19893: `az appservice plan create`: Fix the bug that cannot create app plan in a different subscription for ASEv3 (#24917)
* Fix #16478: `az functionapp cors credentials`: Add enable/disable CORS creds commands (#24958)
* Fix #22934: `az functionapp delete`: Add new parameter `--keep-empty-plan` to support keeping empty app service plan (#24890)
* Fix #19469: `az functionapp vnet-integration add`: Add consumption plan validation (#24912)
* `az staticwebapp functions link`: Add new parameter `--environment-name` to support setting the environment name of static site (#23894)

**ARM**

* Fix #24810: Support ARM64 architecture for Bicep installation (#24847)

**Batch**

* `az batch pool create/set`: Add new parameter `--target-communication` to support setting the desired node communication mode for the pool (#24795)

**Compute**

* Fix #24896: `az vm create`: Fix the bug that the VM cannot be created from ACG image to other resource group (#24948)
* `az disk create`: Add new parameter `--performance-plus` to support boosting the performance target (#24913)
* `az vm list`: Add new paramter `--vmss` to support querying VM instances in a specific VMSS (#24813)
* `az sig image-version create/update`: Add parameters `--target-edge-zone-encryption` and `--target-edge-zones` to support edge zones (#24202)

**Container**

* `az container export`: Fix export when identity is set (#24833)

**Key Vault**

* `az keyvault key create`: Support OKP key and Ed25519 curve (#24880)

**Monitor**

* [BREAKING CHANGE] `az monitor action-group test-notifications create`: Remove notification in resource group and subscription level (#24965)
* `az monitor diagnostic-settings create`: Create with resource id and export without workspace (#24875)

**NetAppFiles**

* `az volumes qouta-rule create`: Add volume quota rule create command (#24956)
* `az volumes qouta-rule show`: Add volume quota rule show command (#24956)
* `az volumes qouta-rule list`: Add volume quota rule list command (#24956)
* `az volumes qouta-rule update`: Add volume quota rule update command (#24956)
* `az volumes qouta-rule delete`: Add volume quota rule delete command (#24956)

**Network**

* `az network vnet-gateway create`: Add parameter `--edge-zone-vnet-id` for local gateway (#24642)
* Fix #24853: `az network nsg rule create`: `--destination-asgs` and `--source-asgs` cannot be used (#24894)
* Fix #24883: `az network application-gateway stop/start`: Add missed parameter `--ids` (#24924)
* `az network watcher packet-capture create`: Resolve local path issue for Linux VM (#24936)
* `az network lb update`: Expose parameter `--tags` (#25035)

**Redis**

* `az redis import/export`: Add new optional parameter `--preferred-data-archive-method` (#24979)
* `az redis server-link`: Linked server has two new properties: `geoReplicatedPrimaryHostName` and `primaryHostName` (#24979)

**Security**

* `az security alert update`: `--status` now support `resolve` and `inprogress` (#24878)

**Service Connector**

* `az connection`: Support local connection which allows local environment to connect Azure resource (#24905)
* Fix #24806: `az webapp connection create mysql-flexible`: Fix mysql connection command with `--system-identity` (#24825)

**SQL**

* `az sql server/db/mi/midb advanced-threat-protection-setting show/update`: Support `advanced-threat-protection-setting` commands (#24953)
* `az sql db threat-policy`: Declare deprecation of this command group in version 2.45.0 (#24962)
* `az sql db`: Add `--preferred-enclave-type` argument (#25002)

**Storage**

* `az storage blob copy start`: Fix `--tier` to support setting blob tier when copying (#24951)

2.43.0
++++++

Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from knack.log import get_logger

__author__ = "Microsoft Corporation <[email protected]>"
__version__ = "2.43.0"
__version__ = "2.44.0"


# A workaround for https://bugs.python.org/issue32502 (https://github.com/Azure/azure-cli/issues/5184)
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ argcomplete==2.0.0
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==13.0.0
azure-cli-core==2.43.0
azure-cli-core==2.44.0
azure-cli-telemetry==1.0.8
azure-cli==2.43.0
azure-cli==2.44.0
azure-common==1.1.22
azure-core==1.24.0
azure-cosmos==3.2.0
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ argcomplete==2.0.0
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==13.0.0
azure-cli-core==2.43.0
azure-cli-core==2.44.0
azure-cli-telemetry==1.0.8
azure-cli==2.43.0
azure-cli==2.44.0
azure-common==1.1.22
azure-core==1.24.0
azure-cosmos==3.2.0
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ argcomplete==2.0.0
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==13.0.0
azure-cli-core==2.43.0
azure-cli-core==2.44.0
azure-cli-telemetry==1.0.8
azure-cli==2.43.0
azure-cli==2.44.0
azure-common==1.1.22
azure-core==1.24.0
azure-cosmos==3.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "2.43.0"
VERSION = "2.44.0"
# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
try:
Expand Down

0 comments on commit a37db57

Please sign in to comment.