diff --git a/azure-mgmt-cdn/azure/mgmt/cdn/models/cdn_management_client_enums.py b/azure-mgmt-cdn/azure/mgmt/cdn/models/cdn_management_client_enums.py index 83c5ebb800ad..29653a791dc2 100644 --- a/azure-mgmt-cdn/azure/mgmt/cdn/models/cdn_management_client_enums.py +++ b/azure-mgmt-cdn/azure/mgmt/cdn/models/cdn_management_client_enums.py @@ -20,6 +20,7 @@ class SkuName(str, Enum): standard_akamai = "Standard_Akamai" standard_china_cdn = "Standard_ChinaCdn" standard_microsoft = "Standard_Microsoft" + premium_china_cdn = "Premium_ChinaCdn" class ProfileResourceState(str, Enum): diff --git a/azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py b/azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py index d230e2949fe8..967d48334237 100644 --- a/azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py +++ b/azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py @@ -18,7 +18,8 @@ class Sku(Model): :param name: Name of the pricing tier. Possible values include: 'Standard_Verizon', 'Premium_Verizon', 'Custom_Verizon', - 'Standard_Akamai', 'Standard_ChinaCdn', 'Standard_Microsoft' + 'Standard_Akamai', 'Standard_ChinaCdn', 'Standard_Microsoft', + 'Premium_ChinaCdn' :type name: str or ~azure.mgmt.cdn.models.SkuName """ diff --git a/azure-mgmt-cdn/azure/mgmt/cdn/models/sku_py3.py b/azure-mgmt-cdn/azure/mgmt/cdn/models/sku_py3.py index f85c50c65e00..de502036ba68 100644 --- a/azure-mgmt-cdn/azure/mgmt/cdn/models/sku_py3.py +++ b/azure-mgmt-cdn/azure/mgmt/cdn/models/sku_py3.py @@ -18,7 +18,8 @@ class Sku(Model): :param name: Name of the pricing tier. Possible values include: 'Standard_Verizon', 'Premium_Verizon', 'Custom_Verizon', - 'Standard_Akamai', 'Standard_ChinaCdn', 'Standard_Microsoft' + 'Standard_Akamai', 'Standard_ChinaCdn', 'Standard_Microsoft', + 'Premium_ChinaCdn' :type name: str or ~azure.mgmt.cdn.models.SkuName """