-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Release} Upgrade to Azure CLI 2.17.0 #16362
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,6 +3,130 @@ | |||||
| Release History | ||||||
| =============== | ||||||
|
|
||||||
| 2.17.0 | ||||||
| ++++++ | ||||||
|
|
||||||
| **ACR** | ||||||
|
|
||||||
| * Bump api version. support zone redundancy (#15975) | ||||||
|
|
||||||
| **ACR connected-registry** | ||||||
|
|
||||||
| * `az acr connected-registry`: New feature for on-prem Azure Container Registry (#16238) | ||||||
|
|
||||||
| **ACR scope-map** | ||||||
|
|
||||||
| * `az acr scope-map update`: --add and --remove are deprecated, they are renamed to --add-repo --remove-repo (#16238) | ||||||
| * `az acr scope-map create/update`: Add support to handle Gateway actions. (#16238) | ||||||
|
|
||||||
| **ACR Token** | ||||||
|
|
||||||
| * `az acr token create`: support added for gateway actions (#16238) | ||||||
Juliehzl marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
|
||||||
| **AKS** | ||||||
|
|
||||||
| * fix: add arguments removed by a previous PR (#16080) | ||||||
|
||||||
| * fix: add arguments removed by a previous PR (#16080) | |
| * Fix: add arguments removed by a previous PR (#16080) |
Juliehzl marked this conversation as resolved.
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Upgrades data plane to [azure batch 10.0.0](https://pypi.org/project/azure-batch/10.0.0/) (#16156) | |
| * Upgrade data plane to [azure batch 10.0.0](https://pypi.org/project/azure-batch/10.0.0/) (#16156) |
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Updated device key generation (#16129) | |
| * Update device key generation (#16129) |
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * - Add secure score commands (#16198) | |
| * Add secure score commands (#16198) |
Juliehzl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * 1. Add new cmdlets az synapse sql ad-admin show, create, update, delete (#16241) | |
| * Add new cmdlets az synapse sql ad-admin show, create, update, delete (#16241) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |
| from knack.log import get_logger | ||
|
|
||
| __author__ = "Microsoft Corporation <[email protected]>" | ||
| __version__ = "2.16.0" | ||
| __version__ = "2.17.0" | ||
|
|
||
|
|
||
| # A workaround for https://bugs.python.org/issue32502 (https://github.com/Azure/azure-cli/issues/5184) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.