|
3 | 3 | Release History
|
4 | 4 | ===============
|
5 | 5 |
|
| 6 | +2.67.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**AKS** |
| 10 | + |
| 11 | +* [BREAKING CHANGE] `az aks create/update`: Remove `--uptime-sla` and `--no-uptime-sla` parameters (#30221) |
| 12 | +* [BREAKING CHANGE] `az aks create`: Remove `--aad-client-app-id`, `--aad-server-app-id` and `--aad-server-app-secret` parameters (#30251) |
| 13 | +* [BREAKING CHANGE] `az aks trustedaccess rolebinding create`: Remove deprecated '-r' options (#30253) |
| 14 | +* `az aks create/update`: Fix storage pool name validation for Azure Container Storage (#30258) |
| 15 | +* `az aks enable-addon`: Update AGIC addon to use Network Contributor instead of Contributor (#29989) |
| 16 | + |
| 17 | +**App Config** |
| 18 | + |
| 19 | +* `az appconfig create/update`: Add new parameters `--arm-auth-mode` and `--enable-arm-private-network-access` to support data plane proxy settings (#30228) |
| 20 | + |
| 21 | +**Compute** |
| 22 | + |
| 23 | +* `az vm disk attach/detach`: Add new parameter `--disk-ids` to support setting multiple disks by disk ids (#30236) |
| 24 | + |
| 25 | +**Compute Fleet** |
| 26 | + |
| 27 | +* `az compute-fleet`: Add `create/update/show/delete/list/list-vmss` commands for manage Azure Compute Fleet (#30223) |
| 28 | + |
| 29 | +**Container** |
| 30 | + |
| 31 | +* `az container container-group-profile`: Add new command group to manage Azure Container Instance Container Group Profile(#30260) |
| 32 | + |
| 33 | +**DataLake** |
| 34 | + |
| 35 | +* [BREAKING CHANGE] `az dla`: Remove dla module since it has been deprecated (#30249) |
| 36 | + |
| 37 | +**DLS** |
| 38 | + |
| 39 | +* [BREAKING CHANGE] `az dls account network-rule`: Remove this command group as no server support anymore (#30094) |
| 40 | + |
| 41 | +**Eventhub** |
| 42 | + |
| 43 | +* `az eventhubs eventhub`: Add new parameters `--timestamp-type` and `--min-compaction-lag-in-mins` (#29957) |
| 44 | +* `az eventhubs namespace replica`: Add new commands to support adding/removing replicas (#29957) |
| 45 | + |
| 46 | +**Extension** |
| 47 | + |
| 48 | +* [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) |
| 49 | + |
| 50 | +**Kusto** |
| 51 | + |
| 52 | +* [BREAKING CHANGE] `az kusto`: Remove kusto from CLI as it has been moved to CLI extensions (#30250) |
| 53 | + |
| 54 | +**Network** |
| 55 | + |
| 56 | +* [BREAKING CHANGE] `az network public-ip ddos-protection-statu`: Remove misspelled command group (#30265) |
| 57 | + |
| 58 | +**Packaging** |
| 59 | + |
| 60 | +* Drop Python 3.8 support (#30225) |
| 61 | + |
| 62 | +**Profile** |
| 63 | + |
| 64 | +* [BREAKING CHANGE] `az login`: `--password` no longer accepts a service principal certificate. Use `--certificate` to pass a service principal certificate (#30092) |
| 65 | + |
| 66 | +**RDBMS** |
| 67 | + |
| 68 | +* `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) |
| 69 | +* `az postgres flexible-server create`: Support provisioning postgres flexible servers with version 17 (#30298) |
| 70 | + |
| 71 | +**Service Connector** |
| 72 | + |
| 73 | +* `az connection create mysql-flexible`: Add `--private-endpoint` parameter (#30287) |
| 74 | + |
| 75 | +**SQL** |
| 76 | + |
| 77 | +* [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) |
| 78 | +* [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) |
| 79 | +* [BREAKING CHANGE] `az sql failover-group create`: Change default failover policy to manual (#30177) |
| 80 | +* `az sql mi link failover`: Support performing requested failover type in this Managed Instance link (#30234) |
| 81 | + |
| 82 | +**Upgrade** |
| 83 | + |
| 84 | +* [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) |
| 85 | + |
6 | 86 | 2.66.0
|
7 | 87 | ++++++
|
8 | 88 |
|
|
0 commit comments