forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Storage] Deprecated SAS version fix. (Azure#22321)
* fix live tests. * remember about blobs.
- Loading branch information
1 parent
1a92fbe
commit 00c4e98
Showing
3 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
...rc/test/resources/session-records/SasClientTestsRememberAboutStringToSignDeprecation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"networkCallRecords" : [ { | ||
"Method" : "PUT", | ||
"Uri" : "https://REDACTED.blob.core.windows.net/b42ece0b0b42ece0b9ee39361ac816bd27b5a41c888b?restype=container", | ||
"Headers" : { | ||
"x-ms-version" : "2020-08-04", | ||
"User-Agent" : "azsdk-java-azure-storage-blob/12.13.0-beta.1 (11; Windows 10; 10.0)", | ||
"x-ms-client-request-id" : "1b262853-8df9-4b1c-bc1b-008f06123c87" | ||
}, | ||
"Response" : { | ||
"content-length" : "0", | ||
"x-ms-version" : "2020-08-04", | ||
"Server" : "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0", | ||
"eTag" : "0x8D930DC6D95B38C", | ||
"Last-Modified" : "Wed, 16 Jun 2021 15:35:53 GMT", | ||
"retry-after" : "0", | ||
"StatusCode" : "201", | ||
"x-ms-request-id" : "b56ba961-b01e-005c-3ec5-629fe9000000", | ||
"x-ms-client-request-id" : "1b262853-8df9-4b1c-bc1b-008f06123c87", | ||
"Date" : "Wed, 16 Jun 2021 15:35:53 GMT" | ||
}, | ||
"Exception" : null | ||
}, { | ||
"Method" : "PUT", | ||
"Uri" : "https://REDACTED.blob.core.windows.net/b42ece0b0b42ece0b9ee39361ac816bd27b5a41c888b/b42ece0b1b42ece0b9ee4800196aa4fe2648d4fbc958", | ||
"Headers" : { | ||
"x-ms-version" : "2020-08-04", | ||
"User-Agent" : "azsdk-java-azure-storage-blob/12.13.0-beta.1 (11; Windows 10; 10.0)", | ||
"x-ms-client-request-id" : "046df0da-f10e-4a49-b96a-758f1fa1f561", | ||
"Content-Type" : "application/octet-stream" | ||
}, | ||
"Response" : { | ||
"content-length" : "0", | ||
"x-ms-version" : "2020-08-04", | ||
"Server" : "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0", | ||
"x-ms-content-crc64" : "6RYQPwaVsyQ=", | ||
"Last-Modified" : "Wed, 16 Jun 2021 15:35:54 GMT", | ||
"retry-after" : "0", | ||
"StatusCode" : "201", | ||
"x-ms-request-server-encrypted" : "true", | ||
"Date" : "Wed, 16 Jun 2021 15:35:53 GMT", | ||
"Content-MD5" : "wh+Wm18D0z1D4E+PE252gg==", | ||
"eTag" : "0x8D930DC6DC49B79", | ||
"x-ms-request-id" : "b56baaeb-b01e-005c-27c5-629fe9000000", | ||
"x-ms-client-request-id" : "046df0da-f10e-4a49-b96a-758f1fa1f561" | ||
}, | ||
"Exception" : null | ||
} ], | ||
"variables" : [ "b42ece0b0b42ece0b9ee39361ac816bd27b5a41c888b", "b42ece0b1b42ece0b9ee4800196aa4fe2648d4fbc958", "2021-06-16T15:35:54.361036200Z" ] | ||
} |