-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Release} Upgrade to Azure CLI 2.40.0 #23763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+160
−10
Merged
Changes from 2 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
b5fc599
update azure-cli version to 2.40.0
azclibot dc6abd5
Update src/azure-cli-core/HISTORY.rst
kairu-ms 1075353
Update src/azure-cli/HISTORY.rst
necusjz 998cb0e
Apply suggestions from code review
zhoxing-ms 2e8c41c
Update src/azure-cli/HISTORY.rst
necusjz c3cceaa
Update src/azure-cli-core/HISTORY.rst
kairu-ms f3e67cc
Update src/azure-cli/HISTORY.rst
kairu-ms 7b68c89
Update src/azure-cli/HISTORY.rst
kairu-ms 6d765df
Apply suggestions from code review
zhoxing-ms 8d52c88
Apply suggestions from code review
evelyn-ys fb83943
Update src/azure-cli-core/HISTORY.rst
zhoxing-ms 37d0ccd
Update src/azure-cli/HISTORY.rst
zhoxing-ms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,150 @@ | |
| Release History | ||
| =============== | ||
|
|
||
| 2.40.0 | ||
| ++++++ | ||
|
|
||
| **ACR** | ||
|
|
||
| * Connected registry error help command typo (#23431) | ||
zhoxing-ms marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * `az acr config authentication-as-arm show`: Add new command to support showing the configured 'Azure AD authenticate as ARM' policy (#23323) | ||
zhoxing-ms marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * `az acr config authentication-as-arm update`: Add new command to support updating 'Azure AD authenticate as ARM' policy (#23323) | ||
| * `az acr manifest show`: Improve performance (#23523) | ||
zhoxing-ms marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * `az acr config soft-delete show`: Add new command to show soft-delete policy (#22959) | ||
| * `az acr config soft-delete update`: Add new command to update soft-delete policy (#22959) | ||
| * `az acr repository list-deleted`: Add new command to list deleted repositories (#22959) | ||
| * `az acr manifest list-deleted`: Add new command to list deleted manifests (#22959) | ||
| * `az acr manifest list-deleted-tags`: Add new command to list deleted tags (#22959) | ||
| * `az acr manifest restore`: Add new command to restore deleted manifests and tags (#22959) | ||
| * Deprecate params `subnet` and `vnet-name` on `network-rule` command group (#22959) | ||
zhoxing-ms marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * Fix bug in some `acr config` commands that would in certain circumstances attempt to pull a nonexistent model from SDK (#22959) | ||
zhoxing-ms marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **AKS** | ||
|
|
||
| * Fix #23468: `az aks nodepool wait` crashes with error "'Namespace' object has no attribute 'nodepool_name'" (#23489) | ||
| * `az aks check-acr`: Append acr suffix to option `--acr` acording to cloud env (#23506) | ||
| * `az aks`: Add `--gpu-instance-profile` for Nvidia multi-instan… (#23501) | ||
| * `az aks update`: Update without args prompts to reconcile (#23682) | ||
| * `az aks create/update`: Add new parameters `--enable-disk-driver` and `--disable-disk-driver` to enable/disable AzureDisk CSI Driver. When creating new cluster, AzureDisk CSI Driver is enabled by default. (#23654) | ||
| * `az aks create/update`: Add new parameters `--enable-file-driver` and `--disable-file-driver` to enable/disable AzureFile CSI Driver. When creating new cluster, AzureFile CSI Driver is enabled by default. (#23654) | ||
| * `az aks create/update`: Add new parameters `--enable-snapshot-controller` and `--disable-snapshot-controller` to enable/disable CSI Snapshot Controller. When creating new cluster, CSI Snapshot Controller is enabled by default. (#23654) | ||
| * `az aks nodepool add`: Add option `Windows2019`, `Windows2022` to `--os-sku` parameter (#23715) | ||
| * Fix #23653: `az aks create`: Fix the CrashLoopBackOff issue when set `--network-policy` to 'Calico' (#23688) | ||
|
|
||
| **App Service** | ||
|
|
||
| * Fix #23417: `az functionapp github-actions add`: Fix the functionapp github actions on java (#23375) | ||
| * `az functionapp list-runtimes`: Add linuxFxVersion to output (#23602) | ||
| * `az webapp up`: Show status during deployment for linux apps (#23464) | ||
| * `az webapp deployment source config-zip`: Show status during deployment for linux apps (#23464) | ||
| * `az logicapp deployment`: Add a new command group to support managing logic app deployments (#23585) | ||
| * `az logicapp scale`: Add a new command to support scaling a logic app (#23585) | ||
| * `az logicapp config`: Add a new command group to support configuring a logic app (#23585) | ||
| * `az logicapp update`: Add a new command to support updating a logic app (#23585) | ||
|
|
||
| **ARM** | ||
|
|
||
| * `azure bicep`: Use `AZURE_CLI_DISABLE_CONNECTION_VERIFICATION` when checking Bicep CLI versions (#23524) | ||
zhoxing-ms marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **Backup** | ||
|
|
||
| * `az backup vault create/backup-properties set`: Add support for Alert Settings (#23607) | ||
| * Fix #23655: `az backup restore restore-disks`: Support storage account being in a different resource group (#23656) | ||
|
|
||
| **Batch** | ||
|
|
||
| * Fix #23445: `az batch pool supported-images list`: Fix the `NoneType object has no attribute startswith` bug for getting supported images list (#23449) | ||
|
|
||
| **Compute** | ||
|
|
||
| * `az vm run-command invoke`: Add new parameters `--no-wait` to support not waiting for the long running operation to finish (#23435) | ||
| * Fix #23194: `sig image-version create`: Fix the `Parameter tags must be of type dict` error when `--tags` parameter is passed as `key=value` pairs (#23393) | ||
| * Fix #23540: `az ppg create`: Fix the `Parameter tags must be of type dict` error when `--tags` parameter is passed as `key=value` pairs (#23543) | ||
| * `az sig update`: Add parameters to support updating gallery from private to community (#23592) | ||
| * `az sig share reset`: Update gallery from community to private (#23592) | ||
| * `az vm/vmss create`: `--enable-vtpm` is set to `True` by default when the `--security-type` used by the VM/VMSS creation is `TrustedLaunch` (#23396) | ||
| * Fix #23341: `az vm list-skus`: Fix filtering out VM sizes that are available regionally when they are restricted in all zones (#23457) | ||
| * `az vm run-command show/list`: Add validation and refine help message for parameter combination (#23458) | ||
| * `az identity federated-credential`: Add subgroup to support managing federated identity credentials of existing user assigned identities (#23681) | ||
|
|
||
| **Cosmos DB** | ||
|
|
||
| * `az cosmos db service`: Add service support for cosmosDB (#23555) | ||
| * `az cosmosdb gremlin graph`: Add analyticalStorageTTL property to sql containers (#23555) | ||
|
|
||
| **Feedback** | ||
|
|
||
| * `az survey`: New command for CLI survey (#23460) | ||
|
|
||
| **Monitor** | ||
|
|
||
| * Add new command: `az monitor action-group test-notifications create` (#23411) | ||
necusjz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * `az monitor metric alert`: Support metric namespace with dash (#23637) | ||
| * `az monitor action-group create`: Add optional `--location` parameter to `create` cmd (#23619) | ||
evelyn-ys marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **NetAppFiles** | ||
|
|
||
| * `az netappfiles volume create`: Add optional parameter `--kv_private_endpoint_id` (#23439) | ||
| * `az netappfiles volume-group create`: Add optional parameter `--kv_private_endpoint_id` (#23439) | ||
| * `az netappfiles volume` update: Add optional parameter `--cool_access` (#23439) | ||
| * `az netappfiles volume` update: Add optional parameter `--coolness_period` (#23439) | ||
| * `az netappfiles pool` update: Add optional parameter `--cool_access` (#23439) | ||
kairu-ms marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **Network** | ||
|
|
||
| * `az network application-gateway create`: Support rule priority field provided as part of configuration (#23438) | ||
| * Private link add `Microsoft.OpenEnergyPlatform/energyServices` provider (#23587) | ||
necusjz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * Fix #22594: `az network bastion create`: Add no wait support for bastion create (#23467) | ||
| * Fix #23525: `az network bastion create/update`: Add missing arguments and update command (#23676) | ||
| * `az network watcher packet-capture create`: Add VMSS support in packet capture (#23649) | ||
|
|
||
| **Packaging** | ||
|
|
||
| * Build RPM for RHEL 9 and CentOS Stream 9 (#23556) | ||
|
|
||
| **RDBMS** | ||
|
|
||
| * `az mysql flexible-server upgrade`: Add major version upgrade for MySQL flexible server (#23597) | ||
| * `az mysql/postgres flexible-server backup`: Add backup commands for flexible servers (#23432) | ||
| * `az postgres flexible-server create/update`: Add `SameZone` for HA in PostgreSQL flexible server (#23473) | ||
| * `az mysql flexible-server create/update/restore/geo-restore/replica`: Add BYOK for MySQL Flexible Server (#23197) | ||
| * `az mysql flexible-server identity/ad-admin`: User Identity and AAD Admin for MySQL flexible server (#23474) | ||
|
|
||
| **Security** | ||
|
|
||
| * Introducing securitySolutionsReferenceData CLI (#23336) | ||
| * Introducing securitySolutions CLI (#23361) | ||
| * Introducing securitySolutionsReferenceData CLI (Updated) (#23456) | ||
kairu-ms marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **Service Bus** | ||
|
|
||
| * `az servicebus namespace create/update`: Support specifying `--min-tls` (#23697) | ||
| * `az servicebus namespace network-rule update`: Support updating network rules for given namespace (#23697) | ||
|
|
||
| **Service Connector** | ||
|
|
||
| * Update `az spring connection` description after spring app rename (#23616) | ||
evelyn-ys marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **SignalR** | ||
|
|
||
| * `az signalr custom-domain`: Support custom domain (#23410) | ||
| * `az signalr custom-certificate`: Support custom certificate (#23410) | ||
|
|
||
| **SQL** | ||
|
|
||
| * `az sql mi endpoint-cert`: New command group to manage endpoint certificates (#23350) | ||
| * `az sql mi partner-cert`: New command group to manage partner certificates (#23534) | ||
| * `az sql mi link`: New command group to manage instance link (#23651) | ||
|
|
||
| **Storage** | ||
|
|
||
| * `az storage fs file set-expiry`: New command to support setting expiry for files in ADLS Gen2 file system (#23395) | ||
| * `az storage account create/update`: Add `--enable-files-aadkerb` to support AAD Kerberos authentication for Azure Files (#23590) | ||
| * `az storage account local-user`: New command group to manage identities when using SFTP (#23611) | ||
| * `az storage account create/update`: Add `--enable-sftp` and `--enable-local-user` to support SSH File Transfer Protocol (#23611) | ||
| * `az storage fs create`: Support encryption scope (#23732) | ||
| * `az storage fs directory/fs generate-sas`: Support generating SAS token with specified encryption scope (#23732) | ||
|
|
||
| 2.39.0 | ||
| ++++++ | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.