From 9322b365ffc31601e3353fa104d698f109753b5c Mon Sep 17 00:00:00 2001 From: Yandong Zhang Date: Tue, 26 Mar 2019 02:35:45 +0800 Subject: [PATCH] Remove enum from catalogPricingTier (#5278) * Remove enum from catalogPricingTier * Revoke the change for GA version API --- .../entityTypes/IntegrationRuntime.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json index b3ee8b8e428e..03d537d147fe 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/IntegrationRuntime.json @@ -156,7 +156,7 @@ "enum": [ "Standard", "Enterprise" - ], + ], "x-ms-enum": { "name": "IntegrationRuntimeEdition", "modelAsString": true @@ -187,17 +187,7 @@ }, "catalogPricingTier": { "description": "The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/", - "type": "string", - "enum": [ - "Basic", - "Standard", - "Premium", - "PremiumRS" - ], - "x-ms-enum": { - "name": "IntegrationRuntimeSsisCatalogPricingTier", - "modelAsString": true - } + "type": "string" } }, "additionalProperties": {