|
3 | 3 | Release History
|
4 | 4 | ===============
|
5 | 5 |
|
| 6 | +2.77.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**ACR** |
| 10 | + |
| 11 | +* `az acr task create`: Fix error message when `--context` is not provided (#31897) |
| 12 | + |
| 13 | +**AKS** |
| 14 | + |
| 15 | +* `az aks create`: Change description for `--os-sku` parameter (#31922) |
| 16 | +* `az aks create/update`: Support installing latest version of acstor on the cx cluster by `--enable-azure-container-storage` parameter (#31966) |
| 17 | +* `az aks create/update`: Support specifying installation version of acstor by `--container-storage-version` when setting `--enable-azure-container-storage` (#31966) |
| 18 | +* `az aks update`: Support uninstalling acstor from the cx cluster by `--disable-azure-container-storage` regardless of the installed version (#31966) |
| 19 | +* `az aks create/update`: Add `--sku` parameter to support automatic feature (#31981) |
| 20 | +* `az aks update`: Fix typo on validation error for disabling Azure Container Storage (#31987) |
| 21 | + |
| 22 | +**App Config** |
| 23 | + |
| 24 | +* `az appconfig kv import`: Support importing key-values from AKS ConfigMap (#31861) |
| 25 | + |
| 26 | +**App Service** |
| 27 | + |
| 28 | +* `az webapp deploy`: Add `--enable-kudu-warmup` parameter to support warm-up Kudu before making deployment (#31880) |
| 29 | +* `az functionapp flex-migration`: Add commands to support migrating CV1 apps to Flex (#31865) |
| 30 | + |
| 31 | +**ARM** |
| 32 | + |
| 33 | +* `az ts`: Capture subscription id from template resource id (#31896) |
| 34 | + |
| 35 | +**Backup** |
| 36 | + |
| 37 | +* `az backup restore restore-azurefileshare`: Fix a bug where the source storage account is deleted and the required sourceResourceId property is missing from the restore request payload (#31889) |
| 38 | + |
| 39 | +**Compute** |
| 40 | + |
| 41 | +* Fix #31885: `az vm encryption`: Fix request body serialization (#31894) |
| 42 | +* `az disk create/grant-access`: Support Confidential VM OS Disks (#31934) |
| 43 | +* `az snapshot create`: Add new parameter `--instant-access-duration-minutes` to support creating instant access snapshot for premium SSD v2 and ultra disk (#31891) |
| 44 | + |
| 45 | +**Container app** |
| 46 | + |
| 47 | +* Fix #31762: `az containerapp job list`: Fix bug only 20 items are returned (#31888) |
| 48 | +* `az containerapp job update`: Fix `--min-executions` and `--max-executions` not accepting 0 values (#31906) |
| 49 | + |
| 50 | +**IoT** |
| 51 | + |
| 52 | +* `az iot hub devicestream`: Mirgate this command group to `azure-iot` extension (#31913) |
| 53 | + |
| 54 | +**MySQL** |
| 55 | + |
| 56 | +* `az mysql flexible-server upgrade`: Add new option `8.4` for `--version` (#31998) |
| 57 | + |
| 58 | +**Network** |
| 59 | + |
| 60 | +* `az network nat gateway`: Support Standard V2 SKU and Public IP (Prefixes) V6 (#31908) |
| 61 | +* `az network public-ip`: Support Standard V2 SKU (#31908) |
| 62 | +* `az network public-ip prefix`: Support Standard V2 SKU (#31908) |
| 63 | +* `az network vnet show/list`: Support `defaultPublicNatGateway` output for StandardV2 NAT Gateway (#31908) |
| 64 | +* Fix #31954: `az network application-gateway waf-policy custom-rule`: Deserialization errors within `computedDisabledRules` (#31908) |
| 65 | +* `az network vnet-gateway`: Support VNET Gateway insights (#31984) |
| 66 | +* `az network vnet-gateway`: Support VNET Gateway failover (#31986) |
| 67 | + |
| 68 | +**Packaging** |
| 69 | + |
| 70 | +* Support Python 3.13 (#31895) |
| 71 | +* Bump embedded Python to 3.13.7 (#31928) |
| 72 | + |
| 73 | +**Profile** |
| 74 | + |
| 75 | +* `az account get-access-token`: Specifying `--tenant` with the current tenant is now allowed for Cloud Shell and managed identity account (#31869) |
| 76 | +* `az login`: Support `--claims-challenge` in device code flow (#31856) |
| 77 | + |
| 78 | +**RDBMS** |
| 79 | + |
| 80 | +* `az postgres flexible-server create/update/restore`: Premium SSD V2 is no longer supported with Burstable compute tier (#31948) |
| 81 | +* `az postgres flexible-server update`: Bypass fabric mirroring validation to allow updating high availability status for PG11 and PG12 servers (#31944) |
| 82 | + |
| 83 | +**Service Fabric** |
| 84 | + |
| 85 | +* `az sf managed-application update`: Add breaking change pre-announcement warnings for argument option removal (#31912) |
| 86 | +* `az sf managed-application-type version update`: Add breaking change pre-announcement warnings for required argument `--package-url` (#31912) |
| 87 | +* Fix #5338: `az sf cluster create`: Fix the bug where key-vault not placed in location specifed by `--location` (#31883) |
| 88 | +* Fix #5180: `az sf cluster create`: Change behavior to read cluster_name from parameters file if provided (#31816) |
| 89 | + |
6 | 90 | 2.76.0
|
7 | 91 | ++++++
|
8 | 92 |
|
|
0 commit comments