From abc17aad2b517d16245df123a1cbca66564619bc Mon Sep 17 00:00:00 2001 From: Songbo Wang Date: Fri, 26 Feb 2021 11:50:45 +0800 Subject: [PATCH] put the new attribute enableEndToEndTLS at the end --- .../preview/2020-11-01-preview/appplatform.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json index 674674b4e565..7d8ae58b8c5c 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json @@ -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", @@ -3425,6 +3421,10 @@ "persistentDisk": { "$ref": "#/definitions/PersistentDisk", "description": "Persistent disk settings" + }, + "enableEndToEndTLS": { + "description": "Indicate if end to end TLS is enabled.", + "type": "boolean" } } },