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 c3e56d7df68a..51ac34f75ee4 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 @@ -1851,6 +1851,10 @@ type StorageAccount struct { FileSystem *string `json:"fileSystem,omitempty"` // Key - The storage account access key. Key *string `json:"key,omitempty"` + // ResourceID - The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. + ResourceID *string `json:"resourceId,omitempty"` + // MsiResourceID - The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. + MsiResourceID *string `json:"msiResourceId,omitempty"` } // StorageProfile the storage profile. 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 ab96e299e968..9ccaaaa063d5 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 @@ -1834,6 +1834,10 @@ type StorageAccount struct { FileSystem *string `json:"fileSystem,omitempty"` // Key - The storage account access key. Key *string `json:"key,omitempty"` + // ResourceID - The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. + ResourceID *string `json:"resourceId,omitempty"` + // MsiResourceID - The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. + MsiResourceID *string `json:"msiResourceId,omitempty"` } // StorageProfile the storage profile.