Skip to content

Commit 95ebcc9

Browse files
author
Azure CLI Bot
authored
{Release} Upgrade to Azure CLI 2.8.0 (#14030)
1 parent 2b39138 commit 95ebcc9

9 files changed

Lines changed: 155 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.8.0
7+
++++++
8+
* Add get_command_loader() entry to support to load customized CommandLoader (#13763)
9+
610
2.7.0
711
++++++
812
* Enable local context for location (#13682)

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.7.0"
9+
__version__ = "2.8.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.7.0"
20+
VERSION = "2.8.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: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,147 @@
33
Release History
44
===============
55

6+
2.8.0
7+
++++++
8+
9+
**ACR**
10+
11+
* Add support for region endpoint disable / routing disable (#13617)
12+
* [BREAKING CHANGE] `az acr login --expose-token` does not accept username and password (#13874)
13+
14+
**ACS**
15+
16+
* Remove private cluster and 2019-10-27-preview API (#13618)
17+
18+
**AKS**
19+
20+
* Support --yes for az aks upgrade (#13741)
21+
* Revert "change default vm sku to Standard_D2s_v3 (#13541)" (#13757)
22+
* Add "az aks update --uptime-sla" (#13912)
23+
* Fix typo in az aks update command (#14003)
24+
* Change to support 0 node agent pool and block manual scale for CAS enabled pool (#13996)
25+
* Fix typo on VirtualMachineScaleSets and update references to Kubernetes versions (#14022)
26+
27+
**AMS**
28+
29+
* CHANGE help text for "--expiry" parameter. (#13940)
30+
31+
**AppService**
32+
33+
* `az webapp log deployment show`: Show the latest deployment log, or the deployment logs of a specific deployment if deployment-id is specified (#13889)
34+
* `az webapp log deployment list`: List of deployment logs available (#13889)
35+
* Fix: Surface error when invalid webapp name provided (#13939)
36+
* Fix #13261 az webapp list-runtimes use static list until new Available Stacks API is available (#13688)
37+
* `az appservice ase create`: Fix create issue #13361 (#13744)
38+
* `az appservice ase list-addresses`: Fix change of SDK #13140. (#13744)
39+
* Fix webapp/slot creation for Windows Containers (#13813)
40+
* `az webapp auth update`: Add optional parameter to update runtime-version (#13366)
41+
* Support list, delete, approve and reject private endpoint connection for webapp in CLI (#13710)
42+
* Fix #13888 : Add support for Static WebApps: get, list, create commands (#13639)
43+
* Improved error messages for SSH Tunnel Connection (#13997)
44+
45+
**ARM**
46+
47+
* `az tag`: Add examples for -h (#10880)
48+
* `az deployment group/sub what-if`: Add --exclude-change-types/-x parameter. (#13748)
49+
* `az deployment group/sub/mg/tenant create`: Add --what-if-exclude-change-types/-x parameter. (#13748)
50+
* `az deployment group/sub/mg/tenant validate`: Show error messages in a better format. (#13748)
51+
* `az group export`: Add new parameters `--skip-resource-name-params` and `--skip-all-params` to support skip parameterization (#13558)
52+
* Add az feature unregister api (#13487)
53+
54+
**ARO**
55+
56+
* Add Public, Private to params for help with ingress/apiserver visibility (#13550)
57+
58+
**Batch**
59+
60+
* `az batch account create`: Add new parameter `--public-network-access` (#13796)
61+
* `az batch account create`: Add new parameter `--identity-type` (#13796)
62+
* `az batch account set`: Add new parameter `--identity-type` (#13796)
63+
* [BREAKING CHANGE] az batch pool create: When creating a pool using a custom image, the --image property of can now only refer to a Shared Image Gallery image. (#13796)
64+
* [BREAKING CHANGE] az batch pool create: When creating a pool with --json-file option and specifying a networkConfiguration, the publicIPs property has moved in to a new property publicIPAddressConfiguration. This new property also supports a new ipAddressProvisioningType property which specifies how the pool should allocate IP's and a publicIPs property which allows for configuration of a list of PublicIP resources to use in the case ipAddressProvisioningType is set to UserManaged (#13796)
65+
* `az network private-link-resource`: Add support for the Microsoft.Batch batchAccount resource (#13796)
66+
* `az network private-endpoint-connection`: Add support for the Microsoft.Batch batchAccount resource (#13796)
67+
68+
**CDN**
69+
70+
* `az cdn custom-domain enable-https`: Add BYOC support. (#12648)
71+
* `az cdn custom-domain enable-https`: Fix enabling custom HTTPS with CDN managed certificates for Standard_Verizon and Standard_Microsoft SKUs. (#12648)
72+
73+
**Cognitive Services**
74+
75+
* [BREAKING CHANGE] `az cognitiveservices account` now have a unified structure for all commands. (#13798)
76+
* `az cognitiveservices account identity`: Add identity management for Cognitive Services. (#13865)
77+
78+
**Compute**
79+
80+
* `az image builder`: Upgrade API version to 2020-02-14 (#13130)
81+
* `az image builder create`: Add `--identity` to support identity configuration (#13130)
82+
* `az image builder customizer add`: Support Windows update customizer (#13130)
83+
* New command `az image builder cancel` (#13130)
84+
* Show a warning when a user deploys a VMSS pinned to a specific image version rather than latest (#14006)
85+
86+
**Cosmos DB**
87+
88+
* `az cosmosdb`: Add exists command to database and container groups (#12774)
89+
* Allow creating fixed collections (#13950)
90+
91+
**EventHub**
92+
93+
* `az eventhubs namespace create` : Add managed identity parameters (#13992)
94+
95+
**Extension**
96+
97+
* Add --version to support to install from a specific version (#13789)
98+
* Enable CLI extensions to include packages in the 'azure' namespace (#13163)
99+
100+
**Iot Hub**
101+
102+
* [BREAKING CHANGE] az iot hub job: Remove deprecated job commands (#13955)
103+
104+
**KeyVault**
105+
106+
* `az keyvault key import`: Supports importing from strings via two new parameters. (#13771)
107+
* Support string/bytes encryption and decryption with stored keys (#13916)
108+
109+
**Monitor**
110+
111+
* Support no wait for cluster creation (#13787)
112+
* `az monitor log-analytics workspace saved-search`: Support new commands for saved search (#13816)
113+
114+
**Network**
115+
116+
* `az network application-gateway address-pool update`: Refine help message and add examples. (#13780)
117+
* `az network vnet create`: Support --nsg argument (#13842)
118+
* `az network lb address-pool`: Support create lb backend pool with backend address. (#13700)
119+
* `az network application-gateway address-pool`: Fix for --add argument (#14010)
120+
121+
**RBAC**
122+
123+
* `az ad sp create-for-rabc`: Support name with space, slash and back slash (#13875)
124+
* `az ad sp create-for-rbac`: Refine error message when user specify an invalid scope (#13117)
125+
126+
**Security**
127+
128+
* Add security assessment commands (#13978)
129+
130+
**SQL**
131+
132+
* `az sql db ltr-policy/ltr-backup`: update/show long term retention policy, show/delete long term retention backups, restore long term retention backup (#12897)
133+
134+
**Storage**
135+
136+
* Fix authentication issue to support get token for --subscription (#13845)
137+
* `az storage remove`: Fix issue #13459 to raise exception for operation failure (#13961)
138+
* Fix issues #13012, #13632 and #13657 to remove unused arguments for generate-sas related commands (#13936)
139+
* `az storage logging update`: Add check for logging version (#13962)
140+
* `az storage blob show`: Add more properties for blob with track 2 SDK (#13920)
141+
* Fix #13708: Refine warning message for credential (#13963)
142+
* `az storage share-rm create/update`: Add NFS protocol and root squash support (#12359)
143+
* `az storage account create`: Add support for double encryption (#13765)
144+
* [BREAKING CHANGE] `az storage blob/container/file/share/table/queue generate-sas`: make --expiry and --permissions required (#13964)
145+
* `az storage blob set-tier`: Migrate to Track 2 to support setting rehydrate priority (#14014)
146+
6147
2.7.0
7148
++++++
8149

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.7.0"
14+
__version__ = "2.8.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.7.0
7+
azure-cli==2.8.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.7.0
9+
azure-cli-core==2.8.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.7.0
7+
azure-cli==2.8.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.7.0
9+
azure-cli-core==2.8.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.7.0
7+
azure-cli==2.8.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.7.0
9+
azure-cli-core==2.8.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.7.0"
21+
VERSION = "2.8.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)