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

2.32.0
++++++
* Use optimistic locking for service principal entry reads (#20408)

2.31.0
++++++
* Use MSAL HTTP cache (#20234)
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 @@ -4,7 +4,7 @@
# --------------------------------------------------------------------------------------------
# pylint: disable=line-too-long

__version__ = "2.31.0"
__version__ = "2.32.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 @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "2.31.0"
VERSION = "2.32.0"

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

2.32.0
++++++

**AKS**

* `az aks create`: Add new parameter `--enable-fips-image` to support enabling fips image (#20721)
* `az aks nodepool add`: Add new parameter `--enable-fips-image` to support enabling fips image (#20721)

**App Service**

* [BREAKING CHANGE] `az webapp up`: Remove support for the python|3.6 (linux and windows), ruby|2.5 (linux), and php|7.3 (windows) runtimes. Add support for the python|3.9 runtime (linux), php|8.0 (linux), and ruby|2.7 (linux) (#20770)
* [BREAKING CHANGE] `az webapp create`: Remove support for the python|3.6 (linux and windows), ruby|2.5 (linux), and php|7.3 (windows) runtimes. Add support for the python|3.9 runtime (linux), php|8.0 (linux), and ruby|2.7 (linux) (#20770)
* [BREAKING CHANGE] `az functionapp create`: Remove python 3.6 support (#20770)
* Fix #19550: `az staticwebapp users update`: Allow updating static web app user roles again (#20694)
* `az logicapp create`: Autogenerate a WS1 App Service Plan when no value for `--plan` or `--consumption-plan-location` is provided (#20678)
* `az appservice plan create`: Allow creating App Service Plans for Logic Apps (SKUs WS1, WS2, and WS3) (#20678)
* Fix #20757: `az webapp up`: Fix list index out of range when no `--plan` argument passed (#20760)
* Fix #18652: `az webapp up`: Search for \*.csproj in child directories (#20738)
* `az webapp list-runtimes`: Remove support for the python|3.6 (linux and windows), ruby|2.5 (linux), and php|7.3 (windows) runtimes. Add support for the python|3.9 runtime (linux), php|8.0 (linux), and ruby|2.7 (linux) (#20770)

**Backup**

* `az backup restore restore-azurewl`: Add client side validations (#20638)
* `az backup container unregister`: Support MAB type for parameter `--backup-management-type` (#20711)
* `az backup protectable-item list/show`: Add auto-protection policy and node-list field in the response for SQLInstance SQLAG (#20821)
* `az backup protection auto-enable-for-azurewl/auto-disable-for-azurewl`: Add support for SQLAG (#20821)

**Compute **

* `az vm/vmss create/update`: Expand validate license types for `--license-type` parameter (#20724)
* `az sig image-definition list-shared`: Add new parameters `--marker` and `--show-next-marker` to support paging (#20618)
* `az sig image-version list-shared`: Add new parameters `--marker` and `--show-next-marker` to support paging (#20618)

**IoT**

* `az iot hub update`: Add error handling for file-upload parameters and fixes empty $default storage endpoint errors (#20595)
* `az iot central app create`: Add new parameter `--mi-system-assigned` to support creating an app with system-assigned managed identity (#20448)
* `az iot central app identity show/assign/remove`: Add new commands to manage the system-assigned managed identity to an existing IoT Central app (#20448)
* `az iot dps access-policy`: Be replaced with `az iot dps policy` (#20682)
* `az iot dps linked-hub create`: Add convenience arguments for linking hubs (#20682)

**Network**

* Fix #19482: Azure Bastion AAD fix for new CLI core changes (#20648)
* `az network lb inbound-nat-pool create`: Add new parameter `--backend-pool-name` (#20835)

**Profile**

* `az account show/set`: Add `-n`, `--name` argument (#20777)

**Redis**

* `az redis identity`: Add support for assigning and modifying Identity (#20833)

**REST**

* [BREAKING CHANGE] `az rest`: Remove `resourceGroup`, `x509ThumbprintHex` transforms (#19579)

**Role**

* [BREAKING CHANGE] `az ad sp create-for-rbac`: Drop `name` property from the output. Use `appId` instead (#19808)
* [BREAKING CHANGE] `az ad sp create-for-rbac`: No role assignment will be created by default (#19805)

**Storage**

* `az storage copy`: Add positional argument `extra_options` to pass through options to `azcopy` (#20702)

**Synapse**

* [BREAKING CHANGE] `az synapse managed private endpoints create`: Remove `--resource-id` and `--group-id`, use `--file` instead (#20664)
* `az synapse sql pool create/restore`: Add parameters `--storage-type` to support specifying storage account type (#20553)
* `az synapse kql-script`: New command group to support Kusto script (#20699)

2.31.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.31.0"
__version__ = "2.32.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 @@ -4,9 +4,9 @@ argcomplete==1.11.1
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==11.0.0
azure-cli-core==2.31.0
azure-cli-core==2.32.0
azure-cli-telemetry==1.0.6
azure-cli==2.31.0
azure-cli==2.32.0
azure-common==1.1.22
azure-core==1.21.1
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 @@ -4,9 +4,9 @@ argcomplete==1.11.1
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==11.0.0
azure-cli-core==2.31.0
azure-cli-core==2.32.0
azure-cli-telemetry==1.0.6
azure-cli==2.31.0
azure-cli==2.32.0
azure-common==1.1.22
azure-core==1.21.1
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 @@ -4,9 +4,9 @@ argcomplete==1.11.1
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==11.0.0
azure-cli-core==2.31.0
azure-cli-core==2.32.0
azure-cli-telemetry==1.0.6
azure-cli==2.31.0
azure-cli==2.32.0
azure-common==1.1.22
azure-core==1.21.1
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 @@ -17,7 +17,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

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