From c443923c295dd62144160e0eb5eecbbbe2170532 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 4 Mar 2022 00:39:02 +0000 Subject: [PATCH] CodeGen from PR 18091 in Azure/azure-rest-api-specs Merge 1f2c5b140213daf825dad2a9be58ab87b39af2d7 into 6b29b8552671eded065f51ee1b291582ab8cc149 --- schemas/2022-01-01-preview/Microsoft.App.json | 87 +++---------------- 1 file changed, 11 insertions(+), 76 deletions(-) diff --git a/schemas/2022-01-01-preview/Microsoft.App.json b/schemas/2022-01-01-preview/Microsoft.App.json index b2fd12be35..3427e6060c 100644 --- a/schemas/2022-01-01-preview/Microsoft.App.json +++ b/schemas/2022-01-01-preview/Microsoft.App.json @@ -846,6 +846,17 @@ ], "description": "ActiveRevisionsMode controls how active revisions are handled for the Container app:\nMultiple: multiple revisions can be active. If no value if provided, this is the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode." }, + "dapr": { + "oneOf": [ + { + "$ref": "#/definitions/Dapr" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Container App Dapr configuration." + }, "ingress": { "oneOf": [ { @@ -1957,17 +1968,6 @@ ], "description": "The configuration settings of the Google provider." }, - "legacyMicrosoftAccount": { - "oneOf": [ - { - "$ref": "#/definitions/LegacyMicrosoftAccount" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The configuration settings of the legacy Microsoft Account provider." - }, "twitter": { "oneOf": [ { @@ -2066,60 +2066,6 @@ }, "description": "Container App Ingress configuration." }, - "LegacyMicrosoftAccount": { - "type": "object", - "properties": { - "login": { - "oneOf": [ - { - "$ref": "#/definitions/LoginScopes" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The configuration settings of the login flow, including the scopes that should be requested." - }, - "registration": { - "oneOf": [ - { - "$ref": "#/definitions/ClientRegistration" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The configuration settings of the app registration for providers that have client ids and client secrets" - }, - "state": { - "oneOf": [ - { - "type": "string", - "enum": [ - "Enabled", - "Disabled" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Disabled if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, Enabled." - }, - "validation": { - "oneOf": [ - { - "$ref": "#/definitions/AllowedAudiencesValidation" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The configuration settings of the Allowed Audiences validation flow." - } - }, - "description": "The configuration settings of the legacy Microsoft Account provider." - }, "LogAnalyticsConfiguration": { "type": "object", "properties": { @@ -2754,17 +2700,6 @@ ], "description": "List of container definitions for the Container App." }, - "dapr": { - "oneOf": [ - { - "$ref": "#/definitions/Dapr" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Container App Dapr configuration." - }, "revisionSuffix": { "type": "string", "description": "User friendly suffix that is appended to the revision name"