|
846 | 846 | ],
|
847 | 847 | "description": "ActiveRevisionsMode controls how active revisions are handled for the Container app:\n<list><item>Multiple: multiple revisions can be active. If no value if provided, this is the default</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode</item></list>."
|
848 | 848 | },
|
| 849 | + "dapr": { |
| 850 | + "oneOf": [ |
| 851 | + { |
| 852 | + "$ref": "#/definitions/Dapr" |
| 853 | + }, |
| 854 | + { |
| 855 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 856 | + } |
| 857 | + ], |
| 858 | + "description": "Container App Dapr configuration." |
| 859 | + }, |
849 | 860 | "ingress": {
|
850 | 861 | "oneOf": [
|
851 | 862 | {
|
|
1957 | 1968 | ],
|
1958 | 1969 | "description": "The configuration settings of the Google provider."
|
1959 | 1970 | },
|
1960 |
| - "legacyMicrosoftAccount": { |
1961 |
| - "oneOf": [ |
1962 |
| - { |
1963 |
| - "$ref": "#/definitions/LegacyMicrosoftAccount" |
1964 |
| - }, |
1965 |
| - { |
1966 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1967 |
| - } |
1968 |
| - ], |
1969 |
| - "description": "The configuration settings of the legacy Microsoft Account provider." |
1970 |
| - }, |
1971 | 1971 | "twitter": {
|
1972 | 1972 | "oneOf": [
|
1973 | 1973 | {
|
|
2066 | 2066 | },
|
2067 | 2067 | "description": "Container App Ingress configuration."
|
2068 | 2068 | },
|
2069 |
| - "LegacyMicrosoftAccount": { |
2070 |
| - "type": "object", |
2071 |
| - "properties": { |
2072 |
| - "login": { |
2073 |
| - "oneOf": [ |
2074 |
| - { |
2075 |
| - "$ref": "#/definitions/LoginScopes" |
2076 |
| - }, |
2077 |
| - { |
2078 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2079 |
| - } |
2080 |
| - ], |
2081 |
| - "description": "The configuration settings of the login flow, including the scopes that should be requested." |
2082 |
| - }, |
2083 |
| - "registration": { |
2084 |
| - "oneOf": [ |
2085 |
| - { |
2086 |
| - "$ref": "#/definitions/ClientRegistration" |
2087 |
| - }, |
2088 |
| - { |
2089 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2090 |
| - } |
2091 |
| - ], |
2092 |
| - "description": "The configuration settings of the app registration for providers that have client ids and client secrets" |
2093 |
| - }, |
2094 |
| - "state": { |
2095 |
| - "oneOf": [ |
2096 |
| - { |
2097 |
| - "type": "string", |
2098 |
| - "enum": [ |
2099 |
| - "Enabled", |
2100 |
| - "Disabled" |
2101 |
| - ] |
2102 |
| - }, |
2103 |
| - { |
2104 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2105 |
| - } |
2106 |
| - ], |
2107 |
| - "description": "<code>Disabled</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>Enabled</code>." |
2108 |
| - }, |
2109 |
| - "validation": { |
2110 |
| - "oneOf": [ |
2111 |
| - { |
2112 |
| - "$ref": "#/definitions/AllowedAudiencesValidation" |
2113 |
| - }, |
2114 |
| - { |
2115 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2116 |
| - } |
2117 |
| - ], |
2118 |
| - "description": "The configuration settings of the Allowed Audiences validation flow." |
2119 |
| - } |
2120 |
| - }, |
2121 |
| - "description": "The configuration settings of the legacy Microsoft Account provider." |
2122 |
| - }, |
2123 | 2069 | "LogAnalyticsConfiguration": {
|
2124 | 2070 | "type": "object",
|
2125 | 2071 | "properties": {
|
|
2754 | 2700 | ],
|
2755 | 2701 | "description": "List of container definitions for the Container App."
|
2756 | 2702 | },
|
2757 |
| - "dapr": { |
2758 |
| - "oneOf": [ |
2759 |
| - { |
2760 |
| - "$ref": "#/definitions/Dapr" |
2761 |
| - }, |
2762 |
| - { |
2763 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2764 |
| - } |
2765 |
| - ], |
2766 |
| - "description": "Container App Dapr configuration." |
2767 |
| - }, |
2768 | 2703 | "revisionSuffix": {
|
2769 | 2704 | "type": "string",
|
2770 | 2705 | "description": "User friendly suffix that is appended to the revision name"
|
|
0 commit comments