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 ...