Skip to content

Commit 26cf88c

Browse files
azclibotAllyWzhoxing-msevelyn-yswangzelin007
authored
{Release} Upgrade to Azure CLI 2.68.0 (#30622)
* update azure-cli version to 2.68.0 Co-authored-by: AllyW <[email protected]> Co-authored-by: Xing Zhou <[email protected]> Co-authored-by: Yishi Wang <[email protected]> Co-authored-by: ZelinWang <[email protected]>
1 parent 3bbd156 commit 26cf88c

9 files changed

+111
-10
lines changed

src/azure-cli-core/HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
===============
55

6+
2.68.0
7+
++++++
8+
* PREVIEW: Support managed identity on Azure Arc-enabled Linux server (#30267)
9+
* Drop old Track 2 SDK authentication support (#29690)
10+
* Resolve CVE-2024-50602 (#30533)
11+
612
2.67.0
713
++++++
814
* PREVIEW: Support managed identity on Azure Arc-enabled Windows server (#29187)

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

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

7-
__version__ = "2.67.0"
7+
__version__ = "2.68.0"
88

99
import os
1010
import sys

src/azure-cli-core/setup.py

+1-1
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.67.0"
11+
VERSION = "2.68.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

+95
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,101 @@
33
Release History
44
===============
55

6+
2.68.0
7+
++++++
8+
9+
**ACR**
10+
11+
* `az acr agentpool`: Fix delete polling (#30485)
12+
* `az acr create`: Add validation for registry name to support domain name label (#30404)
13+
14+
**AKS**
15+
16+
* `az aks command invoke`: Add progress spinner (#30274)
17+
* `az aks create/update`: Add `--enable-acns` parameter to support enabling advanced networking functionalities on a cluster (#30208)
18+
* `az aks create/update`: Add `--disable-acns-observability` parameter to disable advanced networking observability features when enabling advanced networking features with `--enable-acns` (#30208)
19+
* `az aks create/update`: Add `--disable-acns-security` parameter to disable advanced networking security features when enabling advanced networking features with `--enable-acns` (#30208)
20+
* `az aks update`: Add `--disable-acns` parameter to support disabling advanced networking functionalities on a cluster (#30208)
21+
* `az aks update`: Add `--ip-families` to support updating cluster network (#30360)
22+
* `az aks create/update`: Add `--nrg-lockdown-restriction-level` parameter to support specifying restriction level on the managed node resource group (#30391)
23+
24+
**App Config**
25+
26+
* `az appconfig kv import`: Fix import mode `all` bug (#30489)
27+
28+
**Compute**
29+
30+
* [BREAKING CHANGE] `az disk`: Refine output fields to align with backend service (#30430)
31+
* [BREAKING CHANGE] `az snapshot`: Refine output fields to align with backend service (#30486)
32+
* Fix #30009: `az vm install-patches`: Fix errors due to typos in `install_vm_patches` function (#30011)
33+
* `az vm/vmss create`: Fix help message for `--public-ip-address` parameter (#30412)
34+
* Fix #30565: `az vm create`: Fix creating VM with `--patch-mode` parameter (#30568)
35+
* Fix #30564: `az vm create`: Fix creating VM with `--enable-auto-update` parameter (#30568)
36+
* `az vm create`: Add `--encryption-identity` parameter to use that managed identity for Azure disk encryption (#30457)
37+
* `az vm encryption enable`: Add `--encryption-identity` parameter to update or set encryption identity for Azure disk encryption (#30457)
38+
* `az vmss create/update`: Add new parameter `--security-posture-reference-is-overridable` to support setting security posture reference overridable (#29958)
39+
* `az vmss create/update`: Change existing parameter `--security-posture-reference-exclude-extensions` to receive string list (#29958)
40+
* `az vm create/update`: Add new parameter `--additional-scheduled-events` to support setting scheduled event policy (#30596)
41+
* `az vm create/update`: Add new parameter `--enable-user-reboot-scheduled-events` to support setting scheduled event policy (#30596)
42+
* `az vm create/update`: Add new parameter `--enable-user-redeploy-scheduled-events` to support setting scheduled event policy (#30596)
43+
44+
**Container**
45+
46+
* `az container exec`: Fix exception when stdin is not a tty (#30397)
47+
48+
**Container app**
49+
50+
* `az containerapp exec`: Fix `ResourceNotFound` error (#30351)
51+
* `az containerapp ingress enable`: Fix issue about labels being deleted (#30385)
52+
* Fix #29238: `az containerapp secret set`: Add description about `identityref` for parameter `--secrets` (#30418)
53+
54+
**Cosmos DB**
55+
56+
* `az cosmosdb create/update`: Add `--enable-prpp-autoscale` to enable/disable burst capacity feature (#30415)
57+
58+
**Key Vault**
59+
60+
* `az keyvault key sign/verify`: Fix `--digest` to accept base64 encoded string (#30521)
61+
62+
**Microsoft Entra ID**
63+
64+
* `az ad app create/update`: Add `--requested-access-token-version` argument (#30230)
65+
66+
**MySQL**
67+
68+
* `az mysql flexible-server create/restore/replica create/geo restore`: Add `--storage-redundancy` parameter to support HA storage with zone redundancy (#30423)
69+
70+
**Network**
71+
72+
* `az network vnet-gateway create/update`: Add parameter `--resiliency-model` (#30410)
73+
* `az network vnet create/update`: Add parameter `--ipam-pool-prefix-allocations` (#30455)
74+
* Fix #30535: `az network lb address-pool address add`: Address level may not have virtual network property (#30592)
75+
76+
**Profile**
77+
78+
* Drop support for old-style managed identity account created by Azure CLI <= 2.0.50. If you upgrade from one of these versions, please run `az login --identity` again. (#30321)
79+
80+
**RDBMS**
81+
82+
* `az postgres flexible-server create`: Create elastic cluster by setting `--cluster-option` to ElasticCluster (#30435)
83+
* `az postgres flexible-server list`: Add `--show-cluster` argument to list elastic clusters (#30398)
84+
* `az postgres flexible-server fabric-mirroring/identity`: Support system assigned managed identity and fabric mirroring of databases (#30421)
85+
* `az postgres flexible-server update`: Add `--node-count` argument to scale up elastic clusters (#30572)
86+
87+
**Role**
88+
89+
* [BREAKING CHANGE] `az role assignment delete`: Stop deleting all role assignments by default (#30470)
90+
91+
**SQL**
92+
93+
* `az sql db ltr-policy`: Remove preview tag (#30500)
94+
95+
**Storage**
96+
97+
* `az storage account migration`: Add warning for long wait, will require confirmation in the future (#30387)
98+
* Fix #28554: `az storage blob service-properties update`: Support cases where `--static-website false` and index and 404 documents were already set (#30510)
99+
* Fix #29929: `az storage copy`: Fix when wildcard `*` is in `--source-file-path` (#30569)
100+
6101
2.67.0
7102
++++++
8103

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from knack.log import get_logger
1818

1919
__author__ = "Microsoft Corporation <[email protected]>"
20-
__version__ = "2.67.0"
20+
__version__ = "2.68.0"
2121

2222

2323
logger = get_logger(__name__)

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

+2-2
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.0
66
azure-batch==14.2.0
7-
azure-cli-core==2.67.0
7+
azure-cli-core==2.68.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.67.0
9+
azure-cli==2.68.0
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
azure-cosmos==3.2.0

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

+2-2
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.0
66
azure-batch==14.2.0
7-
azure-cli-core==2.67.0
7+
azure-cli-core==2.68.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.67.0
9+
azure-cli==2.68.0
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
azure-cosmos==3.2.0

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

+2-2
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.0
66
azure-batch==14.2.0
7-
azure-cli-core==2.67.0
7+
azure-cli-core==2.68.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.67.0
9+
azure-cli==2.68.0
1010
azure-common==1.1.22
1111
azure-core==1.31.0
1212
azure-cosmos==3.2.0

src/azure-cli/setup.py

+1-1
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.67.0"
20+
VERSION = "2.68.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)