Skip to content

Commit

Permalink
[ReleasePR appplatform] Review request for Microsoft.AppPlatform to a…
Browse files Browse the repository at this point in the history
…dd a new field containerProbeSettings to DeploymentSettings in version 2021-09-01-preview (#1996)

Create to sync Azure/azure-rest-api-specs#16545
[ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/appplatform?expand=1)
  • Loading branch information
msftbot[bot] authored Oct 27, 2021
2 parents 4c43dbd + e0ef85f commit a8edf83
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions schemas/2021-09-01-preview/Microsoft.AppPlatform.json
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,17 @@
"DeploymentSettings": {
"type": "object",
"properties": {
"containerProbeSettings": {
"oneOf": [
{
"$ref": "#/definitions/DeploymentSettingsContainerProbeSettings"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Container liveness and readiness probe settings"
},
"cpu": {
"oneOf": [
{
Expand Down Expand Up @@ -1032,6 +1043,23 @@
},
"description": "Deployment settings payload"
},
"DeploymentSettingsContainerProbeSettings": {
"type": "object",
"properties": {
"disableProbe": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates whether disable the liveness and readiness probe"
}
},
"description": "Container liveness and readiness probe settings"
},
"Error": {
"type": "object",
"properties": {
Expand Down

0 comments on commit a8edf83

Please sign in to comment.