diff --git a/src/azure-cli-core/HISTORY.rst b/src/azure-cli-core/HISTORY.rst index 62037ea4b23..f24603c732d 100644 --- a/src/azure-cli-core/HISTORY.rst +++ b/src/azure-cli-core/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +2.1.0 +++++++ +* Support `--output yamlc` for colorized YAML + 2.0.81 ++++++ * `get_raw_token`: Add `tenant` parameter to acquire token for the tenant directly, needless to specify a subscription diff --git a/src/azure-cli-core/azure/cli/core/__init__.py b/src/azure-cli-core/azure/cli/core/__init__.py index cda0999e572..8a701e8b367 100644 --- a/src/azure-cli-core/azure/cli/core/__init__.py +++ b/src/azure-cli-core/azure/cli/core/__init__.py @@ -4,7 +4,7 @@ # -------------------------------------------------------------------------------------------- from __future__ import print_function -__version__ = "2.0.81" +__version__ = "2.1.0" import os import sys diff --git a/src/azure-cli-core/setup.py b/src/azure-cli-core/setup.py index cac905c381d..08cddb8b267 100644 --- a/src/azure-cli-core/setup.py +++ b/src/azure-cli-core/setup.py @@ -17,7 +17,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") cmdclass = {} -VERSION = "2.0.81" +VERSION = "2.1.0" # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. try: diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 8854eaa524c..95a5f345787 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -3,17 +3,93 @@ Release History =============== +2.1.0 +++++++ + +**ACR** + +* Add a new argument `--expose-token` for `az acr login` +* Fix the incorrect output of `az acr task identity show -n Name -r Registry -o table` +* az acr login: Throw a CLIError if there are errors returned by docker command + +**ACS** + +* aks create/update: add `--vnet-subnet-id` validation + +**Aladdin** + +* Parse generated examples into commands' _help.py + **AMS** -* az ams is now GA. +* az ams is GA now + +**AppConfig** + +* Revise help message to exclude unsupported key/label filter +* Remove preview tag for most commands excluding managed identity and feature flags +* Add customer managed key when updating stores + +**AppService** + +* az webapp list-runtimes: Fix the bug for list-runtimes +* Add az webapp|functionapp config ssl create +* Add support for v3 function apps and node 12 + +**ARM** + +* az policy assignment create: Fix the error message when the `--policy` parameter is invalid +* az group deployment create: Fix "stat: path too long for Windows" error when using large parameters.json file **Backup** -* Added restore as files support for SQL and SAP Databases. +* Fix for item level recovery flow in OLR +* Add restore as files support for SQL and SAP Databases + +**Compute** + +* vm/vmss/availability-set update: add --ppg to allowing updating ProximityPlacementGroup +* vmss create: add --data-disk-iops and --data-disk-mbps +* az vm host: remove preview tag for `vm host` and `vm host group` +* [BREAKING CHANGE] Fix #10728: `az vm create`: create subnet automatically if vnet is specified and subnet not exists +* Increase robustness of vm image list + +**Eventhub** + +* Azure Stack support for 2019-03-01-hybrid profile + +**KeyVault** + +* az keyvault key create: add a new value `import` for parameter `--ops` +* az keyvault key list-versions: support parameter `--id` for specifying keys +* Support private endpoint connections + +**Network** + +* Bump to azure-mgmt-network 9.0.0 +* az network private-link-service update/create: support --enable-proxy-protocol +* Add connection Monitor V2 feature + +**Packaging** + +* [BREAKING CHANGE] Drop support for Python 2.7 + +**Profile** + +* Preview: Add new attributes `homeTenantId` and `managedByTenants` to subscription accounts. Please re-run `az login` for the changes to take effect +* az login: Show a warning when a subscription is listed from more than one tenants and default to the first one. To select a specific tenant when accessing this subscription, please include `--tenant` in `az login` + +**Role** + +* az role assignment create: Fix the error that assigning a role to a service principal by display name yields a HTTP 400 **SQL** -* Update SQL Managed Instance cmdlet `az sql mi update` with two new parameters: tier and family. +* Update SQL Managed Instance cmdlet `az sql mi update` with two new parameters: tier and family + +**Storage** + +* [BREAKING CHANGE] `az storage account create`: Change default storage account kind to StorageV2 2.0.81 ++++++ diff --git a/src/azure-cli/azure/cli/__init__.py b/src/azure-cli/azure/cli/__init__.py index 3710e4fbc0b..03821fd78a3 100644 --- a/src/azure-cli/azure/cli/__init__.py +++ b/src/azure-cli/azure/cli/__init__.py @@ -11,4 +11,4 @@ pkg_resources.declare_namespace(__name__) __author__ = "Microsoft Corporation " -__version__ = "2.0.81" +__version__ = "2.1.0" diff --git a/src/azure-cli/azure/cli/command_modules/vm/commands.py b/src/azure-cli/azure/cli/command_modules/vm/commands.py index 3a5ecf8283c..f1237945467 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/commands.py +++ b/src/azure-cli/azure/cli/command_modules/vm/commands.py @@ -322,7 +322,7 @@ def load_command_table(self, _): g.command('list-skus', 'list_skus') g.custom_command('list', 'list_vm_images') g.custom_command('accept-terms', 'accept_market_ordering_terms', - deprecate_info=g.deprecate(redirect='az vm image terms accept', expiration='2.0.82')) + deprecate_info=g.deprecate(redirect='az vm image terms accept', expiration='2.2.0')) g.custom_show_command('show', 'show_vm_image') with self.command_group('vm image terms', compute_vm_image_term_sdk, validator=None) as g: diff --git a/src/azure-cli/requirements.py2.Darwin.txt b/src/azure-cli/requirements.py2.Darwin.txt deleted file mode 100644 index d75091e46e2..00000000000 --- a/src/azure-cli/requirements.py2.Darwin.txt +++ /dev/null @@ -1,144 +0,0 @@ -adal==1.2.1 -antlr4-python2-runtime==4.7.2 -applicationinsights==0.11.9 -argcomplete==1.11.1 -asn1crypto==0.24.0 -azure-batch==8.0.0 -azure-cli==2.0.81 -azure-cli-command-modules-nspkg==2.0.3 -azure-cli-core==2.0.81 -azure-cli-nspkg==3.0.4 -azure-cli-telemetry==1.0.4 -azure-common==1.1.22 -azure-cosmos==3.1.0 -azure-datalake-store==0.0.48 -azure-devtools==1.0.0 -azure-functions-devops-build==0.0.22 -azure-graphrbac==0.60.0 -azure-keyvault==1.1.0 -azure-mgmt-advisor==2.0.1 -azure-mgmt-apimanagement==0.1.0 -azure-mgmt-appconfiguration==0.3.0 -azure-mgmt-applicationinsights==0.1.1 -azure-mgmt-authorization==0.52.0 -azure-mgmt-batch==7.0.0 -azure-mgmt-batchai==2.0.0 -azure-mgmt-billing==0.2.0 -azure-mgmt-botservice==0.2.0 -azure-mgmt-cdn==4.0.0 -azure-mgmt-cognitiveservices==5.0.0 -azure-mgmt-compute==10.0.0 -azure-mgmt-consumption==2.0.0 -azure-mgmt-containerinstance==1.5.0 -azure-mgmt-containerregistry==3.0.0rc8 -azure-mgmt-containerservice==8.1.0 -azure-mgmt-cosmosdb==0.11.0 -azure-mgmt-datalake-analytics==0.2.1 -azure-mgmt-datalake-nspkg==3.0.1 -azure-mgmt-datalake-store==0.5.0 -azure-mgmt-datamigration==0.1.0 -azure-mgmt-deploymentmanager==0.2.0 -azure-mgmt-devtestlabs==2.2.0 -azure-mgmt-dns==2.1.0 -azure-mgmt-eventgrid==2.2.0 -azure-mgmt-eventhub==2.6.0 -azure-mgmt-hdinsight==1.3.0 -azure-mgmt-imagebuilder==0.2.1 -azure-mgmt-iotcentral==2.0.0 -azure-mgmt-iothub==0.8.2 -azure-mgmt-iothubprovisioningservices==0.2.0 -azure-mgmt-keyvault==1.1.0 -azure-mgmt-kusto==0.3.0 -azure-mgmt-loganalytics==0.2.0 -azure-mgmt-managementgroups==0.2.0 -azure-mgmt-maps==0.1.0 -azure-mgmt-marketplaceordering==0.2.1 -azure-mgmt-media==1.1.1 -azure-mgmt-monitor==0.7.0 -azure-mgmt-msi==0.2.0 -azure-mgmt-netapp==0.7.0 -azure-mgmt-network==8.0.0 -azure-mgmt-nspkg==3.0.2 -azure-mgmt-policyinsights==0.4.0 -azure-mgmt-privatedns==0.1.0 -azure-mgmt-rdbms==1.9.0 -azure-mgmt-recoveryservices==0.4.0 -azure-mgmt-recoveryservicesbackup==0.6.0 -azure-mgmt-redis==7.0.0rc1 -azure-mgmt-relay==0.1.0 -azure-mgmt-reservations==0.6.0 -azure-mgmt-resource==8.0.1 -azure-mgmt-search==2.1.0 -azure-mgmt-security==0.1.0 -azure-mgmt-servicebus==0.6.0 -azure-mgmt-servicefabric==0.4.0 -azure-mgmt-signalr==0.3.0 -azure-mgmt-sql==0.15.0 -azure-mgmt-sqlvirtualmachine==0.5.0 -azure-mgmt-storage==7.1.0 -azure-mgmt-trafficmanager==0.51.0 -azure-mgmt-web==0.44.0 -azure-multiapi-storage==0.2.4 -azure-nspkg==3.0.2 -azure-loganalytics==0.1.0 -azure-storage-blob==1.5.0 -azure-storage-common==1.4.2 -azure-storage-nspkg==3.1.0 -bcrypt==3.1.7 -certifi==2019.6.16 -cffi==1.12.3 -chardet==3.0.4 -colorama==0.4.1 -ConfigArgParse==0.14.0 -contextlib2==0.5.5 -cryptography==2.8 -enum34==1.1.6 -fabric==2.4.0 -funcsigs==1.0.2 -futures==3.2.0 -humanfriendly==4.18 -idna==2.8 -invoke==1.2.0 -ipaddress==1.0.22 -isodate==0.6.0 -Jinja2==2.10.1 -jmespath==0.9.4 -jsmin==2.2.2 -knack==0.6.3 -MarkupSafe==1.1.1 -mock==2.0.0 -monotonic==1.5 -msrest==0.6.9 -msrestazure==0.6.2 -ndg-httpsclient==0.5.1 -oauthlib==3.0.1 -paramiko==2.6.0 -pathlib2==2.3.3 -pbr==5.3.1 -portalocker==1.4.0 -psutil==5.6.3 -pyasn1==0.4.5 -pycparser==2.19 -Pygments==2.4.2 -PyJWT==1.7.1 -PyNaCl==1.3.0 -pyOpenSSL==19.0.0 -python-dateutil==2.8.0 -pytz==2019.1 -PyYAML==5.1.1 -requests==2.22.0 -requests-oauthlib==1.2.0 -scandir==1.10.0 -scp==0.13.2 -six==1.12.0 -sshtunnel==0.1.5 -tabulate==0.8.3 -typing==3.7.4 -urllib3==1.25.3 -vcrpy==2.0.1 -vsts==0.1.25 -vsts-cd-manager==1.0.2 -wcwidth==0.1.7 -websocket-client==0.56.0 -wrapt==1.11.2 -xmltodict==0.12.0 diff --git a/src/azure-cli/requirements.py2.Linux.txt b/src/azure-cli/requirements.py2.Linux.txt deleted file mode 100644 index d75091e46e2..00000000000 --- a/src/azure-cli/requirements.py2.Linux.txt +++ /dev/null @@ -1,144 +0,0 @@ -adal==1.2.1 -antlr4-python2-runtime==4.7.2 -applicationinsights==0.11.9 -argcomplete==1.11.1 -asn1crypto==0.24.0 -azure-batch==8.0.0 -azure-cli==2.0.81 -azure-cli-command-modules-nspkg==2.0.3 -azure-cli-core==2.0.81 -azure-cli-nspkg==3.0.4 -azure-cli-telemetry==1.0.4 -azure-common==1.1.22 -azure-cosmos==3.1.0 -azure-datalake-store==0.0.48 -azure-devtools==1.0.0 -azure-functions-devops-build==0.0.22 -azure-graphrbac==0.60.0 -azure-keyvault==1.1.0 -azure-mgmt-advisor==2.0.1 -azure-mgmt-apimanagement==0.1.0 -azure-mgmt-appconfiguration==0.3.0 -azure-mgmt-applicationinsights==0.1.1 -azure-mgmt-authorization==0.52.0 -azure-mgmt-batch==7.0.0 -azure-mgmt-batchai==2.0.0 -azure-mgmt-billing==0.2.0 -azure-mgmt-botservice==0.2.0 -azure-mgmt-cdn==4.0.0 -azure-mgmt-cognitiveservices==5.0.0 -azure-mgmt-compute==10.0.0 -azure-mgmt-consumption==2.0.0 -azure-mgmt-containerinstance==1.5.0 -azure-mgmt-containerregistry==3.0.0rc8 -azure-mgmt-containerservice==8.1.0 -azure-mgmt-cosmosdb==0.11.0 -azure-mgmt-datalake-analytics==0.2.1 -azure-mgmt-datalake-nspkg==3.0.1 -azure-mgmt-datalake-store==0.5.0 -azure-mgmt-datamigration==0.1.0 -azure-mgmt-deploymentmanager==0.2.0 -azure-mgmt-devtestlabs==2.2.0 -azure-mgmt-dns==2.1.0 -azure-mgmt-eventgrid==2.2.0 -azure-mgmt-eventhub==2.6.0 -azure-mgmt-hdinsight==1.3.0 -azure-mgmt-imagebuilder==0.2.1 -azure-mgmt-iotcentral==2.0.0 -azure-mgmt-iothub==0.8.2 -azure-mgmt-iothubprovisioningservices==0.2.0 -azure-mgmt-keyvault==1.1.0 -azure-mgmt-kusto==0.3.0 -azure-mgmt-loganalytics==0.2.0 -azure-mgmt-managementgroups==0.2.0 -azure-mgmt-maps==0.1.0 -azure-mgmt-marketplaceordering==0.2.1 -azure-mgmt-media==1.1.1 -azure-mgmt-monitor==0.7.0 -azure-mgmt-msi==0.2.0 -azure-mgmt-netapp==0.7.0 -azure-mgmt-network==8.0.0 -azure-mgmt-nspkg==3.0.2 -azure-mgmt-policyinsights==0.4.0 -azure-mgmt-privatedns==0.1.0 -azure-mgmt-rdbms==1.9.0 -azure-mgmt-recoveryservices==0.4.0 -azure-mgmt-recoveryservicesbackup==0.6.0 -azure-mgmt-redis==7.0.0rc1 -azure-mgmt-relay==0.1.0 -azure-mgmt-reservations==0.6.0 -azure-mgmt-resource==8.0.1 -azure-mgmt-search==2.1.0 -azure-mgmt-security==0.1.0 -azure-mgmt-servicebus==0.6.0 -azure-mgmt-servicefabric==0.4.0 -azure-mgmt-signalr==0.3.0 -azure-mgmt-sql==0.15.0 -azure-mgmt-sqlvirtualmachine==0.5.0 -azure-mgmt-storage==7.1.0 -azure-mgmt-trafficmanager==0.51.0 -azure-mgmt-web==0.44.0 -azure-multiapi-storage==0.2.4 -azure-nspkg==3.0.2 -azure-loganalytics==0.1.0 -azure-storage-blob==1.5.0 -azure-storage-common==1.4.2 -azure-storage-nspkg==3.1.0 -bcrypt==3.1.7 -certifi==2019.6.16 -cffi==1.12.3 -chardet==3.0.4 -colorama==0.4.1 -ConfigArgParse==0.14.0 -contextlib2==0.5.5 -cryptography==2.8 -enum34==1.1.6 -fabric==2.4.0 -funcsigs==1.0.2 -futures==3.2.0 -humanfriendly==4.18 -idna==2.8 -invoke==1.2.0 -ipaddress==1.0.22 -isodate==0.6.0 -Jinja2==2.10.1 -jmespath==0.9.4 -jsmin==2.2.2 -knack==0.6.3 -MarkupSafe==1.1.1 -mock==2.0.0 -monotonic==1.5 -msrest==0.6.9 -msrestazure==0.6.2 -ndg-httpsclient==0.5.1 -oauthlib==3.0.1 -paramiko==2.6.0 -pathlib2==2.3.3 -pbr==5.3.1 -portalocker==1.4.0 -psutil==5.6.3 -pyasn1==0.4.5 -pycparser==2.19 -Pygments==2.4.2 -PyJWT==1.7.1 -PyNaCl==1.3.0 -pyOpenSSL==19.0.0 -python-dateutil==2.8.0 -pytz==2019.1 -PyYAML==5.1.1 -requests==2.22.0 -requests-oauthlib==1.2.0 -scandir==1.10.0 -scp==0.13.2 -six==1.12.0 -sshtunnel==0.1.5 -tabulate==0.8.3 -typing==3.7.4 -urllib3==1.25.3 -vcrpy==2.0.1 -vsts==0.1.25 -vsts-cd-manager==1.0.2 -wcwidth==0.1.7 -websocket-client==0.56.0 -wrapt==1.11.2 -xmltodict==0.12.0 diff --git a/src/azure-cli/requirements.py2.windows.txt b/src/azure-cli/requirements.py2.windows.txt deleted file mode 100644 index 6e7265dcfdd..00000000000 --- a/src/azure-cli/requirements.py2.windows.txt +++ /dev/null @@ -1,142 +0,0 @@ -adal==1.2.1 -antlr4-python2-runtime==4.7.2 -applicationinsights==0.11.7 -argcomplete==1.11.1 -asn1crypto==0.24.0 -azure-batch==8.0.0 -azure-cli==2.0.81 -azure-cli-command-modules-nspkg==2.0.3 -azure-cli-core==2.0.81 -azure-cli-nspkg==3.0.4 -azure-cli-telemetry==1.0.4 -azure-common==1.1.22 -azure-cosmos==3.1.0 -azure-datalake-store==0.0.48 -azure-functions-devops-build==0.0.22 -azure-graphrbac==0.60.0 -azure-keyvault==1.1.0 -azure-mgmt-advisor==2.0.1 -azure-mgmt-apimanagement==0.1.0 -azure-mgmt-appconfiguration==0.3.0 -azure-mgmt-applicationinsights==0.1.1 -azure-mgmt-authorization==0.52.0 -azure-mgmt-batch==7.0.0 -azure-mgmt-batchai==2.0.0 -azure-mgmt-billing==0.2.0 -azure-mgmt-botservice==0.2.0 -azure-mgmt-cdn==4.0.0 -azure-mgmt-cognitiveservices==5.0.0 -azure-mgmt-compute==10.0.0 -azure-mgmt-consumption==2.0.0 -azure-mgmt-containerinstance==1.5.0 -azure-mgmt-containerregistry==3.0.0rc8 -azure-mgmt-containerservice==8.1.0 -azure-mgmt-cosmosdb==0.11.0 -azure-mgmt-datalake-analytics==0.2.1 -azure-mgmt-datalake-nspkg==3.0.1 -azure-mgmt-datalake-store==0.5.0 -azure-mgmt-datamigration==0.1.0 -azure-mgmt-deploymentmanager==0.2.0 -azure-mgmt-devtestlabs==2.2.0 -azure-mgmt-dns==2.1.0 -azure-mgmt-eventgrid==2.2.0 -azure-mgmt-eventhub==2.6.0 -azure-mgmt-hdinsight==1.3.0 -azure-mgmt-imagebuilder==0.2.1 -azure-mgmt-iotcentral==2.0.0 -azure-mgmt-iothub==0.8.2 -azure-mgmt-iothubprovisioningservices==0.2.0 -azure-mgmt-keyvault==1.1.0 -azure-mgmt-kusto==0.3.0 -azure-mgmt-loganalytics==0.2.0 -azure-mgmt-managementgroups==0.2.0 -azure-mgmt-maps==0.1.0 -azure-mgmt-marketplaceordering==0.2.1 -azure-mgmt-media==1.1.1 -azure-mgmt-monitor==0.7.0 -azure-mgmt-msi==0.2.0 -azure-mgmt-netapp==0.7.0 -azure-mgmt-network==8.0.0 -azure-mgmt-nspkg==3.0.2 -azure-mgmt-policyinsights==0.4.0 -azure-mgmt-privatedns==0.1.0 -azure-mgmt-rdbms==1.9.0 -azure-mgmt-recoveryservices==0.4.0 -azure-mgmt-recoveryservicesbackup==0.6.0 -azure-mgmt-redis==7.0.0rc1 -azure-mgmt-relay==0.1.0 -azure-mgmt-reservations==0.6.0 -azure-mgmt-resource==8.0.1 -azure-mgmt-search==2.1.0 -azure-mgmt-security==0.1.0 -azure-mgmt-servicebus==0.6.0 -azure-mgmt-servicefabric==0.4.0 -azure-mgmt-signalr==0.3.0 -azure-mgmt-sql==0.15.0 -azure-mgmt-sqlvirtualmachine==0.5.0 -azure-mgmt-storage==7.1.0 -azure-mgmt-trafficmanager==0.51.0 -azure-mgmt-web==0.44.0 -azure-multiapi-storage==0.2.4 -azure-nspkg==3.0.2 -azure-loganalytics==0.1.0 -azure-storage-blob==1.5.0 -azure-storage-common==1.4.2 -azure-storage-nspkg==3.1.0 -bcrypt==3.1.7 -certifi==2019.6.16 -cffi==1.12.3 -chardet==3.0.4 -colorama==0.4.1 -cryptography==2.8 -enum34==1.1.6 -fabric==2.4.0 -funcsigs==1.0.2 -futures==3.2.0 -humanfriendly==4.18 -idna==2.8 -invoke==1.2.0 -ipaddress==1.0.22 -isodate==0.6.0 -Jinja2==2.10.1 -jmespath==0.9.4 -jsmin==2.2.2 -knack==0.6.3 -MarkupSafe==1.1.1 -mock==2.0.0 -monotonic==1.5 -msrest==0.6.9 -msrestazure==0.6.2 -ndg-httpsclient==0.5.1 -oauthlib==3.0.1 -paramiko==2.6.0 -pathlib2==2.3.3 -pbr==5.3.1 -portalocker==1.2.1 -psutil==5.6.3 -pyasn1==0.4.5 -pycparser==2.19 -Pygments==2.4.2 -PyJWT==1.7.1 -PyNaCl==1.3.0 -pyOpenSSL==19.0.0 -pypiwin32==223 -pyreadline==2.1 -python-dateutil==2.8.0 -pytz==2019.1 -pywin32==225 -PyYAML==5.1.1 -requests==2.22.0 -requests-oauthlib==1.2.0 -scandir==1.10.0 -scp==0.13.2 -six==1.12.0 -sshtunnel==0.1.5 -tabulate==0.8.3 -typing==3.7.4 -urllib3==1.25.3 -vsts==0.1.25 -vsts-cd-manager==1.0.2 -wcwidth==0.1.7 -websocket-client==0.56.0 -xmltodict==0.12.0 diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index f1928e18c1d..b5501a706df 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -4,9 +4,9 @@ applicationinsights==0.11.9 argcomplete==1.11.1 asn1crypto==0.24.0 azure-batch==8.0.0 -azure-cli==2.0.81 +azure-cli==2.1.0 azure-cli-command-modules-nspkg==2.0.3 -azure-cli-core==2.0.81 +azure-cli-core==2.1.0 azure-cli-nspkg==3.0.4 azure-cli-telemetry==1.0.4 azure-common==1.1.22 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index f1928e18c1d..b5501a706df 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -4,9 +4,9 @@ applicationinsights==0.11.9 argcomplete==1.11.1 asn1crypto==0.24.0 azure-batch==8.0.0 -azure-cli==2.0.81 +azure-cli==2.1.0 azure-cli-command-modules-nspkg==2.0.3 -azure-cli-core==2.0.81 +azure-cli-core==2.1.0 azure-cli-nspkg==3.0.4 azure-cli-telemetry==1.0.4 azure-common==1.1.22 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index 010e06cfcb0..7d4d9d4535f 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -4,9 +4,9 @@ applicationinsights==0.11.7 argcomplete==1.11.1 asn1crypto==0.24.0 azure-batch==8.0.0 -azure-cli==2.0.81 +azure-cli==2.1.0 azure-cli-command-modules-nspkg==2.0.3 -azure-cli-core==2.0.81 +azure-cli-core==2.1.0 azure-cli-nspkg==3.0.4 azure-cli-telemetry==1.0.4 azure-common==1.1.22 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index 70482c67ea6..f11a5f0abe0 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -18,7 +18,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") cmdclass = {} -VERSION = "2.0.81" +VERSION = "2.1.0" # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. try: