What's Changed
- {AKS} Fix enum check in test by @FumingZhang in #29517
- [NetAppFiles] update max for usageThreshold by @audunn in #29624
- [Packaging] Support Python 3.12 by @bebound in #29465
- {AKS} Refactor validate_decorator_mode by @jiasli in #29625
- {network}
az network lb rule update
: Fix invalid escape in network examples by @kairu-ms in #29649 - {monitor}
az monitor
: Fix invalid escape in examples by @kairu-ms in #29648 - {CODEOWNERS} Add AllyW as
monitor
owner in CODEOWNERS by @kairu-ms in #29653 - [Redis]
az redis create/update
: Add--disable-access-keys
to support disabling auth through access keys by @koderjoker in #29483 - [SQL]
az sql mi create/update
: Add--authentication-metadata
to support auth metadata configuration by @krivi37 in #29519 - {Core} Add cli subprocess by @AllyW in #29503
- {CI} assign issue owner by @Pan-Qi in #29669
- [ARM]
az ts create
: Fix incorrect handling of whitespace in string values by @anthony-c-martin in #29623 - {AKS}
az aks nodepool upgrade
: Fix the wrong prompt when specifying the--kubernetes-version
by @FumingZhang in #29638 - {AKS} Fix test case test_aks_create_and_update_with_http_proxy_config by @FumingZhang in #29559
- [Compute]
az vm update
: Add support of Gen1 VM to trusted launch upgrade by @Jing-song in #29655 - [Container app] Fix #28998:
az containerapp env workload-profile add/update
: FixNoneType
object is not iterable error when environment doesn't enable workload profile by @Greedygre in #29682 - {AKS} Fix test case
test_aks_nodepool_add_with_ossku
by @FumingZhang in #29698 - [AKS]
az aks nodepool update
: Add--enable/disable-fips-image
flags for GA mutable fips by @pineapplethevoyager in #29695 - {Network}
az network
: Fix invalid escapes by @necusjz in #29685 - [App Service]
az staticwebapp create
andaz staticwebapp update
: AddDedicated
as supported SKU by @joslinmicrosoft in #29514 - [Packaging] Release Azure Linux 3 RPM package by @bebound in #29348
- [ARO]
az aro create
: Add Multiple Public IPs Feature by @SudoBrendan in #29693 - {Core}
aaz
: Fix invalid escape in tests by @kairu-ms in #29680 - [Network] Fix #29565:
az network nat gateway create
: Add--tags
parameter by @cxznmhdcxz in #29718 - {CI} Use Azure Issue Sentinel Action by @MoChilia in #29731
- {Storage}
az storage
: Remove invalid escape by @calvinhzy in #29730 - {Storage}
az storage fs directory generate-sas
: Remove ending slash in directory name by @HarukaMatsumura in #29360 - {Storage}
az storage account blob-inventory-policy/or-policy create
: Fix typos for help by @cameronpresley in #29291 - {Compute} Fix invalid escapes by @yanzhudd in #29686
- [Containerapp]
az containerapp create/up
: Make--target-port
optional by @Tratcher in #29702 - {Telemetry} Fix telemetry lost due to concurrency issue by @evelyn-ys in #29717
- [MySQL]
az mysql flexible-server maintenance
: New command group for managing maintenance of MySQL flexible server by @Xiaoy666 in #29505 - [Storage]
az storage account create/update
: Support account cold-tier by @calvinhzy in #29740 - [MySQL]
az mysql flexible-server update
: Remove storage passing for server update by @honghr in #29739 - {Core} Add support and document for Breaking Change Pre-announce by @ReaNAiveD in #28832
- {Compute} Fix tests to disable default outbound access by @yanzhudd in #29732
- [Containerapp]
az containerapp env create
: Deprecate unused argument--docker-bridge-cidr
by @Greedygre in #29746 - [containerapp]
az containerapp job stop
: Deprecate option to stop list of given job executions by @anandanthony in #29728 - [AKS]
az aks create/update
: Support UserAssigned Managed Identity for grafana linking in managed prometheus by @bragi92 in #29713 - [Containerapp] Fix #29711:
az containerapp logs show
: Fix JSON escaping by default or with--format json
by @Greedygre in #29767 - {Monitor}
az monitor
: Fix invalid escapes by @AllyW in #29770 - {Packaging} Use Azure Linux 3 GA image by @bebound in #29737
- {Network}
az vm create
: Disable default outbound access by @yanzhudd in #29773 - {Network} Security - PL64k from NRP by @cxznmhdcxz in #29742
- [Compute]
az capacity reservation
: GA command group by @Jing-song in #29775 - {Redis}
az redis update
: Support--no-wait
and default toTrue
by @koderjoker in #29670 - {Synapse} Fix #29576: az synapse workspace parameter help message cause doc auto autogenerated build error. by @kevinzz6 in #29636
- {HDInsight} new api version 2024-08-01-preview by @yuc-Li in #29752
- {postgres} Backtick param values enclosed in angle brackets to render correctly in docs by @nachoalonsoportillo in #29646
- [ACR] Improve deprecation message for
az acr helm
by @jasminetMSFT in #29700 - [App Service]
az webapp config set
: Add MinTlsCipherSuite support by @crosenblatt in #29694 - {App Config}
az appconfig
: Add premium sku support by @ChristineWanjau in #29417 - {IoT} Update parameters to avoid HTML tags by @vilit1 in #29634
- [Storage]
az storage copy/remove
: Add--auth-mode login
support by @calvinhzy in #29779 - {Redis}
az redis update
: Revert "Support--no-wait
and default toTrue
" by @koderjoker in #29780 - {AppConfig}
az appconfig
: Revert "Add premium sku support" by @albertofori in #29782 - [App Service]
az webapp config access-restriction add/remove
: Allow skipping service tag validation by @madsd in #29710 - [AKS]
az aks create/update
: Update the VM SKU regex validation to include larger set of VMs for Azure Container Storage by @mukhoakash in #29726 - {Compute} Bump up
azure-mgmt-compute
SDK to33.0.0
by @Jing-song in #29783 - {Core} Fix display inconsistent and
ExactVersion
definition bug in Upcoming Breaking Change Pre-announcement by @ReaNAiveD in #29786 - [Storage] Fix #21196:
az storage share delete
: Addinclude-leased
for--delete-snapshots
by @calvinhzy in #29785 - {Core} Add a centralized function for subprocess by @AllyW in #29745
- {CI} Temporary disable AddIssueComment.yml by @wangzelin007 in #29790
- {Network} - Revert "{Network} Security - PL64k from NRP" by @cxznmhdcxz in #29784
- {Release} Upgrade to Azure CLI 2.64.0 by @azclibot in #29797
New Contributors
- @HarukaMatsumura made their first contribution in #29360
- @cameronpresley made their first contribution in #29291
- @Tratcher made their first contribution in #29702
- @Xiaoy666 made their first contribution in #29505
- @crosenblatt made their first contribution in #29694
Full Changelog: azure-cli-2.63.0...test-trigger-docs-ci