files.com 1.0.491 → 1.0.492

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22da358d411ebc7731508cd3fb1eb4af675b98c1b54cededbc3e03f025925acd
4
- data.tar.gz: a372b2661e740bff2248fb0296f1dc3317b200ede21eaa2772993f6973db2455
3
+ metadata.gz: f15760bea0aa5c64aebfce2bc1793c6a96fee782db8486ae6730a2c4f77d6f8d
4
+ data.tar.gz: fdeb6103577d0673a6c3e50a5efa5e7cbfe9cacfbb6757a1306192b95322cd08
5
5
  SHA512:
6
- metadata.gz: ad6729774856055d6d2417c8cd5a6ab7e8aa6f7c49c6716491f6d3fbe1a0c851cf87581b1158ad81fa7bdaf1229476948c3b5a1f80610e9fe62e94507577ac7e
7
- data.tar.gz: f71087ac429a6e27ae33ef172d155a78878d4cd0cda3b4fc658cb227c3ac0be80fcc82baa8251f4e094264cd8cae1d23cf101972e4a0dc799f7981af2e18ea9b
6
+ metadata.gz: bb54f848a74021863da391761c29a296fc56eff58b064eafc614b4138281238746d49832a6695ac84885c8643c456b5aef90e6c8571b509da9b2580fb979ccf6
7
+ data.tar.gz: fc2504f3ecd94b3f1635c7b3ce1f156ed68dfed519abbed24320e30bf051ecc0b3dc981265639668c87dbc27c78c3c745083ea9c9dc76c8a227e0a485698e64e
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.491
1
+ 1.0.492
@@ -39,6 +39,7 @@
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,6 +98,7 @@
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
@@ -211,6 +213,7 @@ Files::RemoteServer.create(
211
213
  one_drive_account_type: "personal",
212
214
  azure_blob_storage_account: "storage-account-name",
213
215
  azure_blob_storage_container: "container-name",
216
+ azure_blob_storage_hierarchical_namespace: true,
214
217
  azure_blob_storage_sas_token: "storage-sas-token",
215
218
  azure_files_storage_account: "storage-account-name",
216
219
  azure_files_storage_share_name: "share-name",
@@ -275,6 +278,7 @@ Files::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
@@ -370,6 +374,7 @@ Files::RemoteServer.update(id,
370
374
  one_drive_account_type: "personal",
371
375
  azure_blob_storage_account: "storage-account-name",
372
376
  azure_blob_storage_container: "container-name",
377
+ azure_blob_storage_hierarchical_namespace: true,
373
378
  azure_blob_storage_sas_token: "storage-sas-token",
374
379
  azure_files_storage_account: "storage-account-name",
375
380
  azure_files_storage_share_name: "share-name",
@@ -435,6 +440,7 @@ Files::RemoteServer.update(id,
435
440
  * `one_drive_account_type` (string): Either personal or business_other account types
436
441
  * `azure_blob_storage_account` (string): Azure Blob Storage Account name
437
442
  * `azure_blob_storage_container` (string): Azure Blob Storage Container name
443
+ * `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
438
444
  * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
439
445
  * `azure_files_storage_account` (string): Azure File Storage Account name
440
446
  * `azure_files_storage_share_name` (string): Azure File Storage Share name
@@ -547,6 +553,7 @@ remote_server.update(
547
553
  one_drive_account_type: "personal",
548
554
  azure_blob_storage_account: "storage-account-name",
549
555
  azure_blob_storage_container: "container-name",
556
+ azure_blob_storage_hierarchical_namespace: true,
550
557
  azure_blob_storage_sas_token: "storage-sas-token",
551
558
  azure_files_storage_account: "storage-account-name",
552
559
  azure_files_storage_share_name: "share-name",
@@ -612,6 +619,7 @@ remote_server.update(
612
619
  * `one_drive_account_type` (string): Either personal or business_other account types
613
620
  * `azure_blob_storage_account` (string): Azure Blob Storage Account name
614
621
  * `azure_blob_storage_container` (string): Azure Blob Storage Container name
622
+ * `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
615
623
  * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
616
624
  * `azure_files_storage_account` (string): Azure File Storage Account name
617
625
  * `azure_files_storage_share_name` (string): Azure File Storage Share name
@@ -324,6 +324,15 @@ module Files
324
324
  @attributes[:azure_blob_storage_container] = value
325
325
  end
326
326
 
327
+ # boolean - Enable when storage account has hierarchical namespace feature enabled
328
+ def azure_blob_storage_hierarchical_namespace
329
+ @attributes[:azure_blob_storage_hierarchical_namespace]
330
+ end
331
+
332
+ def azure_blob_storage_hierarchical_namespace=(value)
333
+ @attributes[:azure_blob_storage_hierarchical_namespace] = value
334
+ end
335
+
327
336
  # string - Azure File Storage Account name
328
337
  def azure_files_storage_account
329
338
  @attributes[:azure_files_storage_account]
@@ -732,6 +741,7 @@ module Files
732
741
  # one_drive_account_type - string - Either personal or business_other account types
733
742
  # azure_blob_storage_account - string - Azure Blob Storage Account name
734
743
  # azure_blob_storage_container - string - Azure Blob Storage Container name
744
+ # azure_blob_storage_hierarchical_namespace - boolean - Enable when storage account has hierarchical namespace feature enabled
735
745
  # azure_blob_storage_sas_token - string - Shared Access Signature (SAS) token
736
746
  # azure_files_storage_account - string - Azure File Storage Account name
737
747
  # azure_files_storage_share_name - string - Azure File Storage Share name
@@ -932,6 +942,7 @@ module Files
932
942
  # one_drive_account_type - string - Either personal or business_other account types
933
943
  # azure_blob_storage_account - string - Azure Blob Storage Account name
934
944
  # azure_blob_storage_container - string - Azure Blob Storage Container name
945
+ # azure_blob_storage_hierarchical_namespace - boolean - Enable when storage account has hierarchical namespace feature enabled
935
946
  # azure_blob_storage_sas_token - string - Shared Access Signature (SAS) token
936
947
  # azure_files_storage_account - string - Azure File Storage Account name
937
948
  # azure_files_storage_share_name - string - Azure File Storage Share name
@@ -1096,6 +1107,7 @@ module Files
1096
1107
  # one_drive_account_type - string - Either personal or business_other account types
1097
1108
  # azure_blob_storage_account - string - Azure Blob Storage Account name
1098
1109
  # azure_blob_storage_container - string - Azure Blob Storage Container name
1110
+ # azure_blob_storage_hierarchical_namespace - boolean - Enable when storage account has hierarchical namespace feature enabled
1099
1111
  # azure_blob_storage_sas_token - string - Shared Access Signature (SAS) token
1100
1112
  # azure_files_storage_account - string - Azure File Storage Account name
1101
1113
  # azure_files_storage_share_name - string - Azure File Storage Share name
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.0.491"
4
+ VERSION = "1.0.492"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.491
4
+ version: 1.0.492
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-21 00:00:00.000000000 Z
11
+ date: 2023-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable