Skip to content

Commit a05c36a

Browse files
Updating Microsoft.Web api to remove duplicate workflowState definition (#23083)
* Merging upstream/main * Updated flowState to be a reference * Removing conflict * Revert "Removing conflict" This reverts commit 7029fe8. * Revert "Merging upstream/main" This reverts commit d60a048.
1 parent adbce0f commit a05c36a

File tree

1 file changed

+1
-13
lines changed
  • specification/web/resource-manager/Microsoft.Web/stable/2022-09-01

1 file changed

+1
-13
lines changed

specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/WebApps.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29822,19 +29822,7 @@
2982229822
},
2982329823
"flowState": {
2982429824
"description": "Gets or sets the state of the workflow.",
29825-
"enum": [
29826-
"NotSpecified",
29827-
"Completed",
29828-
"Enabled",
29829-
"Disabled",
29830-
"Deleted",
29831-
"Suspended"
29832-
],
29833-
"type": "string",
29834-
"x-ms-enum": {
29835-
"name": "WorkflowState",
29836-
"modelAsString": false
29837-
}
29825+
"$ref": "#/definitions/WorkflowState"
2983829826
},
2983929827
"health": {
2984029828
"$ref": "#/definitions/WorkflowHealth",

0 commit comments

Comments
 (0)