Skip to content

Commit b4adfa5

Browse files
author
Autogenerator Pipeline
committed
Merge remote-tracking branch 'origin/main' into autogenerate
2 parents c297d7e + 3ee8632 commit b4adfa5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

schemas/2022-01-01-preview/Microsoft.App.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,17 @@
846846
],
847847
"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>."
848848
},
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+
},
849860
"ingress": {
850861
"oneOf": [
851862
{
@@ -2689,17 +2700,6 @@
26892700
],
26902701
"description": "List of container definitions for the Container App."
26912702
},
2692-
"dapr": {
2693-
"oneOf": [
2694-
{
2695-
"$ref": "#/definitions/Dapr"
2696-
},
2697-
{
2698-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2699-
}
2700-
],
2701-
"description": "Container App Dapr configuration."
2702-
},
27032703
"revisionSuffix": {
27042704
"type": "string",
27052705
"description": "User friendly suffix that is appended to the revision name"

0 commit comments

Comments
 (0)