File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
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
{
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
{
2389
2389
],
2390
2390
"description" : " Configuration of application logs"
2391
2391
},
2392
+ "daprAIConnectionString" : {
2393
+ "type" : " string" ,
2394
+ "description" : " Application Insights connection string used by Dapr to export Service to Service communication telemetry"
2395
+ },
2392
2396
"daprAIInstrumentationKey" : {
2393
2397
"type" : " string" ,
2394
2398
"description" : " Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry"
2403
2407
}
2404
2408
],
2405
2409
"description" : " Configuration properties for apps environment to join a Virtual Network"
2410
+ },
2411
+ "zoneRedundant" : {
2412
+ "oneOf" : [
2413
+ {
2414
+ "type" : " boolean"
2415
+ },
2416
+ {
2417
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2418
+ }
2419
+ ],
2420
+ "description" : " Whether or not this Managed Environment is zone-redundant."
2406
2421
}
2407
2422
},
2408
2423
"description" : " Managed environment resource specific properties"
You can’t perform that action at this time.
0 commit comments