From ab305ecc05a081d5cd266c87aee67ede61e69f52 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 14 Mar 2019 18:16:11 +0000 Subject: [PATCH] Generated from d59344aa21135e602d2abb6a70e68394463c8f8c Add L-Series SKU values to management plane --- .../search/models/search_management_client_enums.py | 2 ++ azure-mgmt-search/azure/mgmt/search/models/sku.py | 11 +++++++---- azure-mgmt-search/azure/mgmt/search/models/sku_py3.py | 11 +++++++---- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/azure-mgmt-search/azure/mgmt/search/models/search_management_client_enums.py b/azure-mgmt-search/azure/mgmt/search/models/search_management_client_enums.py index 5a7963c3ecb6..cf76e9f19b0d 100644 --- a/azure-mgmt-search/azure/mgmt/search/models/search_management_client_enums.py +++ b/azure-mgmt-search/azure/mgmt/search/models/search_management_client_enums.py @@ -25,6 +25,8 @@ class SkuName(str, Enum): standard = "standard" standard2 = "standard2" standard3 = "standard3" + storage_optimized_l1 = "storage_optimized_l1" + storage_optimized_l2 = "storage_optimized_l2" class HostingMode(str, Enum): diff --git a/azure-mgmt-search/azure/mgmt/search/models/sku.py b/azure-mgmt-search/azure/mgmt/search/models/sku.py index 66cdf99871d3..375894ee72ca 100644 --- a/azure-mgmt-search/azure/mgmt/search/models/sku.py +++ b/azure-mgmt-search/azure/mgmt/search/models/sku.py @@ -20,10 +20,13 @@ class Sku(Model): Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. - 'standard3': Offers maximum capacity per search unit with up to 12 - partitions and 12 replicas (or up to 3 partitions with more indexes if you - also set the hostingMode property to 'highDensity'). Possible values - include: 'free', 'basic', 'standard', 'standard2', 'standard3' + 'standard3': The largest Standard offering with up to 12 partitions and 12 + replicas (or up to 3 partitions with more indexes if you also set the + hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports + 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports + 2TB per partition, up to 12 partitions.'. Possible values include: 'free', + 'basic', 'standard', 'standard2', 'standard3', 'storage_optimized_l1', + 'storage_optimized_l2' :type name: str or ~azure.mgmt.search.models.SkuName """ diff --git a/azure-mgmt-search/azure/mgmt/search/models/sku_py3.py b/azure-mgmt-search/azure/mgmt/search/models/sku_py3.py index 4701cb2ad17b..aae43fc4e4b7 100644 --- a/azure-mgmt-search/azure/mgmt/search/models/sku_py3.py +++ b/azure-mgmt-search/azure/mgmt/search/models/sku_py3.py @@ -20,10 +20,13 @@ class Sku(Model): Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. - 'standard3': Offers maximum capacity per search unit with up to 12 - partitions and 12 replicas (or up to 3 partitions with more indexes if you - also set the hostingMode property to 'highDensity'). Possible values - include: 'free', 'basic', 'standard', 'standard2', 'standard3' + 'standard3': The largest Standard offering with up to 12 partitions and 12 + replicas (or up to 3 partitions with more indexes if you also set the + hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports + 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports + 2TB per partition, up to 12 partitions.'. Possible values include: 'free', + 'basic', 'standard', 'standard2', 'standard3', 'storage_optimized_l1', + 'storage_optimized_l2' :type name: str or ~azure.mgmt.search.models.SkuName """