Skip to content

Commit

Permalink
Add testEndpointAuthState to AppResourceProperties (#26938)
Browse files Browse the repository at this point in the history
* add disable test endpoint auth to AppResourceProperties
* Update Apps_CreateOrUpdate_VNetInjection.json
* Update Apps_CreateOrUpdate.json
* Update Apps_Get.json
* Update Apps_Get_VNetInjection.json
* Update Apps_List.json
* Update Apps_List_VNetInjection.json
* Update Apps_SetActiveDeployments.json
* Update Apps_Update.json
* Update Apps_Update_VNetInjection.json
* use enum for test endpoint auth
  • Loading branch information
qingc authored and saragluna committed Dec 19, 2023
1 parent 0160715 commit f2d02ca
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11362,6 +11362,29 @@
"workloadProfileName": {
"description": "The workload profile used for this app. Supported for Consumption + Dedicated plan.",
"type": "string"
},
"testEndpointAuthState": {
"description": "State of test endpoint auth.",
"type": "string",
"default": "Enabled",
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"modelAsString": true,
"name": "TestEndpointAuthState",
"values": [
{
"description": "Enable test endpoint auth.",
"value": "Enabled"
},
{
"description": "Disable test endpoint auth",
"value": "Disabled"
}
]
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"public": true,
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down Expand Up @@ -85,6 +86,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down Expand Up @@ -160,6 +162,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down Expand Up @@ -235,6 +238,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"public": true,
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true
},
Expand Down Expand Up @@ -86,6 +87,7 @@
"fqdn": "myapp.private.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true,
"publicEndpointUrl": "myapp.myservice.azuremicroservices.io"
Expand Down Expand Up @@ -163,6 +165,7 @@
"fqdn": "myapp.private.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true,
"publicEndpointUrl": "myapp.myservice.azuremicroservices.io"
Expand Down Expand Up @@ -240,6 +243,7 @@
"fqdn": "myapp.private.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true,
"publicEndpointUrl": "myapp.myservice.azuremicroservices.io"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"fqdn": "myapp.private.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true,
"publicEndpointUrl": "myapp.myservice.azuremicroservices.io"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true,
"publicEndpointUrl": "myapp.myservice.azuremicroservices.io"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down Expand Up @@ -84,6 +85,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"public": true,
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down Expand Up @@ -58,6 +59,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down Expand Up @@ -121,6 +123,7 @@
"fqdn": "myapp.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"temporaryDisk": {
"sizeInGB": 2,
"mountPath": "/mytemporarydisk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"public": true,
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true
},
Expand Down Expand Up @@ -61,6 +62,7 @@
"fqdn": "myapp.private.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true,
"publicEndpointUrl": "myapp.myservice.azuremicroservices.io"
Expand Down Expand Up @@ -128,6 +130,7 @@
"fqdn": "myapp.private.mydomain.com",
"httpsOnly": false,
"enableEndToEndTLS": false,
"testEndpointAuthState": "Enabled",
"vnetAddons": {
"publicEndpoint": true,
"publicEndpointUrl": "myapp.myservice.azuremicroservices.io"
Expand Down

0 comments on commit f2d02ca

Please sign in to comment.