|
3 | 3 | Release History |
4 | 4 | =============== |
5 | 5 |
|
| 6 | +2.87.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**ACR** |
| 10 | + |
| 11 | +* [BREAKING CHANGE] `az acr replication create/update`: Remove deprecated `--region-endpoint-enabled` flag and use `--global-endpoint-routing` instead (#33173) |
| 12 | +* [BREAKING CHANGE] `az acr config content-trust update`: No longer accept the `enabled` status (#33174) |
| 13 | +* [BREAKING CHANGE] `az acr check-health`: Remove Notary client check due to Docker Content Trust deprecation (#33174) |
| 14 | +* `az acr login`: Make ACR audience customizable in AAD token acquisition (#33294) |
| 15 | +* `az acr connected-registry resync`: Add command to manually trigger a sync from the parent registry (#33236) |
| 16 | +* `az acr update`: Add `--endpoint-protocol` parameter to support specifying the endpoint protocol for the registry (#33089) |
| 17 | +* `az acr login`: Fix regional endpoint matching for registries with DNL suffix (#33381) |
| 18 | +* `az acr config content-trust/show/update`: Add deprecation labels and notices (#33174) |
| 19 | + |
| 20 | +**AKS** |
| 21 | + |
| 22 | +* `az aks add/update`: Add `--enable-artifact-streaming` and `--disable-artifact-streaming` parameters (#33257) |
| 23 | + |
| 24 | +**App Config** |
| 25 | + |
| 26 | +* `az appconfig kv set-snapshot-reference`: Add support to create a snapshot reference key-value (#33278) |
| 27 | +* `az appconfig kv list`: Add support to list key-values from a snapshot reference (#33278) |
| 28 | +* `az appconfig create/update/network-security-perimeter-configuration`: Add Network Security Perimeter (NSP) support (#33407) |
| 29 | + |
| 30 | +**App Service** |
| 31 | + |
| 32 | +* [BREAKING CHANGE] `az webapp list-runtimes`: Change output from flat string list to structured list of dicts with keys: os, runtime, version, config, support, end_of_life (#32903) |
| 33 | +* `az webapp list-runtimes`: Add `--runtime` and `--support` filter parameters (#32903) |
| 34 | +* [BREAKING CHANGE] `az webapp list-runtimes`: Remove deprecated `--linux` and `--show-runtime-details` parameters (#32903) |
| 35 | +* `az webapp log startup`: Add commands to list and view Linux container startup logs (#33256) |
| 36 | +* `az webapp create`: Add `--site-scoped-certs` parameter to support enabling or disabling site-scoped certificates (#33306) |
| 37 | +* `az webapp up`: Add warning message for future deprecation (#33410) |
| 38 | +* `az functionapp deployment source config-zip`: Fix `KeyError` `'FUNCTIONS_WORKER_RUNTIME'` for Go function apps on Flex Consumption (#33404) |
| 39 | +* `az functionapp update-strategy config set`: Add new command to set or update a function app's update strategy configuration (#33341) |
| 40 | +* `az functionapp update-strategy config show`: Add new command to get the details of a function app's update strategy configuration (#33341) |
| 41 | +* Fix #31394: `az functionapp deployment source config-zip`: Never ending loop on flex function app health check (#33388) |
| 42 | + |
| 43 | +**Compute** |
| 44 | + |
| 45 | +* [BREAKING CHANGE] `az vm create`: Change default `--size` from `Standard_DS1_v2` to `Standard_D2s_v5` (#33323) |
| 46 | +* [BREAKING CHANGE] `az vmss create`: Change default `--vm-sku` from `Standard_DS1_v2` to `Standard_D2s_v5` (#33323) |
| 47 | +* `az sig image-definition update`: Add ability to update image-definition start version (#33273) |
| 48 | +* `az vm create/update`: Support zone-resilient VM with `--zone-movement` (#33242) |
| 49 | +* `az vm update`: Support cross-zone movement (#33242) |
| 50 | +* `az vm deallocate`: Support vm force deallocate with `--force-deallocate` (#33242) |
| 51 | +* `az vm/vmss create`: Support Ephemeral OS disk with full caching with `--ephemeral-os-disk-enable-full-caching` (#33292) |
| 52 | + |
| 53 | +**Container app** |
| 54 | + |
| 55 | +* `az containerapp`: Fix typo in help message (#33082) |
| 56 | +* Fix #33369: `az containerapp up`: Resolve OS/Architecture models from correct SDK package (#33371) |
| 57 | + |
| 58 | +**Cosmos DB** |
| 59 | + |
| 60 | +* `az cosmosdb restore`: Fix cross-region restore by preserving source region in top-level location (#33274) |
| 61 | + |
| 62 | +**Key Vault** |
| 63 | + |
| 64 | +* `az keyvault create`: Fix keyvault create RequestDisallowedByPolicy error by explicitly setting `enableSoftDelete` in the request body (#33265) |
| 65 | + |
| 66 | +**MySQL** |
| 67 | + |
| 68 | +* [BREAKING CHANGE] `az mysql flexible-server backup create/restore/geo-restore/replica`: Remove `--storage-redundancy` (#33428) |
| 69 | + |
| 70 | +**NetAppFiles** |
| 71 | + |
| 72 | +* [BREAKING CHANGE] `az netappfiles volume update`: `--remote-volume-resource-id` has been deprecated (#33217) |
| 73 | +* [BREAKING CHANGE] `az netappfiles volume create`: `--network-features` default value has changed to `Standard` (#33217) |
| 74 | +* `az netappfiles cache`: Add new command group to manage Cache resources (#33217) |
| 75 | +* `az netappfiles volume bucket`: Add new command group to manage Bucket resources (#33217) |
| 76 | + |
| 77 | +**Network** |
| 78 | + |
| 79 | +* `az network vnet create/update`: Add `--summarized-gateway-prefixes` to support summarized gateway prefixes (#33241) |
| 80 | +* `az network application-gateway ssl-cert create/update`: Add `--hsm` to support Managed HSM (#33353) |
| 81 | +* `az network virtual-network-appliance create/update`: Add `--private-ip-address-version` to support private ip address version (#33315) |
| 82 | + |
| 83 | +**PostgreSQL** |
| 84 | + |
| 85 | +* [BREAKING CHANGE] `az postgres flexible-server create/update`: Remove `--high-availability` for preferred argument `--zonal-resiliency` (#33300) |
| 86 | +* [BREAKING CHANGE] `az postgres flexible-server upgrade`: Remove the enum for `--version` (#33116) |
| 87 | +* [BREAKING CHANGE] `az postgres flexible-server create/update`: Remove deprecated `--cluster-option` and update validation logic (#33244) |
| 88 | +* [BREAKING CHANGE] `az postgres flexible-server index-tuning`: Remove support for command group (#33344) |
| 89 | +* [BREAKING CHANGE] `az postgres flexible-server backup create`: Remove backup name requirement and implement automatic name generation for backups (#33340) |
| 90 | +* [BREAKING CHANGE] `az postgres flexible-server create/geo-restore/restore/revive-dropped`: Don't create or alter networking components like virtual network, subnet, or private DNS zone. Stop supporting `--address-prefixes` and `--subnet-prefixes` anymore (#33192) |
| 91 | +* [BREAKING CHANGE] `az postgres flexible-server replica create`: Don't create or alter networking components like virtual network, subnet, or private DNS zone. Stop supporting `--address-prefixes` and `--subnet-prefixes` anymore (#33192) |
| 92 | +* [BREAKING CHANGE] `az postgres flexible-server backup/db/firewall-rule/long-term-retention/migration/replica create`: Make consistent use of `--name` and `--server-name` across all commands (#33343) |
| 93 | +* [BREAKING CHANGE] `az postgres flexible-server long-term-retention`: Remove support for command group (#33345) |
| 94 | + |
| 95 | +**Storage** |
| 96 | + |
| 97 | +* `az storage account create/update`: Support new value `Smart` for `--access-tier` (#33423) |
| 98 | +* `az storage account create/update`: Support `--allowed-copy-scope` (#33423) |
| 99 | +* `az storage account blob-service-properties update`: Add `--enable-static-website`, `--index-document`, `--default-index-document-path`, `--error-document-404-path` (#33423) |
| 100 | +* `az storage account or-policy create/update`: Add `--tags-replication` (#33423) |
| 101 | + |
6 | 102 | 2.86.0 |
7 | 103 | ++++++ |
8 | 104 |
|
|
0 commit comments