Skip to content

Commit

Permalink
CodeGen from PR 18839 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 50cf648483e63f04051e81ce61bac1b12446e49b into 50ed15bd61ac79f2368d769df0c207a00b9e099f
  • Loading branch information
SDKAuto committed May 4, 2022
1 parent 75412e8 commit e55aa5f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 12 deletions.
23 changes: 17 additions & 6 deletions schemas/2022-01-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,8 @@
{
"type": "string",
"enum": [
"multiple",
"single"
"Multiple",
"Single"
]
},
{
Expand Down Expand Up @@ -1158,9 +1158,9 @@
{
"type": "string",
"enum": [
"liveness",
"readiness",
"startup"
"Liveness",
"Readiness",
"Startup"
]
},
{
Expand Down Expand Up @@ -1209,7 +1209,18 @@
"description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
},
"scheme": {
"type": "string",
"oneOf": [
{
"type": "string",
"enum": [
"HTTP",
"HTTPS"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Scheme to use for connecting to the host. Defaults to HTTP."
}
},
Expand Down
23 changes: 17 additions & 6 deletions schemas/2022-03-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,8 @@
{
"type": "string",
"enum": [
"multiple",
"single"
"Multiple",
"Single"
]
},
{
Expand Down Expand Up @@ -1158,9 +1158,9 @@
{
"type": "string",
"enum": [
"liveness",
"readiness",
"startup"
"Liveness",
"Readiness",
"Startup"
]
},
{
Expand Down Expand Up @@ -1209,7 +1209,18 @@
"description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
},
"scheme": {
"type": "string",
"oneOf": [
{
"type": "string",
"enum": [
"HTTP",
"HTTPS"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Scheme to use for connecting to the host. Defaults to HTTP."
}
},
Expand Down

0 comments on commit e55aa5f

Please sign in to comment.