Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
8 changes: 8 additions & 0 deletions src/azure-cli-core/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
===============

2.4.0
++++++
* Upgrade msrestazure to 0.6.3 (#12839)
* Output more error details of exceptions if possible (#12945)
* Support track1 and track2 mgmt SDK side by side in CLI (#12952)
Comment thread
qianwens marked this conversation as resolved.
Outdated
* Fix generic remove property NoneType exception (#12950)
* `az --version`: Show command instruction and detailed instruction link when updates available (#12981)
Comment thread
Juliehzl marked this conversation as resolved.
Comment thread
qianwens marked this conversation as resolved.

2.3.1
++++++
* No changes
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.3.1"
__version__ = "2.4.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 @@ -17,7 +17,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

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

2.4.0
++++++

**ACR**

* `az acr run --cmd`: disable working directory override (#12877)
* Dedicated data endpoint (#12967)
Comment thread
qianwens marked this conversation as resolved.
Outdated

**AKS**

* az aks list -o table should show privateFqdn as fqdn for private clusters (#12784)
Comment thread
qianwens marked this conversation as resolved.
Outdated
* Add --uptime-sla (#12772)
* Update containerservice package (#12964)
* Add node public IP support in CLI extension. (#13015)
Comment thread
qianwens marked this conversation as resolved.
Outdated
* Fixing typo in the help command (#13055)
Comment thread
qianwens marked this conversation as resolved.
Outdated

**AppConfig**

* Resolve key vault reference for kv list and export commands (#12893)

**Appconfig**

Comment thread
qianwens marked this conversation as resolved.
Outdated
* Bug fix for list key values (#12926)

**AppService**

* `az functionapp create`: Changed the way linuxFxVersion was being set for dotnet linux function apps. This should fix a bug that was preventing dotnet linux consumption apps from being created. (#12817)
* ([BREAKING CHANGE]) (az webapp create:) fix to keep existing AppSettings with az webapp create. (#12865)
* ([BREAKING CHANGE]) (az webapp up:) fix to create RG for az webapp up command when using -g flag. (#12865)
* ([BREAKING CHANGE]) (az webapp config:) fix to show values for non-JSON output with az webapp config connection-string list (#12865)
Comment thread
qwordy marked this conversation as resolved.
Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
* ([BREAKING CHANGE]) (az webapp create:) fix to keep existing AppSettings with az webapp create. (#12865)
* ([BREAKING CHANGE]) (az webapp up:) fix to create RG for az webapp up command when using -g flag. (#12865)
* ([BREAKING CHANGE]) (az webapp config:) fix to show values for non-JSON output with az webapp config connection-string list (#12865)
* [BREAKING CHANGE] `az webapp create`: fix to keep existing AppSettings with az webapp create. (#12865)
* [BREAKING CHANGE] `az webapp up`: fix to create RG for az webapp up command when using -g flag. (#12865)
* [BREAKING CHANGE] `az webapp config`: fix to show values for non-JSON output with az webapp config connection-string list (#12865)


**ARM**

* `az deployment create/validate`: Add parameter `--no-prompt` to support skipping the prompt of missing parameters for ARM template (#11972)
* `az deployment group/mg/sub/tenant validate`: Support comments in deployment parameter file (#12389)
* `az deployment`: Remove `is_preview` for parameter `--handle-extended-json-format` (#12943)
* `az deployment group/mg/sub/tenant cancel`: Support cancel deployment for ARM template (#12252)
* `az deployment group/mg/sub/tenant validate`: Improve the error message when deployment verification fails (#12241)
* `az deployment-scripts`: Add new commands for DeploymentScripts (#12928)
* `az resource tag`: Add parameter `--is-incremental` to support adding tags to resource incrementally (#12736)

**ARO**

* `az aro`: Add Azure RedHat OpenShift V4 aro command module (#12793)

**Batch**

* Update Batch API (#12813)

**Compute**

* `az sig image-version create`: Add storage account type Premium_LRS (#12919)
* `az vmss update`: Fix terminate notification update issue (#12948)
* `az vm/vmss create`: Add support for specialized image version (#12997)
* SIG API Version 2019-12-01. (#12899)
* `az sig image-version create`: Add --target-region-encryption. (#12899)

Comment thread
qianwens marked this conversation as resolved.
**CosmosDB**

* Support az cosmosdb private-link-resource and private-endpoint-connection (#12960)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Support az cosmosdb private-link-resource and private-endpoint-connection (#12960)
* Support `az cosmosdb private-link-resource/private-endpoint-connection` (#12960)


**IoT Central**

* Deprecate `az iotcentral` (#12681)
* Add `az iot central` command module (#12681)

**Monitor**

* Support private link scenario for monitor (#12931)

Comment thread
qianwens marked this conversation as resolved.
**Network**

* Deprecate sku for public ip update command (#12898)
* `az network private-endpoint`: Support private dns zone group. (#13038)
* Enable local context feature for vnet/subnet parameter (#13059)

Comment thread
qianwens marked this conversation as resolved.
**Packaging**

* Drop support for Ubuntu/Disco package (#13036)

**RBAC**

* `az ad app create/update`: support --optional-claims as a parameter (#12954)

**RDBMS**

* Add Azure active directory administrator commands for PostgreSQL and MySQL (#12812)

**Service Fabric**

* Fix #12891: az sf application update --application-parameters removes old parameters that are not in the request (#12992)
Comment thread
qianwens marked this conversation as resolved.
Outdated

**ServiceFabric**

Comment thread
qianwens marked this conversation as resolved.
Outdated
* Fix #12470 az sf create cluster, fix bugs in update durability and reliability and find vmss correctly through the code given a node type name (#12731)

**SQL**

* Add az sql mi op list, az sql mi op get, az sql mi op cancel (#12667)
Comment thread
qianwens marked this conversation as resolved.
Outdated
* Sql midb Add: update/show long term retention policy, show/delete long term retention backups, restore long term retention backup (#12712)
Comment thread
qianwens marked this conversation as resolved.
Outdated

**Storage**

* Upgrade azure-mgmt-storage to 9.0.0 (#12799)
* `az storage logging off`: Support turning off logging for a storage account (#12918)
* `az storage account update`: Enable key auto-rotated for CMK (#12932)
* `az storage account encryption-scope create/update/list/show`: Add support to customize encryption scope. (#12425)
* `az storage container create`: Add --default-encryption-scope and --deny-encryption-scope-override to set encryption scope for container level. (#12425)

**Survey**

* Add switch to turn off survey link (#13041)

2.3.1
++++++

Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
pkg_resources.declare_namespace(__name__)

__author__ = "Microsoft Corporation <python@microsoft.com>"
__version__ = "2.3.1"
__version__ = "2.4.0"
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 @@ -4,9 +4,9 @@ applicationinsights==0.11.9
argcomplete==1.11.1
asn1crypto==0.24.0
azure-batch==9.0.0
azure-cli==2.3.1
azure-cli==2.4.0
azure-cli-command-modules-nspkg==2.0.3
azure-cli-core==2.3.1
azure-cli-core==2.4.0
azure-cli-nspkg==3.0.4
azure-cli-telemetry==1.0.4
azure-common==1.1.22
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 @@ -4,9 +4,9 @@ applicationinsights==0.11.9
argcomplete==1.11.1
asn1crypto==0.24.0
azure-batch==9.0.0
azure-cli==2.3.1
azure-cli==2.4.0
azure-cli-command-modules-nspkg==2.0.3
azure-cli-core==2.3.1
azure-cli-core==2.4.0
azure-cli-nspkg==3.0.4
azure-cli-telemetry==1.0.4
azure-common==1.1.22
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 @@ -4,9 +4,9 @@ applicationinsights==0.11.7
argcomplete==1.11.1
asn1crypto==0.24.0
azure-batch==9.0.0
azure-cli==2.3.1
azure-cli==2.4.0
azure-cli-command-modules-nspkg==2.0.3
azure-cli-core==2.3.1
azure-cli-core==2.4.0
azure-cli-nspkg==3.0.4
azure-cli-telemetry==1.0.4
azure-common==1.1.22
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.3.1"
VERSION = "2.4.0"
# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
try:
Expand Down