Skip to content

Commit b81d4ef

Browse files
CaihuaRuiLeiwang3SQL
authored andcommitted
Review request for Microsoft.AppPlatform to add a new field containerProbeSettings to DeploymentSettings in version 2021-09-01-preview (Azure#16545)
1 parent fd7d04e commit b81d4ef

File tree

1 file changed

+10
-0
lines changed
  • specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview

1 file changed

+10
-0
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4810,6 +4810,16 @@
48104810
"name": "RuntimeVersion",
48114811
"modelAsString": true
48124812
}
4813+
},
4814+
"containerProbeSettings": {
4815+
"description": "Container liveness and readiness probe settings",
4816+
"type": "object",
4817+
"properties": {
4818+
"disableProbe": {
4819+
"description": "Indicates whether disable the liveness and readiness probe",
4820+
"type": "boolean"
4821+
}
4822+
}
48134823
}
48144824
}
48154825
},

0 commit comments

Comments
 (0)