Skip to content

Commit

Permalink
Remove enum from catalogPricingTier (#5278)
Browse files Browse the repository at this point in the history
* Remove enum from catalogPricingTier

* Revoke the change for GA version API
  • Loading branch information
zhangyd2015 authored and jianghaolu committed Mar 25, 2019
1 parent 1acdb0b commit 9322b36
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"enum": [
"Standard",
"Enterprise"
],
],
"x-ms-enum": {
"name": "IntegrationRuntimeEdition",
"modelAsString": true
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 9322b36

Please sign in to comment.