Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9171f63
update azure-cli version to 2.21.0
azclibot Mar 19, 2021
d4cb625
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
ee8df03
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
dcc0f2f
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
3237d51
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
28d4adc
Update src/azure-cli/HISTORY.rst
qwordy Mar 19, 2021
e17b17f
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
2c18a15
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
2d334ae
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
606976c
Update src/azure-cli-core/HISTORY.rst
qwordy Mar 19, 2021
39c63df
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
3b77166
Update src/azure-cli/HISTORY.rst
qwordy Mar 19, 2021
772d518
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
50fc446
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
a0cc939
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
d377e92
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
fa5ed41
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
c53348b
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
1f193d2
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
78dd472
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
c3fc25c
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
0b806c2
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
991cd45
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
e1c0e5a
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
38abd3d
Update HISTORY.rst
kairu-ms Mar 19, 2021
3ee78fe
Update src/azure-cli-core/HISTORY.rst
kairu-ms Mar 19, 2021
b547748
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
16dfadb
Update src/azure-cli/HISTORY.rst
kairu-ms Mar 19, 2021
8912ba1
Apply suggestions from code review
fengzhou-msft Mar 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/azure-cli-core/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

2.21.0
++++++
* Unify ADAL and MSAL error handler (#17072)
* Add support for specifying minimum required version of an extension to work with the current core version (#16751)

2.20.0
++++++
* Minor fixes
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from __future__ import print_function

__version__ = "2.20.0"
__version__ = "2.21.0"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "2.20.0"
VERSION = "2.21.0"

# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
Expand Down
126 changes: 126 additions & 0 deletions src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,132 @@
Release History
===============

2.21.0
++++++

**ACR**

* Output a trace in "az acr login" for self-diagnosing potential docker command latency (#17115)
* Fix a bug when run check-health behind corporate proxy (#17177)
* Support anonymous pull (#17006)
* Fix#16700: Use "exists" api to check storage blob existence (#17299)

**AKS**

* Add --no-uptime-sla (#17192)
* Fix cross-sub assigning identity error and attach acr error (#17281)
* Add support for node public IP prefix ID (#17138)

**APIM**

* [BREAKING CHANGE] `apim backup`: `--storage-account-container` not support multi-value. (#17315)
* [BREAKING CHANGE] `apim restore`: `--storage-account-container` not support multi-value. (#17315)

**App Service**

* [BREAKING CHANGE] Fixes #16087:az webapp config ssl create setting --name parameter as required. (#17079)
* : fix #17053- `az webapp show` returning null values for SiteConfig properties (#17054)
* : fix #17207 - for az webapp log config 'level' always defaults to verbose (#17259)

**ARM**

* `az bicep build`: fix an issue where build warnings are not shown (#17180)

**Backup**

* Added id_part for sub-resource names (#17165)
* Fix #17094: Created separate test suite for CRR tests (#17183)
* `az backup protection check-vm`: Add vm and resource-group as optional params (#16974)

**Cache**

* GA `az cache` (#17264)

**CDN**

* `az afd rule create`: Fix '--help' message (#17282)

**Compute**

* Fix a Windows vm user update bug (#17257)
* Fix #16585: az vmss deallocate --instance-ids failed (#17274)
* vm create: New parameter --platform-fault-domain in FLEX VMSS mode (#16409)
* vm create: --patch-mode for Linux VM (#16409)
* `az ssh vm`: Automatically launch browser when getting certificate fails (#17093)
* vm create: New parameter --count (#17217)
* vm create: Trusted Launch (#17354)

**Extension**

* Add actionable message when an extension is not compatible with the CLI core (#16751)

**Key Vault**

* `az keyvault role definition list`: Support `--custom-role-only` to list only custom role definitions (#17119)
* Support keyvault custom role definition (#17109)
* Add `--no-wait` for command `az keyvault security-domain download` and `--target-operation` for command `az keyvault security-domain wait` (#17263)

**NetAppFiles**

* `az netappfiles account backup show`: Operation added. (#17173)
* `az netappfiles account backup delete`: Operation added. (#17173)
* `az netappfiles account ad add`: Parameter ldap-over-tls added. (#17173)
* `az netappfiles account create`: Parameter encryption added. (#17173)
* `az netappfiles account update`: Parameter encryption added. (#17173)
* `az netappfiles volume create`: Parameter encryption-key-source added. (#17173)
* `az netappfiles volume create`: Default export policy removed for nfsv4.1 and optional parameters added for setting up an export policy for nfsv4.1: rule_index, unix_read_only, unix_read_write, cifs, allowed_clients (#17173)

**Network**

* `az network public-ip prefix create`: Support `--zone 1 2 3` (#17279)
* `az network lb frontend-ip create`: Support `--zone 1 2 3` (#17279)
* Bump version from '2020-08-01' to '2020-11-01' (#17290)
* `az network lb address-pool` : Support subnet when creating or updating an IP-based backend pool of a load balancer. (#17336)

**Packaging**

* Add azure-identity dependency (#17277)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to core?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

azure-identity is required by RDBMS, so belongs to azure-cli, not azure-cli-core.


**RDBMS**

* Added tests for flexible server team pipeline (#16947)
* Python SDK migration (#17191)
* Added PostgreSQL database create, show, and delete feature (#17271)
* Updating Python SDK to 8.1.0b2 (#17359)

**Role**

* `az ad app permission list/grant`: Refine error message when no associated Service Principal exists for the App (#17051)

**Search**

* `az search`: GA (#17258)

**Service Fabric**

* `az sf certificate`: deprecate cluster cert commands. (#17190)

**SQL**

* Add Server Trust Group commands (#17275)

**Storage**

* Fix #16917: az storage account generate-sas fails if a connection string is provided (#17200)
* Fix #16979: `az storage container create` fails when providing storage container metadata (#17202)

**Style**

* Allow configuring theme (#17073)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

> az style -h
'style' is misspelled or not recognized by the system.


**Upgrade**

* Fix 16952: Fix ImportError after upgrade (#17314)

**VM**

* Add #16037: az vm open-port accepts list of ports (#17255)

2.20.0
++++++

Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from knack.log import get_logger

__author__ = "Microsoft Corporation <[email protected]>"
__version__ = "2.20.0"
__version__ = "2.21.0"


# A workaround for https://bugs.python.org/issue32502 (https://github.com/Azure/azure-cli/issues/5184)
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ argcomplete==1.11.1
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==10.0.0
azure-cli-core==2.20.0
azure-cli-core==2.21.0
azure-cli-telemetry==1.0.6
azure-cli==2.20.0
azure-cli==2.21.0
azure-common==1.1.22
azure-core==1.10.0
azure-cosmos==3.2.0
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ argcomplete==1.11.1
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==10.0.0
azure-cli-core==2.20.0
azure-cli-core==2.21.0
azure-cli-telemetry==1.0.6
azure-cli==2.20.0
azure-cli==2.21.0
azure-common==1.1.22
azure-core==1.10.0
azure-cosmos==3.2.0
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ argcomplete==1.11.1
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==10.0.0
azure-cli-core==2.20.0
azure-cli-core==2.21.0
azure-cli-telemetry==1.0.6
azure-cli==2.20.0
azure-cli==2.21.0
azure-common==1.1.22
azure-core==1.10.0
azure-cosmos==3.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "2.20.0"
VERSION = "2.21.0"
# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
try:
Expand Down