Skip to content

Commit d01027d

Browse files
azclibota0x1abyanzhudd
authored
{Release} Upgrade to Azure CLI 2.84.0 (#32837)
Co-authored-by: Aditya Pujara <59631311+a0x1ab@users.noreply.github.com> Co-authored-by: Yan Zhu <105691024+yanzhudd@users.noreply.github.com>
1 parent 2cf7b76 commit d01027d

File tree

9 files changed

+82
-10
lines changed

9 files changed

+82
-10
lines changed

src/azure-cli-core/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
2.84.0
7+
++++++
8+
* Minor fixes
9+
610
2.83.0
711
++++++
812
* Resolve CVE-2025-69277 (#32610)

src/azure-cli-core/azure/cli/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --------------------------------------------------------------------------------------------
55
# pylint: disable=line-too-long
66

7-
__version__ = "2.83.0"
7+
__version__ = "2.84.0"
88

99
import os
1010
import sys

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup, find_packages
1010

11-
VERSION = "2.83.0"
11+
VERSION = "2.84.0"
1212

1313
# If we have source, validate that our version numbers match
1414
# This should prevent uploading releases with mismatched versions.

src/azure-cli/HISTORY.rst

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,74 @@
33
Release History
44
===============
55

6+
2.84.0
7+
++++++
8+
9+
**AKS**
10+
11+
* `az aks create`: Add `--enable-container-network-logs` parameter to enable container network logs (#32700)
12+
* `az aks update`: Add `--enable-container-network-logs` and `--disable-container-network-logs` parameters to enable and disable container network logs (#32700)
13+
* `az aks enable-addons`: Add support for default workspace creation in Bleu and Delos clouds (#32753)
14+
15+
**App Service**
16+
17+
* `az webapp create/config set`: Fix vnet routing to use site-level outbound vnet routing property for API version `2024-11-01` (#32634)
18+
* `az webapp vnet-integration add`: Fix vnet routing to use site-level outbound vnet routing property for API version `2024-11-01` (#32634)
19+
* `az functionapp create/vnet-integration add`: Fix vnet routing to use site-level outbound vnet routing property for API version `2024-11-01` (#32634)
20+
* `az webapp config access-restriction show`: Update to always return values in camel case (#32492)
21+
* `az webapp list runtimes`: Update logic to include missing Java versions and remove hardcoded lists (#32461)
22+
* `az webapp create/update`: Add `--end-to-end-encryption-enabled` parameter to support enabling or disabling end-to-end encryption between the front end and the workers (#32629)
23+
* `az webapp create`: Add `--min-tls-version` parameter to specify the minimum version of TLS (#32629)
24+
* `az webapp create`: Add `--min-tls-cipher-suite` parameter to specify the minimum TLS Cipher Suite (#32629)
25+
26+
**ARM**
27+
28+
* `az bicep decompile-params`: Add new parameter `--force` to overwrite existing files (#32739)
29+
* `az deployment`: Fix the issue where the Bicep installation message is printed in the command output (#32552)
30+
* `az stack group/sub/mg create/validate`: Add `--resources-without-delete-support` parameter to support defining what happens to resources that do not support deletion when they are no longer managed by the stack (#32777)
31+
* `az stack group/sub/mg create/validate`: Add `--validation-level` parameter to support specifying validation level for the deployment stack (#32777)
32+
* `az stack group/sub/mg delete`: Add `--resources-without-delete-support` parameter to support defining what happens to resources that do not support deletion when they are no longer managed by the stack (#32777)
33+
34+
**Compute**
35+
36+
* `az vm create`: Add parameters `--data-disk-mbps` and `--data-disk-iops` to support IOPS and MBPS (#32717)
37+
38+
**Container app**
39+
40+
* `az containerapp job create`: Set default values to `--parallelism` and `--replica-completion-count` parameters (#32745)
41+
42+
**Cosmos DB**
43+
44+
* `az cosmosdb update`: Add support for Microsoft Fabric workspace resource IDs in `--network-acl-bypass-resource-ids` (#32797)
45+
* Fix #32608: `az cosmosdb restore`: Fix "Database Account does not exist" error during polling (#32752)
46+
47+
**Maps**
48+
49+
* `az maps account create`: Add default value for `--sku` (#32711)
50+
51+
**MySQL**
52+
53+
* Fix #32217: `az mysql flexible-server restore`: Fix `--no-wait` flag (#32744)
54+
55+
**Network**
56+
57+
* `az network application-gateway ssl-cert`: Support dedicated backend connection (#32784)
58+
59+
**PostgreSQL**
60+
61+
* `az postgres flexible-server migrate-network`: Add new command to support migrating the network mode of a flexible server (#32819)
62+
63+
**SQL**
64+
65+
* `az sql server/db`: Add support for versionless TDE keys (#32764)
66+
* `az sql server create/update`: Add `--soft-delete-retention-days` (#32245)
67+
* `az sql server deleted-server show/list`: Add new command (#32245)
68+
* `az sql server restore`: Add new command (#32245)
69+
70+
**Storage**
71+
72+
* `az storage share close-handle`: Fix failing to close file handle when in delete pending state (#32697)
73+
674
2.83.0
775
++++++
876

src/azure-cli/azure/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from knack.log import get_logger
1818

1919
__author__ = "Microsoft Corporation <python@microsoft.com>"
20-
__version__ = "2.83.0"
20+
__version__ = "2.84.0"
2121

2222

2323
logger = get_logger(__name__)

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.2
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.83.0
7+
azure-cli-core==2.84.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.83.0
9+
azure-cli==2.84.0
1010
azure-common==1.1.22
1111
azure-core==1.38.0
1212
azure-cosmos==3.2.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.2
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.83.0
7+
azure-cli-core==2.84.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.83.0
9+
azure-cli==2.84.0
1010
azure-common==1.1.22
1111
azure-core==1.38.0
1212
azure-cosmos==3.2.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.2
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.83.0
7+
azure-cli-core==2.84.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.83.0
9+
azure-cli==2.84.0
1010
azure-common==1.1.22
1111
azure-core==1.38.0
1212
azure-cosmos==3.2.0

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
logging.warning("Wheel is not available, disabling bdist_wheel hook")
1818
cmdclass = {}
1919

20-
VERSION = "2.83.0"
20+
VERSION = "2.84.0"
2121
# If we have source, validate that our version numbers match
2222
# This should prevent uploading releases with mismatched versions.
2323
try:

0 commit comments

Comments
 (0)