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 955
955
"DeploymentSettings" : {
956
956
"type" : " object" ,
957
957
"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
+ },
958
969
"cpu" : {
959
970
"oneOf" : [
960
971
{
1032
1043
},
1033
1044
"description" : " Deployment settings payload"
1034
1045
},
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
+ },
1035
1063
"Error" : {
1036
1064
"type" : " object" ,
1037
1065
"properties" : {
You can’t perform that action at this time.
0 commit comments