|
3 | 3 | Release History |
4 | 4 | =============== |
5 | 5 |
|
| 6 | +2.83.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**ACR** |
| 10 | + |
| 11 | +* `az acr config content-trust update`: Add breaking changes announcement that `enabled` status will no longer be accepted (#32462) |
| 12 | +* `az acr check-health`: Add breaking change announcement that Notary client check will be removed (#32462) |
| 13 | + |
| 14 | +**AKS** |
| 15 | + |
| 16 | +* `az aks create`: Enable ACStor v2 without any storage options on a new cluster by `--enable-azure-container-storage` parameter (#32558) |
| 17 | +* `az aks update`: Enable the ephemeral disk storage option of ACStor v2 by `--enable-azure-container-storage ephemeralDisk` parameter (#32558) |
| 18 | +* `az aks update`: Disable the elastic SAN storage option of ACStor v2 by `--disable-azure-container-storage elasticSan` parameter (#32558) |
| 19 | +* `az aks update`: Disable ACStor v2 by `--disable-azure-container-storage` parameter (#32558) |
| 20 | + |
| 21 | +**App Config** |
| 22 | + |
| 23 | +* `az appconfig`: Add option `anonymous` for `--auth-mode` parameter (#32639) |
| 24 | + |
| 25 | +**App Service** |
| 26 | + |
| 27 | +* Fix #32290: `az functionapp config appsettings set`: Fix command failure when using `--slot-settings` parameter to update existing slot settings (#32291) |
| 28 | + |
| 29 | +**Cognitive Services** |
| 30 | + |
| 31 | +* `az cognitiveservices agent logs show`: Add console log streaming for hosted agents (#32701) |
| 32 | +* `az cognitiveservices agent create`: Add `--show-logs` flag for deployment troubleshooting (#32701) |
| 33 | +* `az cognitiveservices agent start`: Add `--show-logs` and `--timeout` flags (#32701) |
| 34 | + |
| 35 | +**Container app** |
| 36 | + |
| 37 | +* `az containerapp env create`: Update the error display for ConsumptionOnly environment creation (#32648) |
| 38 | + |
| 39 | +**MySQL** |
| 40 | + |
| 41 | +* `az mysql flexible-server restore`: Support restore server to different subscription (#32620) |
| 42 | +* `az mysql flexible-server geo-restore`: Support geo restore server to different subscription (#32620) |
| 43 | +* `az mysql flexible-server replica create`: Support create server replica to different subscription (#32620) |
| 44 | + |
| 45 | +**Network** |
| 46 | + |
| 47 | +* `az network vnet-gateway`: Add identity-related parameters and subgroup (#32524) |
| 48 | +* `az network vpn-connection`: Add `--auth-type` and `--cert-auth` parameters (#32524) |
| 49 | +* `az network virtual-network-appliance`: Support Virtual Network Appliance feature (#32645) |
| 50 | +* `az network ddos-custom-policy`: Support DDoS Policy Customization (#32673) |
| 51 | + |
| 52 | +**Packaging** |
| 53 | + |
| 54 | +* Optimize MSI upgrade performance by simplifying file replacement logic (#32678) |
| 55 | + |
| 56 | +**PostgreSQL** |
| 57 | + |
| 58 | +* `az postgres flexible-server create/georestore/replica`: Allow SSDV2 servers to perform create replica and geo restore (#32649) |
| 59 | + |
| 60 | +**Profile** |
| 61 | + |
| 62 | +* `az login`: For managed identity authentication, no longer retrieve the FQDN of the machine, bypassing hanging or error caused by misconfigured network setup (#32611) |
| 63 | + |
| 64 | +**Storage** |
| 65 | + |
| 66 | +* Fix #32503: `az storage file list`: Fix listing files when using Oauth without Reader access (#32602) |
| 67 | +* `az storage account file-service-properties update`: Add `--require-smb-encryption-in-transit` and `--require-nfs-encryption-in-transit` (#32619) |
| 68 | +* `az storage account create/update`: Add `--publish-ipv6-endpoint` (#26826) |
| 69 | +* `az storage account network-rule add/remove`: Add `--ipv6-address` (#26826) |
| 70 | +* `az storage account create/update`: Set `--min-tls-version` to `tls1_2` if the value provided is `tls1_0` and `tls1_1` (#32652) |
| 71 | + |
6 | 72 | 2.82.0 |
7 | 73 | ++++++ |
8 | 74 |
|
|
0 commit comments