From c2a4dba9f4acde9b62f0c530aae5109a2c2e037a Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 9 May 2019 17:58:37 +0000 Subject: [PATCH 1/2] Generated from a691cac901b98e3df77bb4b9799042269b79f4f6 add premium_china cdn --- .../azure/mgmt/cdn/models/cdn_management_client_enums.py | 1 + azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py | 3 ++- azure-mgmt-cdn/azure/mgmt/cdn/models/sku_py3.py | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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..e82f816ee948 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 @@ -19,6 +19,7 @@ class SkuName(str, Enum): custom_verizon = "Custom_Verizon" standard_akamai = "Standard_Akamai" standard_china_cdn = "Standard_ChinaCdn" + premium_china_cdn = "Premium_ChinaCdn" standard_microsoft = "Standard_Microsoft" diff --git a/azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py b/azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py index d230e2949fe8..13b09d3aadb1 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', 'Premium_ChinaCdn', + 'Standard_Microsoft' :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..5413526262d1 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', 'Premium_ChinaCdn', + 'Standard_Microsoft' :type name: str or ~azure.mgmt.cdn.models.SkuName """ From 14e99aa386c81ac58c768d6081a8ac42b76a4262 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 9 May 2019 18:06:10 +0000 Subject: [PATCH 2/2] Generated from 443f86efcf348651618d807c7466911510e7beaf reorder --- .../azure/mgmt/cdn/models/cdn_management_client_enums.py | 2 +- azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py | 4 ++-- azure-mgmt-cdn/azure/mgmt/cdn/models/sku_py3.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 e82f816ee948..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 @@ -19,8 +19,8 @@ class SkuName(str, Enum): custom_verizon = "Custom_Verizon" standard_akamai = "Standard_Akamai" standard_china_cdn = "Standard_ChinaCdn" - premium_china_cdn = "Premium_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 13b09d3aadb1..967d48334237 100644 --- a/azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py +++ b/azure-mgmt-cdn/azure/mgmt/cdn/models/sku.py @@ -18,8 +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', 'Premium_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 5413526262d1..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,8 +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', 'Premium_ChinaCdn', - 'Standard_Microsoft' + 'Standard_Akamai', 'Standard_ChinaCdn', 'Standard_Microsoft', + 'Premium_ChinaCdn' :type name: str or ~azure.mgmt.cdn.models.SkuName """