From 40189e139a41276fb017b0d64e62aec440afcdbe Mon Sep 17 00:00:00 2001 From: Varad Meru Date: Tue, 29 May 2018 11:08:06 -0700 Subject: [PATCH] Added GroupType property in HybridWorkerGroup (#3132) --- .../stable/2015-10-31/definitions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/definitions.json b/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/definitions.json index 94ff2b49730d..4a903a982b0a 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/definitions.json +++ b/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/definitions.json @@ -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."