Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,15 @@
},
"scheme": {
"description": "Scheme to use for connecting to the host. Defaults to HTTP.",
"type": "string"
"enum": [
"HTTP",
"HTTPS"
],
"type": "string",
"x-ms-enum": {
"name": "Scheme",
"modelAsString": true
}
}
}
},
Expand Down Expand Up @@ -222,9 +230,9 @@
"type": {
"description": "The type of probe.",
"enum": [
"liveness",
"readiness",
"startup"
"Liveness",
"Readiness",
"Startup"
],
"type": "string",
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@
"activeRevisionsMode": {
"description": "ActiveRevisionsMode controls how active revisions are handled for the Container app:\n<list><item>Multiple: multiple revisions can be active. If no value if provided, this is the default</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode</item></list>",
"enum": [
"multiple",
"single"
"Multiple",
"Single"
],
"type": "string",
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"name": "testcontainerApp0",
"probes": [
{
"type": "liveness",
"type": "Liveness",
"httpGet": {
"path": "/health",
"port": 8080,
Expand Down Expand Up @@ -122,7 +122,7 @@
},
"probes": [
{
"type": "liveness",
"type": "Liveness",
"httpGet": {
"path": "/health",
"port": 8080,
Expand Down Expand Up @@ -192,7 +192,7 @@
},
"probes": [
{
"type": "liveness",
"type": "Liveness",
"httpGet": {
"path": "/health",
"port": 8080,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,15 @@
},
"scheme": {
"description": "Scheme to use for connecting to the host. Defaults to HTTP.",
"type": "string"
"enum": [
"HTTP",
"HTTPS"
],
"type": "string",
"x-ms-enum": {
"name": "Scheme",
"modelAsString": true
}
}
}
},
Expand Down Expand Up @@ -222,9 +230,9 @@
"type": {
"description": "The type of probe.",
"enum": [
"liveness",
"readiness",
"startup"
"Liveness",
"Readiness",
"Startup"
],
"type": "string",
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@
"activeRevisionsMode": {
"description": "ActiveRevisionsMode controls how active revisions are handled for the Container app:\n<list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>",
"enum": [
"multiple",
"single"
"Multiple",
"Single"
],
"type": "string",
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"name": "testcontainerApp0",
"probes": [
{
"type": "liveness",
"type": "Liveness",
"httpGet": {
"path": "/health",
"port": 8080,
Expand Down Expand Up @@ -140,7 +140,7 @@
},
"probes": [
{
"type": "liveness",
"type": "Liveness",
"httpGet": {
"path": "/health",
"port": 8080,
Expand Down Expand Up @@ -221,7 +221,7 @@
},
"probes": [
{
"type": "liveness",
"type": "Liveness",
"httpGet": {
"path": "/health",
"port": 8080,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"name": "testcontainerApp0",
"probes": [
{
"type": "liveness",
"type": "Liveness",
"httpGet": {
"path": "/health",
"port": 8080,
Expand Down