Skip to content

Commit

Permalink
Add ADLS Gen2 data source type (Azure#12277)
Browse files Browse the repository at this point in the history
* add adlsgen2

* add adlsgen2

* add custom word 'adlsgen'

Co-authored-by: Victor Liu <victliu@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 2949127 commit 326f8b1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Adhoc
adhybridhealthservice
adla
adls
adlsgen
adminmanagement
ADSIs
ADTO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5637,7 +5637,8 @@
"cosmosdb",
"azureblob",
"azuretable",
"mysql"
"mysql",
"adlsgen2"
],
"x-ms-enum": {
"name": "SearchIndexerDataSourceType",
Expand All @@ -5656,17 +5657,22 @@
{
"value": "azureblob",
"name": "AzureBlob",
"description": "Indicates a Azure Blob datasource."
"description": "Indicates an Azure Blob datasource."
},
{
"value": "azuretable",
"name": "AzureTable",
"description": "Indicates a Azure Table datasource."
"description": "Indicates an Azure Table datasource."
},
{
"value": "mysql",
"name": "MySql",
"description": "Indicates a MySql datasource."
},
{
"value": "adlsgen2",
"name": "AdlsGen2",
"description": "Indicates an ADLS Gen2 datasource."
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5637,7 +5637,8 @@
"cosmosdb",
"azureblob",
"azuretable",
"mysql"
"mysql",
"adlsgen2"
],
"x-ms-enum": {
"name": "SearchIndexerDataSourceType",
Expand All @@ -5656,17 +5657,22 @@
{
"value": "azureblob",
"name": "AzureBlob",
"description": "Indicates a Azure Blob datasource."
"description": "Indicates an Azure Blob datasource."
},
{
"value": "azuretable",
"name": "AzureTable",
"description": "Indicates a Azure Table datasource."
"description": "Indicates an Azure Table datasource."
},
{
"value": "mysql",
"name": "MySql",
"description": "Indicates a MySql datasource."
},
{
"value": "adlsgen2",
"name": "AdlsGen2",
"description": "Indicates an ADLS Gen2 datasource."
}
]
},
Expand Down

0 comments on commit 326f8b1

Please sign in to comment.