Skip to content

Commit

Permalink
add a new tier (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwang authored and lmazuel committed Jun 28, 2018
1 parent 8039c52 commit 4ef6b1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"key1": "value1"
},
"sku": {
"name": "Basic_DS2",
"tier": "Basic",
"name": "Standard_S1",
"tier": "Standard",
"capacity": 1
},
"properties": {
Expand All @@ -23,9 +23,9 @@
"201": {
"body": {
"sku": {
"name": "Basic_DS2",
"tier": "Basic",
"size": "DS2",
"name": "Standard_S1",
"tier": "Standard",
"size": "S1",
"capacity": 1
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,10 +682,11 @@
"type": "string"
},
"tier": {
"description": "The tier of this particular SKU. Optional.",
"description": "Optional tier of this particular SKU. `Basic` is deprecated, use `Standard` instead for Basic tier",
"enum": [
"Free",
"Basic",
"Standard",
"Premium"
],
"type": "string",
Expand Down

0 comments on commit 4ef6b1d

Please sign in to comment.