Skip to content

Commit 7fd1f02

Browse files
authored
add app attribute enable end to end tls (Azure#12282)
* add new app attribute enableEndToEndTLS in preview versions * revert changes on old version 2019-05-01-preview * wording
1 parent 32b7b57 commit 7fd1f02

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3408,6 +3408,10 @@
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+
},
34113415
"createdTime": {
34123416
"format": "date-time",
34133417
"description": "Date time when the resource is created",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"activeDeploymentName": "mydeployment1",
77
"fqdn": "myapp.mydomain.com",
88
"httpsOnly": false,
9+
"enableEndToEndTLS": false,
910
"temporaryDisk": {
1011
"sizeInGB": 2,
1112
"mountPath": "mytemporarydisk"
@@ -34,6 +35,7 @@
3435
"activeDeploymentName": "mydeployment1",
3536
"fqdn": "myapp.mydomain.com",
3637
"httpsOnly": false,
38+
"enableEndToEndTLS": false,
3739
"temporaryDisk": {
3840
"sizeInGB": 2,
3941
"mountPath": "mytemporarydisk"
@@ -64,6 +66,7 @@
6466
"activeDeploymentName": "mydeployment1",
6567
"fqdn": "myapp.mydomain.com",
6668
"httpsOnly": false,
69+
"enableEndToEndTLS": false,
6770
"temporaryDisk": {
6871
"sizeInGB": 2,
6972
"mountPath": "mytemporarydisk"
@@ -94,6 +97,7 @@
9497
"activeDeploymentName": "mydeployment1",
9598
"fqdn": "myapp.mydomain.com",
9699
"httpsOnly": false,
100+
"enableEndToEndTLS": false,
97101
"temporaryDisk": {
98102
"sizeInGB": 2,
99103
"mountPath": "mytemporarydisk"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"activeDeploymentName": "mydeployment1",
1717
"fqdn": "myapp.mydomain.com",
1818
"httpsOnly": false,
19+
"enableEndToEndTLS": false,
1920
"temporaryDisk": {
2021
"sizeInGB": 2,
2122
"mountPath": "mytemporarydisk"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"activeDeploymentName": "mydeployment1",
1818
"fqdn": "myapp.mydomain.com",
1919
"httpsOnly": false,
20+
"enableEndToEndTLS": false,
2021
"temporaryDisk": {
2122
"sizeInGB": 2,
2223
"mountPath": "mytemporarydisk"

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"activeDeploymentName": "mydeployment1",
77
"fqdn": "myapp.mydomain.com",
88
"httpsOnly": false,
9+
"enableEndToEndTLS": false,
910
"temporaryDisk": {
1011
"sizeInGB": 2,
1112
"mountPath": "mytemporarydisk"
@@ -38,6 +39,7 @@
3839
"activeDeploymentName": "mydeployment1",
3940
"fqdn": "myapp.mydomain.com",
4041
"httpsOnly": false,
42+
"enableEndToEndTLS": false,
4143
"temporaryDisk": {
4244
"sizeInGB": 2,
4345
"mountPath": "mytemporarydisk"
@@ -68,6 +70,7 @@
6870
"activeDeploymentName": "mydeployment1",
6971
"fqdn": "myapp.mydomain.com",
7072
"httpsOnly": false,
73+
"enableEndToEndTLS": false,
7174
"temporaryDisk": {
7275
"sizeInGB": 2,
7376
"mountPath": "mytemporarydisk"

0 commit comments

Comments
 (0)