|
3 | 3 | Release History |
4 | 4 | =============== |
5 | 5 |
|
| 6 | +2.85.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**ACR** |
| 10 | + |
| 11 | +* `az acr network-rule add`: Add example of adding a rule to allow access for a specific virtual network (#32829) |
| 12 | +* `az acr replication create/update`: Add `--global-endpoint-routing` parameter and redirect `--region-endpoint-enabled` to it to avoid confusion with registry-level `--regional-endpoints` (#32954) |
| 13 | +* `az acr cache create/update`: Add `--identity` parameter to support using user-assigned managed identity for cache rules (#33040) |
| 14 | + |
| 15 | +**AKS** |
| 16 | + |
| 17 | +* Fix #32957: `az aks get-credentials`: Surface user-friendly error instead of unexpected traceback (#32959) |
| 18 | +* `az aks create/update`: Add `--acns-transit-encryption-type` parameter to support configuring pod-to-pod transit encryption (`WireGuard` or `None`) (#32988) |
| 19 | +* `az aks create/update` Add support for ACNS performance (#33018) |
| 20 | +* `az aks namespace update`: Fix the location logic for managed namespace update operation (#33054) |
| 21 | +* `az aks update`: Add `--enable-high-log-scale-mode` parameter to enable/disable High Log Scale Mode for Container Logs (#33039) |
| 22 | +* `az aks enable-addons`: Fix monitoring addon key lookup to handle both `omsagent` and `omsAgent` API response variants (#33039) |
| 23 | +* `az aks disable-addons`: Add retry with exponential backoff for Log Analytics workspace creation conflicts (#33039) |
| 24 | +* `az aks update`: Add `--disable-http-proxy` and `--enable-http-proxy` parameters (#32996) |
| 25 | + |
| 26 | +**API Management** |
| 27 | + |
| 28 | +* `az apim backend`: Add new command group to support backend services (#32569) |
| 29 | + |
| 30 | +**App Config** |
| 31 | + |
| 32 | +* `az appconfig create/update`: Enable linking app insights resource to an app configuration store (#32831) |
| 33 | +* `az appconfig feature set`: Enable telemetry for a feature flag (#32831) |
| 34 | + |
| 35 | +**App Service** |
| 36 | + |
| 37 | +* `az webapp list-runtimes`: Pre-announce breaking changes (#32905) |
| 38 | +* `az logicapp create`: Add parameter `--domain-name-scope` to support specifying the scope of uniqueness for the default hostname during resource creation (#32812) |
| 39 | +* `az webapp update`: Add parameter `--platform-release-channel` to support setting the platform release channel for the web app (#32811) |
| 40 | +* `az appservice plan update`: Remove preview flag for `--elastic-scale` and `--max-elastic-worker-count` parameters (#32807) |
| 41 | +* `az webapp update`: Remove preview flag for `--minimum-elastic-instance-count` and `--prewarmed-instance-count` parameters (#32807) |
| 42 | +* `az webapp up`: Add parameter `--domain-name-scope` to support specifying the scope of uniqueness for the default hostname during resource creation (#32930) |
| 43 | + |
| 44 | +**Cloud** |
| 45 | + |
| 46 | +* Add Bleu to the Known Clouds list (#32856) |
| 47 | + |
| 48 | +**Compute** |
| 49 | + |
| 50 | +* `az vmss create`: Add `--zone-placement-policy` parameter to enable automatic zone selection (#32771) |
| 51 | +* `az vmss create`: Add `--include-zones` parameter to support specifying availability zones that must be considered for placement when `--zone-placement-policy` is set to `Auto` (#32771) |
| 52 | +* `az vmss create`: Add `--exclude-zones` parameter to support specifying availability zones that must be excluded from placement when `--zone-placement-policy` is set to `Auto` (#32771) |
| 53 | +* `az vmss create`: Add `--max-zone-count` parameter to support specifying the maximum number of availability zones to use when `--zone-placement-policy` is set to `Auto` (#32771) |
| 54 | +* `az vmss update`: Add `--max-zone-count` parameter to support specifying the maximum number of availability zones to use for this scale set (#32771) |
| 55 | +* `az vmss create/update`: Add `--value-max-instance-percent-per-zone` parameter to support specifying the maximum percentage of virtual machine instances that can be allocated to a single availability zone in the virtual machine scale set (#32771) |
| 56 | +* `az vmss create/update`: Add `--instance-percent-policy` parameter to support specifying whether maximum percentage of virtual machine instances per zone policy should be enabled on the virtual machine scale set (#32771) |
| 57 | +* `az vm run-command invoke`: Fix `--no-wait` not working (#32979) |
| 58 | +* `az restore-point collection create/update`: Add parameter `--instant-access` (#32953) |
| 59 | +* `az restore-point create`: Add parameter `--instant-access-duration` (#32953) |
| 60 | + |
| 61 | +**Container app** |
| 62 | + |
| 63 | +* `az containerapp env workload-profile add`: Simplify workload-profile creation with default profile name (#32713) |
| 64 | + |
| 65 | +**Event Hubs** |
| 66 | + |
| 67 | +* Fix #31108, #32073: `az eventhubs`: Regex updated for commands with `--namespace-name` arguments (#32472) |
| 68 | + |
| 69 | +**NetAppFiles** |
| 70 | + |
| 71 | +* `az netapfiles volume create/update`: Add paramter `--desired-ransomware-protection-state` to support advanced ransomware reports (#32828) |
| 72 | +* `az netapfiles volume ransomware-report`: Add command group to support advanced ransomware reports (#32828) |
| 73 | +* `az netapfiles volume list-quota-report`: Add command to list quota reports for volumes (#32828) |
| 74 | + |
| 75 | +**Network** |
| 76 | + |
| 77 | +* `az network private-endpoint-connection`: Add provider `Microsoft.DurableTask/schedulers` (#32866) |
| 78 | +* `az network private-endpoint create/update`: Add parameter `--ip-version-type` to support IPv6 (#32937) |
| 79 | + |
| 80 | +**Packaging** |
| 81 | + |
| 82 | +* Add new ways (preview) to install azure-cli on macOS (#32880) |
| 83 | + |
| 84 | +**PostgreSQL** |
| 85 | + |
| 86 | +* `az postgres flexible-server long-term-retention`: Add breaking change announcement for command group removal (#32916) |
| 87 | + |
| 88 | +**Storage** |
| 89 | + |
| 90 | +* Fix #32852: `az storage copy`: Fix Azcopy download link to be using github release links (#32868) |
| 91 | + |
| 92 | +**Synapse** |
| 93 | + |
| 94 | +* Upgrade azure-synapse-artifacts to 0.22.0 (#33012) |
| 95 | + |
6 | 96 | 2.84.0 |
7 | 97 | ++++++ |
8 | 98 |
|
|
0 commit comments