Skip to content

Conversation

@qwordy
Copy link
Member

@qwordy qwordy commented Apr 6, 2021

Description

Resolve #17064
Resolve #17063

New API version 2020-12-01

    --enable-auto-key-rotation     : Enable automatic rotation of keys.  Allowed values: false,
                                     true.

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.

@yungezz yungezz added the Compute az vm/vmss/image/disk/snapshot label Apr 7, 2021
'resource_skus': '2019-04-01',
'disks': '2020-09-30',
'disk_encryption_sets': '2020-06-30',
'disks': '2020-12-01',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-recording tests?

Copy link
Member Author

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.

@Azure Azure deleted a comment from azure-pipelines bot Apr 8, 2021
@qwordy qwordy requested review from kairu-ms and msyyc as code owners April 8, 2021 08:13
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)
Copy link
Member

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
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. Just disk.

@qwordy qwordy merged commit 6c81f0d into Azure:dev Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Compute az vm/vmss/image/disk/snapshot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support auto-key rotation of keys for encrypting managed disks CLI update for changing performance tiers for disks without downtime

6 participants