diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json index 4b3c98bc9ff9..669a4ec025db 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json @@ -393,10 +393,6 @@ "$ref": "#/definitions/Google", "description": "The configuration settings of the Google provider." }, - "legacyMicrosoftAccount": { - "$ref": "#/definitions/LegacyMicrosoftAccount", - "description": "The configuration settings of the legacy Microsoft Account provider." - }, "twitter": { "$ref": "#/definitions/Twitter", "description": "The configuration settings of the Twitter provider." @@ -741,28 +737,6 @@ } } }, - "LegacyMicrosoftAccount": { - "description": "The configuration settings of the legacy Microsoft Account provider.", - "type": "object", - "properties": { - "state": { - "$ref": "#/definitions/IdentityProviderState", - "description": "Disabled if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, Enabled." - }, - "registration": { - "$ref": "#/definitions/ClientRegistration", - "description": "The configuration settings of the app registration for the legacy Microsoft Account provider." - }, - "login": { - "$ref": "#/definitions/LoginScopes", - "description": "The configuration settings of the login flow." - }, - "validation": { - "$ref": "#/definitions/AllowedAudiencesValidation", - "description": "The configuration settings of the legacy Microsoft Account provider token validation flow." - } - } - }, "Apple": { "description": "The configuration settings of the Apple provider.", "type": "object",