|
3 | 3 | Release History |
4 | 4 | =============== |
5 | 5 |
|
| 6 | +2.84.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**AKS** |
| 10 | + |
| 11 | +* `az aks create`: Add `--enable-container-network-logs` parameter to enable container network logs (#32700) |
| 12 | +* `az aks update`: Add `--enable-container-network-logs` and `--disable-container-network-logs` parameters to enable and disable container network logs (#32700) |
| 13 | +* `az aks enable-addons`: Add support for default workspace creation in Bleu and Delos clouds (#32753) |
| 14 | + |
| 15 | +**App Service** |
| 16 | + |
| 17 | +* `az webapp create/config set`: Fix vnet routing to use site-level outbound vnet routing property for API version `2024-11-01` (#32634) |
| 18 | +* `az webapp vnet-integration add`: Fix vnet routing to use site-level outbound vnet routing property for API version `2024-11-01` (#32634) |
| 19 | +* `az functionapp create/vnet-integration add`: Fix vnet routing to use site-level outbound vnet routing property for API version `2024-11-01` (#32634) |
| 20 | +* `az webapp config access-restriction show`: Update to always return values in camel case (#32492) |
| 21 | +* `az webapp list runtimes`: Update logic to include missing Java versions and remove hardcoded lists (#32461) |
| 22 | +* `az webapp create/update`: Add `--end-to-end-encryption-enabled` parameter to support enabling or disabling end-to-end encryption between the front end and the workers (#32629) |
| 23 | +* `az webapp create`: Add `--min-tls-version` parameter to specify the minimum version of TLS (#32629) |
| 24 | +* `az webapp create`: Add `--min-tls-cipher-suite` parameter to specify the minimum TLS Cipher Suite (#32629) |
| 25 | + |
| 26 | +**ARM** |
| 27 | + |
| 28 | +* `az bicep decompile-params`: Add new parameter `--force` to overwrite existing files (#32739) |
| 29 | +* `az deployment`: Fix the issue where the Bicep installation message is printed in the command output (#32552) |
| 30 | +* `az stack group/sub/mg create/validate`: Add `--resources-without-delete-support` parameter to support defining what happens to resources that do not support deletion when they are no longer managed by the stack (#32777) |
| 31 | +* `az stack group/sub/mg create/validate`: Add `--validation-level` parameter to support specifying validation level for the deployment stack (#32777) |
| 32 | +* `az stack group/sub/mg delete`: Add `--resources-without-delete-support` parameter to support defining what happens to resources that do not support deletion when they are no longer managed by the stack (#32777) |
| 33 | + |
| 34 | +**Compute** |
| 35 | + |
| 36 | +* `az vm create`: Add parameters `--data-disk-mbps` and `--data-disk-iops` to support IOPS and MBPS (#32717) |
| 37 | + |
| 38 | +**Container app** |
| 39 | + |
| 40 | +* `az containerapp job create`: Set default values to `--parallelism` and `--replica-completion-count` parameters (#32745) |
| 41 | + |
| 42 | +**Cosmos DB** |
| 43 | + |
| 44 | +* `az cosmosdb update`: Add support for Microsoft Fabric workspace resource IDs in `--network-acl-bypass-resource-ids` (#32797) |
| 45 | +* Fix #32608: `az cosmosdb restore`: Fix "Database Account does not exist" error during polling (#32752) |
| 46 | + |
| 47 | +**Maps** |
| 48 | + |
| 49 | +* `az maps account create`: Add default value for `--sku` (#32711) |
| 50 | + |
| 51 | +**MySQL** |
| 52 | + |
| 53 | +* Fix #32217: `az mysql flexible-server restore`: Fix `--no-wait` flag (#32744) |
| 54 | + |
| 55 | +**Network** |
| 56 | + |
| 57 | +* `az network application-gateway ssl-cert`: Support dedicated backend connection (#32784) |
| 58 | + |
| 59 | +**PostgreSQL** |
| 60 | + |
| 61 | +* `az postgres flexible-server migrate-network`: Add new command to support migrating the network mode of a flexible server (#32819) |
| 62 | + |
| 63 | +**SQL** |
| 64 | + |
| 65 | +* `az sql server/db`: Add support for versionless TDE keys (#32764) |
| 66 | +* `az sql server create/update`: Add `--soft-delete-retention-days` (#32245) |
| 67 | +* `az sql server deleted-server show/list`: Add new command (#32245) |
| 68 | +* `az sql server restore`: Add new command (#32245) |
| 69 | + |
| 70 | +**Storage** |
| 71 | + |
| 72 | +* `az storage share close-handle`: Fix failing to close file handle when in delete pending state (#32697) |
| 73 | + |
6 | 74 | 2.83.0 |
7 | 75 | ++++++ |
8 | 76 |
|
|
0 commit comments