Skip to content

Commit

Permalink
{Release} Upgrade to Azure CLI 2.43.0 (#24794)
Browse files Browse the repository at this point in the history
  • Loading branch information
azclibot committed Dec 2, 2022
1 parent 4844a75 commit 0b80802
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 10 deletions.
9 changes: 9 additions & 0 deletions src/azure-cli-core/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Release History
===============

2.43.0
++++++
* `aaz`: Fix `has_value` function for list, dict and object arg types (#24625)
* `aaz`: Support argument preview and experimental (#24637)
* `aaz`: Add registered property for `AAZBaseArg` (#24640)
* `aaz`: Add aazlist and aazdict args transform help functions (#24690)
* `aaz`: Support camel case key in `AAZObjectType` (#24771)
* Disable removing and updating system extension in Cloud Shell (#24361)

2.42.0
++++++
* `aaz`: Support `FreeFormDictType` and `FreeFormDictArg` (#24183)
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.42.0"
__version__ = "2.43.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.42.0"
VERSION = "2.43.0"

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

2.43.0
++++++

**AKS**

* `az aks enable-addons`: Add `--enable-syslog` parameter to monitoring addon (#24320)
* `az aks nodepool`: Unify the option names used to specify the nodepool name and cluster name. For nodepool name, option names are `--nodepool-name`, `--name` and `-n`. For cluster name, option name is `--cluster-name` (#24754)
* `az aks nodepool add`: Support the new SKU Mariner for parameter `--os-sku` (#24616)

**App Config**

* `az appconfig`: Update raised errors in app config command module (#24468)

**App Service**

* `az staticwebapp backends link`: Link an backend to a static webapp. Also known as "Bring your own Backend." (#24634)
* `az staticwebapp backends unlink`: Unlink backend from a static webapp (#24634)
* `az staticwebapp backends show`: Show details on the backend linked to a static webapp (#24634)
* `az staticwebapp backends validate`: Validate an backend for a static webapp (#24634)
* `az webapp config snapshot restore`: Fix the AttributeError `str object has no attribute get` (#24710)
* `az appservice plan create/update`: Add new environment SKU for parameter `--sku` (#24655)
* `az staticwebapp create`: Add new parameter `--login-with-ado` to create azure dev ops token automatically (#24194)
* Fix #24506: `az functionapp keys set/delete`: Update the wrong accepted parameter value `systemKey` to `systemKeys` for `--key-type` (#24580)
* `az webapp create`: Add `--public-network-access` parameter to support enabling public access (#24683)
* `az staticwebapp hostname show`: Fix dns-txt-token validation command to show command (#24581)
* Fix #24620: `az webapp create`: Improve the error message to show that the `az webapp list-runtimes` command depends on the specified runtime (#24641)

**ARM**

* `az deployment mg create`: Add new parameter `--mode` to support setting the mode for deploying resources (#24517)
* `az group lock list`: Mark the `--resource-group` as required in help message (#24473)
* `az bicep install`: Address issue installing bicep on non-musl default systems with musl (#23040)

**Backup**

* `az backup restore restore-disks`: Allow `--disk-encryption-set-id` for cross region restore (#24692)

**Compute**

* Fix #24624: `az sig image-version create`: Fix the error that the `--os-vhd-storage-account` must be a managed disk or snapshot (#24709)

**IoT**

* Fix #22257: `az iot dps linked-hub create`: Improve error handling for linked hubs (#24261)
* `az iot hub create/delete`: Add `--no-wait` parameter to support no wait operation (#24261)

**Key Vault**

* `az keyvault`: Add check-name command, support Security Domain Properties (#24636)

**Monitor**

* `az monitor diagnostic-settings`: Add `--marketplace-partner-id` parameter (#24725)

**Network**

* `az network bastion rdp`: Allow rdp session customization (#24434)
* `az network private-endpoint-connection`: Enable private link support for provider `Microsoft.DesktopVirtualization/hostpools` and `Microsoft.DesktopVirtualization/workspaces` (#24568)
* `az network application-gateway`: Support OCSP revocation check on client certificate (#24556)
* `az network traffic-manager endpoint`: Add `--always-serve` to manage the health check on endpoints (#24716)
* `az network public-ip create`: Fix `--ip-tags` cannot be used (#24728)
* `az network private-endpoint-connection`: Add Provider `Microsoft.MachineLearningServices/registries` (#24712)

**RDBMS**

* `az postgres flexible-server geo-restore/replica`: Introduce read replicas and geo-restore (#24639)
* `az postgres flexible-server upgrade`: Add major version upgrade for PostgreSQL flexible server (#24649)
* `az postgres flexible-server create/update/restore/replica`: Postgres flex byok (#24651)
* `az postgres flexible-server identity`: Add user managed identity operations for PostgreSQL flexible server (#24713)
* `az postgres flexible-server create/update/ad-admin`: Add Azure Active Directory Administrator operations for PostgreSQL flexible server (#24713)

**Service Connector**

* `az webapp/spring/containerapp connection create mysql`: Deprecate mysql single server connection command (#24751)

**SQL**

* `az sql server ipv6-firewall-rule`: Add new command group for AZ SQL server IPv6 firewall rule (#24790)

**SQL VM**

* `az sql vm update`: Deprecate the `--yes` prompt to upgrade SqlIaaSAgent extension to full mode (#24068)
* `az sql vm create/update`: Add `--least-privilege-mode` to take minimal permissions on their SQL Server (#24068)
* `az sql vm group create/update`: Add `--cluster-subnet-type` to support High Availability configuration (#24068)

**Storage**

* Fix #23893, #24528: `az storage account show-connection-string/keys renew`: Fix resource group auto completion (#24531)
* Fix #23216: `az storage file upload-batch`: Fix `--dryrun` to show correct file paths (#24515)
* `az storage blob copy start`: Add `--destination-blob-type` to allow switching between blob types when copying (#24611)
* `az storage account encryption-scope list`: Add `--filter`, `--include`, `--maxpagesize` to support advanced list (#24720)
* `az storage account failover`: Add `--failover-type` to support planned failover (#24720)

2.42.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 @@ -18,7 +18,7 @@
from knack.log import get_logger

__author__ = "Microsoft Corporation <python@microsoft.com>"
__version__ = "2.42.0"
__version__ = "2.43.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==12.0.0
azure-cli-core==2.42.0
azure-cli-core==2.43.0
azure-cli-telemetry==1.0.8
azure-cli==2.42.0
azure-cli==2.43.0
azure-common==1.1.22
azure-core==1.24.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 @@ -4,9 +4,9 @@ argcomplete==1.11.1
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==12.0.0
azure-cli-core==2.42.0
azure-cli-core==2.43.0
azure-cli-telemetry==1.0.8
azure-cli==2.42.0
azure-cli==2.43.0
azure-common==1.1.22
azure-core==1.24.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 @@ -4,9 +4,9 @@ argcomplete==1.11.1
asn1crypto==0.24.0
azure-appconfiguration==1.1.1
azure-batch==12.0.0
azure-cli-core==2.42.0
azure-cli-core==2.43.0
azure-cli-telemetry==1.0.8
azure-cli==2.42.0
azure-cli==2.43.0
azure-common==1.1.22
azure-core==1.24.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 @@ -17,7 +17,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

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

2 comments on commit 0b80802

@glaubitz
Copy link

Choose a reason for hiding this comment

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

Did you forget to tag version 2.43.0? It's not shown on the releases page.

@bebound
Copy link
Contributor

@bebound bebound commented on 0b80802 Dec 5, 2022

Choose a reason for hiding this comment

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

It is planned to be done tomorrow.

Please sign in to comment.