You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/common-types/resource-management/v3/types.json
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,20 @@
190
190
},
191
191
"x-ms-azure-resource": true
192
192
},
193
+
"SkuTier": {
194
+
"type": "string",
195
+
"enum": [
196
+
"Free",
197
+
"Basic",
198
+
"Standard",
199
+
"Premium"
200
+
],
201
+
"x-ms-enum": {
202
+
"name": "SkuTier",
203
+
"modelAsString": false
204
+
},
205
+
"description": "This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT."
206
+
},
193
207
"Sku": {
194
208
"description": "The resource model definition representing SKU",
195
209
"type": "object",
@@ -199,18 +213,7 @@
199
213
"description": "The name of the SKU. Ex - P3. It is typically a letter+number code"
200
214
},
201
215
"tier": {
202
-
"type": "string",
203
-
"enum": [
204
-
"Free",
205
-
"Basic",
206
-
"Standard",
207
-
"Premium"
208
-
],
209
-
"x-ms-enum": {
210
-
"name": "SkuTier",
211
-
"modelAsString": false
212
-
},
213
-
"description": "This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT."
0 commit comments