|
39 | 39 | "azure_blob_storage_account": "storage-account-name", |
40 | 40 | "azure_blob_storage_sas_token": "storage-sas-token", |
41 | 41 | "azure_blob_storage_container": "container-name", |
| 42 | + "azure_blob_storage_hierarchical_namespace": true, |
42 | 43 | "azure_files_storage_account": "storage-account-name", |
43 | 44 | "azure_files_storage_sas_token": "storage-sas-token", |
44 | 45 | "azure_files_storage_share_name": "share-name", |
|
97 | 98 | * `azure_blob_storage_account` (string): Azure Blob Storage Account name |
98 | 99 | * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token |
99 | 100 | * `azure_blob_storage_container` (string): Azure Blob Storage Container name |
| 101 | +* `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled |
100 | 102 | * `azure_files_storage_account` (string): Azure File Storage Account name |
101 | 103 | * `azure_files_storage_sas_token` (string): Shared Access Signature (SAS) token |
102 | 104 | * `azure_files_storage_share_name` (string): Azure File Storage Share name |
@@ -210,6 +212,7 @@ await RemoteServer.create({ |
210 | 212 | 'one_drive_account_type': "personal", |
211 | 213 | 'azure_blob_storage_account': "storage-account-name", |
212 | 214 | 'azure_blob_storage_container': "container-name", |
| 215 | + 'azure_blob_storage_hierarchical_namespace': true, |
213 | 216 | 'azure_blob_storage_sas_token': "storage-sas-token", |
214 | 217 | 'azure_files_storage_account': "storage-account-name", |
215 | 218 | 'azure_files_storage_share_name': "share-name", |
@@ -275,6 +278,7 @@ await RemoteServer.create({ |
275 | 278 | * `one_drive_account_type` (string): Either personal or business_other account types |
276 | 279 | * `azure_blob_storage_account` (string): Azure Blob Storage Account name |
277 | 280 | * `azure_blob_storage_container` (string): Azure Blob Storage Container name |
| 281 | +* `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled |
278 | 282 | * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token |
279 | 283 | * `azure_files_storage_account` (string): Azure File Storage Account name |
280 | 284 | * `azure_files_storage_share_name` (string): Azure File Storage Share name |
@@ -391,6 +395,7 @@ await remote_server.update({ |
391 | 395 | 'one_drive_account_type': "personal", |
392 | 396 | 'azure_blob_storage_account': "storage-account-name", |
393 | 397 | 'azure_blob_storage_container': "container-name", |
| 398 | + 'azure_blob_storage_hierarchical_namespace': true, |
394 | 399 | 'azure_blob_storage_sas_token': "storage-sas-token", |
395 | 400 | 'azure_files_storage_account': "storage-account-name", |
396 | 401 | 'azure_files_storage_share_name': "share-name", |
@@ -456,6 +461,7 @@ await remote_server.update({ |
456 | 461 | * `one_drive_account_type` (string): Either personal or business_other account types |
457 | 462 | * `azure_blob_storage_account` (string): Azure Blob Storage Account name |
458 | 463 | * `azure_blob_storage_container` (string): Azure Blob Storage Container name |
| 464 | +* `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled |
459 | 465 | * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token |
460 | 466 | * `azure_files_storage_account` (string): Azure File Storage Account name |
461 | 467 | * `azure_files_storage_share_name` (string): Azure File Storage Share name |
@@ -520,6 +526,7 @@ await remote_server.update({ |
520 | 526 | "azure_blob_storage_account": "storage-account-name", |
521 | 527 | "azure_blob_storage_sas_token": "storage-sas-token", |
522 | 528 | "azure_blob_storage_container": "container-name", |
| 529 | + "azure_blob_storage_hierarchical_namespace": true, |
523 | 530 | "azure_files_storage_account": "storage-account-name", |
524 | 531 | "azure_files_storage_sas_token": "storage-sas-token", |
525 | 532 | "azure_files_storage_share_name": "share-name", |
|
0 commit comments