Skip to content

Commit 776562b

Browse files
gorandomPraveenkumar Ravikumar
authored andcommitted
[Hub Generated] Review request for Microsoft.Cache to add version stable/2020-12-01 (Azure#16214)
* s360 swagger correctness issue fix * Correcting description of staticIP Co-authored-by: Praveenkumar Ravikumar <[email protected]>
1 parent 1cd49cf commit 776562b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

specification/redis/resource-manager/Microsoft.Cache/stable/2020-06-01/redis.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,11 @@
19351935
"staticIP": {
19361936
"type": "string",
19371937
"pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$",
1938-
"description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network."
1938+
"description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.",
1939+
"x-ms-mutability": [
1940+
"read",
1941+
"create"
1942+
]
19391943
}
19401944
},
19411945
"required": [

specification/redis/resource-manager/Microsoft.Cache/stable/2020-12-01/redis.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,11 @@
19471947
"staticIP": {
19481948
"type": "string",
19491949
"pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$",
1950-
"description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network."
1950+
"description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.",
1951+
"x-ms-mutability": [
1952+
"read",
1953+
"create"
1954+
]
19511955
}
19521956
},
19531957
"required": [

0 commit comments

Comments
 (0)