You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-common/src/test/java/com/azure/storage/common/implementation/SasImplUtilsTests.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/sas/DataLakeServiceSasSignatureValues.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -484,6 +484,8 @@ public DataLakeServiceSasSignatureValues setDelegatedUserObjectId(String delegat
484
484
* Optional. Beginning in version 2026-04-06, this value specifies Custom Request Headers to include in the SAS.
485
485
* Any usage of the SAS must include these headers and values in the request.
486
486
*
487
+
* <p>Note: This parameter is only valid for user delegation SAS. </p>
488
+
*
487
489
* @return The custom request headers to be set when the SAS is used.
488
490
*/
489
491
publicMap<String, String> getRequestHeaders() {
@@ -494,6 +496,8 @@ public Map<String, String> getRequestHeaders() {
494
496
* Optional. Beginning in version 2026-04-06, this value specifies Custom Request Headers to include in the SAS.
495
497
* Any usage of the SAS must include these headers and values in the request.
496
498
*
499
+
* <p>Note: This parameter is only valid for user delegation SAS. </p>
500
+
*
497
501
* @param requestHeaders The custom request headers to be set when the SAS is used.
498
502
* @return the updated DataLakeServiceSasSignatureValues object
499
503
*/
@@ -506,6 +510,8 @@ public DataLakeServiceSasSignatureValues setRequestHeaders(Map<String, String> r
506
510
* Optional. Beginning in version 2026-04-06, this value specifies Custom Request Query Parameters to include in
507
511
* the SAS. Any usage of the SAS must include these query parameters and values in the request.
508
512
*
513
+
* <p>Note: This parameter is only valid for user delegation SAS. </p>
514
+
*
509
515
* @return The custom query parameters to be set when the SAS is used.
0 commit comments