Skip to content

Commit 75cffec

Browse files
author
SDKAuto
committed
CodeGen from PR 18660 in Azure/azure-rest-api-specs
Merge 3c4872f4a43fbe1a285830461f48d8c0a5ffeee8 into f560f78c86eaf6dfdee064d3a36d0a12c653efa0
1 parent 3cf49b0 commit 75cffec

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

schemas/2022-01-01-preview/Microsoft.App.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,8 @@
904904
{
905905
"type": "string",
906906
"enum": [
907-
"multiple",
908-
"single"
907+
"Multiple",
908+
"Single"
909909
]
910910
},
911911
{

schemas/2022-03-01/Microsoft.App.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,8 @@
904904
{
905905
"type": "string",
906906
"enum": [
907-
"multiple",
908-
"single"
907+
"Multiple",
908+
"Single"
909909
]
910910
},
911911
{
@@ -2389,6 +2389,10 @@
23892389
],
23902390
"description": "Configuration of application logs"
23912391
},
2392+
"daprAIConnectionString": {
2393+
"type": "string",
2394+
"description": "Application Insights connection string used by Dapr to export Service to Service communication telemetry"
2395+
},
23922396
"daprAIInstrumentationKey": {
23932397
"type": "string",
23942398
"description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry"
@@ -2403,6 +2407,17 @@
24032407
}
24042408
],
24052409
"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."
24062421
}
24072422
},
24082423
"description": "Managed environment resource specific properties"

0 commit comments

Comments
 (0)