Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions schemas/2022-01-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,17 +1957,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": [
{
Expand Down Expand Up @@ -2066,60 +2055,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": "<code>Disabled</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>Enabled</code>."
},
"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": {
Expand Down