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 4171a66fd512..01170d950251 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 @@ -1499,8 +1499,10 @@ type StorageAccount struct { Name *string `json:"name,omitempty"` // IsDefault - Whether or not the storage account is the default storage account. IsDefault *bool `json:"isDefault,omitempty"` - // Container - The container in the storage account. + // Container - The container in the storage account, only to be specified for WASB storage accounts. Container *string `json:"container,omitempty"` + // FileSystem - The filesystem, only to be specified for Azure Data Lake Storage Gen 2. + FileSystem *string `json:"fileSystem,omitempty"` // Key - The storage account access key. Key *string `json:"key,omitempty"` } 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 ad5634d95473..7600979e8b14 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 @@ -1480,8 +1480,10 @@ type StorageAccount struct { Name *string `json:"name,omitempty"` // IsDefault - Whether or not the storage account is the default storage account. IsDefault *bool `json:"isDefault,omitempty"` - // Container - The container in the storage account. + // Container - The container in the storage account, only to be specified for WASB storage accounts. Container *string `json:"container,omitempty"` + // FileSystem - The filesystem, only to be specified for Azure Data Lake Storage type Gen 2. + FileSystem *string `json:"fileSystem,omitempty"` // Key - The storage account access key. Key *string `json:"key,omitempty"` }