|
3 | 3 | Release History |
4 | 4 | =============== |
5 | 5 |
|
| 6 | +2.9.0 |
| 7 | +++++++ |
| 8 | + |
| 9 | +**ACR** |
| 10 | + |
| 11 | +* Handle log artifact link from Registry to stream logs (#14038) |
| 12 | +* Deprecate helm2 commands (#14143) |
| 13 | + |
| 14 | +**AKS** |
| 15 | + |
| 16 | +* `az aks create`: add --enable-aad argument (#14068) |
| 17 | +* `az aks update`: add --enable-aad argument (#14217) |
| 18 | + |
| 19 | +**APIM** |
| 20 | + |
| 21 | +* Added general az apim api commands (#13953) |
| 22 | + |
| 23 | +**AppConfig** |
| 24 | + |
| 25 | +* Add example for using --fields in appconfig revision (#14081) |
| 26 | + |
| 27 | +**AppService** |
| 28 | + |
| 29 | +* `az functionapp create`: Added support for Java 11 and Powershell 7. Added Stacks API Support. (#14063) |
| 30 | +* Fix #14208 multi-container app creation fails (#14262) |
| 31 | +* Fix az webapp create - use hardcoded runtime stacks (#14284) |
| 32 | + |
| 33 | +**ARM** |
| 34 | + |
| 35 | +* `az resource tag`: Fix the problem of tagging resources with resource type `Microsoft.ContainerInstance/containerGroups` (#14046) |
| 36 | + |
| 37 | +**Compute** |
| 38 | + |
| 39 | +* Bump version disks 2020-05-01, compute 2020-06-01 (#14212) |
| 40 | +* Double encryption of disk encryption set (#14212) |
| 41 | +* `az vmss update`: support specify cross tenant image. (#14206) |
| 42 | +* `az sig image-version create`: support specify cross tenant image. (#14206) |
| 43 | +* vm/vmss create: Encryption of cache & data-in-transit for OS/Data disks and temp disks for VM & VMSS (#13919) |
| 44 | +* Add simulate-eviction operation for VM and VMSS (#14133) |
| 45 | + |
| 46 | +**CosmosDB** |
| 47 | + |
| 48 | +* Recent features: Autoscale, IpRules, EnableFreeTier and EnableAnalyticalStorage (#13985) |
| 49 | + |
| 50 | +**EventGrid** |
| 51 | + |
| 52 | +* Add CLI support for 2020-04-01-preview and mark preview features with is_Preview=True (#14027) |
| 53 | + |
| 54 | +**Find** |
| 55 | + |
| 56 | +* Fix #14094 az find Fix Queries failing when not logged in and when telemetry is disabled (#14243) |
| 57 | + |
| 58 | +**HDInsight** |
| 59 | + |
| 60 | +* Add two commands to support hdinsight node reboot feature (#14005) |
| 61 | + |
| 62 | +**Monitor** |
| 63 | + |
| 64 | +* Remove preview flag for commands under Log Analytics workspace (#14064) |
| 65 | +* `az monitor diagnostic-settings subscription`: Support diagnositc settings for subscription (#14157) |
| 66 | +* `az monitor metrics`: support ',' and '|' in metric name (#14254) |
| 67 | +* `az monitor log-analytics workspace data-export`: support log analytics data export (#14155) |
| 68 | +
|
| 69 | +**Network** |
| 70 | + |
| 71 | +* `az network application-gateway frontend-ip update`: Deprecating the --public-ip-address parameter (#13891) |
| 72 | +* Bump azure-mgmt-network to 11.0.0 (#13957) |
| 73 | +* `az network express-route gateway connection`: support routing configuration (#14256) |
| 74 | +* `az network virtual-appliance`: Support Azure network virtual appliance. (#14224) |
| 75 | +* Application Gateway support private link feature (#14185) |
| 76 | + |
| 77 | +**PolicyInsights** |
| 78 | + |
| 79 | +* `az policy state`: add trigger-scan command to trigger policy compliance evaluations (#12910) |
| 80 | +* `az policy state list`: expose versions of policy entities in each compliance record (#12910) |
| 81 | + |
| 82 | +**Profile** |
| 83 | + |
| 84 | +* `az account get-access-token`: Show expiresOn for Managed Identity (#14128) |
| 85 | + |
| 86 | +**RDBMS** |
| 87 | + |
| 88 | +* Support Minimum TLS version (#14166) |
| 89 | +* Add Infrastructure Encryption for Azure Postgres and MySQL (#14097) |
| 90 | + |
| 91 | +**Security** |
| 92 | + |
| 93 | +* Add allowed_connections commands (#14190) |
| 94 | +* Add Adaptive network hardeningss commands (#14260) |
| 95 | +* Add adaptive_application_controls commands (#14278) |
| 96 | +* Addition of az security iot-solution/ iot-alerts/iot-recommendations/iot-analytics REST to Azure CLI (#14124) |
| 97 | +* Add regulatory compliance CLI (#14103) |
| 98 | + |
| 99 | +**SignalR** |
| 100 | + |
| 101 | +* Add features including managing private endpoint connections, network rules and upstream (#14008) |
| 102 | + |
| 103 | +**SQL** |
| 104 | + |
| 105 | +* `az sql mi create`, `az sql mi update`: Add `--tags` parameter to support resource tagging (#13479) |
| 106 | +* `az sql mi failover`: Support failover from primary or secondary point (#14242) |
| 107 | + |
| 108 | +**Storage** |
| 109 | + |
| 110 | +* `az storage account create/update`: Add --allow-blob-public-access to allow or disallow public access for blob and containers (#13986) |
| 111 | +* `az storage account create/update`: Add `--min-tls-version` to support setting the minimum TLS version to be permitted on requests to storage. (#14131) |
| 112 | +* Remove check in token credential (#14134) |
| 113 | +* Fix the storage account name in examples (#14062) |
| 114 | + |
| 115 | +**Webapp** |
| 116 | + |
| 117 | +* Bugfix: az webapp log deployment show - return deployment logs instead of log metadata (#14146) |
| 118 | +* Bugfix: az webapp vnet-integration add - fix error handling if bad vnet name, support vnet resource ID (#14101) |
| 119 | + |
6 | 120 | 2.8.0 |
7 | 121 | ++++++ |
8 | 122 |
|
|
0 commit comments