Skip to content

Commit aab0dc6

Browse files
erich-wangFredericHeem
authored andcommitted
Remove LegacyMicrosoftAccount(Not in production yet) (Azure#17956)
* Remove LegacyMicrosoftAccount as it is not required * Remove unused properties
1 parent d9547e0 commit aab0dc6

File tree

1 file changed

+0
-26
lines changed
  • specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview

1 file changed

+0
-26
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -393,10 +393,6 @@
393393
"$ref": "#/definitions/Google",
394394
"description": "The configuration settings of the Google provider."
395395
},
396-
"legacyMicrosoftAccount": {
397-
"$ref": "#/definitions/LegacyMicrosoftAccount",
398-
"description": "The configuration settings of the legacy Microsoft Account provider."
399-
},
400396
"twitter": {
401397
"$ref": "#/definitions/Twitter",
402398
"description": "The configuration settings of the Twitter provider."
@@ -741,28 +737,6 @@
741737
}
742738
}
743739
},
744-
"LegacyMicrosoftAccount": {
745-
"description": "The configuration settings of the legacy Microsoft Account provider.",
746-
"type": "object",
747-
"properties": {
748-
"state": {
749-
"$ref": "#/definitions/IdentityProviderState",
750-
"description": "<code>Disabled</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>Enabled</code>."
751-
},
752-
"registration": {
753-
"$ref": "#/definitions/ClientRegistration",
754-
"description": "The configuration settings of the app registration for the legacy Microsoft Account provider."
755-
},
756-
"login": {
757-
"$ref": "#/definitions/LoginScopes",
758-
"description": "The configuration settings of the login flow."
759-
},
760-
"validation": {
761-
"$ref": "#/definitions/AllowedAudiencesValidation",
762-
"description": "The configuration settings of the legacy Microsoft Account provider token validation flow."
763-
}
764-
}
765-
},
766740
"Apple": {
767741
"description": "The configuration settings of the Apple provider.",
768742
"type": "object",

0 commit comments

Comments
 (0)