|
3 | 3 | Release History |
4 | 4 | =============== |
5 | 5 |
|
| 6 | +2.66.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**AKS** |
| 10 | + |
| 11 | +* `az aks create`: Add Trusted Launch options `--enable-vtpm` and `--enable-secure-boot` (#29272) |
| 12 | +* `az aks nodepool add/update`: Add Trusted Launch options `--enable-vtpm` and `--enable-secure-boot` (#29272) |
| 13 | +* `az aks create/update`: Update the VM SKU details from backend for validations during Azure Container Storage operations (#29919) |
| 14 | + |
| 15 | +**App Service** |
| 16 | + |
| 17 | +* `az functionapp create`: Add `--zone-redundant` parameter to support zone redundant for Functions Flex SKU (#29984) |
| 18 | +* `az functionapp plan update`: Do not show warning message with `--set` in command (#30144) |
| 19 | + |
| 20 | +**ARM** |
| 21 | + |
| 22 | +* `az bicep publish`: Remove preview flag from `--with-source` parameter (#29915) |
| 23 | +* `az data-boundary show`: Add command to support getting the data boundary at a specified scope (#29961) |
| 24 | +* `az data-boundary show-tenant`: Add command to support getting the data boundary at a tenant level (#29961) |
| 25 | +* `az data-boundary create`: Add command to support creating tenant to data boundary (#29961) |
| 26 | +* `az bicep generate-params`: Fix the help message for `--include-params` parameter (#30034) |
| 27 | +* `az bicep/deployment/stack`: Conditionally enable invariant globalization for Bicep running inside the Azure CLI docker image (#29897) |
| 28 | + |
| 29 | +**Backup** |
| 30 | + |
| 31 | +* `az backup restore restore-disks`: Add support for enabling Disk access settings for managed VM restores (#29508) |
| 32 | + |
| 33 | +**Compute** |
| 34 | + |
| 35 | +* `az vmss create/update`: Add new parameter `--skuprofile-vmsizes` to specify a list of VM sizes to use with VMSS Instance Mix (#29906) |
| 36 | +* `az vmss create/update`: Add new parameter `--skuprofile-allocation-strategy` to update the allocation strategy for VMSS Instance Mix (#29906) |
| 37 | + |
| 38 | +**Container app** |
| 39 | + |
| 40 | +* Fix #30053: `az containerapp update`: Fix polling (#30078) |
| 41 | +* `az containerapp env create`: Hide `--dapr-instrumentation-key` parameter (#30117) |
| 42 | +* `az containerapp env update`: Support to update `--dapr-connection-string` (#30117) |
| 43 | + |
| 44 | +**Extension** |
| 45 | + |
| 46 | +* `az extension add/update`: Pre-announcement default value change from `true` to `false` for `--allow-preview` (#30162) |
| 47 | + |
| 48 | +**MySQL** |
| 49 | + |
| 50 | +* `az mysql flexible-server create/update`: Add `--maintenance-policy-patch-strategy` (#30123) |
| 51 | +* `az mysql flexible-server create/restore`: Add `--database-port` (#30123) |
| 52 | +* `az mysql flexible-server replica create`: Add `--database-port` (#30123) |
| 53 | + |
| 54 | +**NetAppFiles** |
| 55 | + |
| 56 | +* [BREAKING CHANGE] `az netappfiles volume create`: Parameters `backup-id` and `snapshot-id` now accept only full Azure ResourceIds and no longer support GUIDs (#30093) |
| 57 | +* [BREAKING CHANGE] `az netappfiles account create`: Parameter `--kdc-ip` now only accepts a single ip address not a list (#30093) |
| 58 | +* [BREAKING CHANGE] `az netappfiles account update`: Parameter `--kdc-ip` now only accepts a single ip address not a list (#30093) |
| 59 | +* [BREAKING CHANGE] `az netappfiles account ad add`: Parameter `--kdc-ip` now only accepts a single ip address not a list (#30093) |
| 60 | +* [BREAKING CHANGE] `az netappfiles account ad update`: Parameter `--kdc-ip` now only accepts a single ip address not a list (#30093) |
| 61 | +* `az netappfiles volume create`: Fix a bug where parameter `--allowed-clients` was not passed along in the request (#30023) |
| 62 | +* `az netappfiles check-file-path-availability`: Add new parameter `--availability-zone` (#30093) |
| 63 | +* `az netappfiles volume replication`: Add new commands `peer-external-cluster`, `authorize-external-replication`, `perform-replication-transfer`, `finalize-external-replication` (#30093) |
| 64 | +* `az netappfiles volume create`: Add new parameters `--external-host-name` ,`--external-server-name`, `--external-volume-name` (#30093) |
| 65 | +* `az netappfiles volume update`: Add new parameters `--external-host-name` ,`--external-server-name`, `--external-volume-name` (#30093) |
| 66 | +* `az netappfiles volume update`: Parameters `--backup-id` and `--snapshot-id` now accept only full Azure ResourceIds and no longer support GUIDs (#30093) |
| 67 | + |
| 68 | +**Network** |
| 69 | + |
| 70 | +* `az network vnet`: Add `--private-endpoint-vnet-policies` parameter (#29910) |
| 71 | +* `az network private-link-service`: Add `--destination-ip-address` parameter (#29910) |
| 72 | +* `az network application-gateway waf-policy managed-rule rule-set add/update`: Support sensitivity for `--rule` parameter (#30079) |
| 73 | +* `az network private-dns link vnet`: Support resolution policy for virtual network link (#30115) |
| 74 | +* `az network application-gateway waf-policy managed-rule rule-set add/update`: Add allowed value `1.1` for `--version` (#30156) |
| 75 | +* Fix #29911: `az network public-ip update`: IP tags crash with AttributeError (#30174) |
| 76 | + |
| 77 | +**Profile** |
| 78 | + |
| 79 | +* `az login`: Passing the service principal certificate with `--password` is deprecated and will be removed by version 2.74. Please use `--certificate` instead. (#30091) |
| 80 | + |
| 81 | +**RDBMS** |
| 82 | + |
| 83 | +* `az postgres flexible-server replica create`: Add support for `--tags` parameter (#29920) |
| 84 | +* `az postgres flexible-server replica create`: Allow read replica create from storage auto-grow enabled primary server flexible server (#30186) |
| 85 | +* `az postgres flexible-server backup create/delete`: New commands to support creating and deleting backups on PostgreSql Flex Server (#30197) |
| 86 | + |
| 87 | +**Service Bus** |
| 88 | + |
| 89 | +* `az servicebus namespace replica`: Add new command group to manage servicebus namespace replicas (#29987) |
| 90 | + |
| 91 | +**Service Connector** |
| 92 | + |
| 93 | +* `az aks connection create appconfig`: Add `--use-appconfig-extension` (#30097) |
| 94 | +* `az webapp connection create fabric-sql`: Add fabric sql target support (#29822) |
| 95 | + |
| 96 | +**SignalR** |
| 97 | + |
| 98 | +* `az signalr start/stop`: Add signalr command start or stop an existing SignalR service (#30000) |
| 99 | +* `az signalr replica start/stop/restart`: Add signalr command start, stop or start an existing SignalR service (#30058) |
| 100 | +* `az signalr network-rule ip-rule add/remove`: Add signalr command add or remove ip-rule of an SignalR service (#30058) |
| 101 | +* `az signalr update client-cert-enabled/disable-local-auth/region-endpoint-enabled`: Toggle clientCertificate, disableLocalAuth, enableRegionEndpoint (#30116) |
| 102 | +* `az signalr replica update region-endpoint-enabled/unit-count`: Toggle enableRegionEndpoint and change unitCount (#30116) |
| 103 | + |
| 104 | +**SQL** |
| 105 | + |
| 106 | +* `az sql geo-backup`: Remove preview tag (#30122) |
| 107 | +* `az sql failover-group create/update`: Add parameter `--secondary-type` to support geo/standby replica on partner server (#30060) |
| 108 | + |
| 109 | +**Storage** |
| 110 | + |
| 111 | +* `az storage blob copy start/start-batch`: Fix `--auth-mode login` (#29964) |
| 112 | + |
| 113 | +**Upgrade** |
| 114 | + |
| 115 | +* `az upgrade`: Pre-announcement default value change from `true` to `false` for `--allow-preview` (#30162) |
| 116 | + |
6 | 117 | 2.65.0 |
7 | 118 | ++++++ |
8 | 119 |
|
|
0 commit comments