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:\n- Multiple: multiple revisions can be active. If no value if provided, this is the default
- Single: 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"