Skip to content

Commit

Permalink
Add support for Local Sku (#5317)
Browse files Browse the repository at this point in the history
  • Loading branch information
raraveen authored and dsgouda committed Mar 5, 2019
1 parent 19e60f8 commit 82f8357
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1863,11 +1863,12 @@
},
"tier": {
"type": "string",
"description": "The tier of the SKU. Possible values are 'Standard', 'Premium' or 'Basic'.",
"description": "The tier of the SKU. Possible values are 'Standard', 'Premium' or 'Local'.",
"enum": [
"Standard",
"Premium",
"Basic"
"Basic",
"Local"
],
"x-ms-enum": {
"name": "ExpressRouteCircuitSkuTier",
Expand Down

0 comments on commit 82f8357

Please sign in to comment.