Skip to content

Commit 735c034

Browse files
authored
put the new attribute enableEndToEndTLS at the end (#13179)
1 parent fc7b952 commit 735c034

File tree

1 file changed

+4
-4
lines changed
  • specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview

1 file changed

+4
-4
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3408,10 +3408,6 @@
34083408
"description": "Indicate if only https is allowed.",
34093409
"type": "boolean"
34103410
},
3411-
"enableEndToEndTLS": {
3412-
"description": "Indicate if end to end TLS is enabled.",
3413-
"type": "boolean"
3414-
},
34153411
"createdTime": {
34163412
"format": "date-time",
34173413
"description": "Date time when the resource is created",
@@ -3425,6 +3421,10 @@
34253421
"persistentDisk": {
34263422
"$ref": "#/definitions/PersistentDisk",
34273423
"description": "Persistent disk settings"
3424+
},
3425+
"enableEndToEndTLS": {
3426+
"description": "Indicate if end to end TLS is enabled.",
3427+
"type": "boolean"
34283428
}
34293429
}
34303430
},

0 commit comments

Comments
 (0)