From b5776dd1e9e74c2d26aaf7f37193803f4b42b695 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 22 Apr 2022 02:52:55 +0000 Subject: [PATCH] CodeGen from PR 18771 in Azure/azure-rest-api-specs Enable azure-powershell CI for all management RPs (#18771) * Enable azure-powershell for all manage RPs * Change integrationRepository to Azure/azure-powershell-pr * Change azure-powershell in api-spec repo * Change azure-powershell in api-spec repo * Remove azure-powershell from some deprecated RPs Co-authored-by: v-yuzhichen@microsoft.com --- schemas/2022-03-01/Microsoft.App.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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"