-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
edit all authentication files and add a test (#13355)
* edit all authentication files and add a test * rerecord test to fix ci * re-record
- Loading branch information
1 parent
902b5e8
commit 077e344
Showing
8 changed files
with
736 additions
and
48 deletions.
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
104 changes: 104 additions & 0 deletions
104
...torage-blob/tests/recordings/test_common_blob_async.test_create_blob_with_equal_sign.yaml
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,104 @@ | ||
interactions: | ||
- request: | ||
body: null | ||
headers: | ||
User-Agent: | ||
- azsdk-python-storage-blob/12.4.0b1 Python/3.7.3 (Windows-10-10.0.19041-SP0) | ||
x-ms-date: | ||
- Thu, 27 Aug 2020 01:48:41 GMT | ||
x-ms-version: | ||
- '2019-12-12' | ||
method: PUT | ||
uri: https://storagename.blob.core.windows.net/utcontainer775c1685?timeout=5&restype=container | ||
response: | ||
body: | ||
string: '' | ||
headers: | ||
content-length: '0' | ||
date: Thu, 27 Aug 2020 01:48:40 GMT | ||
etag: '"0x8D84A2B5357BF80"' | ||
last-modified: Thu, 27 Aug 2020 01:48:41 GMT | ||
server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 | ||
x-ms-version: '2019-12-12' | ||
status: | ||
code: 201 | ||
message: Created | ||
url: https://emilyeuap.blob.core.windows.net/utcontainer775c1685?timeout=5&restype=container | ||
- request: | ||
body: ??? | ||
headers: | ||
Content-Length: | ||
- '3' | ||
Content-Type: | ||
- application/octet-stream | ||
If-None-Match: | ||
- '*' | ||
User-Agent: | ||
- azsdk-python-storage-blob/12.4.0b1 Python/3.7.3 (Windows-10-10.0.19041-SP0) | ||
x-ms-blob-type: | ||
- BlockBlob | ||
x-ms-date: | ||
- Thu, 27 Aug 2020 01:48:41 GMT | ||
x-ms-version: | ||
- '2019-12-12' | ||
method: PUT | ||
uri: https://storagename.blob.core.windows.net/utcontainer775c1685/=ques=tion! | ||
response: | ||
body: | ||
string: '' | ||
headers: | ||
content-length: '0' | ||
content-md5: DRsIw0hYkhvHxmKyKKy3ug== | ||
date: Thu, 27 Aug 2020 01:48:40 GMT | ||
etag: '"0x8D84A2B536556A6"' | ||
last-modified: Thu, 27 Aug 2020 01:48:41 GMT | ||
server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 | ||
x-ms-content-crc64: VtoDJyOMw/A= | ||
x-ms-request-server-encrypted: 'true' | ||
x-ms-version: '2019-12-12' | ||
x-ms-version-id: '2020-08-27T01:48:41.6124582Z' | ||
status: | ||
code: 201 | ||
message: Created | ||
url: https://emilyeuap.blob.core.windows.net/utcontainer775c1685/=ques=tion! | ||
- request: | ||
body: null | ||
headers: | ||
Accept: | ||
- application/xml | ||
User-Agent: | ||
- azsdk-python-storage-blob/12.4.0b1 Python/3.7.3 (Windows-10-10.0.19041-SP0) | ||
x-ms-date: | ||
- Thu, 27 Aug 2020 01:48:41 GMT | ||
x-ms-range: | ||
- bytes=0-33554431 | ||
x-ms-version: | ||
- '2019-12-12' | ||
method: GET | ||
uri: https://storagename.blob.core.windows.net/utcontainer775c1685/=ques=tion! | ||
response: | ||
body: | ||
string: ??? | ||
headers: | ||
accept-ranges: bytes | ||
content-length: '3' | ||
content-range: bytes 0-2/3 | ||
content-type: application/octet-stream | ||
date: Thu, 27 Aug 2020 01:48:41 GMT | ||
etag: '"0x8D84A2B536556A6"' | ||
last-modified: Thu, 27 Aug 2020 01:48:41 GMT | ||
server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 | ||
x-ms-blob-content-md5: DRsIw0hYkhvHxmKyKKy3ug== | ||
x-ms-blob-type: BlockBlob | ||
x-ms-creation-time: Thu, 27 Aug 2020 01:48:41 GMT | ||
x-ms-is-current-version: 'true' | ||
x-ms-lease-state: available | ||
x-ms-lease-status: unlocked | ||
x-ms-server-encrypted: 'true' | ||
x-ms-version: '2019-12-12' | ||
x-ms-version-id: '2020-08-27T01:48:41.6124582Z' | ||
status: | ||
code: 206 | ||
message: Partial Content | ||
url: https://emilyeuap.blob.core.windows.net/utcontainer775c1685/=ques=tion! | ||
version: 1 |
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
Oops, something went wrong.