-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Compute-cliquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
I am trying to encrypt a running Machine by azure-cli. The procedure failed with error message 'Encryption is not supported for current VM....', but the OS image of the running machine is Ubuntu 16.04.0-LTS provided by Azure. The VM size is Standard_D2. Looks like it validates the OS image with an incorrect SKU '16.04'.
supported = [
{
'offer': 'RHEL',
'publisher': 'RedHat',
'sku': '7.2'
},
{
'offer': 'RHEL',
'publisher': 'RedHat',
'sku': '7.3'
},
{
'offer': 'CentOS',
'publisher': 'OpenLogic',
'sku': '7.2n'
},
{
'offer': 'Ubuntu',
'publisher': 'Canonical',
'sku': '14.04'
},
{
'offer': 'Ubuntu',
'publisher': 'Canonical',
'sku': '16.04'
}]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Compute-cliquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that