|
3 | 3 | Release History
|
4 | 4 | ===============
|
5 | 5 |
|
| 6 | +2.63.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**ACR** |
| 10 | + |
| 11 | +* `az acr login`: Support optional resource group argument to skip subscription resource scan (#29344) |
| 12 | + |
| 13 | +**AKS** |
| 14 | + |
| 15 | +* `az aks create`: Not set the `--network-plugin` based on the default from the Python SDK (#29388) |
| 16 | +* `az aks create/update`: Support in place param updates for managed Prometheus (#29273) |
| 17 | +* `az aks create/update`: Add validations for PremiumV2 disk (#29445) |
| 18 | +* `az aks upgrade`: Support tier switch with AKS upgrade (#29448) |
| 19 | +* `az aks create/update`: Add `--network-policy none` option to command (#29420) |
| 20 | +* `az aks create`: Remove unsupported scenario command in help message (#29387) |
| 21 | + |
| 22 | +**App Config** |
| 23 | + |
| 24 | +* `az appconfig import/export/restore`: Add correlation request id to bulk operations (#29252) |
| 25 | + |
| 26 | +**App Service** |
| 27 | + |
| 28 | +* `az webapp list-runtimes`: Add parameter `--show-runtime-details` to show detailed runtime stacks and update the format of java related stacks listed (#29367) |
| 29 | +* `az webapp create`: Add parameter `--acr-identity` to allow users to choose user assigned identity for ACR image pull (#29321) |
| 30 | +* `az webapp config set`: Add parameter `--acr-use-identity` and `--acr-identity` to allow users update ACR image pull related configs (#29321) |
| 31 | + |
| 32 | +**ARM** |
| 33 | + |
| 34 | +* `az stack group/sub/mg create`: Minor improvements to the confirmation message when updating an existing stack (#29319) |
| 35 | + |
| 36 | +**CDN** |
| 37 | + |
| 38 | +* Fix #28717: `az afd secret`: Change the way to access parameter (#29338) |
| 39 | +* `az cdn portal-migration`: Add command group for classic CDN profile migration (#29362) |
| 40 | + |
| 41 | +**Compute** |
| 42 | + |
| 43 | +* `az sig create/update`: Hide `--soft-delete` parameter in help messages (#29377) |
| 44 | +* Fix #29006: `az ssh`: Fix the `Permissions 0644 for '...' are too open` error (#29314) |
| 45 | +* `az vmss update`: Add new parameter `--enable-auto-os-upgrade` to support updating automatic OS upgrade policy argument (#29415) |
| 46 | +* `az vmss update`: Add new parameter `--upgrade-policy-mode` to support updating upgrade policy mode (#29415) |
| 47 | + |
| 48 | +**Container app** |
| 49 | + |
| 50 | +* Fix #26688: `az containerapp up`: Fix logic about updating an existing containerapp (#29336) |
| 51 | +* `az containerapp job stop`: Return custom message for stop job execution (#29399) |
| 52 | +* Fix #29330: `az containerapp auth update`: Fix split logic for `--set` (#29453) |
| 53 | + |
| 54 | +**Cosmos DB** |
| 55 | + |
| 56 | +* `az cosmosdb delete`: Support `--no-wait` (#29190) |
| 57 | + |
| 58 | +**MySQL** |
| 59 | + |
| 60 | +* `az mysql flexible-server import stop-replication`: Stop replication between source single server and target flexible server (#29425) |
| 61 | + |
| 62 | +**NetAppFiles** |
| 63 | + |
| 64 | +* `az netappfiles account create`: Change `--key-vault-resource-id` to be optional (#29389) |
| 65 | + |
| 66 | +**Network** |
| 67 | + |
| 68 | +* `az network custom-ip prefix create`: Add parameter `--is-parent` (#29350) |
| 69 | +* `az network network-watcher connection-monitor`: Support to create connection monitor v2 (#29288) |
| 70 | +* `az network vnet peering`: Support virtual network subnet peering (#29416) |
| 71 | + |
| 72 | +**RDBMS** |
| 73 | + |
| 74 | +* [BREAKING CHANGE] `az postgres flexible-server create`: Update default value of PG version to be 16 (#29443) |
| 75 | +* Fix #27422: `az postgres flexible-server create`: Bug fix for using existing subnet while creating pg flex server (#29457) |
| 76 | +* `az postgres flexible-server restore`: Bug fix when using resource id as value for source-server argument (#29460) |
| 77 | + |
| 78 | +**Role** |
| 79 | + |
| 80 | +* `az role assignment list`: Add warning for classic administrators retirement (#29404) |
| 81 | + |
| 82 | +**Service Connector** |
| 83 | + |
| 84 | +* `az containerapp connection create containerapp`: Support ACA2ACA connection (#29434) |
| 85 | + |
| 86 | +**SQL** |
| 87 | + |
| 88 | +* `az sql midb move/copy`: Add destination subscription Id for managed database move/copy (#29352) |
| 89 | +* `az sql mi create`: Add `--dns-zone-partner` optional parameter (#29381) |
| 90 | + |
| 91 | +**Storage** |
| 92 | + |
| 93 | +* `az storage fs directory upload/download`: Add back `--auth-mode login` as AzCopy supports Oauth now (#29487) |
| 94 | +* `az storage blob sync`: Add back `--auth-mode login` as AzCopy supports Oauth now (#29487) |
| 95 | + |
| 96 | +**Synapse** |
| 97 | + |
| 98 | +* `az synapse spark job submit`: Add optional `--python-files` argument to support job submission (#29271) |
| 99 | + |
6 | 100 | 2.62.0
|
7 | 101 | ++++++
|
8 | 102 |
|
|
0 commit comments