Skip to content

Commit cf60eff

Browse files
Updated workflowstate to be a reference (#23084)
1 parent d7cb3a0 commit cf60eff

File tree

1 file changed

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

1 file changed

+1
-13
lines changed

specification/web/resource-manager/Microsoft.Web/stable/2023-01-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)