diff --git a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_compute_management_client_enums.py b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_compute_management_client_enums.py index 863434f6e55e..c79b21c55929 100644 --- a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_compute_management_client_enums.py +++ b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_compute_management_client_enums.py @@ -424,6 +424,7 @@ class StorageAccountType(str, Enum): standard_lrs = "Standard_LRS" standard_zrs = "Standard_ZRS" + premium_lrs = "Premium_LRS" class HostCaching(str, Enum): diff --git a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_models.py b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_models.py index f7f07e45b46c..02a36cb7ae8c 100644 --- a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_models.py +++ b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_models.py @@ -1615,7 +1615,7 @@ class GalleryArtifactPublishingProfileBase(Model): :type end_of_life_date: datetime :param storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable. Possible values - include: 'Standard_LRS', 'Standard_ZRS' + include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' :type storage_account_type: str or ~azure.mgmt.compute.v2019_12_01.models.StorageAccountType """ @@ -1671,7 +1671,7 @@ class GalleryApplicationVersionPublishingProfile(GalleryArtifactPublishingProfil :type end_of_life_date: datetime :param storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable. Possible values - include: 'Standard_LRS', 'Standard_ZRS' + include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' :type storage_account_type: str or ~azure.mgmt.compute.v2019_12_01.models.StorageAccountType :param source: Required. @@ -2265,7 +2265,7 @@ class GalleryImageVersionPublishingProfile(GalleryArtifactPublishingProfileBase) :type end_of_life_date: datetime :param storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable. Possible values - include: 'Standard_LRS', 'Standard_ZRS' + include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' :type storage_account_type: str or ~azure.mgmt.compute.v2019_12_01.models.StorageAccountType """ @@ -4721,7 +4721,7 @@ class TargetRegion(Model): :type regional_replica_count: int :param storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable. Possible values - include: 'Standard_LRS', 'Standard_ZRS' + include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' :type storage_account_type: str or ~azure.mgmt.compute.v2019_12_01.models.StorageAccountType :param encryption: diff --git a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_models_py3.py b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_models_py3.py index ddf8b5fd672a..257b30ab7e7d 100644 --- a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_models_py3.py +++ b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/models/_models_py3.py @@ -1615,7 +1615,7 @@ class GalleryArtifactPublishingProfileBase(Model): :type end_of_life_date: datetime :param storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable. Possible values - include: 'Standard_LRS', 'Standard_ZRS' + include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' :type storage_account_type: str or ~azure.mgmt.compute.v2019_12_01.models.StorageAccountType """ @@ -1671,7 +1671,7 @@ class GalleryApplicationVersionPublishingProfile(GalleryArtifactPublishingProfil :type end_of_life_date: datetime :param storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable. Possible values - include: 'Standard_LRS', 'Standard_ZRS' + include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' :type storage_account_type: str or ~azure.mgmt.compute.v2019_12_01.models.StorageAccountType :param source: Required. @@ -2265,7 +2265,7 @@ class GalleryImageVersionPublishingProfile(GalleryArtifactPublishingProfileBase) :type end_of_life_date: datetime :param storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable. Possible values - include: 'Standard_LRS', 'Standard_ZRS' + include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' :type storage_account_type: str or ~azure.mgmt.compute.v2019_12_01.models.StorageAccountType """ @@ -4721,7 +4721,7 @@ class TargetRegion(Model): :type regional_replica_count: int :param storage_account_type: Specifies the storage account type to be used to store the image. This property is not updatable. Possible values - include: 'Standard_LRS', 'Standard_ZRS' + include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' :type storage_account_type: str or ~azure.mgmt.compute.v2019_12_01.models.StorageAccountType :param encryption: