Skip to content

Commit

Permalink
{Release} Upgrade to Azure CLI 2.67.0 (#30330)
Browse files Browse the repository at this point in the history
  • Loading branch information
azclibot authored Nov 13, 2024
1 parent f25a321 commit 0494144
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 10 deletions.
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.67.0
++++++
* PREVIEW: Support managed identity on Azure Arc-enabled Windows server (#29187)

2.66.0
++++++
* `aaz`: Support managed identity (#29953)
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.66.0"
__version__ = "2.67.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.66.0"
VERSION = "2.67.0"

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

2.67.0
++++++

**AKS**

* [BREAKING CHANGE] `az aks create/update`: Remove `--uptime-sla` and `--no-uptime-sla` parameters (#30221)
* [BREAKING CHANGE] `az aks create`: Remove `--aad-client-app-id`, `--aad-server-app-id` and `--aad-server-app-secret` parameters (#30251)
* [BREAKING CHANGE] `az aks trustedaccess rolebinding create`: Remove deprecated '-r' options (#30253)
* `az aks create/update`: Fix storage pool name validation for Azure Container Storage (#30258)
* `az aks enable-addon`: Update AGIC addon to use Network Contributor instead of Contributor (#29989)

**App Config**

* `az appconfig create/update`: Add new parameters `--arm-auth-mode` and `--enable-arm-private-network-access` to support data plane proxy settings (#30228)

**Compute**

* `az vm disk attach/detach`: Add new parameter `--disk-ids` to support setting multiple disks by disk ids (#30236)

**Compute Fleet**

* `az compute-fleet`: Add `create/update/show/delete/list/list-vmss` commands for manage Azure Compute Fleet (#30223)

**Container**

* `az container container-group-profile`: Add new command group to manage Azure Container Instance Container Group Profile(#30260)

**DataLake**

* [BREAKING CHANGE] `az dla`: Remove dla module since it has been deprecated (#30249)

**DLS**

* [BREAKING CHANGE] `az dls account network-rule`: Remove this command group as no server support anymore (#30094)

**Eventhub**

* `az eventhubs eventhub`: Add new parameters `--timestamp-type` and `--min-compaction-lag-in-mins` (#29957)
* `az eventhubs namespace replica`: Add new commands to support adding/removing replicas (#29957)

**Extension**

* [BREAKING CHANGE] `az extension add/update`: Set default `--allow-preview` value from `True` to be `False` for extensions installation and remain `True` for extensions without stable releases (#30163)

**Kusto**

* [BREAKING CHANGE] `az kusto`: Remove kusto from CLI as it has been moved to CLI extensions (#30250)

**Network**

* [BREAKING CHANGE] `az network public-ip ddos-protection-statu`: Remove misspelled command group (#30265)

**Packaging**

* Drop Python 3.8 support (#30225)

**Profile**

* [BREAKING CHANGE] `az login`: `--password` no longer accepts a service principal certificate. Use `--certificate` to pass a service principal certificate (#30092)

**RDBMS**

* `az postgres flexible-server long-term-retention start/pre-check/list/show`: New commands to support long-term-retention backups on PostgreSql Flex Server (#30272)
* `az postgres flexible-server create`: Support provisioning postgres flexible servers with version 17 (#30298)

**Service Connector**

* `az connection create mysql-flexible`: Add `--private-endpoint` parameter (#30287)

**SQL**

* [BREAKING CHANGE] `az sql mi link create`: Rename input from `--source-endpoint` to `--partner-endpoint`, `--primary-availability-group-name` to `--partner-availability-group-name`, `--secondary-availability-group-name` to `--instance-availability-group-name`, `--target-database` to `--databases` (#30234)
* [BREAKING CHANGE] `az sql mi link create/show/list/update`: Rename output from `targetDatabase`, `primaryAvailabilityGroupName`, `secondaryAvailabilityGroupNamesourceEndpoint`, `sourceReplicaId`, `targetReplicaId`, `linkState`, `lastHardenedLsn` to `databases`, `partnerAvailabilityGroupName`, `instanceAvailabilityGroupName`, `partnerEndpoint`, `distributedAvailabilityGroupName`, `instanceLinkRole`, `partnerLinkRole`, `failoverMode`, `seedingMode` (#30234)
* [BREAKING CHANGE] `az sql failover-group create`: Change default failover policy to manual (#30177)
* `az sql mi link failover`: Support performing requested failover type in this Managed Instance link (#30234)

**Upgrade**

* [BREAKING CHANGE] `az upgrade`: Set default `--allow-preview` value from `True` to be `False` for extensions installation and remain `True` for extensions without stable releases (#30163)

2.66.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.66.0"
__version__ = "2.67.0"


logger = get_logger(__name__)
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==3.3.0
asn1crypto==0.24.0
azure-appconfiguration==1.7.0
azure-batch==14.2.0
azure-cli-core==2.66.0
azure-cli-core==2.67.0
azure-cli-telemetry==1.1.0
azure-cli==2.66.0
azure-cli==2.67.0
azure-common==1.1.22
azure-core==1.31.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==3.3.0
asn1crypto==0.24.0
azure-appconfiguration==1.7.0
azure-batch==14.2.0
azure-cli-core==2.66.0
azure-cli-core==2.67.0
azure-cli-telemetry==1.1.0
azure-cli==2.66.0
azure-cli==2.67.0
azure-common==1.1.22
azure-core==1.31.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==3.3.0
asn1crypto==0.24.0
azure-appconfiguration==1.7.0
azure-batch==14.2.0
azure-cli-core==2.66.0
azure-cli-core==2.67.0
azure-cli-telemetry==1.1.0
azure-cli==2.66.0
azure-cli==2.67.0
azure-common==1.1.22
azure-core==1.31.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 @@
logging.warning("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

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

0 comments on commit 0494144

Please sign in to comment.