Skip to content

Commit

Permalink
put the new attribute enableEndToEndTLS at the end (#13179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonwan2020 authored Feb 26, 2021
1 parent fc7b952 commit 735c034
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3408,10 +3408,6 @@
"description": "Indicate if only https is allowed.",
"type": "boolean"
},
"enableEndToEndTLS": {
"description": "Indicate if end to end TLS is enabled.",
"type": "boolean"
},
"createdTime": {
"format": "date-time",
"description": "Date time when the resource is created",
Expand All @@ -3425,6 +3421,10 @@
"persistentDisk": {
"$ref": "#/definitions/PersistentDisk",
"description": "Persistent disk settings"
},
"enableEndToEndTLS": {
"description": "Indicate if end to end TLS is enabled.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 735c034

Please sign in to comment.