Skip to content

Commit fcb7bd7

Browse files
azclibotMoChiliazhoxing-msyanzhuddkairu-ms
authored
{Release} Upgrade to Azure CLI 2.69.0 (#30758)
* update azure-cli version to 2.69.0 * Apply suggestions from code review Co-authored-by: Xing Zhou <[email protected]> Co-authored-by: Yan Zhu <[email protected]> Co-authored-by: kai ru <[email protected]> Co-authored-by: Yishi Wang <[email protected]> --------- Co-authored-by: Shiying Chen <[email protected]> Co-authored-by: Xing Zhou <[email protected]> Co-authored-by: Yan Zhu <[email protected]> Co-authored-by: kai ru <[email protected]> Co-authored-by: Yishi Wang <[email protected]>
1 parent 54ff034 commit fcb7bd7

File tree

9 files changed

+112
-10
lines changed

9 files changed

+112
-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.69.0
7+
++++++
8+
* `aaz`: Support simple type parsed from string value (#30623)
9+
610
2.68.0
711
++++++
812
* PREVIEW: Support managed identity on Azure Arc-enabled Linux server (#30267)

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.68.0"
7+
__version__ = "2.69.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.68.0"
11+
VERSION = "2.69.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: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,104 @@
33
Release History
44
===============
55

6+
2.69.0
7+
++++++
8+
9+
**ACR**
10+
11+
* `az acr manifest list-metadata`: Update help messages for untagged manifests (#30382)
12+
13+
**AKS**
14+
15+
* `az aks create/update/delete`: Add parameters `--if-match` and `--if-none-match` to support etag functionality for concurrency (#30309)
16+
17+
**App Config**
18+
19+
* `az appconfig kv import/export`: Support microsoft feature management schema (#30376)
20+
* `az appconfig kv export`: Introduce a new environment variable called `AZURE_APPCONFIG_FM_COMPATIBILE` when exporting to a file for backward compatibility for users (#30376)
21+
* `az appconfig feature show/list`: Support microsoft feature management schema (#30376)
22+
* `az appconfig kv restore/show/list`: Update datetime validation to accept timezone offset (#30369)
23+
* `az appconfig revision list`: Update datetime validation to accept timezone offset (#30369)
24+
* `az appconfig export`: Update export help message for environment variable (#30747)
25+
26+
**App Service**
27+
28+
* `az functionapp create`: Refactor EOL implementation and sort based on runtime EOL date (#30636)
29+
* `az functionapp list-flexconsumption-locations`: Check if flex region is enabled for subscription (#30607)
30+
* `az functionapp deployment slot create`: Add `--https-only` parameter for slot creation command (#30628)
31+
* `az webapp list-runtimes`: Remove the JBoss `_byol` entries from the output for webapps with Linux OS (#30673)
32+
33+
**Backup**
34+
35+
* `az backup`: Add support for new AFS Vault Standard Policies (#30531)
36+
37+
**Batch**
38+
39+
* [BREAKING CHANGE] `az batch certificate create/list/show/delete`: Remove deprecated commands (#30501)
40+
* [BREAKING CHANGE] `az batch node reimage/remote-desktop`: Remove deprecated commands (#30501)
41+
* [BREAKING CHANGE] `az batch pool create`: Remove `--application-licenses`, `--certificate-references` , `--os-family` and `--os-version` deprecated parameters (#30501)
42+
* [BREAKING CHANGE] `az batch pool set/reset `: Remove `--certificate-references` deprecated parameter (#30501)
43+
* `az batch job create`: Add parameters `--job-manager-task-application-package-references` and `--on-all-tasks-complete` (#30501)
44+
* `az batch job disable`: Add parameter `--json-file` (#30501)
45+
* `az batch job-schedule create`: Add parameters `--job-manager-task-application-package-references`, `--job-metadata`, and `--job-manager-task-environment-settings` (#30501)
46+
* `az batch job-schedule set/reset`: Add parameters `--job-max-task-retry-count` and `--job-max-wall-clock-time` (#30501)
47+
* `az batch node reboot`: Add parameter `--json-file` (#30501)
48+
* `az batch node scheduling disable`: Add parameter `--json-file` (#30501)
49+
* `az batch pool autoscale evaluate`: Add parameter `--json-file` (#30501)
50+
* `az batch pool create`: Add parameters `--start-task-environment-settings` and `--start-task-max-task-retry-count` (#30501)
51+
* `az batch pool reset`: Add parameters `--start-task-resource-files` and `--target-node-communication-mode` (#30501)
52+
53+
**Compute**
54+
55+
* [BREAKING CHANGE] `az sig gallery-application create/update`: Output field `supportedOsType` changed to `supportedOSType` (#30678)
56+
* `az vm list-sizes`: Remove unused parameter `--ids` (#30652)
57+
* `az vmss create/update`: Add new paramter `--zone-balance` to support setting zone balance (#30692)
58+
* `az vm/vmss create`: Install guest attestation extension when security type set to `ConfidentialVM` (#30690)
59+
* `az vmss scale`: Add new logic to support scaling VMSS in edge zone (#30704)
60+
* `az vmss create`: Add `--encryption-identity` parameter to use managed identity for Azure disk encryption (#30657)
61+
* `az vmss encryption enable`: Add `--encryption-identity` parameter to update or set encryption identity for Azure disk encryption (#30657)
62+
63+
**Container app**
64+
65+
* Fix #28047: `az containerapp compose create`: Upgrade pycomposefile version to split environment variables on the first equal sign instead of every equal sign (#30670)
66+
67+
**DevTest Labs**
68+
69+
* `az lab vm`: Add `hibernate` command group (#30633)
70+
71+
**Key Vault**
72+
73+
* `az keyvault update/update-hsm`: Fix `--bypass` overriding by default when specifying `--default-action Deny` (#30676)
74+
75+
**Network**
76+
77+
* `az network lb create`: Refine `--frontend-ip-zone` to support multiple zones (#30639)
78+
* `az network private-endpoint-connnection`: Add `Microsoft.HealthDataAiservices/deidservices` for private endpoint connections (#30627)
79+
* `az network routeserver create/update`: Add `--auto-scale-config` (#30702)
80+
* `az network virtual-appliance reimage`: Allow reimage of virtual machines associated with a network virtual appliance (#30680)
81+
82+
**Profile**
83+
84+
* `az login`: Passing the managed identity ID with `--username` is deprecated and will be removed in a future release. Please use `--client-id`, `--object-id` or `--resource-id` instead (#30525)
85+
86+
**RDBMS**
87+
88+
* `az postgres flexible-server geo-restore`: Add `--restore-time` parameter (#30689)
89+
* `az postgres flexible-server fabric-mirroring start/stop/update-databases`: Disable fabric mirroring on HA server (#30688)
90+
* `az postgres flexible-server update`: Fix for scaling up node count on an elastic cluster (#30669)
91+
92+
**Redis**
93+
94+
* `az redis create/update`: Add `--zonal-allocation-policy` to support the way of selecting zones for cache instance (#30705)
95+
96+
**Role**
97+
98+
* `az role definition show`: New command to support showing specific role definition (#30593)
99+
100+
**Service Connector**
101+
102+
* `az webapp connection create redis`: Add parameter `--system-identity` (#30630)
103+
6104
2.68.0
7105
++++++
8106

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 <[email protected]>"
20-
__version__ = "2.68.0"
20+
__version__ = "2.69.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.0
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.68.0
7+
azure-cli-core==2.69.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.68.0
9+
azure-cli==2.69.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

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.0
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.68.0
7+
azure-cli-core==2.69.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.68.0
9+
azure-cli==2.69.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

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.0
66
azure-batch==15.0.0b1
7-
azure-cli-core==2.68.0
7+
azure-cli-core==2.69.0
88
azure-cli-telemetry==1.1.0
9-
azure-cli==2.68.0
9+
azure-cli==2.69.0
1010
azure-common==1.1.22
1111
azure-core==1.31.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.68.0"
20+
VERSION = "2.69.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)