File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
schemas/2021-09-01-preview Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 955955 "DeploymentSettings" : {
956956 "type" : " object" ,
957957 "properties" : {
958+ "containerProbeSettings" : {
959+ "oneOf" : [
960+ {
961+ "$ref" : " #/definitions/DeploymentSettingsContainerProbeSettings"
962+ },
963+ {
964+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
965+ }
966+ ],
967+ "description" : " Container liveness and readiness probe settings"
968+ },
958969 "cpu" : {
959970 "oneOf" : [
960971 {
10321043 },
10331044 "description" : " Deployment settings payload"
10341045 },
1046+ "DeploymentSettingsContainerProbeSettings" : {
1047+ "type" : " object" ,
1048+ "properties" : {
1049+ "disableProbe" : {
1050+ "oneOf" : [
1051+ {
1052+ "type" : " boolean"
1053+ },
1054+ {
1055+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1056+ }
1057+ ],
1058+ "description" : " Indicates whether disable the liveness and readiness probe"
1059+ }
1060+ },
1061+ "description" : " Container liveness and readiness probe settings"
1062+ },
10351063 "Error" : {
10361064 "type" : " object" ,
10371065 "properties" : {
You can’t perform that action at this time.
0 commit comments