Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with master #3153

Merged
merged 10 commits into from
May 30, 2018
Prev Previous commit
Next Next commit
Added GroupType property in HybridWorkerGroup (#3132)
  • Loading branch information
vrdmr authored and lmazuel committed May 29, 2018
commit ce118616ab758b213156a21276774d90908ed2fc
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