Skip to content

Commit

Permalink
Correctly document minimumTlsVersion - which is create-only mutable (A…
Browse files Browse the repository at this point in the history
…zure#12795)

* Correctly document minimumTlsVersion - which is really only configurable at create time.

* Style fix for empty object
  • Loading branch information
TimLovellSmith authored and mkarmark committed Jul 20, 2021
1 parent 7d3d84f commit ee9137e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"name": "EnterpriseFlash_F300",
"capacity": 9
},
"properties": {
"minimumTlsVersion": "1.2"
},
"properties": {},
"tags": {
"tag1": "value1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,10 @@
"properties": {
"minimumTlsVersion": {
"type": "string",
"x-ms-mutability": [
"read",
"create"
],
"description": "The minimum TLS version for the cluster to support, e.g. '1.2'"
},
"hostName": {
Expand Down

0 comments on commit ee9137e

Please sign in to comment.