Skip to content

Commit

Permalink
Added GroupType property in HybridWorkerGroup (#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdmr authored and bashahee committed Jun 1, 2018
1 parent 781356c commit 40189e1
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,18 @@
"credential": {
"$ref": "#/definitions/RunAsCredentialAssociationProperty",
"description": "Sets the credential of a worker group."
},
"groupType": {
"type": "string",
"description": "Type of the HybridWorkerGroup.",
"enum": [
"User",
"System"
],
"x-ms-enum": {
"name": "GroupTypeEnum",
"modelAsString": true
}
}
},
"description": "Definition of hybrid runbook worker group."
Expand Down

0 comments on commit 40189e1

Please sign in to comment.