Skip to content

Commit 029e73b

Browse files
Azure CLI Botbim-msftyungezzfengzhou-msftarrownj
authored
{Release} Upgrade to Azure CLI 2.6.0 (#13542)
* update azure-cli version to 2.6.0 * Apply suggestions from code review Co-authored-by: Yunge Zhu <[email protected]> Co-authored-by: Feng Zhou <[email protected]> Co-authored-by: Xiaojian Xu <[email protected]> Co-authored-by: Bin Ma <[email protected]> Co-authored-by: Yunge Zhu <[email protected]> Co-authored-by: Feng Zhou <[email protected]> Co-authored-by: Xiaojian Xu <[email protected]>
1 parent 530cd07 commit 029e73b

File tree

9 files changed

+130
-10
lines changed

9 files changed

+130
-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.6.0
7+
++++++
8+
* Update local context on/off status to global user level (#13277)
9+
610
2.5.1
711
++++++
812
* Minor fixes

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

6+
2.6.0
7+
++++++
8+
9+
**ACR**
10+
11+
* Add default timeout of 5 minutes for any requests to ACR (#13349)
12+
* Support disable public network access (#13347)
13+
* `az acr token create`: expose --days argument (#13392)
14+
* `az acr import`: accept --source argument values which contain login in server name through client end correction (#13392)
15+
16+
**ACS**
17+
18+
* Bug fix: remove fields cleanup for fields that no longer exist (#13315)
19+
20+
**AKS**
21+
22+
* Update uptime-sla command help context (#13300)
23+
* Remove range check for updating min count for autoscaler (#13215)
24+
* Fix that cli doe not fail when user only specifies Windows password (#13418)
25+
26+
**AMS**
27+
28+
* `az ams transform create`: Add ability to create a transform with a FaceDetector preset (#13260)
29+
* `az ams content-key-policy create` : Add ability to create a FairPlay content key policy with an offline rental configuration (#13260)
30+
31+
**AppConfig**
32+
33+
* Bug fix for list key values with fields (#13326)
34+
35+
**AppService**
36+
37+
* `az functionapp create`: AzureWebJobsDashboard will only be set if AppInsights is disabled (#13238)
38+
* Fix #10664- VNet Integration - Location Check Issue & fix #13257- az webapp up failing when RG needs to be created (#13106)
39+
* `az webapp|functionapp config ssl import`: Lookup key vault across resources groups in subscription and improve help and examples. (#13099)
40+
* Onboard local context for app service (#12984)
41+
42+
**ARM**
43+
44+
* `az deployment`: Fix the problem that the templateLink will not be returned when deploying or validating template-uri (#13317)
45+
* `az deployment`: Fix the problem that deployment/validate does not support specially encoded character (#13137)
46+
* `az deployment sub/group what-if`: Fix array alignment and error handling (#13295)
47+
* `az deployment operation`: Modify the deprecate information (#13129)
48+
49+
**ARO**
50+
51+
* Add examples to az aro create, list, list-credentials, show, delete (#13403)
52+
* Add generate_random_id function (#13482)
53+
54+
**Backup**
55+
56+
* Allow FriendlyName in enable protection for AzureFileShare command (#13268)
57+
* Fix in IaasVM restore-disks Command (#13348)
58+
* Add "MAB" BackupManagementType to item list command (#13449)
59+
* Add support for retrying policy update for failed items. (#13432)
60+
* Add Resume Protection functionality for Azure Virtual Machine (#13396)
61+
* Add support to specify ResourceGroup for storing instantRP during Create or Modify Policy (#13376)
62+
63+
**CI**
64+
65+
* Support flake8 3.8.0 (#13454)
66+
67+
**Compute**
68+
69+
* New command az vm auto-shutdown (#13199)
70+
* `az vm list-skus`: Update --zone behavior, return all type skus now (#13470)
71+
72+
**Core**
73+
74+
* Update local context on/off status to global user level (#13277)
75+
76+
**Extension**
77+
78+
* `az extension add`: Add --system to enable installing extensions in a system path (#12856)
79+
* Support .egg-info to store wheel type extension metadata (#13286)
80+
81+
**IoT**
82+
83+
* `az iot`: Update the IoT command module first run extension awareness message to the accurate, non-deprecated modern Id `azure-iot`. (#13097)
84+
85+
**IoT Hub**
86+
87+
* Support for 2020-03-01 API and Network Isolation commands (#13467)
88+
89+
**NetAppFiles**
90+
91+
* `az volume create`: Adds snapshot-id as a parameter to create volume this will allow users to create a volume from existing snapshot. (#13481)
92+
93+
**Network**
94+
95+
* Fix ttl value changed unintended for dns add-record (#13243)
96+
* `az network public-ip create`: Inform customers of a coming breaking change (#13395)
97+
* Support generic commands for private link scenario (#13225)
98+
* `az network private-endpoint-connection`: Support mysql, postgre and mariadb types (#13433)
99+
* `az network private-endpoint-connection`: Support cosmosdb types (#13452)
100+
* `az network private-endpoint`: deprecate --group-ids and redirect to --group-id (#13511)
101+
102+
**Output**
103+
104+
* Show update instruction in find, feedback and --help (#13345)
105+
106+
**Packaging**
107+
108+
* Build MSI/Homebrew packages with dependecies resolved from requirements.txt (#13353)
109+
110+
**RBAC**
111+
112+
* `az ad sp credential reset`: fix weak credential generation (#13357)
113+
114+
**Storage**
115+
116+
* `az storage account file-service-properties update/show`: Add File Properties Support for Storage Account (#12333)
117+
* `az storage container create`: Fix #13373 by adding validator for public access (#13496)
118+
* Add ADLS Gen2 track2 support (#12729)
119+
* `az storage blob sync`: Support `--connection-string` (#11880)
120+
* `az storage blob sync`: Fix the incorrect error message when azcopy cannot find the installation location (#9576)
121+
6122
2.5.1
7123
++++++
8124

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 <[email protected]>"
14-
__version__ = "2.5.1"
14+
__version__ = "2.6.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.5.1
7+
azure-cli==2.6.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.5.1
9+
azure-cli-core==2.6.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.5.1
7+
azure-cli==2.6.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.5.1
9+
azure-cli-core==2.6.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.5.1
7+
azure-cli==2.6.0
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.5.1
9+
azure-cli-core==2.6.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.5.1"
21+
VERSION = "2.6.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)