From 75cffecbd63cfecaf96c4b4a1bdb2e31780451b2 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 12 Apr 2022 10:57:34 +0000 Subject: [PATCH] CodeGen from PR 18660 in Azure/azure-rest-api-specs Merge 3c4872f4a43fbe1a285830461f48d8c0a5ffeee8 into f560f78c86eaf6dfdee064d3a36d0a12c653efa0 --- schemas/2022-01-01-preview/Microsoft.App.json | 4 ++-- schemas/2022-03-01/Microsoft.App.json | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/schemas/2022-01-01-preview/Microsoft.App.json b/schemas/2022-01-01-preview/Microsoft.App.json index 8c21c1a527..baad0cf330 100644 --- a/schemas/2022-01-01-preview/Microsoft.App.json +++ b/schemas/2022-01-01-preview/Microsoft.App.json @@ -904,8 +904,8 @@ { "type": "string", "enum": [ - "multiple", - "single" + "Multiple", + "Single" ] }, { diff --git a/schemas/2022-03-01/Microsoft.App.json b/schemas/2022-03-01/Microsoft.App.json index 69d4a0a6f6..e26b655b15 100644 --- a/schemas/2022-03-01/Microsoft.App.json +++ b/schemas/2022-03-01/Microsoft.App.json @@ -904,8 +904,8 @@ { "type": "string", "enum": [ - "multiple", - "single" + "Multiple", + "Single" ] }, { @@ -2389,6 +2389,10 @@ ], "description": "Configuration of application logs" }, + "daprAIConnectionString": { + "type": "string", + "description": "Application Insights connection string used by Dapr to export Service to Service communication telemetry" + }, "daprAIInstrumentationKey": { "type": "string", "description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry" @@ -2403,6 +2407,17 @@ } ], "description": "Configuration properties for apps environment to join a Virtual Network" + }, + "zoneRedundant": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Whether or not this Managed Environment is zone-redundant." } }, "description": "Managed environment resource specific properties"