-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Compute] Upgrade disk API version to 2020-06-30 and some new features #15031
Conversation
Compute |
src/azure-cli/azure/cli/command_modules/network/tests/latest/test_network_commands.py
Outdated
Show resolved
Hide resolved
Create an issue to track failed tests. |
@@ -134,8 +134,8 @@ def default_api_version(self): | |||
ResourceType.MGMT_NETWORK: '2020-05-01', | |||
ResourceType.MGMT_COMPUTE: SDKProfile('2020-06-01', { | |||
'resource_skus': '2019-04-01', | |||
'disks': '2020-05-01', |
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.
is 2020-06-1
api-version available on all regions including sovereign cloud, e.g. Azure China?
@VybavaRamadoss
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.
/hold
hold on a moment for confirm, thanks.
src/azure-cli/azure/cli/command_modules/network/tests/latest/test_network_commands.py
Outdated
Show resolved
Hide resolved
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.
Core LGTM
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.
Network is ok from my side
@v-Ajnava Can you review this PR? You are code owner. |
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.
LGTM
Description
Resolve #14899
[Compute] Upgrade disk API version to 2020-06-30
[Compute]
disk create
: add--logical-sector-size
,--tier
Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default.
[Compute]
disk update
: Support--disk-iops-read-only
,--disk-mbps-read-only
,--max-shares
[Compute] new command
disk-encryption-set list-associated-resources
Testing Guide
History Notes
[Compute] Upgrade disk API version to 2020-06-30
[Compute]
disk create
: add--logical-sector-size
,--tier
[Compute]
disk update
: Support--disk-iops-read-only
,--disk-mbps-read-only
,--max-shares
[Compute] new command
disk-encryption-set list-associated-resources
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.