|
3 | 3 | Release History
|
4 | 4 | ===============
|
5 | 5 |
|
| 6 | +2.70.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**AKS** |
| 10 | + |
| 11 | +* `az aks create/az aks nodepool add`: Emit error message when using `--asg-ids` alone without `--allowed-host-ports` (#30768) |
| 12 | +* `az aks nodepool upgrade`: Fix `--node-soak-duration` cannot be set to 0 (#30778) |
| 13 | +* `az aks machine list`: Add command to fetch list of machines in an agentpool (#29939) |
| 14 | +* `az aks machine show`: Add command to fetch information about a specific machine in an agentpool (#29939) |
| 15 | +* `az aks nodepool delete`: Add `--ignore-pod-disruption-budget` option for ignoring PodDisruptionBudget (#30196) |
| 16 | +* `az aks create`: Add `--message-of-the-day` parameter to support message of the day (#30862) |
| 17 | +* `az aks nodepool add`: Add `--message-of-the-day` parameter to support message of the day (#30862) |
| 18 | + |
| 19 | +**App Config** |
| 20 | + |
| 21 | +* `az appconfig kv import/export`: Fix bug when importing feature flag with percentile allocation property (#30732) |
| 22 | +* `az appconfig`: Add support for custom token audience to `--auth-mode login` parameter (#30739) |
| 23 | + |
| 24 | +**App Service** |
| 25 | + |
| 26 | +* `az functionapp create`: Check if storage account is network restricted (#30605) |
| 27 | +* `az functionapp create`: Refactor EOL message (#30791) |
| 28 | +* Fix #28104: `az webapp config storage-account`: Remove windows limitation notes (#30775) |
| 29 | +* Fix #28374: `az webapp create`: Improve error message for globally unique name for new app create (#30750) |
| 30 | +* `az webapp sitecontainers`: Add new commands for linux web app sitecontainers (#30776) |
| 31 | +* `az webapp up`: Add `--enable-kudu-warmup` parameter to support warm-up Kudu before making deployment (#30872) |
| 32 | +* `az webapp deploy`: Add `--enable-kudu-warmup` parameter to support warm-up Kudu before making deployment (#30872) |
| 33 | +* `az webapp deployment source config-zip`: Add `--enable-kudu-warmup` parameter to support warm-up Kudu before making deployment (#30872) |
| 34 | +* Fix #29493: `az webapp create`: Update basic-auth parameter description (#30734) |
| 35 | + |
| 36 | +**ARM** |
| 37 | + |
| 38 | +* `az bicep`: Fix installation check for concurrent usages (#30722) |
| 39 | + |
| 40 | +**Backup** |
| 41 | + |
| 42 | +* `az backup restore restore-disks`: Support NoZone as a valid target zone for `--target-zone` parameter (#30720) |
| 43 | + |
| 44 | +**Compute** |
| 45 | + |
| 46 | +* `az vm available-set create/update`: Add `--additional-scheduled-events` parameter to support setting scheduled event policy (#30835) |
| 47 | +* `az vm available-set create/update`: Add `--enable-user-reboot-scheduled-events` parameter to support setting scheduled event policy (#30835) |
| 48 | +* `az vm available-set create/update`: Add `--enable-user-redeploy-scheduled-events` parameter to support setting scheduled event policy (#30835) |
| 49 | + |
| 50 | +**Container app** |
| 51 | + |
| 52 | +* `az containerapp create`: Fix to make `--registry-username` value to be `DNS1123` compliant (#30563) |
| 53 | + |
| 54 | +**Cosmos DB** |
| 55 | + |
| 56 | +* `az cosmosdb offline-region`: Add new command to support offline region for cosmosdb account (#30781) |
| 57 | + |
| 58 | +**IoT** |
| 59 | + |
| 60 | +* `az iot hub update`: Add `--min-tls-version` parameter to allow updating min tls version in a cleaner way (#30710) |
| 61 | + |
| 62 | +**NetAppFiles** |
| 63 | + |
| 64 | +* `az netappfiles account`: Add new command `change-key-vault` to change KeyVault/Managed HSM that is used for encryption of volumes under NetApp account (#30773) |
| 65 | +* `az netappfiles account`: Add new command `get-key-vault-status` to get KeyVault information. Response from this command can be used for transitiontocmk (#30773) |
| 66 | +* `az netappfiles account`: Add new command `transitiontocmk` to transition all volumes in a VNet to a different encryption key source (Microsoft-managed key or Azure Key Vault). Operation fails if targeted volumes share encryption sibling set with volumes from another account (#30773) |
| 67 | +* `az netappfiles volume create/update`: Add parameter `--cool-access-tiering-policy` (#30773) |
| 68 | + |
| 69 | +**Network** |
| 70 | + |
| 71 | +* `az network nic ip-config create/update`: Add `--private-ip-address-prefix-length` to support setting private ip address prefix length (#30837) |
| 72 | + |
| 73 | +**RDBMS** |
| 74 | + |
| 75 | +* `az postgres flexible-server index-tuning`: Support tuning options operations (#30851) |
| 76 | + |
| 77 | +**Service Connector** |
| 78 | + |
| 79 | +* `az containerapp connection create redis`: Add `--system-identity` paramter (#30808) |
| 80 | +* `az webapp connection create fabric-sql`: Fix interactive mode & allow new parameters `--fabric-workspace-uuid` and `fabric-sql-db-uuid` (#30881) |
| 81 | + |
| 82 | +**Storage** |
| 83 | + |
| 84 | +* `az storage account create`: Add new `--sku StandardV2_LRS/StandardV2_ZRS/StandardV2_ZRS/StandardV2_ZRS/PremiumV2_LRS/PremiumV2_ZRS` for provisioned v2 support (#30873) |
| 85 | +* `az storage account file-service-usage`: Support getting file-service usage for storage account (#30873) |
| 86 | +* `az storage share-rm create/update`: Add `--paid-bursting-enabled`, `--paid-bursting-max-bandwidth-mibps`, `--paid-bursting-max-iops` for provisioned v1, add `--provisioned-bandwidth-mibps`, `--provisioned-iops` for provisioned v2 accounts (#30873) |
| 87 | + |
6 | 88 | 2.69.0
|
7 | 89 | ++++++
|
8 | 90 |
|
|
0 commit comments