diff --git a/schemas/2022-03-01/Microsoft.App.json b/schemas/2022-03-01/Microsoft.App.json index 69d4a0a6f6..5e50c7de0d 100644 --- a/schemas/2022-03-01/Microsoft.App.json +++ b/schemas/2022-03-01/Microsoft.App.json @@ -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" @@ -2766,6 +2781,10 @@ "RegistryCredentials": { "type": "object", "properties": { + "identity": { + "type": "string", + "description": "A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'" + }, "passwordSecretRef": { "type": "string", "description": "The name of the Secret that contains the registry login password"