From 5e69600b8f26cc62e527c27c877fff450ac2f787 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 28 Sep 2018 13:01:06 -0700 Subject: [PATCH] Generated from 8bf74387f7be3983a5b31f6957ef4c289cd795c4 (#2831) [HDInsight] Added additional parameters for security profile --- .../hdinsight/mgmt/2015-03-01-preview/hdinsight/models.go | 4 ++++ .../hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/services/preview/hdinsight/mgmt/2015-03-01-preview/hdinsight/models.go b/services/preview/hdinsight/mgmt/2015-03-01-preview/hdinsight/models.go index 0b805b459414..427c2f200f3c 100644 --- a/services/preview/hdinsight/mgmt/2015-03-01-preview/hdinsight/models.go +++ b/services/preview/hdinsight/mgmt/2015-03-01-preview/hdinsight/models.go @@ -1527,6 +1527,10 @@ type SecurityProfile struct { DomainUserPassword *string `json:"domainUserPassword,omitempty"` // ClusterUsersGroupDNS - Optional. The Distinguished Names for cluster user groups ClusterUsersGroupDNS *[]string `json:"clusterUsersGroupDNs,omitempty"` + // AaddsResourceID - The resource ID of the user's Azure Active Directory Domain Service. + AaddsResourceID *string `json:"aaddsResourceId,omitempty"` + // MsiResourceID - User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. + MsiResourceID *string `json:"msiResourceId,omitempty"` } // SetString ... diff --git a/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go b/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go index e7a00e11da81..553886da99e8 100644 --- a/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go +++ b/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go @@ -1507,6 +1507,10 @@ type SecurityProfile struct { DomainUserPassword *string `json:"domainUserPassword,omitempty"` // ClusterUsersGroupDNS - Optional. The Distinguished Names for cluster user groups ClusterUsersGroupDNS *[]string `json:"clusterUsersGroupDNs,omitempty"` + // AaddsResourceID - The resource ID of the user's Azure Active Directory Domain Service. + AaddsResourceID *string `json:"aaddsResourceId,omitempty"` + // MsiResourceID - User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. + MsiResourceID *string `json:"msiResourceId,omitempty"` } // SetString ...