Skip to content

Commit 52c8e1e

Browse files
Azure CLI Botqwordy
andauthored
{Release} Upgrade to Azure CLI 2.9.0 (#14314)
* update azure-cli version to 2.9.0 * Update HISTORY.rst * Update src/azure-cli/HISTORY.rst * Update src/azure-cli/HISTORY.rst * Update src/azure-cli/HISTORY.rst * Update src/azure-cli/HISTORY.rst Co-authored-by: Feiyue Yu <fey@microsoft.com>
1 parent e2cdfac commit 52c8e1e

9 files changed

Lines changed: 128 additions & 10 deletions

File tree

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.9.0
7+
++++++
8+
* Fix get_token() issue in msi login and `expiresIn` key error in cloud shell login credentials for track 2 SDK related commands (#14187)
9+
610
2.8.0
711
++++++
812
* Add get_command_loader() entry to support to load customized CommandLoader (#13763)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from __future__ import print_function
88

9-
__version__ = "2.8.0"
9+
__version__ = "2.9.0"
1010

1111
import os
1212
import sys

src/azure-cli-core/setup.py

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

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

src/azure-cli/HISTORY.rst

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

6+
2.9.0
7+
++++++
8+
9+
**ACR**
10+
11+
* Handle log artifact link from Registry to stream logs (#14038)
12+
* Deprecate helm2 commands (#14143)
13+
14+
**AKS**
15+
16+
* `az aks create`: add --enable-aad argument (#14068)
17+
* `az aks update`: add --enable-aad argument (#14217)
18+
19+
**APIM**
20+
21+
* Added general az apim api commands (#13953)
22+
23+
**AppConfig**
24+
25+
* Add example for using --fields in appconfig revision (#14081)
26+
27+
**AppService**
28+
29+
* `az functionapp create`: Added support for Java 11 and Powershell 7. Added Stacks API Support. (#14063)
30+
* Fix #14208 multi-container app creation fails (#14262)
31+
* Fix az webapp create - use hardcoded runtime stacks (#14284)
32+
33+
**ARM**
34+
35+
* `az resource tag`: Fix the problem of tagging resources with resource type `Microsoft.ContainerInstance/containerGroups` (#14046)
36+
37+
**Compute**
38+
39+
* Bump version disks 2020-05-01, compute 2020-06-01 (#14212)
40+
* Double encryption of disk encryption set (#14212)
41+
* `az vmss update`: support specify cross tenant image. (#14206)
42+
* `az sig image-version create`: support specify cross tenant image. (#14206)
43+
* vm/vmss create: Encryption of cache & data-in-transit for OS/Data disks and temp disks for VM & VMSS (#13919)
44+
* Add simulate-eviction operation for VM and VMSS (#14133)
45+
46+
**CosmosDB**
47+
48+
* Recent features: Autoscale, IpRules, EnableFreeTier and EnableAnalyticalStorage (#13985)
49+
50+
**EventGrid**
51+
52+
* Add CLI support for 2020-04-01-preview and mark preview features with is_Preview=True (#14027)
53+
54+
**Find**
55+
56+
* Fix #14094 az find Fix Queries failing when not logged in and when telemetry is disabled (#14243)
57+
58+
**HDInsight**
59+
60+
* Add two commands to support hdinsight node reboot feature (#14005)
61+
62+
**Monitor**
63+
64+
* Remove preview flag for commands under Log Analytics workspace (#14064)
65+
* `az monitor diagnostic-settings subscription`: Support diagnositc settings for subscription (#14157)
66+
* `az monitor metrics`: support ',' and '|' in metric name (#14254)
67+
* `az monitor log-analytics workspace data-export`: support log analytics data export (#14155)
68+
69+
**Network**
70+
71+
* `az network application-gateway frontend-ip update`: Deprecating the --public-ip-address parameter (#13891)
72+
* Bump azure-mgmt-network to 11.0.0 (#13957)
73+
* `az network express-route gateway connection`: support routing configuration (#14256)
74+
* `az network virtual-appliance`: Support Azure network virtual appliance. (#14224)
75+
* Application Gateway support private link feature (#14185)
76+
77+
**PolicyInsights**
78+
79+
* `az policy state`: add trigger-scan command to trigger policy compliance evaluations (#12910)
80+
* `az policy state list`: expose versions of policy entities in each compliance record (#12910)
81+
82+
**Profile**
83+
84+
* `az account get-access-token`: Show expiresOn for Managed Identity (#14128)
85+
86+
**RDBMS**
87+
88+
* Support Minimum TLS version (#14166)
89+
* Add Infrastructure Encryption for Azure Postgres and MySQL (#14097)
90+
91+
**Security**
92+
93+
* Add allowed_connections commands (#14190)
94+
* Add Adaptive network hardeningss commands (#14260)
95+
* Add adaptive_application_controls commands (#14278)
96+
* Addition of az security iot-solution/ iot-alerts/iot-recommendations/iot-analytics REST to Azure CLI (#14124)
97+
* Add regulatory compliance CLI (#14103)
98+
99+
**SignalR**
100+
101+
* Add features including managing private endpoint connections, network rules and upstream (#14008)
102+
103+
**SQL**
104+
105+
* `az sql mi create`, `az sql mi update`: Add `--tags` parameter to support resource tagging (#13479)
106+
* `az sql mi failover`: Support failover from primary or secondary point (#14242)
107+
108+
**Storage**
109+
110+
* `az storage account create/update`: Add --allow-blob-public-access to allow or disallow public access for blob and containers (#13986)
111+
* `az storage account create/update`: Add `--min-tls-version` to support setting the minimum TLS version to be permitted on requests to storage. (#14131)
112+
* Remove check in token credential (#14134)
113+
* Fix the storage account name in examples (#14062)
114+
115+
**Webapp**
116+
117+
* Bugfix: az webapp log deployment show - return deployment logs instead of log metadata (#14146)
118+
* Bugfix: az webapp vnet-integration add - fix error handling if bad vnet name, support vnet resource ID (#14101)
119+
6120
2.8.0
7121
++++++
8122

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
pkg_resources.declare_namespace(__name__)
1212

1313
__author__ = "Microsoft Corporation <python@microsoft.com>"
14-
__version__ = "2.8.0"
14+
__version__ = "2.9.0"

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 @@ applicationinsights==0.11.9
44
argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-batch==9.0.0
7-
azure-cli==2.8.0
7+
azure-cli==2.9.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.8.0
9+
azure-cli-core==2.9.0
1010
azure-cli-nspkg==3.0.4
1111
azure-cli-telemetry==1.0.4
1212
azure-common==1.1.22

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 @@ applicationinsights==0.11.9
44
argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-batch==9.0.0
7-
azure-cli==2.8.0
7+
azure-cli==2.9.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.8.0
9+
azure-cli-core==2.9.0
1010
azure-cli-nspkg==3.0.4
1111
azure-cli-telemetry==1.0.4
1212
azure-common==1.1.22

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 @@ applicationinsights==0.11.7
44
argcomplete==1.11.1
55
asn1crypto==0.24.0
66
azure-batch==9.0.0
7-
azure-cli==2.8.0
7+
azure-cli==2.9.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.8.0
9+
azure-cli-core==2.9.0
1010
azure-cli-nspkg==3.0.4
1111
azure-cli-telemetry==1.0.4
1212
azure-common==1.1.22

src/azure-cli/setup.py

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

21-
VERSION = "2.8.0"
21+
VERSION = "2.9.0"
2222
# If we have source, validate that our version numbers match
2323
# This should prevent uploading releases with mismatched versions.
2424
try:

0 commit comments

Comments
 (0)