Skip to content

Commit 0c19ca8

Browse files
authored
Update version to 2.0.73 (#10442)
1 parent bc102a5 commit 0c19ca8

12 files changed

Lines changed: 27 additions & 21 deletions

src/azure-cli-core/HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
33
Release History
44
===============
5+
6+
2.0.73
7+
++++++
58
* Minor changes
69

710
2.0.72

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
from __future__ import print_function
66

7-
__version__ = "2.0.72"
7+
__version__ = "2.0.73"
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
@@ -17,7 +17,7 @@
1717
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1818
cmdclass = {}
1919

20-
VERSION = "2.0.72"
20+
VERSION = "2.0.73"
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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Release History
44
===============
55

6+
2.0.73
7+
++++++
8+
69
**ACR**
710

811
* Added commands to configure retention policy (in preview): "az acr config retention"
@@ -35,6 +38,11 @@ Release History
3538
* [BREAKING CHANGE] When not specified, the default value for `--start-task-wait-for-success` on `az batch pool create` is now true (was false).
3639
* [BREAKING CHANGE] The default value for Scope on AutoUserSpecification is now always Pool (was Task on Windows nodes, Pool on Linux nodes). This argument is not exposed via the commandline, but can be set in the `--json-file` arguments.
3740

41+
**Cosmos DB**
42+
43+
* Update azure-mgmt-cosmosdb to latest python 0.8.0 library
44+
* Populate DatabaseAccountCreateUpdateParameters with 2 new parameters to support Cassandra Connector Exchange(CCX) feature - enable_cassandra_connector, connector_offer
45+
3846
**HDInsight**
3947

4048
* `az hdinsight resize`: Make parameter `--workernode-count/-c` required
@@ -61,11 +69,6 @@ Release History
6169

6270
* [BREAKING CHANGE] `az storage remove`: remove --auth-mode argument
6371

64-
**Cosmos DB**
65-
66-
* Update azure-mgmt-cosmosdb to latest python 0.8.0 library
67-
* Populate DatabaseAccountCreateUpdateParameters with 2 new parameters to support Cassandra Connector Exchange(CCX) feature - enable_cassandra_connector, connector_offer
68-
6972
2.0.72
7073
++++++
7174

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.0.72"
14+
__version__ = "2.0.73"

src/azure-cli/requirements.py2.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.10.0
55
asn1crypto==0.24.0
66
azure-batch==8.0.0
7-
azure-cli==2.0.72
7+
azure-cli==2.0.73
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.0.72
9+
azure-cli-core==2.0.73
1010
azure-cli-nspkg==3.0.4
1111
azure-cli-telemetry==1.0.3
1212
azure-common==1.1.22

src/azure-cli/requirements.py2.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.10.0
55
asn1crypto==0.24.0
66
azure-batch==8.0.0
7-
azure-cli==2.0.72
7+
azure-cli==2.0.73
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.0.72
9+
azure-cli-core==2.0.73
1010
azure-cli-nspkg==3.0.4
1111
azure-cli-telemetry==1.0.3
1212
azure-common==1.1.22

src/azure-cli/requirements.py2.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.10.0
55
asn1crypto==0.24.0
66
azure-batch==8.0.0
7-
azure-cli==2.0.72
7+
azure-cli==2.0.73
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.0.72
9+
azure-cli-core==2.0.73
1010
azure-cli-nspkg==3.0.4
1111
azure-cli-telemetry==1.0.3
1212
azure-common==1.1.22

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.10.0
55
asn1crypto==0.24.0
66
azure-batch==8.0.0
7-
azure-cli==2.0.72
7+
azure-cli==2.0.73
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.0.72
9+
azure-cli-core==2.0.73
1010
azure-cli-nspkg==3.0.4
1111
azure-cli-telemetry==1.0.3
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.10.0
55
asn1crypto==0.24.0
66
azure-batch==8.0.0
7-
azure-cli==2.0.72
7+
azure-cli==2.0.73
88
azure-cli-command-modules-nspkg==2.0.3
9-
azure-cli-core==2.0.72
9+
azure-cli-core==2.0.73
1010
azure-cli-nspkg==3.0.4
1111
azure-cli-telemetry==1.0.3
1212
azure-common==1.1.22

0 commit comments

Comments
 (0)