File tree Expand file tree Collapse file tree 2 files changed +34
-12
lines changed Expand file tree Collapse file tree 2 files changed +34
-12
lines changed Original file line number Diff line number Diff line change 904
904
{
905
905
"type" : " string" ,
906
906
"enum" : [
907
- " multiple " ,
908
- " single "
907
+ " Multiple " ,
908
+ " Single "
909
909
]
910
910
},
911
911
{
1158
1158
{
1159
1159
"type" : " string" ,
1160
1160
"enum" : [
1161
- " liveness " ,
1162
- " readiness " ,
1163
- " startup "
1161
+ " Liveness " ,
1162
+ " Readiness " ,
1163
+ " Startup "
1164
1164
]
1165
1165
},
1166
1166
{
1209
1209
"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."
1210
1210
},
1211
1211
"scheme" : {
1212
- "type" : " string" ,
1212
+ "oneOf" : [
1213
+ {
1214
+ "type" : " string" ,
1215
+ "enum" : [
1216
+ " HTTP" ,
1217
+ " HTTPS"
1218
+ ]
1219
+ },
1220
+ {
1221
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1222
+ }
1223
+ ],
1213
1224
"description" : " Scheme to use for connecting to the host. Defaults to HTTP."
1214
1225
}
1215
1226
},
Original file line number Diff line number Diff line change 904
904
{
905
905
"type" : " string" ,
906
906
"enum" : [
907
- " multiple " ,
908
- " single "
907
+ " Multiple " ,
908
+ " Single "
909
909
]
910
910
},
911
911
{
1158
1158
{
1159
1159
"type" : " string" ,
1160
1160
"enum" : [
1161
- " liveness " ,
1162
- " readiness " ,
1163
- " startup "
1161
+ " Liveness " ,
1162
+ " Readiness " ,
1163
+ " Startup "
1164
1164
]
1165
1165
},
1166
1166
{
1209
1209
"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."
1210
1210
},
1211
1211
"scheme" : {
1212
- "type" : " string" ,
1212
+ "oneOf" : [
1213
+ {
1214
+ "type" : " string" ,
1215
+ "enum" : [
1216
+ " HTTP" ,
1217
+ " HTTPS"
1218
+ ]
1219
+ },
1220
+ {
1221
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1222
+ }
1223
+ ],
1213
1224
"description" : " Scheme to use for connecting to the host. Defaults to HTTP."
1214
1225
}
1215
1226
},
You can’t perform that action at this time.
0 commit comments