Skip to content

Commit 9a1a4fa

Browse files
Correctly document minimumTlsVersion - which is create-only mutable (#12795)
* Correctly document minimumTlsVersion - which is really only configurable at create time. * Style fix for empty object
1 parent 0b97c66 commit 9a1a4fa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseUpdate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"name": "EnterpriseFlash_F300",
1010
"capacity": 9
1111
},
12-
"properties": {
13-
"minimumTlsVersion": "1.2"
14-
},
12+
"properties": {},
1513
"tags": {
1614
"tag1": "value1"
1715
}

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/redisenterprise.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,10 @@
12591259
"properties": {
12601260
"minimumTlsVersion": {
12611261
"type": "string",
1262+
"x-ms-mutability": [
1263+
"read",
1264+
"create"
1265+
],
12621266
"description": "The minimum TLS version for the cluster to support, e.g. '1.2'"
12631267
},
12641268
"hostName": {

0 commit comments

Comments
 (0)