|
3 | 3 | Release History |
4 | 4 | =============== |
5 | 5 |
|
| 6 | +2.86.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**ACR** |
| 10 | + |
| 11 | +* `az acr login`: Support Podman for `--name` parameter (#33115) |
| 12 | +* `az acr create`: Add `--regional-endpoints` parameter to enable or disable regional endpoints for a container registry (#33133) |
| 13 | +* `az acr update`: Add `--regional-endpoints` parameter to enable or disable regional endpoints for an existing container registry (#33133) |
| 14 | +* `az acr show-endpoints`: Display regional endpoint host names when regional endpoints are enabled (#33133) |
| 15 | +* `az acr login`: Add `--endpoint` parameter to log in to a specific regional endpoint of a container registry (#33133) |
| 16 | +* `az acr import`: Support importing images using regional endpoint URIs as the source (#33133) |
| 17 | +* `az acr network-rule`: Update `--ip-address` help message to include ipv6 address (#32537) |
| 18 | + |
| 19 | +**AKS** |
| 20 | + |
| 21 | +* `az aks create`, `az aks nodepool add/update`: Add option `AzureContainerLinux` to `--os-sku` parameter (#33129) |
| 22 | +* `az aks check-acr`: Fix command injection via unquoted tempfile path in subprocess call (#33155) |
| 23 | +* `az aks update`: Add `--enable-azure-monitor-app-monitoring` to support Azure Monitor Application Monitoring auto-instrumentation (#32712) |
| 24 | +* `az aks create`: Add parameters `--system-node-subnet-id`, `--node-subnet-id` and `--enable-hosted-system` to support BYO VNet for Automatic Managed System Pool clusters (#33259) |
| 25 | +* `az aks mesh enable/proxy-redirection-mechanism`: Add mesh Istio CNI commands (#32992) |
| 26 | +* `az aks nodepool add`: Add `Windows2025` as a supported value for `--os-sku` (#33246) |
| 27 | +* `az aks update`: Fix `--enable-azure-monitor-metrics` failing with RoleAssignmentExists when Grafana role assignment already exists (#33229) |
| 28 | + |
| 29 | +**App Service** |
| 30 | + |
| 31 | +* `az webapp create`: Add post-creation deployment guidance and startup command examples (#33088) |
| 32 | +* `az webapp deploy`: Add build automation guidance for Linux zip deployments (#33088) |
| 33 | +* `az webapp up`: Add logging for OS type, runtime auto-detection, and plan auto-generation (#33088) |
| 34 | +* Add warning for container image path when `--container-image-name` includes registry host (#33088) |
| 35 | +* `az webapp delete`: Add warning about App Service Plan deletion (#33088) |
| 36 | +* Fix #33180: `az functionapp plan create`: Simplify reserved parameter assignment in AppServicePlan (#33202) |
| 37 | +* `az webapp sitecontainers convert`: Add support for converting Docker Compose multi-container apps to Sitecontainers mode (#33131) |
| 38 | +* `az webapp up/deploy`: Add `--enriched-errors` parameter to see detailed deployment failure log (#32940) |
| 39 | +* `az webapp create`: Add error message that clearly lists all valid options and specifies how to discover available runtimes (#33252) |
| 40 | +* `az appservice plan create`: Make `P0V3` as default SKU when `--sku` is omitted for linux webapp (#33237) |
| 41 | +* `az appservice plan create`: Add `PREMIUM0V3` tier for elastic scale (#33237) |
| 42 | + |
| 43 | +**Cloud** |
| 44 | + |
| 45 | +* Fix #33183: `az cloud set`: Typo correction on AZURE_BLEU_CLOUD active directory endpoint |
| 46 | + |
| 47 | +**Compute** |
| 48 | + |
| 49 | +* `az sig create`: Add new argument group "Managed Service Identity" to configure the service identity of a Shared Image Gallery (SIG) (#33137) |
| 50 | +* `az sig show`: Update command to display the managed service identity of a Shared Image Gallery (SIG) (#33137) |
| 51 | +* `az sig identity`: Add new command group to manage the service identity of a Shared Image Gallery (SIG) (#33137) |
| 52 | + |
| 53 | +**Container app** |
| 54 | + |
| 55 | +* `az containerapp create`: Support other cloud for acr (#33160) |
| 56 | + |
| 57 | +**Network** |
| 58 | + |
| 59 | +* `az network express-route gateway`: Support VWAN gateway resiliency APIs (#32941) |
| 60 | +* `az network route-table create/update`: Add `--disable-peering-route` to support disable peering route (#33231) |
| 61 | + |
| 62 | +**PostgreSQL** |
| 63 | + |
| 64 | +* `az postgres flexible-server create`, `replica create`, `restore`, `geo-restore`, and `revive-dropped`: Add breaking change announcement for command behavioral change related to network resources (#33077) |
| 65 | +* `az postgres flexible-server create`: Announce breaking change deprecation of `--cluster-option` argument (#33225) |
| 66 | +* Fix #33090: `az postgres flexible-server server-logs list`: Command crashes with an AttributeError when listing log files (#33096) |
| 67 | +* `az postgres flexible-server`: Improve validation logic and style of error messages (#33114) |
| 68 | +* `az postgresql flexible-server replica create`: New argument `--storage-type` to select storage type as PremiumV2_LRS for read replica (#33134) |
| 69 | +* Fix #33205: `az postgres flexible-server create`: Update help text for `--storage-auto-grow` argument to reflect actual default value (#33206) |
| 70 | +* `az postgres flexible-server update`: Restart is no longer required for scaling storage size of Premium SSDv2 server (#33178) |
| 71 | +* `az postgres flexible-server create/upgrade`: Block SSDv2 creation for PG version earlier than 14 (#33119) |
| 72 | + |
| 73 | +**Profile** |
| 74 | + |
| 75 | +* `az login`: Add `--subscription` and `--skip-subscription-discovery` to filter subscriptions during login (#33181) |
| 76 | + |
| 77 | +**Storage** |
| 78 | + |
| 79 | +* `az storage account create/update`: Update description for tls 1.3 being not yet available, remove breaking change warning to deprecate tls1.0, tls1.1 (#33243) |
| 80 | +* `az storage blob/container/share/file/queue/fs generate-sas`: Add `--user-delegation-tid` to support cross tenant user delegated sas (#33187) |
| 81 | +* `az storage advanced-platform-metric create/update/show/list/delete`: Support Advanced Platform Metrics (#33224) |
| 82 | + |
6 | 83 | 2.85.0 |
7 | 84 | ++++++ |
8 | 85 |
|
|
0 commit comments