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
Fix nesting of RedisCreateProperties inside RedisResourceProperties (#746)
* Fix incorrect properties of type RedisCreateProperties inside RedisResourceProperties (with "x-ms-client-flatten": true).
* Fix casing of property names, and move Sku out of RedisProperties, since 'required' apaprently doesn't work on inherited properties.
Copy file name to clipboardExpand all lines: arm-redis/2015-08-01/swagger/redis.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -412,15 +412,15 @@
412
412
},
413
413
"RedisProperties": {
414
414
"properties": {
415
-
"RedisVersion": {
415
+
"redisVersion": {
416
416
"type": "string",
417
417
"description": "RedisVersion parameter has been deprecated. As such, it is no longer necessary to provide this parameter and any value specified is ignored."
418
418
},
419
419
"sku": {
420
420
"$ref": "#/definitions/Sku",
421
421
"description": "What SKU of Redis cache to deploy."
0 commit comments