-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Release} Upgrade to Azure CLI 2.4.0 #13063
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
Merged
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7350e62
update azure-cli version to 2.4.0
azclibot 0c5fd6a
Update src/azure-cli-core/HISTORY.rst
qwordy f4c3cbe
Update src/azure-cli/HISTORY.rst
qwordy aeedbd4
Apply suggestions from code review
qianwens ed4bd56
Apply suggestions from code review
qianwens 5e4c51d
Apply suggestions from code review
qianwens e8f6b2c
Apply suggestions from code review
qianwens 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,116 @@ | |||||
| Release History | ||||||
| =============== | ||||||
|
|
||||||
| 2.4.0 | ||||||
| ++++++ | ||||||
|
|
||||||
| **ACR** | ||||||
|
|
||||||
| * `az acr run --cmd`: disable working directory override (#12877) | ||||||
| * Dedicated data endpoint (#12967) | ||||||
qianwens marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| **AKS** | ||||||
|
|
||||||
| * `az aks list -o table` should show privateFqdn as fqdn for private clusters (#12784) | ||||||
| * Add --uptime-sla (#12772) | ||||||
| * Update containerservice package (#12964) | ||||||
| * Add node public IP support. (#13015) | ||||||
| * Fix typo in the help command (#13055) | ||||||
|
|
||||||
| **AppConfig** | ||||||
|
|
||||||
| * Resolve key vault reference for kv list and export commands (#12893) | ||||||
| * Bug fix for list key values (#12926) | ||||||
|
|
||||||
| **AppService** | ||||||
|
|
||||||
| * `az functionapp create`: Changed the way linuxFxVersion was being set for dotnet linux function apps. This should fix a bug that was preventing dotnet linux consumption apps from being created. (#12817) | ||||||
| * [BREAKING CHANGE] `az webapp create`: fix to keep existing AppSettings with az webapp create. (#12865) | ||||||
| * [BREAKING CHANGE] `az webapp up`: fix to create RG for az webapp up command when using -g flag. (#12865) | ||||||
| * [BREAKING CHANGE] `az webapp config`: fix to show values for non-JSON output with az webapp config connection-string list (#12865) | ||||||
|
|
||||||
| **ARM** | ||||||
|
|
||||||
| * `az deployment create/validate`: Add parameter `--no-prompt` to support skipping the prompt of missing parameters for ARM template (#11972) | ||||||
| * `az deployment group/mg/sub/tenant validate`: Support comments in deployment parameter file (#12389) | ||||||
| * `az deployment`: Remove `is_preview` for parameter `--handle-extended-json-format` (#12943) | ||||||
| * `az deployment group/mg/sub/tenant cancel`: Support cancel deployment for ARM template (#12252) | ||||||
| * `az deployment group/mg/sub/tenant validate`: Improve the error message when deployment verification fails (#12241) | ||||||
| * `az deployment-scripts`: Add new commands for DeploymentScripts (#12928) | ||||||
| * `az resource tag`: Add parameter `--is-incremental` to support adding tags to resource incrementally (#12736) | ||||||
|
|
||||||
| **ARO** | ||||||
|
|
||||||
| * `az aro`: Add Azure RedHat OpenShift V4 aro command module (#12793) | ||||||
|
|
||||||
| **Batch** | ||||||
|
|
||||||
| * Update Batch API (#12813) | ||||||
|
|
||||||
| **Compute** | ||||||
|
|
||||||
| * `az sig image-version create`: Add storage account type Premium_LRS (#12919) | ||||||
| * `az vmss update`: Fix terminate notification update issue (#12948) | ||||||
| * `az vm/vmss create`: Add support for specialized image version (#12997) | ||||||
| * SIG API Version 2019-12-01. (#12899) | ||||||
| * `az sig image-version create`: Add --target-region-encryption. (#12899) | ||||||
| * Fix tests fail when running in serial due to keyvault name is duplicated in global in-momery cache | ||||||
|
|
||||||
qianwens marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| **CosmosDB** | ||||||
|
|
||||||
| * Support az cosmosdb private-link-resource and private-endpoint-connection (#12960) | ||||||
|
||||||
| * Support az cosmosdb private-link-resource and private-endpoint-connection (#12960) | |
| * Support `az cosmosdb private-link-resource/private-endpoint-connection` (#12960) |
qianwens marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
qianwens marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
qianwens marked this conversation as resolved.
Show resolved
Hide resolved
qianwens marked this conversation as resolved.
Show resolved
Hide resolved
qianwens marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
qianwens marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
qianwens marked this conversation as resolved.
Show resolved
Hide resolved
qianwens marked this conversation as resolved.
Show resolved
Hide resolved
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 |
|---|---|---|
|
|
@@ -11,4 +11,4 @@ | |
| pkg_resources.declare_namespace(__name__) | ||
|
|
||
| __author__ = "Microsoft Corporation <[email protected]>" | ||
| __version__ = "2.3.1" | ||
| __version__ = "2.4.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
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.