Skip to content

Commit

Permalink
[AutoSync] 74754a3d25 Update properties (#23910)
Browse files Browse the repository at this point in the history
Co-authored-by: swagger-automation <swagger@microsoft.com>
  • Loading branch information
mikaelmello and AzureRestAPISpecReview committed May 18, 2023
1 parent 5b07a79 commit be87927
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,31 @@
"description": "Activity description.",
"type": "string"
},
"state": {
"description": "Activity state. This is an optional property and if not provided, the state will be Active by default.",
"type": "string",
"enum": [
"Active",
"Inactive"
],
"x-ms-enum": {
"name": "ActivityState",
"modelAsString": true
}
},
"onInactiveMarkAs": {
"description": "Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.",
"type": "string",
"enum": [
"Succeeded",
"Failed",
"Skipped"
],
"x-ms-enum": {
"name": "ActivityOnInactiveMarkAs",
"modelAsString": true
}
},
"dependsOn": {
"type": "array",
"description": "Activity depends on condition.",
Expand Down

0 comments on commit be87927

Please sign in to comment.