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/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json
+20-30Lines changed: 20 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1300,21 +1300,8 @@
1300
1300
"type": "object",
1301
1301
"properties": {
1302
1302
"name": {
1303
-
"type": "string",
1304
-
"description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)",
1305
-
"enum": [
1306
-
"Enterprise_E10",
1307
-
"Enterprise_E20",
1308
-
"Enterprise_E50",
1309
-
"Enterprise_E100",
1310
-
"EnterpriseFlash_F300",
1311
-
"EnterpriseFlash_F700",
1312
-
"EnterpriseFlash_F1500"
1313
-
],
1314
-
"x-ms-enum": {
1315
-
"name": "SkuName",
1316
-
"modelAsString": true
1317
-
}
1303
+
"$ref": "#/definitions/SkuName",
1304
+
"description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)"
1318
1305
},
1319
1306
"capacity": {
1320
1307
"type": "integer",
@@ -1938,24 +1925,27 @@
1938
1925
"description": "Information about Sku",
1939
1926
"properties": {
1940
1927
"name": {
1941
-
"type": "string",
1942
-
"description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)",
1943
-
"enum": [
1944
-
"Enterprise_E10",
1945
-
"Enterprise_E20",
1946
-
"Enterprise_E50",
1947
-
"Enterprise_E100",
1948
-
"EnterpriseFlash_F300",
1949
-
"EnterpriseFlash_F700",
1950
-
"EnterpriseFlash_F1500"
1951
-
],
1952
-
"x-ms-enum": {
1953
-
"name": "name",
1954
-
"modelAsString": true
1955
-
}
1928
+
"$ref": "#/definitions/SkuName",
1929
+
"description": "The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)"
0 commit comments