|
3 | 3 | Release History |
4 | 4 | =============== |
5 | 5 |
|
| 6 | +2.82.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**ACR** |
| 10 | + |
| 11 | +* `az acr login`: Enforce using acr audience in aad token acquisition (#31798) |
| 12 | + |
| 13 | +**AKS** |
| 14 | + |
| 15 | +* Fix #15932: `az aks install-cli`: Add `--gh-token` parameter to allow authentication when downloading kubelogin (#32536) |
| 16 | +* `az aks nodepool update`: Add GPU driver install options `install` and `none` for `--gpu-driver` parameter (#32531) |
| 17 | +* `az aks nodepool add/update`: Add option `Ubuntu2404` to `--os-sku` parameter (#32509) |
| 18 | + |
| 19 | +**App Service** |
| 20 | + |
| 21 | +* `az appservice list-locations`: Add `--managed-instance-enabled` parameter for managed instances (#32444) |
| 22 | + |
| 23 | +**Cognitive Services** |
| 24 | + |
| 25 | +* `az cognitiveservices agent create`: Add ability to create and deploy hosted agent in AI Foundry (#32430) |
| 26 | + |
| 27 | +**Compute** |
| 28 | + |
| 29 | +* `az vmss list-instances`: Add new argument `--resiliency-view` to show resiliency status of each instance (#32496) |
| 30 | +* `az vmss get-resiliency-view`: Add new command to show resiliency status of each instance (#32496) |
| 31 | +* `az sig image-version create/update`: Add warning message for Azure Compute Gallery resources from api-version `2026-03-03` (#32494) |
| 32 | + |
| 33 | +**Container app** |
| 34 | + |
| 35 | +* `az containerapp env create`: Add parameter `--infrastructure-resource-group` to support specifying name for resource group that will contain infrastructure resources (#32457) |
| 36 | +* Fix #32594: `az containerapp compose create`: Fix `TypeError` when docker-compose file include `env_file` without `environment` (#32601) |
| 37 | + |
| 38 | +**Cosmos DB** |
| 39 | + |
| 40 | +* `az cosmosdb fleet`: Add new fleet feature (#32390) |
| 41 | +* `az cosmosdb create/update`: Add support for `--disable-local-auth` (#32530) |
| 42 | +* `az cosmosdb restore`: Fix for cross region restore for cosmosdb (#32589) |
| 43 | + |
| 44 | +**Identity** |
| 45 | + |
| 46 | +* `az identity create`: Add new `--isolation-scope` parameter to support identity isolation scope (#31938) |
| 47 | +* `az identity update`: Add new command to support updating an identity (#31938) |
| 48 | + |
| 49 | +**Key Vault** |
| 50 | + |
| 51 | +* `az keyvault key create/import`: Add `--default-data-disk-policy` to support new default SKR policy (#32538) |
| 52 | + |
| 53 | +**Monitor** |
| 54 | + |
| 55 | +* `az monitor dashboard`: Support dashboard with Grafana (#32414) |
| 56 | + |
| 57 | +**MySQL** |
| 58 | + |
| 59 | +* `az mysql flexible-server backup delete`: Support deletion of on-demand backup (#32547) |
| 60 | + |
| 61 | +**Network** |
| 62 | + |
| 63 | +* `az network application-gateway settings`: Support `enableL4ClientIpPreservation` property via `--enable-l4-client-ip` (#32442) |
| 64 | +* `az network application-gateway probe`: Support `enableProbeProxyProtocolHeader` property via `--enable-proxy-header` (#32442) |
| 65 | +* `az network application-gateway waf-policy managed-rule rule-set`: Support disabled rules by default (#32488) |
| 66 | +* `az network virtual-appliance`: Add `--nva-interface-configurations` parameter (#32470) |
| 67 | +* `az network watcher flow-log`: Add `--record-types` parameter (#32490) |
| 68 | +* `az network private-endpoint-connection`: Add provider `Microsoft.Maps/accounts` (#32421) |
| 69 | + |
| 70 | +**Packaging** |
| 71 | + |
| 72 | +* Pin pywin32 to version 310 to resolve the MSI upgrade issue (#32557) |
| 73 | + |
| 74 | +**RDBMS** |
| 75 | + |
| 76 | +* `az postgres flexible-server update/fabric-mirroring`: Allow high availability enabled servers to start fabric mirroring if PG version 17+ (#32468) |
| 77 | +* `az postgres flexible-server create/update`: Show high availability feature with zonal resiliency argument (#32482) |
| 78 | +* `az postgres flexible-server create/update`: Enable support for High Availability on servers with PremiumV2_LRS storage type (#32542) |
| 79 | +* `az postgres flexible-server index-tuning`: Deprecate and redirect to `az postgres flexible-server autonomous-tuning` command group (#32546) |
| 80 | +* `az postgres flexible-server autonomous-tuning list-index-recommendations/list-table-recommendations`: Support listing index recommendations and table recommendations (#32546) |
| 81 | +* `az postgres flexible-server update`: Fix bug for using argument `--standby-zone` when enabling high availability (#32559) |
| 82 | +* `az postgres flexible-server upgrade`: Allow major version upgrade to PostgreSQL Version 18 (#32565) |
| 83 | +* `az postgres flexible-server create`: Add database name field for create with cluster (#32570) |
| 84 | +* `az postgres flexible-server backup/db/firewall-rule/identity/long-term-retention/microsoft-entra-admin/migration/parameter/replica list`: Allow `--ids` use for list commands (#32561) |
| 85 | +* `az postgres flexible-server create`: Change database name field to default to None (#32587) |
| 86 | +* `az postgres flexible-server replica create`: Add `--name` argument to specify read replica name (#32560) |
| 87 | + |
| 88 | +**SQL** |
| 89 | + |
| 90 | +* `az sql mi create/update`: Add memory size in gb parameter (#32466) |
| 91 | + |
| 92 | +**Storage** |
| 93 | + |
| 94 | +* `az storage blob/container/fs generate-sas`: Add `--user-delegation-oid` (#32508) |
| 95 | +* `az storage fs file generate-sas`: Add command and support `--user-delegation-oid` (#32508) |
| 96 | +* `az storage fs directory generate-sas`: Add `--user-delegation-oid` (#32508) |
| 97 | +* `az storage share/file/queue generate-sas`: Add `--as-user` and `--user-delegation-oid` (#32508) |
| 98 | + |
6 | 99 | 2.81.0 |
7 | 100 | ++++++ |
8 | 101 |
|
|
0 commit comments