-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Compute] Disk encryption set: add --enable-auto-key-rotation #17577
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
Conversation
| 'resource_skus': '2019-04-01', | ||
| 'disks': '2020-09-30', | ||
| 'disk_encryption_sets': '2020-06-30', | ||
| 'disks': '2020-12-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.
re-recording tests?
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.
No SDK now. I wrote this PR in advance.
| namespace='Microsoft.KeyVault', type='vaults', name=source_vault) | ||
| source_vault = SourceVault(id=source_vault) | ||
| keyVault_and_key_reference = KeyVaultAndKeyReference(source_vault=source_vault, key_url=key_url) | ||
| key_vault_and_key_reference = KeyVaultAndKeyReference(source_vault=source_vault, key_url=key_url) |
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.
minor, but old name makes more sense
| azure-mgmt-cdn==11.0.0 | ||
| azure-mgmt-cognitiveservices==6.3.0 | ||
| azure-mgmt-compute==19.0.0 | ||
| azure-mgmt-compute==20.0.0 |
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.
does this API contains new version of compute.json?
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.
No. Just disk.
Description
Resolve #17064
Resolve #17063
New API version 2020-12-01
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
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.
I adhere to the Error Handling Guidelines.