From 4815a9cff65158a8500c2d3b2255065409fccb67 Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:49:47 +0800 Subject: [PATCH 1/3] no need to encode str to utf-8 as it will become bytes instead --- src/azure-cli/azure/cli/command_modules/storage/util.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/storage/util.py b/src/azure-cli/azure/cli/command_modules/storage/util.py index 57efb0f6ca8..0b80fdc49b1 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/util.py +++ b/src/azure-cli/azure/cli/command_modules/storage/util.py @@ -44,10 +44,7 @@ def collect_blob_objects(blob_service, container, pattern=None): else: blobs = container_client.list_blobs() for blob in blobs: - try: - blob_name = blob.name.encode('utf-8') if isinstance(blob.name, str) else blob.name - except NameError: - blob_name = blob.name + blob_name = blob.name if not pattern or _match_path(blob_name, pattern): yield blob_name, blob From 6ad083b03b9e8414fd0116d9fec910d8202e66f5 Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:22:43 +0800 Subject: [PATCH 2/3] move batch-download test to non-live test --- ...storage_blob_batch_download_scenarios.yaml | 16531 ++++++++++++++++ .../latest/test_storage_batch_operations.py | 161 +- 2 files changed, 16614 insertions(+), 78 deletions(-) create mode 100644 src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_download_scenarios.yaml diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_download_scenarios.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_download_scenarios.yaml new file mode 100644 index 00000000000..661ed92c8d3 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_download_scenarios.yaml @@ -0,0 +1,16531 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:05:30 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 09:05:31 GMT + etag: + - '"0x8DDF1125C31BDA0"' + last-modified: + - Thu, 11 Sep 2025 09:05:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:31 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 09:05:32 GMT + etag: + - '"0x8DDF1125CE46A2A"' + last-modified: + - Thu, 11 Sep 2025 09:05:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:32 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + date: + - Thu, 11 Sep 2025 09:05:33 GMT + etag: + - '"0x8DDF1125D857437"' + last-modified: + - Thu, 11 Sep 2025 09:05:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 34ssnT2CdrQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:33 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sgCvynOegFFNSA3aAyt4sw== + date: + - Thu, 11 Sep 2025 09:05:33 GMT + etag: + - '"0x8DDF1125E1F0542"' + last-modified: + - Thu, 11 Sep 2025 09:05:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - pgIZrfVyGMs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:34 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - nIva7TAoVCa1kv0BYs7gUg== + date: + - Thu, 11 Sep 2025 09:05:35 GMT + etag: + - '"0x8DDF1125EB86F4C"' + last-modified: + - Thu, 11 Sep 2025 09:05:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - LZlH/a1jq0o= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:35 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - I4uSTT6wu6uROpf7bexopA== + date: + - Thu, 11 Sep 2025 09:05:36 GMT + etag: + - '"0x8DDF1125F529C8B"' + last-modified: + - Thu, 11 Sep 2025 09:05:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - VBByzWWTxTU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:36 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - kl6b7glELc7kzVJsZxcaTQ== + date: + - Thu, 11 Sep 2025 09:05:36 GMT + etag: + - '"0x8DDF1125FF04BAC"' + last-modified: + - Thu, 11 Sep 2025 09:05:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - UD1tBU5nFH0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:37 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - tYFnoIqEliqVDV4Kqgrm/g== + date: + - Thu, 11 Sep 2025 09:05:38 GMT + etag: + - '"0x8DDF112608BFF4B"' + last-modified: + - Thu, 11 Sep 2025 09:05:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - KbRYNYaXegI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:38 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - qgAcEm0QaVI4tBp87g4/Tw== + date: + - Thu, 11 Sep 2025 09:05:39 GMT + etag: + - '"0x8DDF11261289D29"' + last-modified: + - Thu, 11 Sep 2025 09:05:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - oi8GZd6GyYM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:40 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Z5ncFfHP7iDHimP9B2ma7A== + date: + - Thu, 11 Sep 2025 09:05:40 GMT + etag: + - '"0x8DDF11261C5B026"' + last-modified: + - Thu, 11 Sep 2025 09:05:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 26YzVRZ2p/w= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:41 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SqFE18ci5wNGFNkcFw0RGw== + date: + - Thu, 11 Sep 2025 09:05:41 GMT + etag: + - '"0x8DDF112625C8284"' + last-modified: + - Thu, 11 Sep 2025 09:05:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qnU49YluahI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:42 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 4jjsdlYrE7G+HBY4dbsaow== + date: + - Thu, 11 Sep 2025 09:05:42 GMT + etag: + - '"0x8DDF11262F74BE3"' + last-modified: + - Thu, 11 Sep 2025 09:05:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0/wNxUGeBG0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:43 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ml2l6FHXdghiN6H9FlNv1g== + date: + - Thu, 11 Sep 2025 09:05:42 GMT + etag: + - '"0x8DDF112638B868F"' + last-modified: + - Thu, 11 Sep 2025 09:05:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - UXPLDP8pEK4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:44 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - kQDVCPD+jIIGPl8HuO0rBA== + date: + - Thu, 11 Sep 2025 09:05:44 GMT + etag: + - '"0x8DDF112642A1FF6"' + last-modified: + - Thu, 11 Sep 2025 09:05:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - KPr+PDfZftE= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:45 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ntvtVTa+QVlguO/fV41+yw== + date: + - Thu, 11 Sep 2025 09:05:45 GMT + etag: + - '"0x8DDF11264C6BDD0"' + last-modified: + - Thu, 11 Sep 2025 09:05:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2GgbG/IzVA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:46 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - B0qWjEVDxNElLgGg/tOZiw== + date: + - Thu, 11 Sep 2025 09:05:46 GMT + etag: + - '"0x8DDF112655E054B"' + last-modified: + - Thu, 11 Sep 2025 09:05:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2uiVXKc4oy8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:47 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 6bF1V2Uh6qyRzKzi/70Rpw== + date: + - Thu, 11 Sep 2025 09:05:47 GMT + etag: + - '"0x8DDF11265F8F5C2"' + last-modified: + - Thu, 11 Sep 2025 09:05:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 3sWKlIzMcmc= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - uWF3WJgTu9Rn4oZEAd4jiw== + date: + - Thu, 11 Sep 2025 09:05:48 GMT + etag: + - '"0x8DDF11266940D37"' + last-modified: + - Thu, 11 Sep 2025 09:05:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - p0y/pEQ8HBg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 6V1N9wvR9l6nHbffZsSopw== + date: + - Thu, 11 Sep 2025 09:05:49 GMT + etag: + - '"0x8DDF112672B2DAA"' + last-modified: + - Thu, 11 Sep 2025 09:05:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - LNfh9Bwtr5k= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 6OzbM6ngIcG4Rx/WjZAYBg== + date: + - Thu, 11 Sep 2025 09:05:50 GMT + etag: + - '"0x8DDF11267BF8F60"' + last-modified: + - Thu, 11 Sep 2025 09:05:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - VV7UxNTdweY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - kMSYTJ/9yYLU/t4KjZ/LtQ== + date: + - Thu, 11 Sep 2025 09:05:51 GMT + etag: + - '"0x8DDF11268585D40"' + last-modified: + - Thu, 11 Sep 2025 09:05:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JI3fZEvFDAg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RITc6C2DpaUd+i9kFN7vmQ== + date: + - Thu, 11 Sep 2025 09:05:52 GMT + etag: + - '"0x8DDF11268F23C69"' + last-modified: + - Thu, 11 Sep 2025 09:05:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQTqVIM1Ync= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 5sCx8lyA2M7KWQB1HO77Iw== + date: + - Thu, 11 Sep 2025 09:05:53 GMT + etag: + - '"0x8DDF11269862905"' + last-modified: + - Thu, 11 Sep 2025 09:05:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - neFdpCylhYg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HmBtDssLhXBO4OlOD5pk8A== + date: + - Thu, 11 Sep 2025 09:05:54 GMT + etag: + - '"0x8DDF1126A1A63B2"' + last-modified: + - Thu, 11 Sep 2025 09:05:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5GholORV6/c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BNMfQ+D8Qw9EusdvMqz7sQ== + date: + - Thu, 11 Sep 2025 09:05:54 GMT + etag: + - '"0x8DDF1126AAD8D17"' + last-modified: + - Thu, 11 Sep 2025 09:05:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b/M2xLxEWHY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:55 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - daJTvInerpLcFGX0h4lMtQ== + date: + - Thu, 11 Sep 2025 09:05:56 GMT + etag: + - '"0x8DDF1126B41EECF"' + last-modified: + - Thu, 11 Sep 2025 09:05:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FnoD9HS0Ngk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:56 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZNwo/uHTzfWxZnEjmKCg2g== + date: + - Thu, 11 Sep 2025 09:05:57 GMT + etag: + - '"0x8DDF1126BD788DC"' + last-modified: + - Thu, 11 Sep 2025 09:05:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ElccPF9A50E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:57 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /aCGrN6qbN/FSRfKV6Ak7A== + date: + - Thu, 11 Sep 2025 09:05:58 GMT + etag: + - '"0x8DDF1126C6C119C"' + last-modified: + - Thu, 11 Sep 2025 09:05:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - a94pDJewiT4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:58 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Mpv1rw6zdGUv9FSCo9xzLw== + date: + - Thu, 11 Sep 2025 09:05:59 GMT + etag: + - '"0x8DDF1126D038028"' + last-modified: + - Thu, 11 Sep 2025 09:05:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4EV3XM+hOr8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:05:59 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 5ZV/1DOYmTFkDADVGcFEiA== + date: + - Thu, 11 Sep 2025 09:05:59 GMT + etag: + - '"0x8DDF1126D996840"' + last-modified: + - Thu, 11 Sep 2025 09:06:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mcxCbAdRVMA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:00 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - rvmyfFzqdJMagEsoN4aXYg== + date: + - Thu, 11 Sep 2025 09:06:01 GMT + etag: + - '"0x8DDF1126E3542F0"' + last-modified: + - Thu, 11 Sep 2025 09:06:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 6B9JzJhJmS4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:01 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - FhWC2bBfwVsghdqypK/g2g== + date: + - Thu, 11 Sep 2025 09:06:01 GMT + etag: + - '"0x8DDF1126ED2CB0A"' + last-modified: + - Thu, 11 Sep 2025 09:06:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - kZZ8/FC591E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:02 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - H51Ck5c9NW1eUxLCf/TiSg== + date: + - Thu, 11 Sep 2025 09:06:03 GMT + etag: + - '"0x8DDF1126F74E659"' + last-modified: + - Thu, 11 Sep 2025 09:06:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - lpBAjvSkq/4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:04 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Ac40Li8h+yq7sa1GEymqgQ== + date: + - Thu, 11 Sep 2025 09:06:04 GMT + etag: + - '"0x8DDF1127015F05E"' + last-modified: + - Thu, 11 Sep 2025 09:06:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 7xl1vjxUxYE= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:05 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /TMEd0KkjVVbMoPRKl59dA== + date: + - Thu, 11 Sep 2025 09:06:05 GMT + etag: + - '"0x8DDF11270B57400"' + last-modified: + - Thu, 11 Sep 2025 09:06:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZIIr7mRFdgA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:06 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 3FHBUNOjrPSR8yNmQ426cw== + date: + - Thu, 11 Sep 2025 09:06:06 GMT + etag: + - '"0x8DDF112714CE282"' + last-modified: + - Thu, 11 Sep 2025 09:06:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HQse3qy1GH8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:07 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - m9nC2CDnUn2TKdSaYm1Ucg== + date: + - Thu, 11 Sep 2025 09:06:07 GMT + etag: + - '"0x8DDF11271E38DD5"' + last-modified: + - Thu, 11 Sep 2025 09:06:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - GSYBFodByTc= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:08 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - el+5kkqWo29Kx2JvieEfmA== + date: + - Thu, 11 Sep 2025 09:06:08 GMT + etag: + - '"0x8DDF112727E5738"' + last-modified: + - Thu, 11 Sep 2025 09:06:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - YK80Jk+xp0g= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:09 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - QaMngcQF2w9HxPI2e/4h4A== + date: + - Thu, 11 Sep 2025 09:06:09 GMT + etag: + - '"0x8DDF11273148D6A"' + last-modified: + - Thu, 11 Sep 2025 09:06:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 6zRqdhegFMk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:10 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - n4oD0KICCe8PR3fZ5Hbokw== + date: + - Thu, 11 Sep 2025 09:06:09 GMT + etag: + - '"0x8DDF11273AAC39E"' + last-modified: + - Thu, 11 Sep 2025 09:06:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - kr1fRt9QerY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:11 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ryWc/g0jYF+/KT4yN4mJsA== + date: + - Thu, 11 Sep 2025 09:06:11 GMT + etag: + - '"0x8DDF1127441BD07"' + last-modified: + - Thu, 11 Sep 2025 09:06:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 425U5kBIt1g= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:12 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - tjg+/hs6KHTP2KPQoqLaYA== + date: + - Thu, 11 Sep 2025 09:06:12 GMT + etag: + - '"0x8DDF11274E278F5"' + last-modified: + - Thu, 11 Sep 2025 09:06:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mudh1oi42Sc= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:13 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/readme + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:a9913a16-d01e-0024-7dfb-220c43000000\nTime:2025-09-11T09:06:13.9682248Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:14 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:4f2b91b5-b01e-0095-21fb-22f43e000000\nTime:2025-09-11T09:06:14.9597788Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:15 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:64e70f55-c01e-0056-5afb-227d7d000000\nTime:2025-09-11T09:06:15.9335839Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:16 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:0efb3425-901e-006c-1bfb-223ede000000\nTime:2025-09-11T09:06:16.9501855Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:17 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:98aed4e9-001e-0087-53fb-22c022000000\nTime:2025-09-11T09:06:17.9450319Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:18 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:53d2dbe3-901e-004e-50fb-2250e8000000\nTime:2025-09-11T09:06:18.9489397Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:19 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:64e71a4a-c01e-0056-5efb-227d7d000000\nTime:2025-09-11T09:06:19.9082848Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:20 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:71e9e699-101e-0039-39fb-22d5a9000000\nTime:2025-09-11T09:06:20.8809681Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:21 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:52bd69c6-601e-0097-10fb-22f6c4000000\nTime:2025-09-11T09:06:21.8992464Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:22 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:ca923fa9-001e-00a5-54fb-22ae14000000\nTime:2025-09-11T09:06:22.8921407Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:23 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:d4b3776f-401e-0065-6efb-222450000000\nTime:2025-09-11T09:06:23.9091178Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:24 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:d4b378d2-401e-0065-31fb-222450000000\nTime:2025-09-11T09:06:24.8951011Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:25 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:24033449-301e-0043-05fb-22bfe4000000\nTime:2025-09-11T09:06:25.9003149Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:26 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:cd39aa56-d01e-0049-56fb-22a66d000000\nTime:2025-09-11T09:06:26.8806058Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:27 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:6d0f247f-901e-0001-39fb-2294f0000000\nTime:2025-09-11T09:06:27.8595311Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:28 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:4923a06c-701e-0083-0afb-2235a0000000\nTime:2025-09-11T09:06:28.8195483Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:28 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:756a7c58-701e-0022-29fb-22fb3b000000\nTime:2025-09-11T09:06:29.8034368Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:29 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:1c366be6-b01e-0034-1cfb-223aa5000000\nTime:2025-09-11T09:06:30.7840168Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:30 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:b98f51e3-101e-001b-25fb-22bb9f000000\nTime:2025-09-11T09:06:31.8399848Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:31 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:a3ee37ac-101e-0098-05fb-221b32000000\nTime:2025-09-11T09:06:32.9051367Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:33 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:ae29a659-901e-0023-57fb-22fac6000000\nTime:2025-09-11T09:06:33.9140058Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:34 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:5eac2418-401e-0008-2dfb-228e7e000000\nTime:2025-09-11T09:06:34.8902312Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:35 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:60ca6542-c01e-0030-6dfb-22cf27000000\nTime:2025-09-11T09:06:35.8694732Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:36 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:a1874947-901e-00a0-2ffb-225a6b000000\nTime:2025-09-11T09:06:36.8467727Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:37 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:944aa6d9-701e-0044-7dfb-224961000000\nTime:2025-09-11T09:06:37.8334409Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:37 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:7960083e-301e-008f-49fb-22db51000000\nTime:2025-09-11T09:06:38.8194533Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:38 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:a9918372-d01e-0024-1ffb-220c43000000\nTime:2025-09-11T09:06:39.7888364Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:39 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:a26c41f5-101e-005f-4ffb-2267f3000000\nTime:2025-09-11T09:06:40.7661467Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:40 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:9620cb0e-d01e-0060-1ffb-22d02f000000\nTime:2025-09-11T09:06:41.7380527Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:41 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:5eac4629-401e-0008-60fb-228e7e000000\nTime:2025-09-11T09:06:42.7150953Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:42 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:52bdadeb-601e-0097-21fb-22f6c4000000\nTime:2025-09-11T09:06:43.6739795Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:43 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:0ee2c701-d01e-000d-60fb-227a01000000\nTime:2025-09-11T09:06:44.6628934Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:44 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:e9fffb44-901e-000a-01fb-228c84000000\nTime:2025-09-11T09:06:45.6441627Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:45 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:d6b157c6-301e-0025-21fb-220dbe000000\nTime:2025-09-11T09:06:46.6508150Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:46 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:1c36a9c6-b01e-0034-70fb-223aa5000000\nTime:2025-09-11T09:06:47.6426824Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:47 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:5efa1e3c-e01e-000e-33fb-227906000000\nTime:2025-09-11T09:06:48.6219638Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:2020b887-f01e-0038-29fb-22d454000000\nTime:2025-09-11T09:06:49.6076604Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:8bd67b81-601e-0079-02fb-22fc47000000\nTime:2025-09-11T09:06:50.5594158Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:6cba9450-401e-0047-60fb-224a66000000\nTime:2025-09-11T09:06:51.5515016Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:5d3991be-501e-0071-74fb-22e734000000\nTime:2025-09-11T09:06:52.5632760Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --max-connections --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 + response: + body: + string: "\uFEFFBlobAlreadyExistsThe + specified blob already exists.\nRequestId:9713e5bb-c01e-009a-31fb-2219c8000000\nTime:2025-09-11T09:06:53.5408139Z" + headers: + content-length: + - '218' + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:06:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - BlobAlreadyExists + x-ms-version: + - '2022-11-02' + status: + code: 409 + message: The specified blob already exists. +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 09:06:53 GMT + etag: + - '"0x8DDF1128DBB0FA7"' + last-modified: + - Thu, 11 Sep 2025 09:06:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + date: + - Thu, 11 Sep 2025 09:06:54 GMT + etag: + - '"0x8DDF1128E50F7AA"' + last-modified: + - Thu, 11 Sep 2025 09:06:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 34ssnT2CdrQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:55 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sgCvynOegFFNSA3aAyt4sw== + date: + - Thu, 11 Sep 2025 09:06:56 GMT + etag: + - '"0x8DDF1128EE88D32"' + last-modified: + - Thu, 11 Sep 2025 09:06:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - pgIZrfVyGMs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:56 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - nIva7TAoVCa1kv0BYs7gUg== + date: + - Thu, 11 Sep 2025 09:06:56 GMT + etag: + - '"0x8DDF1128F7B1A6C"' + last-modified: + - Thu, 11 Sep 2025 09:06:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - LZlH/a1jq0o= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:57 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - I4uSTT6wu6uROpf7bexopA== + date: + - Thu, 11 Sep 2025 09:06:57 GMT + etag: + - '"0x8DDF112900E43C6"' + last-modified: + - Thu, 11 Sep 2025 09:06:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - VBByzWWTxTU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:58 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - kl6b7glELc7kzVJsZxcaTQ== + date: + - Thu, 11 Sep 2025 09:06:59 GMT + etag: + - '"0x8DDF11290A75FB1"' + last-modified: + - Thu, 11 Sep 2025 09:06:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - UD1tBU5nFH0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:06:59 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - tYFnoIqEliqVDV4Kqgrm/g== + date: + - Thu, 11 Sep 2025 09:07:00 GMT + etag: + - '"0x8DDF112913F4350"' + last-modified: + - Thu, 11 Sep 2025 09:07:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - KbRYNYaXegI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:00 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - qgAcEm0QaVI4tBp87g4/Tw== + date: + - Thu, 11 Sep 2025 09:07:01 GMT + etag: + - '"0x8DDF11291D6B1C7"' + last-modified: + - Thu, 11 Sep 2025 09:07:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - oi8GZd6GyYM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:01 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Z5ncFfHP7iDHimP9B2ma7A== + date: + - Thu, 11 Sep 2025 09:07:02 GMT + etag: + - '"0x8DDF1129270DEFA"' + last-modified: + - Thu, 11 Sep 2025 09:07:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 26YzVRZ2p/w= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:02 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SqFE18ci5wNGFNkcFw0RGw== + date: + - Thu, 11 Sep 2025 09:07:02 GMT + etag: + - '"0x8DDF112930540B2"' + last-modified: + - Thu, 11 Sep 2025 09:07:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qnU49YluahI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:03 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 4jjsdlYrE7G+HBY4dbsaow== + date: + - Thu, 11 Sep 2025 09:07:04 GMT + etag: + - '"0x8DDF1129398B81F"' + last-modified: + - Thu, 11 Sep 2025 09:07:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0/wNxUGeBG0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:04 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ml2l6FHXdghiN6H9FlNv1g== + date: + - Thu, 11 Sep 2025 09:07:05 GMT + etag: + - '"0x8DDF112942DDD00"' + last-modified: + - Thu, 11 Sep 2025 09:07:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - UXPLDP8pEK4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:05 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - kQDVCPD+jIIGPl8HuO0rBA== + date: + - Thu, 11 Sep 2025 09:07:05 GMT + etag: + - '"0x8DDF11294C23EB0"' + last-modified: + - Thu, 11 Sep 2025 09:07:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - KPr+PDfZftE= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:06 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ntvtVTa+QVlguO/fV41+yw== + date: + - Thu, 11 Sep 2025 09:07:06 GMT + etag: + - '"0x8DDF11295571582"' + last-modified: + - Thu, 11 Sep 2025 09:07:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2GgbG/IzVA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:07 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - B0qWjEVDxNElLgGg/tOZiw== + date: + - Thu, 11 Sep 2025 09:07:07 GMT + etag: + - '"0x8DDF11295EB9E39"' + last-modified: + - Thu, 11 Sep 2025 09:07:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2uiVXKc4oy8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:08 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 6bF1V2Uh6qyRzKzi/70Rpw== + date: + - Thu, 11 Sep 2025 09:07:08 GMT + etag: + - '"0x8DDF11296807508"' + last-modified: + - Thu, 11 Sep 2025 09:07:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 3sWKlIzMcmc= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:09 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - uWF3WJgTu9Rn4oZEAd4jiw== + date: + - Thu, 11 Sep 2025 09:07:09 GMT + etag: + - '"0x8DDF1129716AB33"' + last-modified: + - Thu, 11 Sep 2025 09:07:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - p0y/pEQ8HBg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:10 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 6V1N9wvR9l6nHbffZsSopw== + date: + - Thu, 11 Sep 2025 09:07:10 GMT + etag: + - '"0x8DDF11297ABF721"' + last-modified: + - Thu, 11 Sep 2025 09:07:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - LNfh9Bwtr5k= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:11 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 6OzbM6ngIcG4Rx/WjZAYBg== + date: + - Thu, 11 Sep 2025 09:07:11 GMT + etag: + - '"0x8DDF11298419130"' + last-modified: + - Thu, 11 Sep 2025 09:07:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - VV7UxNTdweY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:12 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - kMSYTJ/9yYLU/t4KjZ/LtQ== + date: + - Thu, 11 Sep 2025 09:07:12 GMT + etag: + - '"0x8DDF11298D667F8"' + last-modified: + - Thu, 11 Sep 2025 09:07:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JI3fZEvFDAg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:13 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RITc6C2DpaUd+i9kFN7vmQ== + date: + - Thu, 11 Sep 2025 09:07:13 GMT + etag: + - '"0x8DDF1129968F52D"' + last-modified: + - Thu, 11 Sep 2025 09:07:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQTqVIM1Ync= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:14 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 5sCx8lyA2M7KWQB1HO77Iw== + date: + - Thu, 11 Sep 2025 09:07:14 GMT + etag: + - '"0x8DDF11299FB5B58"' + last-modified: + - Thu, 11 Sep 2025 09:07:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - neFdpCylhYg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:15 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HmBtDssLhXBO4OlOD5pk8A== + date: + - Thu, 11 Sep 2025 09:07:16 GMT + etag: + - '"0x8DDF1129A9699D2"' + last-modified: + - Thu, 11 Sep 2025 09:07:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5GholORV6/c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:16 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BNMfQ+D8Qw9EusdvMqz7sQ== + date: + - Thu, 11 Sep 2025 09:07:16 GMT + etag: + - '"0x8DDF1129B2E2F5D"' + last-modified: + - Thu, 11 Sep 2025 09:07:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b/M2xLxEWHY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:17 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - daJTvInerpLcFGX0h4lMtQ== + date: + - Thu, 11 Sep 2025 09:07:17 GMT + etag: + - '"0x8DDF1129BC269FF"' + last-modified: + - Thu, 11 Sep 2025 09:07:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FnoD9HS0Ngk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:18 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZNwo/uHTzfWxZnEjmKCg2g== + date: + - Thu, 11 Sep 2025 09:07:19 GMT + etag: + - '"0x8DDF1129C578EE4"' + last-modified: + - Thu, 11 Sep 2025 09:07:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ElccPF9A50E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:19 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /aCGrN6qbN/FSRfKV6Ak7A== + date: + - Thu, 11 Sep 2025 09:07:19 GMT + etag: + - '"0x8DDF1129CF1E322"' + last-modified: + - Thu, 11 Sep 2025 09:07:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - a94pDJewiT4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:20 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Mpv1rw6zdGUv9FSCo9xzLw== + date: + - Thu, 11 Sep 2025 09:07:20 GMT + etag: + - '"0x8DDF1129D8692E7"' + last-modified: + - Thu, 11 Sep 2025 09:07:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4EV3XM+hOr8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:21 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 5ZV/1DOYmTFkDADVGcFEiA== + date: + - Thu, 11 Sep 2025 09:07:21 GMT + etag: + - '"0x8DDF1129E1C05DE"' + last-modified: + - Thu, 11 Sep 2025 09:07:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mcxCbAdRVMA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:22 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - rvmyfFzqdJMagEsoN4aXYg== + date: + - Thu, 11 Sep 2025 09:07:22 GMT + etag: + - '"0x8DDF1129EADF6F1"' + last-modified: + - Thu, 11 Sep 2025 09:07:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 6B9JzJhJmS4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:23 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - FhWC2bBfwVsghdqypK/g2g== + date: + - Thu, 11 Sep 2025 09:07:23 GMT + etag: + - '"0x8DDF1129F440612"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - kZZ8/FC591E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:24 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - H51Ck5c9NW1eUxLCf/TiSg== + date: + - Thu, 11 Sep 2025 09:07:24 GMT + etag: + - '"0x8DDF1129FD8B5D6"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - lpBAjvSkq/4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:25 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Ac40Li8h+yq7sa1GEymqgQ== + date: + - Thu, 11 Sep 2025 09:07:25 GMT + etag: + - '"0x8DDF112A0730A19"' + last-modified: + - Thu, 11 Sep 2025 09:07:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 7xl1vjxUxYE= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:26 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /TMEd0KkjVVbMoPRKl59dA== + date: + - Thu, 11 Sep 2025 09:07:26 GMT + etag: + - '"0x8DDF112A10B14BA"' + last-modified: + - Thu, 11 Sep 2025 09:07:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZIIr7mRFdgA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:27 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 3FHBUNOjrPSR8yNmQ426cw== + date: + - Thu, 11 Sep 2025 09:07:27 GMT + etag: + - '"0x8DDF112A1A875C4"' + last-modified: + - Thu, 11 Sep 2025 09:07:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HQse3qy1GH8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:28 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - m9nC2CDnUn2TKdSaYm1Ucg== + date: + - Thu, 11 Sep 2025 09:07:28 GMT + etag: + - '"0x8DDF112A23FE441"' + last-modified: + - Thu, 11 Sep 2025 09:07:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - GSYBFodByTc= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:29 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - el+5kkqWo29Kx2JvieEfmA== + date: + - Thu, 11 Sep 2025 09:07:29 GMT + etag: + - '"0x8DDF112A2D46D00"' + last-modified: + - Thu, 11 Sep 2025 09:07:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - YK80Jk+xp0g= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:30 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - QaMngcQF2w9HxPI2e/4h4A== + date: + - Thu, 11 Sep 2025 09:07:30 GMT + etag: + - '"0x8DDF112A369B8F0"' + last-modified: + - Thu, 11 Sep 2025 09:07:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 6zRqdhegFMk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:31 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - n4oD0KICCe8PR3fZ5Hbokw== + date: + - Thu, 11 Sep 2025 09:07:31 GMT + etag: + - '"0x8DDF112A3FBD10E"' + last-modified: + - Thu, 11 Sep 2025 09:07:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - kr1fRt9QerY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:32 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ryWc/g0jYF+/KT4yN4mJsA== + date: + - Thu, 11 Sep 2025 09:07:32 GMT + etag: + - '"0x8DDF112A4922E3B"' + last-modified: + - Thu, 11 Sep 2025 09:07:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 425U5kBIt1g= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --max-connections --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:07:33 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - tjg+/hs6KHTP2KPQoqLaYA== + date: + - Thu, 11 Sep 2025 09:07:33 GMT + etag: + - '"0x8DDF112A53A3C0E"' + last-modified: + - Thu, 11 Sep 2025 09:07:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mudh1oi42Sc= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:34 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 + GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 + GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 + GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 + GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 + GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 + GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 + GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 + GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 + GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 + GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 + GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 + GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 + GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 + GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 + GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 + GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 + GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 + GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 + GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 + GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 + GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 + GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 + GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 + GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 + GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 + GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 + GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 + GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 + GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 + GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 + GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 + GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 + GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 + GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 + GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 + GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:07:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:35 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:36 GMT + etag: + - '"0x8DDF1128E50F7AA"' + last-modified: + - Thu, 11 Sep 2025 09:06:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:33 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:36 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:36 GMT + etag: + - '"0x8DDF1128EE88D32"' + last-modified: + - Thu, 11 Sep 2025 09:06:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - sgCvynOegFFNSA3aAyt4sw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:34 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:37 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:38 GMT + etag: + - '"0x8DDF1128F7B1A6C"' + last-modified: + - Thu, 11 Sep 2025 09:06:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - nIva7TAoVCa1kv0BYs7gUg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:35 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:39 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:39 GMT + etag: + - '"0x8DDF112900E43C6"' + last-modified: + - Thu, 11 Sep 2025 09:06:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - I4uSTT6wu6uROpf7bexopA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:36 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:40 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:41 GMT + etag: + - '"0x8DDF11290A75FB1"' + last-modified: + - Thu, 11 Sep 2025 09:06:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kl6b7glELc7kzVJsZxcaTQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:37 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:41 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:41 GMT + etag: + - '"0x8DDF112913F4350"' + last-modified: + - Thu, 11 Sep 2025 09:07:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - tYFnoIqEliqVDV4Kqgrm/g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:38 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:42 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:42 GMT + etag: + - '"0x8DDF11291D6B1C7"' + last-modified: + - Thu, 11 Sep 2025 09:07:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - qgAcEm0QaVI4tBp87g4/Tw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:39 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:43 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:43 GMT + etag: + - '"0x8DDF1129270DEFA"' + last-modified: + - Thu, 11 Sep 2025 09:07:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Z5ncFfHP7iDHimP9B2ma7A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:40 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:44 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:44 GMT + etag: + - '"0x8DDF112930540B2"' + last-modified: + - Thu, 11 Sep 2025 09:07:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - SqFE18ci5wNGFNkcFw0RGw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:41 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:45 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:45 GMT + etag: + - '"0x8DDF1129398B81F"' + last-modified: + - Thu, 11 Sep 2025 09:07:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 4jjsdlYrE7G+HBY4dbsaow== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:42 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:46 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:46 GMT + etag: + - '"0x8DDF11299FB5B58"' + last-modified: + - Thu, 11 Sep 2025 09:07:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 5sCx8lyA2M7KWQB1HO77Iw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:53 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:47 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:47 GMT + etag: + - '"0x8DDF1129A9699D2"' + last-modified: + - Thu, 11 Sep 2025 09:07:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - HmBtDssLhXBO4OlOD5pk8A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:54 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:48 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:47 GMT + etag: + - '"0x8DDF1129B2E2F5D"' + last-modified: + - Thu, 11 Sep 2025 09:07:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - BNMfQ+D8Qw9EusdvMqz7sQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:55 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:49 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:48 GMT + etag: + - '"0x8DDF1129BC269FF"' + last-modified: + - Thu, 11 Sep 2025 09:07:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - daJTvInerpLcFGX0h4lMtQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:56 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:50 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:50 GMT + etag: + - '"0x8DDF1129C578EE4"' + last-modified: + - Thu, 11 Sep 2025 09:07:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ZNwo/uHTzfWxZnEjmKCg2g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:57 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:50 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:51 GMT + etag: + - '"0x8DDF1129CF1E322"' + last-modified: + - Thu, 11 Sep 2025 09:07:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - /aCGrN6qbN/FSRfKV6Ak7A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:58 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:51 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:52 GMT + etag: + - '"0x8DDF1129D8692E7"' + last-modified: + - Thu, 11 Sep 2025 09:07:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Mpv1rw6zdGUv9FSCo9xzLw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:59 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:52 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:53 GMT + etag: + - '"0x8DDF1129E1C05DE"' + last-modified: + - Thu, 11 Sep 2025 09:07:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 5ZV/1DOYmTFkDADVGcFEiA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:00 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:53 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:53 GMT + etag: + - '"0x8DDF1129EADF6F1"' + last-modified: + - Thu, 11 Sep 2025 09:07:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - rvmyfFzqdJMagEsoN4aXYg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:01 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:54 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:54 GMT + etag: + - '"0x8DDF1129F440612"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - FhWC2bBfwVsghdqypK/g2g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:02 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:55 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:56 GMT + etag: + - '"0x8DDF112942DDD00"' + last-modified: + - Thu, 11 Sep 2025 09:07:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ml2l6FHXdghiN6H9FlNv1g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:43 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:56 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:57 GMT + etag: + - '"0x8DDF11294C23EB0"' + last-modified: + - Thu, 11 Sep 2025 09:07:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kQDVCPD+jIIGPl8HuO0rBA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:44 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:57 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:57 GMT + etag: + - '"0x8DDF11295571582"' + last-modified: + - Thu, 11 Sep 2025 09:07:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ntvtVTa+QVlguO/fV41+yw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:45 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:58 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:07:58 GMT + etag: + - '"0x8DDF11295EB9E39"' + last-modified: + - Thu, 11 Sep 2025 09:07:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - B0qWjEVDxNElLgGg/tOZiw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:46 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:07:59 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:00 GMT + etag: + - '"0x8DDF11296807508"' + last-modified: + - Thu, 11 Sep 2025 09:07:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6bF1V2Uh6qyRzKzi/70Rpw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:47 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:00 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:01 GMT + etag: + - '"0x8DDF1129716AB33"' + last-modified: + - Thu, 11 Sep 2025 09:07:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - uWF3WJgTu9Rn4oZEAd4jiw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:48 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:01 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:01 GMT + etag: + - '"0x8DDF11297ABF721"' + last-modified: + - Thu, 11 Sep 2025 09:07:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6V1N9wvR9l6nHbffZsSopw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:49 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:02 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:03 GMT + etag: + - '"0x8DDF11298419130"' + last-modified: + - Thu, 11 Sep 2025 09:07:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6OzbM6ngIcG4Rx/WjZAYBg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:50 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:03 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:03 GMT + etag: + - '"0x8DDF11298D667F8"' + last-modified: + - Thu, 11 Sep 2025 09:07:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kMSYTJ/9yYLU/t4KjZ/LtQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:51 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:04 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:04 GMT + etag: + - '"0x8DDF1129968F52D"' + last-modified: + - Thu, 11 Sep 2025 09:07:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - RITc6C2DpaUd+i9kFN7vmQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:52 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:05 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:06 GMT + etag: + - '"0x8DDF1129FD8B5D6"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - H51Ck5c9NW1eUxLCf/TiSg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:03 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:06 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:06 GMT + etag: + - '"0x8DDF112A0730A19"' + last-modified: + - Thu, 11 Sep 2025 09:07:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Ac40Li8h+yq7sa1GEymqgQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:04 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:07 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:07 GMT + etag: + - '"0x8DDF112A10B14BA"' + last-modified: + - Thu, 11 Sep 2025 09:07:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - /TMEd0KkjVVbMoPRKl59dA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:05 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:08 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:08 GMT + etag: + - '"0x8DDF112A1A875C4"' + last-modified: + - Thu, 11 Sep 2025 09:07:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 3FHBUNOjrPSR8yNmQ426cw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:06 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:09 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:09 GMT + etag: + - '"0x8DDF112A23FE441"' + last-modified: + - Thu, 11 Sep 2025 09:07:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - m9nC2CDnUn2TKdSaYm1Ucg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:07 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:10 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:10 GMT + etag: + - '"0x8DDF112A2D46D00"' + last-modified: + - Thu, 11 Sep 2025 09:07:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - el+5kkqWo29Kx2JvieEfmA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:08 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:11 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:12 GMT + etag: + - '"0x8DDF112A369B8F0"' + last-modified: + - Thu, 11 Sep 2025 09:07:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - QaMngcQF2w9HxPI2e/4h4A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:09 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:12 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:12 GMT + etag: + - '"0x8DDF112A3FBD10E"' + last-modified: + - Thu, 11 Sep 2025 09:07:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - n4oD0KICCe8PR3fZ5Hbokw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:10 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:13 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:14 GMT + etag: + - '"0x8DDF112A4922E3B"' + last-modified: + - Thu, 11 Sep 2025 09:07:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ryWc/g0jYF+/KT4yN4mJsA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:11 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:14 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:15 GMT + etag: + - '"0x8DDF112A53A3C0E"' + last-modified: + - Thu, 11 Sep 2025 09:07:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - tjg+/hs6KHTP2KPQoqLaYA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:12 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:15 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/readme + response: + body: + string: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + accept-ranges: + - bytes + content-length: + - '87' + content-range: + - bytes 0-86/87 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:16 GMT + etag: + - '"0x8DDF1128DBB0FA7"' + last-modified: + - Thu, 11 Sep 2025 09:06:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:32 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:16 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 + GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 + GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 + GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 + GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 + GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 + GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 + GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 + GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 + GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 + GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 + GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 + GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 + GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 + GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 + GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 + GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 + GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 + GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 + GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 + GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 + GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 + GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 + GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 + GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 + GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 + GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 + GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 + GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 + GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 + GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 + GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 + GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 + GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 + GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 + GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 + GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:08:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:18 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 + GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 + GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 + GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 + GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 + GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 + GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 + GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 + GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 + GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 + GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 + GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 + GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 + GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 + GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 + GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 + GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 + GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 + GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 + GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 + GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 + GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 + GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 + GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 + GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 + GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 + GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 + GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 + GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 + GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 + GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 + GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 + GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 + GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 + GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 + GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 + GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:08:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:19 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:20 GMT + etag: + - '"0x8DDF1128E50F7AA"' + last-modified: + - Thu, 11 Sep 2025 09:06:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:33 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:20 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:21 GMT + etag: + - '"0x8DDF1128EE88D32"' + last-modified: + - Thu, 11 Sep 2025 09:06:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - sgCvynOegFFNSA3aAyt4sw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:34 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:21 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:21 GMT + etag: + - '"0x8DDF1128F7B1A6C"' + last-modified: + - Thu, 11 Sep 2025 09:06:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - nIva7TAoVCa1kv0BYs7gUg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:35 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:22 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:23 GMT + etag: + - '"0x8DDF112900E43C6"' + last-modified: + - Thu, 11 Sep 2025 09:06:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - I4uSTT6wu6uROpf7bexopA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:36 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:23 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:23 GMT + etag: + - '"0x8DDF11290A75FB1"' + last-modified: + - Thu, 11 Sep 2025 09:06:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kl6b7glELc7kzVJsZxcaTQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:37 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:24 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:25 GMT + etag: + - '"0x8DDF112913F4350"' + last-modified: + - Thu, 11 Sep 2025 09:07:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - tYFnoIqEliqVDV4Kqgrm/g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:38 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:25 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:26 GMT + etag: + - '"0x8DDF11291D6B1C7"' + last-modified: + - Thu, 11 Sep 2025 09:07:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - qgAcEm0QaVI4tBp87g4/Tw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:39 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:26 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:26 GMT + etag: + - '"0x8DDF1129270DEFA"' + last-modified: + - Thu, 11 Sep 2025 09:07:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Z5ncFfHP7iDHimP9B2ma7A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:40 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:27 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:28 GMT + etag: + - '"0x8DDF112930540B2"' + last-modified: + - Thu, 11 Sep 2025 09:07:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - SqFE18ci5wNGFNkcFw0RGw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:41 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:28 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:29 GMT + etag: + - '"0x8DDF1129398B81F"' + last-modified: + - Thu, 11 Sep 2025 09:07:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 4jjsdlYrE7G+HBY4dbsaow== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:42 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:29 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:30 GMT + etag: + - '"0x8DDF11299FB5B58"' + last-modified: + - Thu, 11 Sep 2025 09:07:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 5sCx8lyA2M7KWQB1HO77Iw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:53 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:30 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:30 GMT + etag: + - '"0x8DDF1129A9699D2"' + last-modified: + - Thu, 11 Sep 2025 09:07:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - HmBtDssLhXBO4OlOD5pk8A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:54 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:31 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:32 GMT + etag: + - '"0x8DDF1129B2E2F5D"' + last-modified: + - Thu, 11 Sep 2025 09:07:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - BNMfQ+D8Qw9EusdvMqz7sQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:55 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:32 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:32 GMT + etag: + - '"0x8DDF1129BC269FF"' + last-modified: + - Thu, 11 Sep 2025 09:07:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - daJTvInerpLcFGX0h4lMtQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:56 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:33 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:34 GMT + etag: + - '"0x8DDF1129C578EE4"' + last-modified: + - Thu, 11 Sep 2025 09:07:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ZNwo/uHTzfWxZnEjmKCg2g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:57 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:34 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:35 GMT + etag: + - '"0x8DDF1129CF1E322"' + last-modified: + - Thu, 11 Sep 2025 09:07:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - /aCGrN6qbN/FSRfKV6Ak7A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:58 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:35 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:35 GMT + etag: + - '"0x8DDF1129D8692E7"' + last-modified: + - Thu, 11 Sep 2025 09:07:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Mpv1rw6zdGUv9FSCo9xzLw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:59 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:36 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:36 GMT + etag: + - '"0x8DDF1129E1C05DE"' + last-modified: + - Thu, 11 Sep 2025 09:07:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 5ZV/1DOYmTFkDADVGcFEiA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:00 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:37 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:38 GMT + etag: + - '"0x8DDF1129EADF6F1"' + last-modified: + - Thu, 11 Sep 2025 09:07:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - rvmyfFzqdJMagEsoN4aXYg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:01 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:38 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:38 GMT + etag: + - '"0x8DDF1129F440612"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - FhWC2bBfwVsghdqypK/g2g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:02 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:39 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:39 GMT + etag: + - '"0x8DDF112942DDD00"' + last-modified: + - Thu, 11 Sep 2025 09:07:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ml2l6FHXdghiN6H9FlNv1g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:43 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:40 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:41 GMT + etag: + - '"0x8DDF11294C23EB0"' + last-modified: + - Thu, 11 Sep 2025 09:07:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kQDVCPD+jIIGPl8HuO0rBA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:44 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:41 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:41 GMT + etag: + - '"0x8DDF11295571582"' + last-modified: + - Thu, 11 Sep 2025 09:07:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ntvtVTa+QVlguO/fV41+yw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:45 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:42 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:42 GMT + etag: + - '"0x8DDF11295EB9E39"' + last-modified: + - Thu, 11 Sep 2025 09:07:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - B0qWjEVDxNElLgGg/tOZiw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:46 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:43 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:43 GMT + etag: + - '"0x8DDF11296807508"' + last-modified: + - Thu, 11 Sep 2025 09:07:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6bF1V2Uh6qyRzKzi/70Rpw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:47 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:44 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:44 GMT + etag: + - '"0x8DDF1129716AB33"' + last-modified: + - Thu, 11 Sep 2025 09:07:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - uWF3WJgTu9Rn4oZEAd4jiw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:48 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:45 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:45 GMT + etag: + - '"0x8DDF11297ABF721"' + last-modified: + - Thu, 11 Sep 2025 09:07:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6V1N9wvR9l6nHbffZsSopw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:49 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:46 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:46 GMT + etag: + - '"0x8DDF11298419130"' + last-modified: + - Thu, 11 Sep 2025 09:07:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6OzbM6ngIcG4Rx/WjZAYBg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:50 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:47 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:48 GMT + etag: + - '"0x8DDF11298D667F8"' + last-modified: + - Thu, 11 Sep 2025 09:07:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kMSYTJ/9yYLU/t4KjZ/LtQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:51 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:48 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:49 GMT + etag: + - '"0x8DDF1129968F52D"' + last-modified: + - Thu, 11 Sep 2025 09:07:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - RITc6C2DpaUd+i9kFN7vmQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:52 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:49 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:50 GMT + etag: + - '"0x8DDF1129FD8B5D6"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - H51Ck5c9NW1eUxLCf/TiSg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:03 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:50 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:50 GMT + etag: + - '"0x8DDF112A0730A19"' + last-modified: + - Thu, 11 Sep 2025 09:07:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Ac40Li8h+yq7sa1GEymqgQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:04 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:51 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:51 GMT + etag: + - '"0x8DDF112A10B14BA"' + last-modified: + - Thu, 11 Sep 2025 09:07:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - /TMEd0KkjVVbMoPRKl59dA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:05 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:52 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:53 GMT + etag: + - '"0x8DDF112A1A875C4"' + last-modified: + - Thu, 11 Sep 2025 09:07:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 3FHBUNOjrPSR8yNmQ426cw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:06 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:53 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:53 GMT + etag: + - '"0x8DDF112A23FE441"' + last-modified: + - Thu, 11 Sep 2025 09:07:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - m9nC2CDnUn2TKdSaYm1Ucg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:07 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:54 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:54 GMT + etag: + - '"0x8DDF112A2D46D00"' + last-modified: + - Thu, 11 Sep 2025 09:07:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - el+5kkqWo29Kx2JvieEfmA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:08 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:55 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:56 GMT + etag: + - '"0x8DDF112A369B8F0"' + last-modified: + - Thu, 11 Sep 2025 09:07:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - QaMngcQF2w9HxPI2e/4h4A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:09 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:56 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:56 GMT + etag: + - '"0x8DDF112A3FBD10E"' + last-modified: + - Thu, 11 Sep 2025 09:07:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - n4oD0KICCe8PR3fZ5Hbokw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:10 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:57 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:58 GMT + etag: + - '"0x8DDF112A4922E3B"' + last-modified: + - Thu, 11 Sep 2025 09:07:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ryWc/g0jYF+/KT4yN4mJsA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:11 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:58 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:08:58 GMT + etag: + - '"0x8DDF112A53A3C0E"' + last-modified: + - Thu, 11 Sep 2025 09:07:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - tjg+/hs6KHTP2KPQoqLaYA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:12 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --overwrite --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:08:59 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/readme + response: + body: + string: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + accept-ranges: + - bytes + content-length: + - '87' + content-range: + - bytes 0-86/87 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:00 GMT + etag: + - '"0x8DDF1128DBB0FA7"' + last-modified: + - Thu, 11 Sep 2025 09:06:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:32 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:00 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 + GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 + GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 + GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 + GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 + GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 + GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 + GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 + GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 + GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 + GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 + GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 + GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 + GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 + GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 + GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 + GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 + GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 + GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 + GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 + GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 + GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 + GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 + GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 + GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 + GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 + GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 + GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 + GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 + GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 + GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 + GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 + GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 + GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 + GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 + GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 + GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:09:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:01 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:02 GMT + etag: + - '"0x8DDF1128E50F7AA"' + last-modified: + - Thu, 11 Sep 2025 09:06:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:33 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:02 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:03 GMT + etag: + - '"0x8DDF1128EE88D32"' + last-modified: + - Thu, 11 Sep 2025 09:06:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - sgCvynOegFFNSA3aAyt4sw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:34 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:03 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:04 GMT + etag: + - '"0x8DDF1128F7B1A6C"' + last-modified: + - Thu, 11 Sep 2025 09:06:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - nIva7TAoVCa1kv0BYs7gUg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:35 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:04 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:05 GMT + etag: + - '"0x8DDF112900E43C6"' + last-modified: + - Thu, 11 Sep 2025 09:06:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - I4uSTT6wu6uROpf7bexopA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:36 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:05 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:06 GMT + etag: + - '"0x8DDF11290A75FB1"' + last-modified: + - Thu, 11 Sep 2025 09:06:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kl6b7glELc7kzVJsZxcaTQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:37 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:06 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:06 GMT + etag: + - '"0x8DDF112913F4350"' + last-modified: + - Thu, 11 Sep 2025 09:07:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - tYFnoIqEliqVDV4Kqgrm/g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:38 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:07 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:08 GMT + etag: + - '"0x8DDF11291D6B1C7"' + last-modified: + - Thu, 11 Sep 2025 09:07:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - qgAcEm0QaVI4tBp87g4/Tw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:39 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:08 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:09 GMT + etag: + - '"0x8DDF1129270DEFA"' + last-modified: + - Thu, 11 Sep 2025 09:07:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Z5ncFfHP7iDHimP9B2ma7A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:40 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:09 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:10 GMT + etag: + - '"0x8DDF112930540B2"' + last-modified: + - Thu, 11 Sep 2025 09:07:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - SqFE18ci5wNGFNkcFw0RGw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:41 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:10 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:11 GMT + etag: + - '"0x8DDF1129398B81F"' + last-modified: + - Thu, 11 Sep 2025 09:07:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 4jjsdlYrE7G+HBY4dbsaow== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:42 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:11 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:11 GMT + etag: + - '"0x8DDF11299FB5B58"' + last-modified: + - Thu, 11 Sep 2025 09:07:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 5sCx8lyA2M7KWQB1HO77Iw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:53 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:12 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:12 GMT + etag: + - '"0x8DDF1129A9699D2"' + last-modified: + - Thu, 11 Sep 2025 09:07:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - HmBtDssLhXBO4OlOD5pk8A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:54 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:13 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:13 GMT + etag: + - '"0x8DDF1129B2E2F5D"' + last-modified: + - Thu, 11 Sep 2025 09:07:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - BNMfQ+D8Qw9EusdvMqz7sQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:55 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:14 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:15 GMT + etag: + - '"0x8DDF1129BC269FF"' + last-modified: + - Thu, 11 Sep 2025 09:07:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - daJTvInerpLcFGX0h4lMtQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:56 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:15 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:16 GMT + etag: + - '"0x8DDF1129C578EE4"' + last-modified: + - Thu, 11 Sep 2025 09:07:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ZNwo/uHTzfWxZnEjmKCg2g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:57 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:16 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:17 GMT + etag: + - '"0x8DDF1129CF1E322"' + last-modified: + - Thu, 11 Sep 2025 09:07:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - /aCGrN6qbN/FSRfKV6Ak7A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:58 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:18 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:19 GMT + etag: + - '"0x8DDF1129D8692E7"' + last-modified: + - Thu, 11 Sep 2025 09:07:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Mpv1rw6zdGUv9FSCo9xzLw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:59 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:19 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:19 GMT + etag: + - '"0x8DDF1129E1C05DE"' + last-modified: + - Thu, 11 Sep 2025 09:07:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 5ZV/1DOYmTFkDADVGcFEiA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:00 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:20 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:20 GMT + etag: + - '"0x8DDF1129EADF6F1"' + last-modified: + - Thu, 11 Sep 2025 09:07:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - rvmyfFzqdJMagEsoN4aXYg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:01 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:21 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:21 GMT + etag: + - '"0x8DDF1129F440612"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - FhWC2bBfwVsghdqypK/g2g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:02 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:22 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:22 GMT + etag: + - '"0x8DDF112942DDD00"' + last-modified: + - Thu, 11 Sep 2025 09:07:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ml2l6FHXdghiN6H9FlNv1g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:43 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:23 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:24 GMT + etag: + - '"0x8DDF11294C23EB0"' + last-modified: + - Thu, 11 Sep 2025 09:07:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kQDVCPD+jIIGPl8HuO0rBA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:44 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:24 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:25 GMT + etag: + - '"0x8DDF11295571582"' + last-modified: + - Thu, 11 Sep 2025 09:07:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ntvtVTa+QVlguO/fV41+yw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:45 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:25 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:26 GMT + etag: + - '"0x8DDF11295EB9E39"' + last-modified: + - Thu, 11 Sep 2025 09:07:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - B0qWjEVDxNElLgGg/tOZiw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:46 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:26 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:26 GMT + etag: + - '"0x8DDF11296807508"' + last-modified: + - Thu, 11 Sep 2025 09:07:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6bF1V2Uh6qyRzKzi/70Rpw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:47 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:27 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:27 GMT + etag: + - '"0x8DDF1129716AB33"' + last-modified: + - Thu, 11 Sep 2025 09:07:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - uWF3WJgTu9Rn4oZEAd4jiw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:48 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:28 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:28 GMT + etag: + - '"0x8DDF11297ABF721"' + last-modified: + - Thu, 11 Sep 2025 09:07:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6V1N9wvR9l6nHbffZsSopw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:49 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:29 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:29 GMT + etag: + - '"0x8DDF11298419130"' + last-modified: + - Thu, 11 Sep 2025 09:07:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 6OzbM6ngIcG4Rx/WjZAYBg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:50 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:30 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:31 GMT + etag: + - '"0x8DDF11298D667F8"' + last-modified: + - Thu, 11 Sep 2025 09:07:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kMSYTJ/9yYLU/t4KjZ/LtQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:51 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:31 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:31 GMT + etag: + - '"0x8DDF1129968F52D"' + last-modified: + - Thu, 11 Sep 2025 09:07:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - RITc6C2DpaUd+i9kFN7vmQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:52 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:32 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:32 GMT + etag: + - '"0x8DDF1129FD8B5D6"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - H51Ck5c9NW1eUxLCf/TiSg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:03 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:33 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:33 GMT + etag: + - '"0x8DDF112A0730A19"' + last-modified: + - Thu, 11 Sep 2025 09:07:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Ac40Li8h+yq7sa1GEymqgQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:04 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:34 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:34 GMT + etag: + - '"0x8DDF112A10B14BA"' + last-modified: + - Thu, 11 Sep 2025 09:07:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - /TMEd0KkjVVbMoPRKl59dA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:05 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:35 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:36 GMT + etag: + - '"0x8DDF112A1A875C4"' + last-modified: + - Thu, 11 Sep 2025 09:07:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 3FHBUNOjrPSR8yNmQ426cw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:06 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:36 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:37 GMT + etag: + - '"0x8DDF112A23FE441"' + last-modified: + - Thu, 11 Sep 2025 09:07:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - m9nC2CDnUn2TKdSaYm1Ucg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:07 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:37 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:38 GMT + etag: + - '"0x8DDF112A2D46D00"' + last-modified: + - Thu, 11 Sep 2025 09:07:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - el+5kkqWo29Kx2JvieEfmA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:08 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:38 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:39 GMT + etag: + - '"0x8DDF112A369B8F0"' + last-modified: + - Thu, 11 Sep 2025 09:07:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - QaMngcQF2w9HxPI2e/4h4A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:09 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:39 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:39 GMT + etag: + - '"0x8DDF112A3FBD10E"' + last-modified: + - Thu, 11 Sep 2025 09:07:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - n4oD0KICCe8PR3fZ5Hbokw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:10 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:40 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:40 GMT + etag: + - '"0x8DDF112A4922E3B"' + last-modified: + - Thu, 11 Sep 2025 09:07:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ryWc/g0jYF+/KT4yN4mJsA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:11 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:41 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:41 GMT + etag: + - '"0x8DDF112A53A3C0E"' + last-modified: + - Thu, 11 Sep 2025 09:07:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - tjg+/hs6KHTP2KPQoqLaYA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:12 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:42 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/readme + response: + body: + string: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + accept-ranges: + - bytes + content-length: + - '87' + content-range: + - bytes 0-86/87 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:43 GMT + etag: + - '"0x8DDF1128DBB0FA7"' + last-modified: + - Thu, 11 Sep 2025 09:06:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:32 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:43 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1?restype=container&comp=list&prefix=apple%2F + response: + body: + string: "\uFEFFapple/apple/file_0Thu, + 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 + GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 + GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 + GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 + GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 + GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 + GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 + GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 + GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 + GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 + GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:09:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:44 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:45 GMT + etag: + - '"0x8DDF1128E50F7AA"' + last-modified: + - Thu, 11 Sep 2025 09:06:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:33 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:45 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:45 GMT + etag: + - '"0x8DDF1128EE88D32"' + last-modified: + - Thu, 11 Sep 2025 09:06:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - sgCvynOegFFNSA3aAyt4sw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:34 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:46 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:46 GMT + etag: + - '"0x8DDF1128F7B1A6C"' + last-modified: + - Thu, 11 Sep 2025 09:06:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - nIva7TAoVCa1kv0BYs7gUg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:35 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:47 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:47 GMT + etag: + - '"0x8DDF112900E43C6"' + last-modified: + - Thu, 11 Sep 2025 09:06:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - I4uSTT6wu6uROpf7bexopA== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:36 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:48 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:49 GMT + etag: + - '"0x8DDF11290A75FB1"' + last-modified: + - Thu, 11 Sep 2025 09:06:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - kl6b7glELc7kzVJsZxcaTQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:37 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:49 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:49 GMT + etag: + - '"0x8DDF112913F4350"' + last-modified: + - Thu, 11 Sep 2025 09:07:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - tYFnoIqEliqVDV4Kqgrm/g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:38 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:50 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:50 GMT + etag: + - '"0x8DDF11291D6B1C7"' + last-modified: + - Thu, 11 Sep 2025 09:07:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - qgAcEm0QaVI4tBp87g4/Tw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:39 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:51 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:51 GMT + etag: + - '"0x8DDF1129270DEFA"' + last-modified: + - Thu, 11 Sep 2025 09:07:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - Z5ncFfHP7iDHimP9B2ma7A== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:40 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:52 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:52 GMT + etag: + - '"0x8DDF112930540B2"' + last-modified: + - Thu, 11 Sep 2025 09:07:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - SqFE18ci5wNGFNkcFw0RGw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:41 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:53 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:54 GMT + etag: + - '"0x8DDF1129398B81F"' + last-modified: + - Thu, 11 Sep 2025 09:07:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 4jjsdlYrE7G+HBY4dbsaow== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:42 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:54 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 + GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 + GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 + GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 + GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 + GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 + GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 + GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 + GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 + GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 + GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 + GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 + GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 + GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 + GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 + GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 + GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 + GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 + GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 + GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 + GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 + GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 + GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 + GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 + GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 + GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 + GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 + GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 + GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 + GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 + GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 + GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 + GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 + GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 + GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 + GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 + GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 + GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 + GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:09:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:56 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:56 GMT + etag: + - '"0x8DDF1128E50F7AA"' + last-modified: + - Thu, 11 Sep 2025 09:06:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:33 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:57 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '142' + content-range: + - bytes 0-141/142 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:57 GMT + etag: + - '"0x8DDF11299FB5B58"' + last-modified: + - Thu, 11 Sep 2025 09:07:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 5sCx8lyA2M7KWQB1HO77Iw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:53 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:58 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '134' + content-range: + - bytes 0-133/134 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:58 GMT + etag: + - '"0x8DDF112942DDD00"' + last-modified: + - Thu, 11 Sep 2025 09:07:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - ml2l6FHXdghiN6H9FlNv1g== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:43 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:09:59 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '139' + content-range: + - bytes 0-138/139 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:09:59 GMT + etag: + - '"0x8DDF1129FD8B5D6"' + last-modified: + - Thu, 11 Sep 2025 09:07:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - H51Ck5c9NW1eUxLCf/TiSg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:06:03 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:10:00 GMT + x-ms-version: + - '2022-11-02' + method: HEAD + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: '' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:10:00 GMT + etag: + - '"0x8DDF1128E50F7AA"' + last-modified: + - Thu, 11 Sep 2025 09:06:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:33 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:10:01 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + headers: + accept-ranges: + - bytes + content-length: + - '133' + content-range: + - bytes 0-132/133 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:10:01 GMT + etag: + - '"0x8DDF1128E50F7AA"' + last-modified: + - Thu, 11 Sep 2025 09:06:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - 7hkDPqdXlLiqCNZK85Wlbg== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:05:33 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:10:02 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 09:10:03 GMT + etag: + - '"0x8DDF112FE52B9EA"' + last-modified: + - Thu, 11 Sep 2025 09:10:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload + Connection: + - keep-alive + Content-Length: + - '1024' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -c -f -n --type --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:10:03 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/dir1/file + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - DzQ7CTESaiDxM9Z8KwGKOw== + date: + - Thu, 11 Sep 2025 09:10:04 GMT + etag: + - '"0x8DDF112FF27A8FC"' + last-modified: + - Thu, 11 Sep 2025 09:10:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - iknlm7CyG2k= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload + Connection: + - keep-alive + Content-Length: + - '1024' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -c -f -n --type --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:10:05 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/dir1/file + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - DzQ7CTESaiDxM9Z8KwGKOw== + date: + - Thu, 11 Sep 2025 09:10:05 GMT + etag: + - '"0x8DDF112FFF49E76"' + last-modified: + - Thu, 11 Sep 2025 09:10:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - iknlm7CyG2k= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload + Connection: + - keep-alive + Content-Length: + - '1024' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -c -f -n --type --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:10:06 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/dir2/file + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - DzQ7CTESaiDxM9Z8KwGKOw== + date: + - Thu, 11 Sep 2025 09:10:07 GMT + etag: + - '"0x8DDF11300BBA16A"' + last-modified: + - Thu, 11 Sep 2025 09:10:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - iknlm7CyG2k= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload + Connection: + - keep-alive + Content-Length: + - '1024' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -c -f -n --type --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 09:10:08 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/dir2/file + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - DzQ7CTESaiDxM9Z8KwGKOw== + date: + - Thu, 11 Sep 2025 09:10:08 GMT + etag: + - '"0x8DDF11301A67ABA"' + last-modified: + - Thu, 11 Sep 2025 09:10:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - iknlm7CyG2k= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:10:09 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container2?restype=container&comp=list&prefix=%2F + response: + body: + string: "\uFEFF//dir1/fileThu, + 11 Sep 2025 09:10:04 GMTThu, 11 Sep 2025 09:10:04 + GMT0x8DDF112FF27A8FC1024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletrue/dir2//fileThu, 11 + Sep 2025 09:10:07 GMTThu, 11 Sep 2025 09:10:07 + GMT0x8DDF11300BBA16A1024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:10:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:10:10 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container2/dir1/file + response: + body: + string: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + headers: + accept-ranges: + - bytes + content-length: + - '1024' + content-range: + - bytes 0-1023/1024 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:10:11 GMT + etag: + - '"0x8DDF112FF27A8FC"' + last-modified: + - Thu, 11 Sep 2025 09:10:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - DzQ7CTESaiDxM9Z8KwGKOw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:10:04 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:10:11 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container2/dir2/file + response: + body: + string: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + headers: + accept-ranges: + - bytes + content-length: + - '1024' + content-range: + - bytes 0-1023/1024 + content-type: + - application/octet-stream + date: + - Thu, 11 Sep 2025 09:10:12 GMT + etag: + - '"0x8DDF11300BBA16A"' + last-modified: + - Thu, 11 Sep 2025 09:10:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-content-md5: + - DzQ7CTESaiDxM9Z8KwGKOw== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 11 Sep 2025 09:10:07 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 206 + message: Partial Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob download-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 09:10:12 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container2?restype=container&comp=list + response: + body: + string: "\uFEFF/dir1/fileThu, + 11 Sep 2025 09:10:04 GMTThu, 11 Sep 2025 09:10:04 + GMT0x8DDF112FF27A8FC1024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletrue/dir2//fileThu, 11 + Sep 2025 09:10:07 GMTThu, 11 Sep 2025 09:10:07 + GMT0x8DDF11300BBA16A1024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletruedir1/fileThu, 11 Sep + 2025 09:10:06 GMTThu, 11 Sep 2025 09:10:06 + GMT0x8DDF112FFF49E761024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletruedir2/fileThu, 11 Sep + 2025 09:10:09 GMTThu, 11 Sep 2025 09:10:09 + GMT0x8DDF11301A67ABA1024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 09:10:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_batch_operations.py b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_batch_operations.py index 3993ab29654..d210618d270 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_batch_operations.py +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_batch_operations.py @@ -5,87 +5,12 @@ import os from datetime import datetime -from azure.cli.testsdk import LiveScenarioTest, StorageAccountPreparer, ResourceGroupPreparer, JMESPathCheck +from azure.cli.testsdk import (LiveScenarioTest, StorageAccountPreparer, ResourceGroupPreparer, JMESPathCheck, + ScenarioTest) from ..storage_test_util import StorageScenarioMixin, StorageTestFilesPreparer -class StorageBatchOperationScenarios(StorageScenarioMixin, LiveScenarioTest): - @ResourceGroupPreparer() - @StorageAccountPreparer() - @StorageTestFilesPreparer() - def test_storage_blob_batch_download_scenarios(self, test_dir, storage_account_info): - src_container = self.create_container(storage_account_info) - - # upload test files to storage account - self.storage_cmd('storage blob upload-batch -s "{}" -d {} --max-connections 3', storage_account_info, - test_dir, src_container) - - # test upload-batch with & without --overwrite - self.storage_cmd('storage blob upload-batch -s "{}" -d {} --max-connections 3', storage_account_info, - test_dir, src_container).assert_with_checks(JMESPathCheck('length(@)', 0)) - self.storage_cmd('storage blob upload-batch -s "{}" -d {} --max-connections 3 --overwrite', storage_account_info, - test_dir, src_container).assert_with_checks(JMESPathCheck('length(@)', 41)) - - # download recursively without pattern - local_folder = self.create_temp_dir() - cmd = 'storage blob download-batch -s {} -d "{}"'.format(src_container, local_folder) - self.storage_cmd(cmd, storage_account_info) - self.assertEqual(41, sum(len(f) for r, d, f in os.walk(local_folder))) - - # test --overwrite - self.storage_cmd_negative(cmd, storage_account_info) - cmd = 'storage blob download-batch -s {} -d "{}" --overwrite'.format(src_container, local_folder) - self.storage_cmd(cmd, storage_account_info) - self.assertEqual(41, sum(len(f) for r, d, f in os.walk(local_folder))) - - # download recursively with wild card *, and use URL as source - local_folder = self.create_temp_dir() - src_url = self.storage_cmd('storage blob url -c {} -n readme -otsv', storage_account_info, src_container).output - src_url = src_url[:src_url.rfind('/')] - - self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern *', storage_account_info, src_url, - local_folder) - self.assertEqual(41, sum(len(f) for r, d, f in os.walk(local_folder))) - - # download recursively with wild card after dir - local_folder = self.create_temp_dir() - self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern {}', storage_account_info, src_container, - local_folder, 'apple/*') - - self.assertEqual(10, sum(len(f) for r, d, f in os.walk(local_folder))) - - # download recursively with wild card before name - local_folder = self.create_temp_dir() - self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern {}', storage_account_info, src_container, - local_folder, '*/file_0') - self.assertEqual(4, sum(len(f) for r, d, f in os.walk(local_folder))) - - # download blob without wild cards - local_folder = self.create_temp_dir() - self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern {}', storage_account_info, src_container, - local_folder, 'apple/file_0') - self.assertEqual(1, sum(len(f) for r, d, f in os.walk(local_folder))) - - # upload blobs with names that start with path separator - local_file = self.create_temp_file(1) - src_container = self.create_container(storage_account_info) - blob_names = ['/dir1/file', 'dir1/file', '/dir2//file', 'dir2/file'] - - for name in blob_names: - self.storage_cmd('storage blob upload -c {} -f "{}" -n {} --type block', storage_account_info, - src_container, local_file, name) - - # download blobs that start with forward slash into local folder - local_folder = self.create_temp_dir() - self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern {}', storage_account_info, src_container, - local_folder, '/*') - self.assertEqual(2, sum(len(f) for r, d, f in os.walk(local_folder))) - - # download blobs that start with forward slash into local folder with conflicts - local_folder = self.create_temp_dir() - self.storage_cmd_negative('storage blob download-batch -s {} -d "{}"', storage_account_info, src_container, - local_folder) - +class StorageBatchOperationLiveScenarios(StorageScenarioMixin, LiveScenarioTest): @ResourceGroupPreparer() @StorageAccountPreparer(kind='StorageV2') @StorageTestFilesPreparer() @@ -786,6 +711,86 @@ def test_storage_file_batch_upload_scenarios_oauth(self, resource_group, test_di single_thread_time = time.time() - start_time self.assertGreater(single_thread_time, multi_thread_time) +class StorageBatchOperationScenarios(StorageScenarioMixin, ScenarioTest): + @ResourceGroupPreparer() + @StorageAccountPreparer() + @StorageTestFilesPreparer() + def test_storage_blob_batch_download_scenarios(self, test_dir, storage_account_info): + src_container = 'container1' + self.storage_cmd('storage container create -n {}', storage_account_info, src_container) + + # upload test files to storage account + self.storage_cmd('storage blob upload-batch -s "{}" -d {} --max-connections 3', storage_account_info, + test_dir, src_container) + + # test upload-batch with & without --overwrite + self.storage_cmd('storage blob upload-batch -s "{}" -d {} --max-connections 3', storage_account_info, + test_dir, src_container).assert_with_checks(JMESPathCheck('length(@)', 0)) + self.storage_cmd('storage blob upload-batch -s "{}" -d {} --max-connections 3 --overwrite', storage_account_info, + test_dir, src_container).assert_with_checks(JMESPathCheck('length(@)', 41)) + + # download recursively without pattern + local_folder = self.create_temp_dir() + cmd = 'storage blob download-batch -s {} -d "{}"'.format(src_container, local_folder) + self.storage_cmd(cmd, storage_account_info) + self.assertEqual(41, sum(len(f) for r, d, f in os.walk(local_folder))) + + # test --overwrite + self.storage_cmd_negative(cmd, storage_account_info) + cmd = 'storage blob download-batch -s {} -d "{}" --overwrite'.format(src_container, local_folder) + self.storage_cmd(cmd, storage_account_info) + self.assertEqual(41, sum(len(f) for r, d, f in os.walk(local_folder))) + + # download recursively with wild card *, and use URL as source + local_folder = self.create_temp_dir() + src_url = self.storage_cmd('storage blob url -c {} -n readme -otsv', storage_account_info, src_container).output + src_url = src_url[:src_url.rfind('/')] + + self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern *', storage_account_info, src_url, + local_folder) + self.assertEqual(41, sum(len(f) for r, d, f in os.walk(local_folder))) + + # download recursively with wild card after dir + local_folder = self.create_temp_dir() + self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern {}', storage_account_info, src_container, + local_folder, 'apple/*') + + self.assertEqual(10, sum(len(f) for r, d, f in os.walk(local_folder))) + + # download recursively with wild card before name + local_folder = self.create_temp_dir() + self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern {}', storage_account_info, src_container, + local_folder, '*/file_0') + self.assertEqual(4, sum(len(f) for r, d, f in os.walk(local_folder))) + + # download blob without wild cards + local_folder = self.create_temp_dir() + self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern {}', storage_account_info, src_container, + local_folder, 'apple/file_0') + self.assertEqual(1, sum(len(f) for r, d, f in os.walk(local_folder))) + + # upload blobs with names that start with path separator + local_file = self.create_temp_file(1) + src_container = 'container2' + self.storage_cmd('storage container create -n {}', storage_account_info, src_container) + blob_names = ['/dir1/file', 'dir1/file', '/dir2//file', 'dir2/file'] + + for name in blob_names: + self.storage_cmd('storage blob upload -c {} -f "{}" -n {} --type block', storage_account_info, + src_container, local_file, name) + + # download blobs that start with forward slash into local folder + local_folder = self.create_temp_dir() + self.storage_cmd('storage blob download-batch -s {} -d "{}" --pattern {}', storage_account_info, src_container, + local_folder, '/*') + self.assertEqual(2, sum(len(f) for r, d, f in os.walk(local_folder))) + + # download blobs that start with forward slash into local folder with conflicts + local_folder = self.create_temp_dir() + self.storage_cmd_negative('storage blob download-batch -s {} -d "{}"', storage_account_info, src_container, + local_folder) + + if __name__ == '__main__': import unittest From 64a23d5b4b476d931bc3192a2cf30a523469495e Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:12:53 +0800 Subject: [PATCH 3/3] move batch-delete test to non-live test --- ...t_storage_blob_batch_delete_scenarios.yaml | 25734 ++++++++++++++++ ...storage_blob_batch_download_scenarios.yaml | 4788 +-- .../latest/test_storage_batch_operations.py | 131 +- 3 files changed, 28196 insertions(+), 2457 deletions(-) create mode 100644 src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_delete_scenarios.yaml diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_delete_scenarios.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_delete_scenarios.yaml new file mode 100644 index 00000000000..fefa355cbe7 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_delete_scenarios.yaml @@ -0,0 +1,25734 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:57:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:57:48 GMT + etag: + - '"0x8DDF143934DA291"' + last-modified: + - Thu, 11 Sep 2025 14:57:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 14:57:49 GMT + etag: + - '"0x8DDF14393FBF584"' + last-modified: + - Thu, 11 Sep 2025 14:57:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ssxTQkjW/rzEbYfOJJlj+g== + date: + - Thu, 11 Sep 2025 14:57:51 GMT + etag: + - '"0x8DDF14394920ECC"' + last-modified: + - Thu, 11 Sep 2025 14:57:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - BNCizAvov3c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - zFHoEl6O9s8aYgClew65Zg== + date: + - Thu, 11 Sep 2025 14:57:51 GMT + etag: + - '"0x8DDF143953C0EE9"' + last-modified: + - Thu, 11 Sep 2025 14:57:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - fVmX/MMY0Qg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /q8Haf39zq8h+jZ+IRUQ1Q== + date: + - Thu, 11 Sep 2025 14:57:53 GMT + etag: + - '"0x8DDF14395DD1859"' + last-modified: + - Thu, 11 Sep 2025 14:57:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 9sLJrJsJYok= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - f7jfcWdHKW6P2xtPGIqIaw== + date: + - Thu, 11 Sep 2025 14:57:54 GMT + etag: + - '"0x8DDF143967A07BF"' + last-modified: + - Thu, 11 Sep 2025 14:57:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - j0v8nFP5DPY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 43LWTrftH5UHiiwngH48pA== + date: + - Thu, 11 Sep 2025 14:57:55 GMT + etag: + - '"0x8DDF143971792B9"' + last-modified: + - Thu, 11 Sep 2025 14:57:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - i2bjVHgN3b4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:55 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hjeSbMeUb4RCs6IQb1bEAA== + date: + - Thu, 11 Sep 2025 14:57:56 GMT + etag: + - '"0x8DDF14397B0DCB4"' + last-modified: + - Thu, 11 Sep 2025 14:57:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 8u/WZLD9s8E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:56 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EqdvfaXk6ToC4UJBUk1F/Q== + date: + - Thu, 11 Sep 2025 14:57:57 GMT + etag: + - '"0x8DDF143985391F9"' + last-modified: + - Thu, 11 Sep 2025 14:57:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - eXSINOjsAEA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:57 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HvQYCYqZqGMHVkyCRnL/Jg== + date: + - Thu, 11 Sep 2025 14:57:58 GMT + etag: + - '"0x8DDF14398F4E93B"' + last-modified: + - Thu, 11 Sep 2025 14:57:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - AP29BCAcbj8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:58 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZB22xz+hzlOIKXXhpe+NMg== + date: + - Thu, 11 Sep 2025 14:57:59 GMT + etag: + - '"0x8DDF14399902CE0"' + last-modified: + - Thu, 11 Sep 2025 14:57:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - cS62pL8Eo9E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:57:59 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1OI7KyymHNyhl7F0T7DxDg== + date: + - Thu, 11 Sep 2025 14:58:00 GMT + etag: + - '"0x8DDF1439A299DB3"' + last-modified: + - Thu, 11 Sep 2025 14:58:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - CKeDlHf0za4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:00 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - L+Z1WJw8xgU6HyiaXRTuXA== + date: + - Thu, 11 Sep 2025 14:58:01 GMT + etag: + - '"0x8DDF1439AC7EB26"' + last-modified: + - Thu, 11 Sep 2025 14:58:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - rxNLXNarqrw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:02 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 8xImPpxJZSuPiPe1GG0Ncg== + date: + - Thu, 11 Sep 2025 14:58:02 GMT + etag: + - '"0x8DDF1439B621E79"' + last-modified: + - Thu, 11 Sep 2025 14:58:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 1pp+bB5bxMM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:03 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mggiUArVWNb/vvGee7rQ0w== + date: + - Thu, 11 Sep 2025 14:58:03 GMT + etag: + - '"0x8DDF1439BF837A9"' + last-modified: + - Thu, 11 Sep 2025 14:58:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQEgPEZKd0I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:03 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - AxgZMpGida1cZhq5hT3ECQ== + date: + - Thu, 11 Sep 2025 14:58:04 GMT + etag: + - '"0x8DDF1439C9023B2"' + last-modified: + - Thu, 11 Sep 2025 14:58:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JIgVDI66GT0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:04 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - l7XXnPb6oXe+OnxtR0enAg== + date: + - Thu, 11 Sep 2025 14:58:05 GMT + etag: + - '"0x8DDF1439D25EF24"' + last-modified: + - Thu, 11 Sep 2025 14:58:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - IKUKxKVOyHU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:05 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EA59fCyeP4pBmvE5DAEvpg== + date: + - Thu, 11 Sep 2025 14:58:06 GMT + etag: + - '"0x8DDF1439DBB1EFE"' + last-modified: + - Thu, 11 Sep 2025 14:58:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - WSw/9G2+pgo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:06 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - dJTnhdbzXFVJvCnS1BCT3w== + date: + - Thu, 11 Sep 2025 14:58:07 GMT + etag: + - '"0x8DDF1439E509CA7"' + last-modified: + - Thu, 11 Sep 2025 14:58:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0rdhpDWvFYs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:07 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V0O98VoxKbeACo4g8VzX/w== + date: + - Thu, 11 Sep 2025 14:58:08 GMT + etag: + - '"0x8DDF1439EEE9C4C"' + last-modified: + - Thu, 11 Sep 2025 14:58:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qz5UlP1fe/Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:08 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - TcPznooVusyMcuOlPenafg== + date: + - Thu, 11 Sep 2025 14:58:09 GMT + etag: + - '"0x8DDF1439F874AA7"' + last-modified: + - Thu, 11 Sep 2025 14:58:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2u1fNGJHtho= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:09 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - gznWrCIhwyj+Shuvr2d1SA== + date: + - Thu, 11 Sep 2025 14:58:09 GMT + etag: + - '"0x8DDF143A01F5D79"' + last-modified: + - Thu, 11 Sep 2025 14:58:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2RqBKq32GU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:10 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BDzQrYw7mO9xumtsY8EZ4Q== + date: + - Thu, 11 Sep 2025 14:58:11 GMT + etag: + - '"0x8DDF143A0B9B7B0"' + last-modified: + - Thu, 11 Sep 2025 14:58:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - Tg23T821cjo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:11 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mBNG6LNEUESkJIa1F7OSNg== + date: + - Thu, 11 Sep 2025 14:58:11 GMT + etag: + - '"0x8DDF143A156802A"' + last-modified: + - Thu, 11 Sep 2025 14:58:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - N4SCfwVFHEU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:13 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - JHYlarHKHUS04XbpRtn0Mg== + date: + - Thu, 11 Sep 2025 14:58:13 GMT + etag: + - '"0x8DDF143A1EDF773"' + last-modified: + - Thu, 11 Sep 2025 14:58:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - vB/cL11Ur8Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:13 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - xywnmxfdDYPcuN0cPZuhRQ== + date: + - Thu, 11 Sep 2025 14:58:13 GMT + etag: + - '"0x8DDF143A286A5D6"' + last-modified: + - Thu, 11 Sep 2025 14:58:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - xZbpH5Wkwbs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:14 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - +KGijAJahNqdl0t7hnPdMA== + date: + - Thu, 11 Sep 2025 14:58:15 GMT + etag: + - '"0x8DDF143A321E961"' + last-modified: + - Thu, 11 Sep 2025 14:58:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - wbv2175QEPM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:16 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - LsvXsK+UrfI7nC0xtKRDmg== + date: + - Thu, 11 Sep 2025 14:58:16 GMT + etag: + - '"0x8DDF143A3BF2684"' + last-modified: + - Thu, 11 Sep 2025 14:58:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - uDLD53agfow= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:17 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Nvs/129iqDYsFRaE33nn7g== + date: + - Thu, 11 Sep 2025 14:58:17 GMT + etag: + - '"0x8DDF143A45932F5"' + last-modified: + - Thu, 11 Sep 2025 14:58:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - M6mdty6xzQ0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:18 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1VihiypQdjjs1hvHWGE5Bg== + date: + - Thu, 11 Sep 2025 14:58:18 GMT + etag: + - '"0x8DDF143A4F55FDB"' + last-modified: + - Thu, 11 Sep 2025 14:58:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - SiCoh+ZBo3I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:19 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 9sXPUcrGg8ow1SJCHEA5qQ== + date: + - Thu, 11 Sep 2025 14:58:19 GMT + etag: + - '"0x8DDF143A59421E7"' + last-modified: + - Thu, 11 Sep 2025 14:58:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - O/OjJ3lZbpw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:20 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /6p8Qm3W1ArR2WapwpQaOQ== + date: + - Thu, 11 Sep 2025 14:58:20 GMT + etag: + - '"0x8DDF143A62E7C15"' + last-modified: + - Thu, 11 Sep 2025 14:58:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - QnqWF7GpAOM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:21 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hVLlbvfiiCvi2uDjGsD3lQ== + date: + - Thu, 11 Sep 2025 14:58:21 GMT + etag: + - '"0x8DDF143A6C998B4"' + last-modified: + - Thu, 11 Sep 2025 14:58:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - EQgDGkATyWI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:22 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Q4DK9UcyrspMWDVHBnsscw== + date: + - Thu, 11 Sep 2025 14:58:22 GMT + etag: + - '"0x8DDF143A76184A7"' + last-modified: + - Thu, 11 Sep 2025 14:58:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - aIE2Kojjpx0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:23 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ESs0wCaPdSt+66tKCv1r0A== + date: + - Thu, 11 Sep 2025 14:58:23 GMT + etag: + - '"0x8DDF143A7FB1C65"' + last-modified: + - Thu, 11 Sep 2025 14:58:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4xpoetDyFJw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:24 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V/I95pYXm4Gf2wAx8tMRhQ== + date: + - Thu, 11 Sep 2025 14:58:24 GMT + etag: + - '"0x8DDF143A89245CF"' + last-modified: + - Thu, 11 Sep 2025 14:58:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mpNdShgCeuM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:25 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SDiKP+0jEU0lihUwg1oIFw== + date: + - Thu, 11 Sep 2025 14:58:25 GMT + etag: + - '"0x8DDF143A925F0C6"' + last-modified: + - Thu, 11 Sep 2025 14:58:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - nr5CgjP2q6s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:26 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 30muM+NYHdXfT7AGg7BiRQ== + date: + - Thu, 11 Sep 2025 14:58:25 GMT + etag: + - '"0x8DDF143A9C1F6C2"' + last-modified: + - Thu, 11 Sep 2025 14:58:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5zd3svsGxdQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:27 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hkeZE41iY8tYOblUaXZ3rg== + date: + - Thu, 11 Sep 2025 14:58:27 GMT + etag: + - '"0x8DDF143AA5CC59A"' + last-modified: + - Thu, 11 Sep 2025 14:58:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - bKwp4qMXdlU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:28 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RtFRW4gjLRcD9/6lc8PMhA== + date: + - Thu, 11 Sep 2025 14:58:28 GMT + etag: + - '"0x8DDF143AAF2910E"' + last-modified: + - Thu, 11 Sep 2025 14:58:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FSUc0mvnGCo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:29 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - iApneeLpHZyhLhs4foV2wQ== + date: + - Thu, 11 Sep 2025 14:58:29 GMT + etag: + - '"0x8DDF143AB8C768A"' + last-modified: + - Thu, 11 Sep 2025 14:58:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZPYXcvT/1cQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:58:30 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 2C4ljFGzn2f72QMIFDdgLA== + date: + - Thu, 11 Sep 2025 14:58:30 GMT + etag: + - '"0x8DDF143AC2AC3E9"' + last-modified: + - Thu, 11 Sep 2025 14:58:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HX8iQjwPu7s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:31 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 14:57:51 GMTThu, 11 Sep 2025 14:57:51 + GMT0x8DDF14394920ECC133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 14:57:52 GMTThu, 11 Sep 2025 14:57:52 + GMT0x8DDF143953C0EE9133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 14:57:53 GMTThu, 11 Sep 2025 14:57:53 + GMT0x8DDF14395DD1859133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 14:57:54 GMTThu, 11 Sep 2025 14:57:54 + GMT0x8DDF143967A07BF133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 14:57:55 GMTThu, 11 Sep 2025 14:57:55 + GMT0x8DDF143971792B9133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 14:57:56 GMTThu, 11 Sep 2025 14:57:56 + GMT0x8DDF14397B0DCB4133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 14:57:57 GMTThu, 11 Sep 2025 14:57:57 + GMT0x8DDF143985391F9133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 14:57:58 GMTThu, 11 Sep 2025 14:57:58 + GMT0x8DDF14398F4E93B133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 14:57:59 GMTThu, 11 Sep 2025 14:57:59 + GMT0x8DDF14399902CE0133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 14:58:00 GMTThu, 11 Sep 2025 14:58:00 + GMT0x8DDF1439A299DB3133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 14:58:11 GMTThu, 11 Sep 2025 14:58:11 + GMT0x8DDF143A0B9B7B0142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 14:58:12 GMTThu, 11 Sep 2025 14:58:12 + GMT0x8DDF143A156802A142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 14:58:13 GMTThu, 11 Sep 2025 14:58:13 + GMT0x8DDF143A1EDF773142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 14:58:14 GMTThu, 11 Sep 2025 14:58:14 + GMT0x8DDF143A286A5D6142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 14:58:15 GMTThu, 11 Sep 2025 14:58:15 + GMT0x8DDF143A321E961142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 14:58:16 GMTThu, 11 Sep 2025 14:58:16 + GMT0x8DDF143A3BF2684142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 14:58:17 GMTThu, 11 Sep 2025 14:58:17 + GMT0x8DDF143A45932F5142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 14:58:18 GMTThu, 11 Sep 2025 14:58:18 + GMT0x8DDF143A4F55FDB142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 14:58:19 GMTThu, 11 Sep 2025 14:58:19 + GMT0x8DDF143A59421E7142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 14:58:20 GMTThu, 11 Sep 2025 14:58:20 + GMT0x8DDF143A62E7C15142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 14:58:01 GMTThu, 11 Sep 2025 14:58:01 + GMT0x8DDF1439AC7EB26134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 14:58:02 GMTThu, 11 Sep 2025 14:58:02 + GMT0x8DDF1439B621E79134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 14:58:03 GMTThu, 11 Sep 2025 14:58:03 + GMT0x8DDF1439BF837A9134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 14:58:04 GMTThu, 11 Sep 2025 14:58:04 + GMT0x8DDF1439C9023B2134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 14:58:05 GMTThu, 11 Sep 2025 14:58:05 + GMT0x8DDF1439D25EF24134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 14:58:06 GMTThu, 11 Sep 2025 14:58:06 + GMT0x8DDF1439DBB1EFE134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 14:58:07 GMTThu, 11 Sep 2025 14:58:07 + GMT0x8DDF1439E509CA7134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 14:58:08 GMTThu, 11 Sep 2025 14:58:08 + GMT0x8DDF1439EEE9C4C134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 14:58:09 GMTThu, 11 Sep 2025 14:58:09 + GMT0x8DDF1439F874AA7134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 14:58:10 GMTThu, 11 Sep 2025 14:58:10 + GMT0x8DDF143A01F5D79134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 14:58:21 GMTThu, 11 Sep 2025 14:58:21 + GMT0x8DDF143A6C998B4139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 14:58:22 GMTThu, 11 Sep 2025 14:58:22 + GMT0x8DDF143A76184A7139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 14:58:23 GMTThu, 11 Sep 2025 14:58:23 + GMT0x8DDF143A7FB1C65139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 14:58:24 GMTThu, 11 Sep 2025 14:58:24 + GMT0x8DDF143A89245CF139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 14:58:25 GMTThu, 11 Sep 2025 14:58:25 + GMT0x8DDF143A925F0C6139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 14:58:26 GMTThu, 11 Sep 2025 14:58:26 + GMT0x8DDF143A9C1F6C2139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 14:58:27 GMTThu, 11 Sep 2025 14:58:27 + GMT0x8DDF143AA5CC59A139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 14:58:28 GMTThu, 11 Sep 2025 14:58:28 + GMT0x8DDF143AAF2910E139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 14:58:29 GMTThu, 11 Sep 2025 14:58:29 + GMT0x8DDF143AB8C768A139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 14:58:31 GMTThu, 11 Sep 2025 14:58:31 + GMT0x8DDF143AC2AC3E9139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 14:57:50 GMTThu, 11 Sep 2025 14:57:50 GMT0x8DDF14393FBF58487application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 14:58:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:32 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:33 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:34 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:35 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:36 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:37 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:38 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:39 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:40 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:41 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:42 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:43 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:44 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:45 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:46 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:47 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:48 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:49 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:50 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:51 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:52 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:53 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:54 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:55 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:56 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:57 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:58 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:58:59 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:58:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:00 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:01 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:02 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:03 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:04 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:05 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:06 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:07 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:08 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:09 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:10 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:11 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:12 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container1/readme + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob list + Connection: + - keep-alive + ParameterSetName: + - -c --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:13 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container1?restype=container&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF5000" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 14:59:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:14 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:15 GMT + etag: + - '"0x8DDF143C6BED587"' + last-modified: + - Thu, 11 Sep 2025 14:59:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:15 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 14:59:15 GMT + etag: + - '"0x8DDF143C7655FE9"' + last-modified: + - Thu, 11 Sep 2025 14:59:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:16 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ssxTQkjW/rzEbYfOJJlj+g== + date: + - Thu, 11 Sep 2025 14:59:17 GMT + etag: + - '"0x8DDF143C7FD24EB"' + last-modified: + - Thu, 11 Sep 2025 14:59:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - BNCizAvov3c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:17 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - zFHoEl6O9s8aYgClew65Zg== + date: + - Thu, 11 Sep 2025 14:59:17 GMT + etag: + - '"0x8DDF143C8988F47"' + last-modified: + - Thu, 11 Sep 2025 14:59:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - fVmX/MMY0Qg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:18 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /q8Haf39zq8h+jZ+IRUQ1Q== + date: + - Thu, 11 Sep 2025 14:59:19 GMT + etag: + - '"0x8DDF143C92E817E"' + last-modified: + - Thu, 11 Sep 2025 14:59:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 9sLJrJsJYok= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:19 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - f7jfcWdHKW6P2xtPGIqIaw== + date: + - Thu, 11 Sep 2025 14:59:20 GMT + etag: + - '"0x8DDF143C9C6E210"' + last-modified: + - Thu, 11 Sep 2025 14:59:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - j0v8nFP5DPY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:20 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 43LWTrftH5UHiiwngH48pA== + date: + - Thu, 11 Sep 2025 14:59:20 GMT + etag: + - '"0x8DDF143CA5D2217"' + last-modified: + - Thu, 11 Sep 2025 14:59:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - i2bjVHgN3b4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:21 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hjeSbMeUb4RCs6IQb1bEAA== + date: + - Thu, 11 Sep 2025 14:59:22 GMT + etag: + - '"0x8DDF143CAF5A97A"' + last-modified: + - Thu, 11 Sep 2025 14:59:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 8u/WZLD9s8E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:22 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EqdvfaXk6ToC4UJBUk1F/Q== + date: + - Thu, 11 Sep 2025 14:59:23 GMT + etag: + - '"0x8DDF143CB8EF34E"' + last-modified: + - Thu, 11 Sep 2025 14:59:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - eXSINOjsAEA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:23 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HvQYCYqZqGMHVkyCRnL/Jg== + date: + - Thu, 11 Sep 2025 14:59:23 GMT + etag: + - '"0x8DDF143CC27061D"' + last-modified: + - Thu, 11 Sep 2025 14:59:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - AP29BCAcbj8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:24 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZB22xz+hzlOIKXXhpe+NMg== + date: + - Thu, 11 Sep 2025 14:59:24 GMT + etag: + - '"0x8DDF143CCCA7DAD"' + last-modified: + - Thu, 11 Sep 2025 14:59:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - cS62pL8Eo9E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:25 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1OI7KyymHNyhl7F0T7DxDg== + date: + - Thu, 11 Sep 2025 14:59:26 GMT + etag: + - '"0x8DDF143CD621BBC"' + last-modified: + - Thu, 11 Sep 2025 14:59:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - CKeDlHf0za4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:26 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - L+Z1WJw8xgU6HyiaXRTuXA== + date: + - Thu, 11 Sep 2025 14:59:27 GMT + etag: + - '"0x8DDF143CDFDD3E8"' + last-modified: + - Thu, 11 Sep 2025 14:59:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - rxNLXNarqrw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:27 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 8xImPpxJZSuPiPe1GG0Ncg== + date: + - Thu, 11 Sep 2025 14:59:28 GMT + etag: + - '"0x8DDF143CE9461AE"' + last-modified: + - Thu, 11 Sep 2025 14:59:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 1pp+bB5bxMM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:28 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mggiUArVWNb/vvGee7rQ0w== + date: + - Thu, 11 Sep 2025 14:59:29 GMT + etag: + - '"0x8DDF143CF2C746A"' + last-modified: + - Thu, 11 Sep 2025 14:59:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQEgPEZKd0I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:29 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - AxgZMpGida1cZhq5hT3ECQ== + date: + - Thu, 11 Sep 2025 14:59:30 GMT + etag: + - '"0x8DDF143CFCA4D09"' + last-modified: + - Thu, 11 Sep 2025 14:59:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JIgVDI66GT0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:30 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - l7XXnPb6oXe+OnxtR0enAg== + date: + - Thu, 11 Sep 2025 14:59:31 GMT + etag: + - '"0x8DDF143D0671570"' + last-modified: + - Thu, 11 Sep 2025 14:59:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - IKUKxKVOyHU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:31 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EA59fCyeP4pBmvE5DAEvpg== + date: + - Thu, 11 Sep 2025 14:59:32 GMT + etag: + - '"0x8DDF143D0FBD081"' + last-modified: + - Thu, 11 Sep 2025 14:59:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - WSw/9G2+pgo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:32 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - dJTnhdbzXFVJvCnS1BCT3w== + date: + - Thu, 11 Sep 2025 14:59:33 GMT + etag: + - '"0x8DDF143D191C2BA"' + last-modified: + - Thu, 11 Sep 2025 14:59:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0rdhpDWvFYs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:33 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V0O98VoxKbeACo4g8VzX/w== + date: + - Thu, 11 Sep 2025 14:59:34 GMT + etag: + - '"0x8DDF143D22656E9"' + last-modified: + - Thu, 11 Sep 2025 14:59:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qz5UlP1fe/Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:34 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - TcPznooVusyMcuOlPenafg== + date: + - Thu, 11 Sep 2025 14:59:34 GMT + etag: + - '"0x8DDF143D2BF0536"' + last-modified: + - Thu, 11 Sep 2025 14:59:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2u1fNGJHtho= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:35 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - gznWrCIhwyj+Shuvr2d1SA== + date: + - Thu, 11 Sep 2025 14:59:36 GMT + etag: + - '"0x8DDF143D3545BEE"' + last-modified: + - Thu, 11 Sep 2025 14:59:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2RqBKq32GU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:36 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BDzQrYw7mO9xumtsY8EZ4Q== + date: + - Thu, 11 Sep 2025 14:59:36 GMT + etag: + - '"0x8DDF143D3EE414C"' + last-modified: + - Thu, 11 Sep 2025 14:59:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - Tg23T821cjo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:37 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mBNG6LNEUESkJIa1F7OSNg== + date: + - Thu, 11 Sep 2025 14:59:38 GMT + etag: + - '"0x8DDF143D486C8B3"' + last-modified: + - Thu, 11 Sep 2025 14:59:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - N4SCfwVFHEU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:38 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - JHYlarHKHUS04XbpRtn0Mg== + date: + - Thu, 11 Sep 2025 14:59:39 GMT + etag: + - '"0x8DDF143D51F0251"' + last-modified: + - Thu, 11 Sep 2025 14:59:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - vB/cL11Ur8Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:39 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - xywnmxfdDYPcuN0cPZuhRQ== + date: + - Thu, 11 Sep 2025 14:59:40 GMT + etag: + - '"0x8DDF143D5BAE153"' + last-modified: + - Thu, 11 Sep 2025 14:59:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - xZbpH5Wkwbs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:40 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - +KGijAJahNqdl0t7hnPdMA== + date: + - Thu, 11 Sep 2025 14:59:41 GMT + etag: + - '"0x8DDF143D64FC352"' + last-modified: + - Thu, 11 Sep 2025 14:59:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - wbv2175QEPM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:41 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - LsvXsK+UrfI7nC0xtKRDmg== + date: + - Thu, 11 Sep 2025 14:59:42 GMT + etag: + - '"0x8DDF143D6E6513B"' + last-modified: + - Thu, 11 Sep 2025 14:59:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - uDLD53agfow= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:42 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Nvs/129iqDYsFRaE33nn7g== + date: + - Thu, 11 Sep 2025 14:59:43 GMT + etag: + - '"0x8DDF143D77C6A4A"' + last-modified: + - Thu, 11 Sep 2025 14:59:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - M6mdty6xzQ0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:43 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1VihiypQdjjs1hvHWGE5Bg== + date: + - Thu, 11 Sep 2025 14:59:43 GMT + etag: + - '"0x8DDF143D813E16D"' + last-modified: + - Thu, 11 Sep 2025 14:59:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - SiCoh+ZBo3I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:44 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 9sXPUcrGg8ow1SJCHEA5qQ== + date: + - Thu, 11 Sep 2025 14:59:45 GMT + etag: + - '"0x8DDF143D8AAE3D4"' + last-modified: + - Thu, 11 Sep 2025 14:59:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - O/OjJ3lZbpw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:45 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /6p8Qm3W1ArR2WapwpQaOQ== + date: + - Thu, 11 Sep 2025 14:59:46 GMT + etag: + - '"0x8DDF143D945170A"' + last-modified: + - Thu, 11 Sep 2025 14:59:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - QnqWF7GpAOM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:46 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hVLlbvfiiCvi2uDjGsD3lQ== + date: + - Thu, 11 Sep 2025 14:59:47 GMT + etag: + - '"0x8DDF143D9DD02D8"' + last-modified: + - Thu, 11 Sep 2025 14:59:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - EQgDGkATyWI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:47 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Q4DK9UcyrspMWDVHBnsscw== + date: + - Thu, 11 Sep 2025 14:59:48 GMT + etag: + - '"0x8DDF143DA7232B5"' + last-modified: + - Thu, 11 Sep 2025 14:59:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - aIE2Kojjpx0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ESs0wCaPdSt+66tKCv1r0A== + date: + - Thu, 11 Sep 2025 14:59:48 GMT + etag: + - '"0x8DDF143DB05DD91"' + last-modified: + - Thu, 11 Sep 2025 14:59:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4xpoetDyFJw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V/I95pYXm4Gf2wAx8tMRhQ== + date: + - Thu, 11 Sep 2025 14:59:49 GMT + etag: + - '"0x8DDF143DB9B81E8"' + last-modified: + - Thu, 11 Sep 2025 14:59:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mpNdShgCeuM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SDiKP+0jEU0lihUwg1oIFw== + date: + - Thu, 11 Sep 2025 14:59:51 GMT + etag: + - '"0x8DDF143DC436156"' + last-modified: + - Thu, 11 Sep 2025 14:59:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - nr5CgjP2q6s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 30muM+NYHdXfT7AGg7BiRQ== + date: + - Thu, 11 Sep 2025 14:59:51 GMT + etag: + - '"0x8DDF143DCD780F4"' + last-modified: + - Thu, 11 Sep 2025 14:59:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5zd3svsGxdQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hkeZE41iY8tYOblUaXZ3rg== + date: + - Thu, 11 Sep 2025 14:59:53 GMT + etag: + - '"0x8DDF143DD6D7317"' + last-modified: + - Thu, 11 Sep 2025 14:59:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - bKwp4qMXdlU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RtFRW4gjLRcD9/6lc8PMhA== + date: + - Thu, 11 Sep 2025 14:59:53 GMT + etag: + - '"0x8DDF143DE051119"' + last-modified: + - Thu, 11 Sep 2025 14:59:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FSUc0mvnGCo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - iApneeLpHZyhLhs4foV2wQ== + date: + - Thu, 11 Sep 2025 14:59:55 GMT + etag: + - '"0x8DDF143DE9C6155"' + last-modified: + - Thu, 11 Sep 2025 14:59:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZPYXcvT/1cQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 14:59:55 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 2C4ljFGzn2f72QMIFDdgLA== + date: + - Thu, 11 Sep 2025 14:59:56 GMT + etag: + - '"0x8DDF143DF2FE554"' + last-modified: + - Thu, 11 Sep 2025 14:59:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HX8iQjwPu7s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:56 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container2?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 14:59:17 GMTThu, 11 Sep 2025 14:59:17 + GMT0x8DDF143C7FD24EB133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 14:59:18 GMTThu, 11 Sep 2025 14:59:18 + GMT0x8DDF143C8988F47133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 14:59:19 GMTThu, 11 Sep 2025 14:59:19 + GMT0x8DDF143C92E817E133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 14:59:20 GMTThu, 11 Sep 2025 14:59:20 + GMT0x8DDF143C9C6E210133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 14:59:21 GMTThu, 11 Sep 2025 14:59:21 + GMT0x8DDF143CA5D2217133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 14:59:22 GMTThu, 11 Sep 2025 14:59:22 + GMT0x8DDF143CAF5A97A133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 14:59:23 GMTThu, 11 Sep 2025 14:59:23 + GMT0x8DDF143CB8EF34E133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 14:59:24 GMTThu, 11 Sep 2025 14:59:24 + GMT0x8DDF143CC27061D133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 14:59:25 GMTThu, 11 Sep 2025 14:59:25 + GMT0x8DDF143CCCA7DAD133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 14:59:26 GMTThu, 11 Sep 2025 14:59:26 + GMT0x8DDF143CD621BBC133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 14:59:37 GMTThu, 11 Sep 2025 14:59:37 + GMT0x8DDF143D3EE414C142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 14:59:38 GMTThu, 11 Sep 2025 14:59:38 + GMT0x8DDF143D486C8B3142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 14:59:39 GMTThu, 11 Sep 2025 14:59:39 + GMT0x8DDF143D51F0251142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 14:59:40 GMTThu, 11 Sep 2025 14:59:40 + GMT0x8DDF143D5BAE153142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 14:59:41 GMTThu, 11 Sep 2025 14:59:41 + GMT0x8DDF143D64FC352142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 14:59:42 GMTThu, 11 Sep 2025 14:59:42 + GMT0x8DDF143D6E6513B142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 14:59:43 GMTThu, 11 Sep 2025 14:59:43 + GMT0x8DDF143D77C6A4A142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 14:59:44 GMTThu, 11 Sep 2025 14:59:44 + GMT0x8DDF143D813E16D142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 14:59:45 GMTThu, 11 Sep 2025 14:59:45 + GMT0x8DDF143D8AAE3D4142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 14:59:46 GMTThu, 11 Sep 2025 14:59:46 + GMT0x8DDF143D945170A142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 14:59:27 GMTThu, 11 Sep 2025 14:59:27 + GMT0x8DDF143CDFDD3E8134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 14:59:28 GMTThu, 11 Sep 2025 14:59:28 + GMT0x8DDF143CE9461AE134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 14:59:29 GMTThu, 11 Sep 2025 14:59:29 + GMT0x8DDF143CF2C746A134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 14:59:30 GMTThu, 11 Sep 2025 14:59:30 + GMT0x8DDF143CFCA4D09134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 14:59:31 GMTThu, 11 Sep 2025 14:59:31 + GMT0x8DDF143D0671570134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 14:59:32 GMTThu, 11 Sep 2025 14:59:32 + GMT0x8DDF143D0FBD081134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 14:59:33 GMTThu, 11 Sep 2025 14:59:33 + GMT0x8DDF143D191C2BA134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 14:59:34 GMTThu, 11 Sep 2025 14:59:34 + GMT0x8DDF143D22656E9134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 14:59:35 GMTThu, 11 Sep 2025 14:59:35 + GMT0x8DDF143D2BF0536134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 14:59:36 GMTThu, 11 Sep 2025 14:59:36 + GMT0x8DDF143D3545BEE134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 14:59:47 GMTThu, 11 Sep 2025 14:59:47 + GMT0x8DDF143D9DD02D8139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 14:59:48 GMTThu, 11 Sep 2025 14:59:48 + GMT0x8DDF143DA7232B5139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 14:59:49 GMTThu, 11 Sep 2025 14:59:49 + GMT0x8DDF143DB05DD91139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 14:59:50 GMTThu, 11 Sep 2025 14:59:50 + GMT0x8DDF143DB9B81E8139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 14:59:51 GMTThu, 11 Sep 2025 14:59:51 + GMT0x8DDF143DC436156139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 14:59:52 GMTThu, 11 Sep 2025 14:59:52 + GMT0x8DDF143DCD780F4139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 14:59:53 GMTThu, 11 Sep 2025 14:59:53 + GMT0x8DDF143DD6D7317139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 14:59:54 GMTThu, 11 Sep 2025 14:59:54 + GMT0x8DDF143DE051119139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 14:59:55 GMTThu, 11 Sep 2025 14:59:55 + GMT0x8DDF143DE9C6155139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 14:59:56 GMTThu, 11 Sep 2025 14:59:56 + GMT0x8DDF143DF2FE554139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 14:59:16 GMTThu, 11 Sep 2025 14:59:16 GMT0x8DDF143C7655FE987application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 14:59:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:58 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 14:59:59 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 14:59:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:00 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:01 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:02 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:03 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:04 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:05 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:06 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:07 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:08 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:09 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:10 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:11 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:12 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:13 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:14 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:15 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:16 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:17 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:18 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:19 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:20 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:21 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:22 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:23 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:24 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:25 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:26 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:27 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:28 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:29 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:30 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:31 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:32 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:33 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:34 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:35 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:36 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:37 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:38 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container2/readme + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob list + Connection: + - keep-alive + ParameterSetName: + - -c --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:39 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container2?restype=container&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF5000" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:00:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:00:40 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:00:41 GMT + etag: + - '"0x8DDF143FA1BCEE1"' + last-modified: + - Thu, 11 Sep 2025 15:00:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:42 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 15:00:42 GMT + etag: + - '"0x8DDF143FACDD851"' + last-modified: + - Thu, 11 Sep 2025 15:00:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:43 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ssxTQkjW/rzEbYfOJJlj+g== + date: + - Thu, 11 Sep 2025 15:00:43 GMT + etag: + - '"0x8DDF143FB65C426"' + last-modified: + - Thu, 11 Sep 2025 15:00:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - BNCizAvov3c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:44 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - zFHoEl6O9s8aYgClew65Zg== + date: + - Thu, 11 Sep 2025 15:00:44 GMT + etag: + - '"0x8DDF143FC0485F2"' + last-modified: + - Thu, 11 Sep 2025 15:00:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - fVmX/MMY0Qg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:45 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /q8Haf39zq8h+jZ+IRUQ1Q== + date: + - Thu, 11 Sep 2025 15:00:45 GMT + etag: + - '"0x8DDF143FCA0B2A8"' + last-modified: + - Thu, 11 Sep 2025 15:00:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 9sLJrJsJYok= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:46 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - f7jfcWdHKW6P2xtPGIqIaw== + date: + - Thu, 11 Sep 2025 15:00:46 GMT + etag: + - '"0x8DDF143FD3C1CFD"' + last-modified: + - Thu, 11 Sep 2025 15:00:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - j0v8nFP5DPY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:47 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 43LWTrftH5UHiiwngH48pA== + date: + - Thu, 11 Sep 2025 15:00:47 GMT + etag: + - '"0x8DDF143FDD69DDA"' + last-modified: + - Thu, 11 Sep 2025 15:00:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - i2bjVHgN3b4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hjeSbMeUb4RCs6IQb1bEAA== + date: + - Thu, 11 Sep 2025 15:00:48 GMT + etag: + - '"0x8DDF143FE722F08"' + last-modified: + - Thu, 11 Sep 2025 15:00:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 8u/WZLD9s8E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EqdvfaXk6ToC4UJBUk1F/Q== + date: + - Thu, 11 Sep 2025 15:00:49 GMT + etag: + - '"0x8DDF143FF0CFDC2"' + last-modified: + - Thu, 11 Sep 2025 15:00:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - eXSINOjsAEA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HvQYCYqZqGMHVkyCRnL/Jg== + date: + - Thu, 11 Sep 2025 15:00:51 GMT + etag: + - '"0x8DDF143FFA84117"' + last-modified: + - Thu, 11 Sep 2025 15:00:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - AP29BCAcbj8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZB22xz+hzlOIKXXhpe+NMg== + date: + - Thu, 11 Sep 2025 15:00:52 GMT + etag: + - '"0x8DDF144004D3D8F"' + last-modified: + - Thu, 11 Sep 2025 15:00:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - cS62pL8Eo9E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1OI7KyymHNyhl7F0T7DxDg== + date: + - Thu, 11 Sep 2025 15:00:52 GMT + etag: + - '"0x8DDF14400E29430"' + last-modified: + - Thu, 11 Sep 2025 15:00:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - CKeDlHf0za4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - L+Z1WJw8xgU6HyiaXRTuXA== + date: + - Thu, 11 Sep 2025 15:00:53 GMT + etag: + - '"0x8DDF144017D89C5"' + last-modified: + - Thu, 11 Sep 2025 15:00:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - rxNLXNarqrw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 8xImPpxJZSuPiPe1GG0Ncg== + date: + - Thu, 11 Sep 2025 15:00:54 GMT + etag: + - '"0x8DDF14402176F24"' + last-modified: + - Thu, 11 Sep 2025 15:00:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 1pp+bB5bxMM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:55 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mggiUArVWNb/vvGee7rQ0w== + date: + - Thu, 11 Sep 2025 15:00:55 GMT + etag: + - '"0x8DDF14402B3E997"' + last-modified: + - Thu, 11 Sep 2025 15:00:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQEgPEZKd0I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:56 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - AxgZMpGida1cZhq5hT3ECQ== + date: + - Thu, 11 Sep 2025 15:00:57 GMT + etag: + - '"0x8DDF14403776F4E"' + last-modified: + - Thu, 11 Sep 2025 15:00:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JIgVDI66GT0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:57 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - l7XXnPb6oXe+OnxtR0enAg== + date: + - Thu, 11 Sep 2025 15:00:58 GMT + etag: + - '"0x8DDF14404134E42"' + last-modified: + - Thu, 11 Sep 2025 15:00:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - IKUKxKVOyHU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:58 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EA59fCyeP4pBmvE5DAEvpg== + date: + - Thu, 11 Sep 2025 15:00:59 GMT + etag: + - '"0x8DDF14404AE919E"' + last-modified: + - Thu, 11 Sep 2025 15:00:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - WSw/9G2+pgo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:00:59 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - dJTnhdbzXFVJvCnS1BCT3w== + date: + - Thu, 11 Sep 2025 15:00:59 GMT + etag: + - '"0x8DDF1440546F210"' + last-modified: + - Thu, 11 Sep 2025 15:01:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0rdhpDWvFYs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:00 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V0O98VoxKbeACo4g8VzX/w== + date: + - Thu, 11 Sep 2025 15:01:01 GMT + etag: + - '"0x8DDF14405E31EBA"' + last-modified: + - Thu, 11 Sep 2025 15:01:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qz5UlP1fe/Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:01 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - TcPznooVusyMcuOlPenafg== + date: + - Thu, 11 Sep 2025 15:01:02 GMT + etag: + - '"0x8DDF14406833EB2"' + last-modified: + - Thu, 11 Sep 2025 15:01:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2u1fNGJHtho= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:02 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - gznWrCIhwyj+Shuvr2d1SA== + date: + - Thu, 11 Sep 2025 15:01:03 GMT + etag: + - '"0x8DDF144071C13BE"' + last-modified: + - Thu, 11 Sep 2025 15:01:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2RqBKq32GU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:03 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BDzQrYw7mO9xumtsY8EZ4Q== + date: + - Thu, 11 Sep 2025 15:01:03 GMT + etag: + - '"0x8DDF14407B253BE"' + last-modified: + - Thu, 11 Sep 2025 15:01:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - Tg23T821cjo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:04 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mBNG6LNEUESkJIa1F7OSNg== + date: + - Thu, 11 Sep 2025 15:01:05 GMT + etag: + - '"0x8DDF1440847D126"' + last-modified: + - Thu, 11 Sep 2025 15:01:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - N4SCfwVFHEU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:05 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - JHYlarHKHUS04XbpRtn0Mg== + date: + - Thu, 11 Sep 2025 15:01:05 GMT + etag: + - '"0x8DDF14408DA6BBA"' + last-modified: + - Thu, 11 Sep 2025 15:01:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - vB/cL11Ur8Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:06 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - xywnmxfdDYPcuN0cPZuhRQ== + date: + - Thu, 11 Sep 2025 15:01:06 GMT + etag: + - '"0x8DDF144097733F4"' + last-modified: + - Thu, 11 Sep 2025 15:01:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - xZbpH5Wkwbs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:07 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - +KGijAJahNqdl0t7hnPdMA== + date: + - Thu, 11 Sep 2025 15:01:08 GMT + etag: + - '"0x8DDF1440A19E90F"' + last-modified: + - Thu, 11 Sep 2025 15:01:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - wbv2175QEPM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:08 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - LsvXsK+UrfI7nC0xtKRDmg== + date: + - Thu, 11 Sep 2025 15:01:08 GMT + etag: + - '"0x8DDF1440AB469EC"' + last-modified: + - Thu, 11 Sep 2025 15:01:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - uDLD53agfow= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:09 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Nvs/129iqDYsFRaE33nn7g== + date: + - Thu, 11 Sep 2025 15:01:10 GMT + etag: + - '"0x8DDF1440B4BBA1E"' + last-modified: + - Thu, 11 Sep 2025 15:01:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - M6mdty6xzQ0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:10 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1VihiypQdjjs1hvHWGE5Bg== + date: + - Thu, 11 Sep 2025 15:01:10 GMT + etag: + - '"0x8DDF1440BE6AFAD"' + last-modified: + - Thu, 11 Sep 2025 15:01:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - SiCoh+ZBo3I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:11 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 9sXPUcrGg8ow1SJCHEA5qQ== + date: + - Thu, 11 Sep 2025 15:01:12 GMT + etag: + - '"0x8DDF1440C84FCE3"' + last-modified: + - Thu, 11 Sep 2025 15:01:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - O/OjJ3lZbpw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:12 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /6p8Qm3W1ArR2WapwpQaOQ== + date: + - Thu, 11 Sep 2025 15:01:13 GMT + etag: + - '"0x8DDF1440D1C73EF"' + last-modified: + - Thu, 11 Sep 2025 15:01:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - QnqWF7GpAOM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:13 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hVLlbvfiiCvi2uDjGsD3lQ== + date: + - Thu, 11 Sep 2025 15:01:14 GMT + etag: + - '"0x8DDF1440DB7698D"' + last-modified: + - Thu, 11 Sep 2025 15:01:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - EQgDGkATyWI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:14 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Q4DK9UcyrspMWDVHBnsscw== + date: + - Thu, 11 Sep 2025 15:01:15 GMT + etag: + - '"0x8DDF1440E4FA30B"' + last-modified: + - Thu, 11 Sep 2025 15:01:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - aIE2Kojjpx0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:15 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ESs0wCaPdSt+66tKCv1r0A== + date: + - Thu, 11 Sep 2025 15:01:16 GMT + etag: + - '"0x8DDF1440EE74104"' + last-modified: + - Thu, 11 Sep 2025 15:01:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4xpoetDyFJw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:16 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V/I95pYXm4Gf2wAx8tMRhQ== + date: + - Thu, 11 Sep 2025 15:01:17 GMT + etag: + - '"0x8DDF1440F86C55A"' + last-modified: + - Thu, 11 Sep 2025 15:01:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mpNdShgCeuM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:17 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SDiKP+0jEU0lihUwg1oIFw== + date: + - Thu, 11 Sep 2025 15:01:18 GMT + etag: + - '"0x8DDF144101FE83B"' + last-modified: + - Thu, 11 Sep 2025 15:01:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - nr5CgjP2q6s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:18 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 30muM+NYHdXfT7AGg7BiRQ== + date: + - Thu, 11 Sep 2025 15:01:19 GMT + etag: + - '"0x8DDF14410B8BD52"' + last-modified: + - Thu, 11 Sep 2025 15:01:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5zd3svsGxdQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:19 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hkeZE41iY8tYOblUaXZ3rg== + date: + - Thu, 11 Sep 2025 15:01:19 GMT + etag: + - '"0x8DDF14411522DF4"' + last-modified: + - Thu, 11 Sep 2025 15:01:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - bKwp4qMXdlU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:20 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RtFRW4gjLRcD9/6lc8PMhA== + date: + - Thu, 11 Sep 2025 15:01:20 GMT + etag: + - '"0x8DDF14411EB0312"' + last-modified: + - Thu, 11 Sep 2025 15:01:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FSUc0mvnGCo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:21 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - iApneeLpHZyhLhs4foV2wQ== + date: + - Thu, 11 Sep 2025 15:01:22 GMT + etag: + - '"0x8DDF14412877D89"' + last-modified: + - Thu, 11 Sep 2025 15:01:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZPYXcvT/1cQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:22 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container3/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 2C4ljFGzn2f72QMIFDdgLA== + date: + - Thu, 11 Sep 2025 15:01:22 GMT + etag: + - '"0x8DDF144131EA6D0"' + last-modified: + - Thu, 11 Sep 2025 15:01:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HX8iQjwPu7s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:23 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container3?restype=container&comp=list&prefix=apple%2F + response: + body: + string: "\uFEFFapple/apple/file_0Thu, + 11 Sep 2025 15:00:43 GMTThu, 11 Sep 2025 15:00:43 + GMT0x8DDF143FB65C426133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 15:00:44 GMTThu, 11 Sep 2025 15:00:44 + GMT0x8DDF143FC0485F2133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 15:00:45 GMTThu, 11 Sep 2025 15:00:45 + GMT0x8DDF143FCA0B2A8133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 15:00:47 GMTThu, 11 Sep 2025 15:00:47 + GMT0x8DDF143FD3C1CFD133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 15:00:48 GMTThu, 11 Sep 2025 15:00:48 + GMT0x8DDF143FDD69DDA133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 15:00:49 GMTThu, 11 Sep 2025 15:00:49 + GMT0x8DDF143FE722F08133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 15:00:50 GMTThu, 11 Sep 2025 15:00:50 + GMT0x8DDF143FF0CFDC2133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 15:00:51 GMTThu, 11 Sep 2025 15:00:51 + GMT0x8DDF143FFA84117133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 15:00:52 GMTThu, 11 Sep 2025 15:00:52 + GMT0x8DDF144004D3D8F133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 15:00:53 GMTThu, 11 Sep 2025 15:00:53 + GMT0x8DDF14400E29430133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:01:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:25 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:26 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:27 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:28 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:29 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:30 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:31 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:32 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:33 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:34 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container3/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob list + Connection: + - keep-alive + ParameterSetName: + - -c --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:35 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container3?restype=container&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF5000butter/charlie/file_0Thu, + 11 Sep 2025 15:01:04 GMTThu, 11 Sep 2025 15:01:04 + GMT0x8DDF14407B253BE142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 15:01:05 GMTThu, 11 Sep 2025 15:01:05 + GMT0x8DDF1440847D126142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 15:01:06 GMTThu, 11 Sep 2025 15:01:06 + GMT0x8DDF14408DA6BBA142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 15:01:07 GMTThu, 11 Sep 2025 15:01:07 + GMT0x8DDF144097733F4142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 15:01:08 GMTThu, 11 Sep 2025 15:01:08 + GMT0x8DDF1440A19E90F142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 15:01:09 GMTThu, 11 Sep 2025 15:01:09 + GMT0x8DDF1440AB469EC142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 15:01:10 GMTThu, 11 Sep 2025 15:01:10 + GMT0x8DDF1440B4BBA1E142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 15:01:11 GMTThu, 11 Sep 2025 15:01:11 + GMT0x8DDF1440BE6AFAD142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 15:01:12 GMTThu, 11 Sep 2025 15:01:12 + GMT0x8DDF1440C84FCE3142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 15:01:13 GMTThu, 11 Sep 2025 15:01:13 + GMT0x8DDF1440D1C73EF142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 15:00:54 GMTThu, 11 Sep 2025 15:00:54 + GMT0x8DDF144017D89C5134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 15:00:55 GMTThu, 11 Sep 2025 15:00:55 + GMT0x8DDF14402176F24134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 15:00:56 GMTThu, 11 Sep 2025 15:00:56 + GMT0x8DDF14402B3E997134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 15:00:57 GMTThu, 11 Sep 2025 15:00:57 + GMT0x8DDF14403776F4E134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 15:00:58 GMTThu, 11 Sep 2025 15:00:58 + GMT0x8DDF14404134E42134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 15:00:59 GMTThu, 11 Sep 2025 15:00:59 + GMT0x8DDF14404AE919E134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 15:01:00 GMTThu, 11 Sep 2025 15:01:00 + GMT0x8DDF1440546F210134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 15:01:01 GMTThu, 11 Sep 2025 15:01:01 + GMT0x8DDF14405E31EBA134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 15:01:02 GMTThu, 11 Sep 2025 15:01:02 + GMT0x8DDF14406833EB2134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 15:01:03 GMTThu, 11 Sep 2025 15:01:03 + GMT0x8DDF144071C13BE134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 15:01:14 GMTThu, 11 Sep 2025 15:01:14 + GMT0x8DDF1440DB7698D139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 15:01:15 GMTThu, 11 Sep 2025 15:01:15 + GMT0x8DDF1440E4FA30B139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 15:01:16 GMTThu, 11 Sep 2025 15:01:16 + GMT0x8DDF1440EE74104139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 15:01:17 GMTThu, 11 Sep 2025 15:01:17 + GMT0x8DDF1440F86C55A139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 15:01:18 GMTThu, 11 Sep 2025 15:01:18 + GMT0x8DDF144101FE83B139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 15:01:19 GMTThu, 11 Sep 2025 15:01:19 + GMT0x8DDF14410B8BD52139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 15:01:20 GMTThu, 11 Sep 2025 15:01:20 + GMT0x8DDF14411522DF4139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 15:01:21 GMTThu, 11 Sep 2025 15:01:21 + GMT0x8DDF14411EB0312139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 15:01:22 GMTThu, 11 Sep 2025 15:01:22 + GMT0x8DDF14412877D89139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 15:01:23 GMTThu, 11 Sep 2025 15:01:23 + GMT0x8DDF144131EA6D0139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 15:00:42 GMTThu, 11 Sep 2025 15:00:42 GMT0x8DDF143FACDD85187application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:01:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:01:36 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:01:37 GMT + etag: + - '"0x8DDF1441B6716BB"' + last-modified: + - Thu, 11 Sep 2025 15:01:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:37 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 15:01:38 GMT + etag: + - '"0x8DDF1441C101921"' + last-modified: + - Thu, 11 Sep 2025 15:01:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:38 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ssxTQkjW/rzEbYfOJJlj+g== + date: + - Thu, 11 Sep 2025 15:01:39 GMT + etag: + - '"0x8DDF1441CA7695B"' + last-modified: + - Thu, 11 Sep 2025 15:01:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - BNCizAvov3c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:39 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - zFHoEl6O9s8aYgClew65Zg== + date: + - Thu, 11 Sep 2025 15:01:39 GMT + etag: + - '"0x8DDF1441D42FA75"' + last-modified: + - Thu, 11 Sep 2025 15:01:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - fVmX/MMY0Qg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:40 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /q8Haf39zq8h+jZ+IRUQ1Q== + date: + - Thu, 11 Sep 2025 15:01:40 GMT + etag: + - '"0x8DDF1441DE27EBE"' + last-modified: + - Thu, 11 Sep 2025 15:01:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 9sLJrJsJYok= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:41 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - f7jfcWdHKW6P2xtPGIqIaw== + date: + - Thu, 11 Sep 2025 15:01:42 GMT + etag: + - '"0x8DDF1441E941725"' + last-modified: + - Thu, 11 Sep 2025 15:01:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - j0v8nFP5DPY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:43 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 43LWTrftH5UHiiwngH48pA== + date: + - Thu, 11 Sep 2025 15:01:43 GMT + etag: + - '"0x8DDF1441F306ABA"' + last-modified: + - Thu, 11 Sep 2025 15:01:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - i2bjVHgN3b4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:44 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hjeSbMeUb4RCs6IQb1bEAA== + date: + - Thu, 11 Sep 2025 15:01:44 GMT + etag: + - '"0x8DDF1441FCAC4B6"' + last-modified: + - Thu, 11 Sep 2025 15:01:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 8u/WZLD9s8E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:45 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EqdvfaXk6ToC4UJBUk1F/Q== + date: + - Thu, 11 Sep 2025 15:01:45 GMT + etag: + - '"0x8DDF1442067DAD1"' + last-modified: + - Thu, 11 Sep 2025 15:01:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - eXSINOjsAEA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:46 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HvQYCYqZqGMHVkyCRnL/Jg== + date: + - Thu, 11 Sep 2025 15:01:46 GMT + etag: + - '"0x8DDF14421031E29"' + last-modified: + - Thu, 11 Sep 2025 15:01:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - AP29BCAcbj8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:47 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZB22xz+hzlOIKXXhpe+NMg== + date: + - Thu, 11 Sep 2025 15:01:47 GMT + etag: + - '"0x8DDF14421A4751B"' + last-modified: + - Thu, 11 Sep 2025 15:01:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - cS62pL8Eo9E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1OI7KyymHNyhl7F0T7DxDg== + date: + - Thu, 11 Sep 2025 15:01:48 GMT + etag: + - '"0x8DDF14422402D1B"' + last-modified: + - Thu, 11 Sep 2025 15:01:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - CKeDlHf0za4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - L+Z1WJw8xgU6HyiaXRTuXA== + date: + - Thu, 11 Sep 2025 15:01:50 GMT + etag: + - '"0x8DDF14422D9C4AB"' + last-modified: + - Thu, 11 Sep 2025 15:01:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - rxNLXNarqrw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 8xImPpxJZSuPiPe1GG0Ncg== + date: + - Thu, 11 Sep 2025 15:01:51 GMT + etag: + - '"0x8DDF14423713BB1"' + last-modified: + - Thu, 11 Sep 2025 15:01:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 1pp+bB5bxMM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mggiUArVWNb/vvGee7rQ0w== + date: + - Thu, 11 Sep 2025 15:01:51 GMT + etag: + - '"0x8DDF144240B47E8"' + last-modified: + - Thu, 11 Sep 2025 15:01:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQEgPEZKd0I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - AxgZMpGida1cZhq5hT3ECQ== + date: + - Thu, 11 Sep 2025 15:01:52 GMT + etag: + - '"0x8DDF14424B71A66"' + last-modified: + - Thu, 11 Sep 2025 15:01:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JIgVDI66GT0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - l7XXnPb6oXe+OnxtR0enAg== + date: + - Thu, 11 Sep 2025 15:01:53 GMT + etag: + - '"0x8DDF1442554F2E6"' + last-modified: + - Thu, 11 Sep 2025 15:01:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - IKUKxKVOyHU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EA59fCyeP4pBmvE5DAEvpg== + date: + - Thu, 11 Sep 2025 15:01:54 GMT + etag: + - '"0x8DDF14425EE3CA0"' + last-modified: + - Thu, 11 Sep 2025 15:01:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - WSw/9G2+pgo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:55 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - dJTnhdbzXFVJvCnS1BCT3w== + date: + - Thu, 11 Sep 2025 15:01:55 GMT + etag: + - '"0x8DDF1442686286A"' + last-modified: + - Thu, 11 Sep 2025 15:01:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0rdhpDWvFYs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:56 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V0O98VoxKbeACo4g8VzX/w== + date: + - Thu, 11 Sep 2025 15:01:57 GMT + etag: + - '"0x8DDF1442720D01E"' + last-modified: + - Thu, 11 Sep 2025 15:01:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qz5UlP1fe/Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:57 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - TcPznooVusyMcuOlPenafg== + date: + - Thu, 11 Sep 2025 15:01:58 GMT + etag: + - '"0x8DDF14427BE0D15"' + last-modified: + - Thu, 11 Sep 2025 15:01:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2u1fNGJHtho= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:58 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - gznWrCIhwyj+Shuvr2d1SA== + date: + - Thu, 11 Sep 2025 15:01:58 GMT + etag: + - '"0x8DDF1442855D1E2"' + last-modified: + - Thu, 11 Sep 2025 15:01:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2RqBKq32GU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:01:59 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BDzQrYw7mO9xumtsY8EZ4Q== + date: + - Thu, 11 Sep 2025 15:02:00 GMT + etag: + - '"0x8DDF14428F63F8D"' + last-modified: + - Thu, 11 Sep 2025 15:02:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - Tg23T821cjo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:00 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mBNG6LNEUESkJIa1F7OSNg== + date: + - Thu, 11 Sep 2025 15:02:01 GMT + etag: + - '"0x8DDF14429937C66"' + last-modified: + - Thu, 11 Sep 2025 15:02:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - N4SCfwVFHEU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:01 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - JHYlarHKHUS04XbpRtn0Mg== + date: + - Thu, 11 Sep 2025 15:02:01 GMT + etag: + - '"0x8DDF1442A2DD665"' + last-modified: + - Thu, 11 Sep 2025 15:02:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - vB/cL11Ur8Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:02 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - xywnmxfdDYPcuN0cPZuhRQ== + date: + - Thu, 11 Sep 2025 15:02:03 GMT + etag: + - '"0x8DDF1442AC4FFA3"' + last-modified: + - Thu, 11 Sep 2025 15:02:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - xZbpH5Wkwbs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:03 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - +KGijAJahNqdl0t7hnPdMA== + date: + - Thu, 11 Sep 2025 15:02:04 GMT + etag: + - '"0x8DDF1442B5AF1C2"' + last-modified: + - Thu, 11 Sep 2025 15:02:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - wbv2175QEPM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:04 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - LsvXsK+UrfI7nC0xtKRDmg== + date: + - Thu, 11 Sep 2025 15:02:05 GMT + etag: + - '"0x8DDF1442BF3EDB8"' + last-modified: + - Thu, 11 Sep 2025 15:02:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - uDLD53agfow= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:05 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Nvs/129iqDYsFRaE33nn7g== + date: + - Thu, 11 Sep 2025 15:02:05 GMT + etag: + - '"0x8DDF1442C891D5A"' + last-modified: + - Thu, 11 Sep 2025 15:02:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - M6mdty6xzQ0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:06 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1VihiypQdjjs1hvHWGE5Bg== + date: + - Thu, 11 Sep 2025 15:02:07 GMT + etag: + - '"0x8DDF1442D228E02"' + last-modified: + - Thu, 11 Sep 2025 15:02:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - SiCoh+ZBo3I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:07 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 9sXPUcrGg8ow1SJCHEA5qQ== + date: + - Thu, 11 Sep 2025 15:02:08 GMT + etag: + - '"0x8DDF1442DB96974"' + last-modified: + - Thu, 11 Sep 2025 15:02:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - O/OjJ3lZbpw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:08 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /6p8Qm3W1ArR2WapwpQaOQ== + date: + - Thu, 11 Sep 2025 15:02:08 GMT + etag: + - '"0x8DDF1442E4F5B8A"' + last-modified: + - Thu, 11 Sep 2025 15:02:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - QnqWF7GpAOM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:09 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hVLlbvfiiCvi2uDjGsD3lQ== + date: + - Thu, 11 Sep 2025 15:02:09 GMT + etag: + - '"0x8DDF1442EE37AF6"' + last-modified: + - Thu, 11 Sep 2025 15:02:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - EQgDGkATyWI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:10 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Q4DK9UcyrspMWDVHBnsscw== + date: + - Thu, 11 Sep 2025 15:02:10 GMT + etag: + - '"0x8DDF1442F7CEB90"' + last-modified: + - Thu, 11 Sep 2025 15:02:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - aIE2Kojjpx0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:11 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ESs0wCaPdSt+66tKCv1r0A== + date: + - Thu, 11 Sep 2025 15:02:11 GMT + etag: + - '"0x8DDF144301BFB37"' + last-modified: + - Thu, 11 Sep 2025 15:02:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4xpoetDyFJw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:12 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V/I95pYXm4Gf2wAx8tMRhQ== + date: + - Thu, 11 Sep 2025 15:02:12 GMT + etag: + - '"0x8DDF14430B800F7"' + last-modified: + - Thu, 11 Sep 2025 15:02:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mpNdShgCeuM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:13 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SDiKP+0jEU0lihUwg1oIFw== + date: + - Thu, 11 Sep 2025 15:02:13 GMT + etag: + - '"0x8DDF144315171A0"' + last-modified: + - Thu, 11 Sep 2025 15:02:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - nr5CgjP2q6s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:14 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 30muM+NYHdXfT7AGg7BiRQ== + date: + - Thu, 11 Sep 2025 15:02:15 GMT + etag: + - '"0x8DDF14431F22D08"' + last-modified: + - Thu, 11 Sep 2025 15:02:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5zd3svsGxdQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:15 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hkeZE41iY8tYOblUaXZ3rg== + date: + - Thu, 11 Sep 2025 15:02:15 GMT + etag: + - '"0x8DDF144328B28F4"' + last-modified: + - Thu, 11 Sep 2025 15:02:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - bKwp4qMXdlU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:16 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RtFRW4gjLRcD9/6lc8PMhA== + date: + - Thu, 11 Sep 2025 15:02:17 GMT + etag: + - '"0x8DDF14433269331"' + last-modified: + - Thu, 11 Sep 2025 15:02:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FSUc0mvnGCo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:17 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - iApneeLpHZyhLhs4foV2wQ== + date: + - Thu, 11 Sep 2025 15:02:18 GMT + etag: + - '"0x8DDF14433C0ED25"' + last-modified: + - Thu, 11 Sep 2025 15:02:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZPYXcvT/1cQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:18 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 2C4ljFGzn2f72QMIFDdgLA== + date: + - Thu, 11 Sep 2025 15:02:19 GMT + etag: + - '"0x8DDF144345C5752"' + last-modified: + - Thu, 11 Sep 2025 15:02:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HX8iQjwPu7s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:02:19 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container4?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 15:01:39 GMTThu, 11 Sep 2025 15:01:39 + GMT0x8DDF1441CA7695B133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 15:01:40 GMTThu, 11 Sep 2025 15:01:40 + GMT0x8DDF1441D42FA75133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 15:01:41 GMTThu, 11 Sep 2025 15:01:41 + GMT0x8DDF1441DE27EBE133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 15:01:42 GMTThu, 11 Sep 2025 15:01:42 + GMT0x8DDF1441E941725133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 15:01:43 GMTThu, 11 Sep 2025 15:01:43 + GMT0x8DDF1441F306ABA133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 15:01:44 GMTThu, 11 Sep 2025 15:01:44 + GMT0x8DDF1441FCAC4B6133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 15:01:46 GMTThu, 11 Sep 2025 15:01:46 + GMT0x8DDF1442067DAD1133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 15:01:47 GMTThu, 11 Sep 2025 15:01:47 + GMT0x8DDF14421031E29133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 15:01:48 GMTThu, 11 Sep 2025 15:01:48 + GMT0x8DDF14421A4751B133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 15:01:49 GMTThu, 11 Sep 2025 15:01:49 + GMT0x8DDF14422402D1B133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 15:02:00 GMTThu, 11 Sep 2025 15:02:00 + GMT0x8DDF14428F63F8D142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 15:02:01 GMTThu, 11 Sep 2025 15:02:01 + GMT0x8DDF14429937C66142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 15:02:02 GMTThu, 11 Sep 2025 15:02:02 + GMT0x8DDF1442A2DD665142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 15:02:03 GMTThu, 11 Sep 2025 15:02:03 + GMT0x8DDF1442AC4FFA3142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 15:02:04 GMTThu, 11 Sep 2025 15:02:04 + GMT0x8DDF1442B5AF1C2142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 15:02:05 GMTThu, 11 Sep 2025 15:02:05 + GMT0x8DDF1442BF3EDB8142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 15:02:06 GMTThu, 11 Sep 2025 15:02:06 + GMT0x8DDF1442C891D5A142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 15:02:07 GMTThu, 11 Sep 2025 15:02:07 + GMT0x8DDF1442D228E02142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 15:02:08 GMTThu, 11 Sep 2025 15:02:08 + GMT0x8DDF1442DB96974142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 15:02:09 GMTThu, 11 Sep 2025 15:02:09 + GMT0x8DDF1442E4F5B8A142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 15:01:50 GMTThu, 11 Sep 2025 15:01:50 + GMT0x8DDF14422D9C4AB134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 15:01:51 GMTThu, 11 Sep 2025 15:01:51 + GMT0x8DDF14423713BB1134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 15:01:52 GMTThu, 11 Sep 2025 15:01:52 + GMT0x8DDF144240B47E8134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 15:01:53 GMTThu, 11 Sep 2025 15:01:53 + GMT0x8DDF14424B71A66134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 15:01:54 GMTThu, 11 Sep 2025 15:01:54 + GMT0x8DDF1442554F2E6134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 15:01:55 GMTThu, 11 Sep 2025 15:01:55 + GMT0x8DDF14425EE3CA0134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 15:01:56 GMTThu, 11 Sep 2025 15:01:56 + GMT0x8DDF1442686286A134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 15:01:57 GMTThu, 11 Sep 2025 15:01:57 + GMT0x8DDF1442720D01E134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 15:01:58 GMTThu, 11 Sep 2025 15:01:58 + GMT0x8DDF14427BE0D15134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 15:01:59 GMTThu, 11 Sep 2025 15:01:59 + GMT0x8DDF1442855D1E2134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 15:02:10 GMTThu, 11 Sep 2025 15:02:10 + GMT0x8DDF1442EE37AF6139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 15:02:11 GMTThu, 11 Sep 2025 15:02:11 + GMT0x8DDF1442F7CEB90139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 15:02:12 GMTThu, 11 Sep 2025 15:02:12 + GMT0x8DDF144301BFB37139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 15:02:13 GMTThu, 11 Sep 2025 15:02:13 + GMT0x8DDF14430B800F7139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 15:02:14 GMTThu, 11 Sep 2025 15:02:14 + GMT0x8DDF144315171A0139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 15:02:15 GMTThu, 11 Sep 2025 15:02:15 + GMT0x8DDF14431F22D08139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 15:02:16 GMTThu, 11 Sep 2025 15:02:16 + GMT0x8DDF144328B28F4139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 15:02:17 GMTThu, 11 Sep 2025 15:02:17 + GMT0x8DDF14433269331139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 15:02:18 GMTThu, 11 Sep 2025 15:02:18 + GMT0x8DDF14433C0ED25139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 15:02:19 GMTThu, 11 Sep 2025 15:02:19 + GMT0x8DDF144345C5752139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 15:01:38 GMTThu, 11 Sep 2025 15:01:38 GMT0x8DDF1441C10192187application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:02:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:02:21 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container4/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:02:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:02:22 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container4/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:02:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:02:23 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container4/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:02:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:02:24 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container4/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:02:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob list + Connection: + - keep-alive + ParameterSetName: + - -c --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:02:25 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container4?restype=container&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF5000apple/file_1Thu, + 11 Sep 2025 15:01:40 GMTThu, 11 Sep 2025 15:01:40 + GMT0x8DDF1441D42FA75133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 15:01:41 GMTThu, 11 Sep 2025 15:01:41 + GMT0x8DDF1441DE27EBE133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 15:01:42 GMTThu, 11 Sep 2025 15:01:42 + GMT0x8DDF1441E941725133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 15:01:43 GMTThu, 11 Sep 2025 15:01:43 + GMT0x8DDF1441F306ABA133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 15:01:44 GMTThu, 11 Sep 2025 15:01:44 + GMT0x8DDF1441FCAC4B6133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 15:01:46 GMTThu, 11 Sep 2025 15:01:46 + GMT0x8DDF1442067DAD1133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 15:01:47 GMTThu, 11 Sep 2025 15:01:47 + GMT0x8DDF14421031E29133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 15:01:48 GMTThu, 11 Sep 2025 15:01:48 + GMT0x8DDF14421A4751B133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 15:01:49 GMTThu, 11 Sep 2025 15:01:49 + GMT0x8DDF14422402D1B133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 15:02:01 GMTThu, 11 Sep 2025 15:02:01 + GMT0x8DDF14429937C66142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 15:02:02 GMTThu, 11 Sep 2025 15:02:02 + GMT0x8DDF1442A2DD665142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 15:02:03 GMTThu, 11 Sep 2025 15:02:03 + GMT0x8DDF1442AC4FFA3142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 15:02:04 GMTThu, 11 Sep 2025 15:02:04 + GMT0x8DDF1442B5AF1C2142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 15:02:05 GMTThu, 11 Sep 2025 15:02:05 + GMT0x8DDF1442BF3EDB8142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 15:02:06 GMTThu, 11 Sep 2025 15:02:06 + GMT0x8DDF1442C891D5A142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 15:02:07 GMTThu, 11 Sep 2025 15:02:07 + GMT0x8DDF1442D228E02142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 15:02:08 GMTThu, 11 Sep 2025 15:02:08 + GMT0x8DDF1442DB96974142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 15:02:09 GMTThu, 11 Sep 2025 15:02:09 + GMT0x8DDF1442E4F5B8A142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 15:01:51 GMTThu, 11 Sep 2025 15:01:51 + GMT0x8DDF14423713BB1134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 15:01:52 GMTThu, 11 Sep 2025 15:01:52 + GMT0x8DDF144240B47E8134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 15:01:53 GMTThu, 11 Sep 2025 15:01:53 + GMT0x8DDF14424B71A66134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 15:01:54 GMTThu, 11 Sep 2025 15:01:54 + GMT0x8DDF1442554F2E6134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 15:01:55 GMTThu, 11 Sep 2025 15:01:55 + GMT0x8DDF14425EE3CA0134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 15:01:56 GMTThu, 11 Sep 2025 15:01:56 + GMT0x8DDF1442686286A134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 15:01:57 GMTThu, 11 Sep 2025 15:01:57 + GMT0x8DDF1442720D01E134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 15:01:58 GMTThu, 11 Sep 2025 15:01:58 + GMT0x8DDF14427BE0D15134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 15:01:59 GMTThu, 11 Sep 2025 15:01:59 + GMT0x8DDF1442855D1E2134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 15:02:11 GMTThu, 11 Sep 2025 15:02:11 + GMT0x8DDF1442F7CEB90139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 15:02:12 GMTThu, 11 Sep 2025 15:02:12 + GMT0x8DDF144301BFB37139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 15:02:13 GMTThu, 11 Sep 2025 15:02:13 + GMT0x8DDF14430B800F7139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 15:02:14 GMTThu, 11 Sep 2025 15:02:14 + GMT0x8DDF144315171A0139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 15:02:15 GMTThu, 11 Sep 2025 15:02:15 + GMT0x8DDF14431F22D08139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 15:02:16 GMTThu, 11 Sep 2025 15:02:16 + GMT0x8DDF144328B28F4139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 15:02:17 GMTThu, 11 Sep 2025 15:02:17 + GMT0x8DDF14433269331139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 15:02:18 GMTThu, 11 Sep 2025 15:02:18 + GMT0x8DDF14433C0ED25139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 15:02:19 GMTThu, 11 Sep 2025 15:02:19 + GMT0x8DDF144345C5752139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 15:01:38 GMTThu, 11 Sep 2025 15:01:38 GMT0x8DDF1441C10192187application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:02:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:02:26 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:02:26 GMT + etag: + - '"0x8DDF144394970FB"' + last-modified: + - Thu, 11 Sep 2025 15:02:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:27 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 15:02:28 GMT + etag: + - '"0x8DDF14439F1EA2E"' + last-modified: + - Thu, 11 Sep 2025 15:02:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:29 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ssxTQkjW/rzEbYfOJJlj+g== + date: + - Thu, 11 Sep 2025 15:02:29 GMT + etag: + - '"0x8DDF1443A92A598"' + last-modified: + - Thu, 11 Sep 2025 15:02:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - BNCizAvov3c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:30 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - zFHoEl6O9s8aYgClew65Zg== + date: + - Thu, 11 Sep 2025 15:02:29 GMT + etag: + - '"0x8DDF1443B2EAB80"' + last-modified: + - Thu, 11 Sep 2025 15:02:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - fVmX/MMY0Qg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:31 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /q8Haf39zq8h+jZ+IRUQ1Q== + date: + - Thu, 11 Sep 2025 15:02:31 GMT + etag: + - '"0x8DDF1443BCBC164"' + last-modified: + - Thu, 11 Sep 2025 15:02:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 9sLJrJsJYok= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:32 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - f7jfcWdHKW6P2xtPGIqIaw== + date: + - Thu, 11 Sep 2025 15:02:32 GMT + etag: + - '"0x8DDF1443C635F4A"' + last-modified: + - Thu, 11 Sep 2025 15:02:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - j0v8nFP5DPY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:33 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 43LWTrftH5UHiiwngH48pA== + date: + - Thu, 11 Sep 2025 15:02:33 GMT + etag: + - '"0x8DDF1443CFBBFAE"' + last-modified: + - Thu, 11 Sep 2025 15:02:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - i2bjVHgN3b4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:34 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hjeSbMeUb4RCs6IQb1bEAA== + date: + - Thu, 11 Sep 2025 15:02:34 GMT + etag: + - '"0x8DDF1443D92C1FF"' + last-modified: + - Thu, 11 Sep 2025 15:02:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 8u/WZLD9s8E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:35 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EqdvfaXk6ToC4UJBUk1F/Q== + date: + - Thu, 11 Sep 2025 15:02:35 GMT + etag: + - '"0x8DDF1443E28665A"' + last-modified: + - Thu, 11 Sep 2025 15:02:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - eXSINOjsAEA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:36 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HvQYCYqZqGMHVkyCRnL/Jg== + date: + - Thu, 11 Sep 2025 15:02:36 GMT + etag: + - '"0x8DDF1443EBF8F89"' + last-modified: + - Thu, 11 Sep 2025 15:02:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - AP29BCAcbj8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:37 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZB22xz+hzlOIKXXhpe+NMg== + date: + - Thu, 11 Sep 2025 15:02:37 GMT + etag: + - '"0x8DDF1443F53FCB5"' + last-modified: + - Thu, 11 Sep 2025 15:02:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - cS62pL8Eo9E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:38 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1OI7KyymHNyhl7F0T7DxDg== + date: + - Thu, 11 Sep 2025 15:02:38 GMT + etag: + - '"0x8DDF1443FF3810F"' + last-modified: + - Thu, 11 Sep 2025 15:02:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - CKeDlHf0za4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:39 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - L+Z1WJw8xgU6HyiaXRTuXA== + date: + - Thu, 11 Sep 2025 15:02:39 GMT + etag: + - '"0x8DDF144408A8353"' + last-modified: + - Thu, 11 Sep 2025 15:02:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - rxNLXNarqrw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:40 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 8xImPpxJZSuPiPe1GG0Ncg== + date: + - Thu, 11 Sep 2025 15:02:40 GMT + etag: + - '"0x8DDF1444122481E"' + last-modified: + - Thu, 11 Sep 2025 15:02:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 1pp+bB5bxMM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:41 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mggiUArVWNb/vvGee7rQ0w== + date: + - Thu, 11 Sep 2025 15:02:41 GMT + etag: + - '"0x8DDF14441B8AEE2"' + last-modified: + - Thu, 11 Sep 2025 15:02:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQEgPEZKd0I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:42 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - AxgZMpGida1cZhq5hT3ECQ== + date: + - Thu, 11 Sep 2025 15:02:42 GMT + etag: + - '"0x8DDF14442585A17"' + last-modified: + - Thu, 11 Sep 2025 15:02:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JIgVDI66GT0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:43 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - l7XXnPb6oXe+OnxtR0enAg== + date: + - Thu, 11 Sep 2025 15:02:43 GMT + etag: + - '"0x8DDF14442F17CDB"' + last-modified: + - Thu, 11 Sep 2025 15:02:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - IKUKxKVOyHU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:44 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EA59fCyeP4pBmvE5DAEvpg== + date: + - Thu, 11 Sep 2025 15:02:44 GMT + etag: + - '"0x8DDF14443872133"' + last-modified: + - Thu, 11 Sep 2025 15:02:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - WSw/9G2+pgo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:45 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - dJTnhdbzXFVJvCnS1BCT3w== + date: + - Thu, 11 Sep 2025 15:02:45 GMT + etag: + - '"0x8DDF144441CEC61"' + last-modified: + - Thu, 11 Sep 2025 15:02:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0rdhpDWvFYs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:46 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V0O98VoxKbeACo4g8VzX/w== + date: + - Thu, 11 Sep 2025 15:02:46 GMT + etag: + - '"0x8DDF14444B82FBA"' + last-modified: + - Thu, 11 Sep 2025 15:02:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qz5UlP1fe/Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:47 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - TcPznooVusyMcuOlPenafg== + date: + - Thu, 11 Sep 2025 15:02:47 GMT + etag: + - '"0x8DDF144455545BB"' + last-modified: + - Thu, 11 Sep 2025 15:02:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2u1fNGJHtho= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - gznWrCIhwyj+Shuvr2d1SA== + date: + - Thu, 11 Sep 2025 15:02:48 GMT + etag: + - '"0x8DDF14445EF2AF2"' + last-modified: + - Thu, 11 Sep 2025 15:02:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2RqBKq32GU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BDzQrYw7mO9xumtsY8EZ4Q== + date: + - Thu, 11 Sep 2025 15:02:49 GMT + etag: + - '"0x8DDF1444685DF87"' + last-modified: + - Thu, 11 Sep 2025 15:02:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - Tg23T821cjo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mBNG6LNEUESkJIa1F7OSNg== + date: + - Thu, 11 Sep 2025 15:02:50 GMT + etag: + - '"0x8DDF144471F502B"' + last-modified: + - Thu, 11 Sep 2025 15:02:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - N4SCfwVFHEU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - JHYlarHKHUS04XbpRtn0Mg== + date: + - Thu, 11 Sep 2025 15:02:51 GMT + etag: + - '"0x8DDF14447BD01B6"' + last-modified: + - Thu, 11 Sep 2025 15:02:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - vB/cL11Ur8Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - xywnmxfdDYPcuN0cPZuhRQ== + date: + - Thu, 11 Sep 2025 15:02:52 GMT + etag: + - '"0x8DDF144485EA66D"' + last-modified: + - Thu, 11 Sep 2025 15:02:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - xZbpH5Wkwbs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - +KGijAJahNqdl0t7hnPdMA== + date: + - Thu, 11 Sep 2025 15:02:53 GMT + etag: + - '"0x8DDF14449083187"' + last-modified: + - Thu, 11 Sep 2025 15:02:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - wbv2175QEPM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - LsvXsK+UrfI7nC0xtKRDmg== + date: + - Thu, 11 Sep 2025 15:02:54 GMT + etag: + - '"0x8DDF14449A609FA"' + last-modified: + - Thu, 11 Sep 2025 15:02:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - uDLD53agfow= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:55 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Nvs/129iqDYsFRaE33nn7g== + date: + - Thu, 11 Sep 2025 15:02:55 GMT + etag: + - '"0x8DDF1444A4394A6"' + last-modified: + - Thu, 11 Sep 2025 15:02:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - M6mdty6xzQ0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:56 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1VihiypQdjjs1hvHWGE5Bg== + date: + - Thu, 11 Sep 2025 15:02:56 GMT + etag: + - '"0x8DDF1444ADD0542"' + last-modified: + - Thu, 11 Sep 2025 15:02:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - SiCoh+ZBo3I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:57 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 9sXPUcrGg8ow1SJCHEA5qQ== + date: + - Thu, 11 Sep 2025 15:02:58 GMT + etag: + - '"0x8DDF1444B7E0E7A"' + last-modified: + - Thu, 11 Sep 2025 15:02:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - O/OjJ3lZbpw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:58 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /6p8Qm3W1ArR2WapwpQaOQ== + date: + - Thu, 11 Sep 2025 15:02:59 GMT + etag: + - '"0x8DDF1444C1B4B4E"' + last-modified: + - Thu, 11 Sep 2025 15:02:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - QnqWF7GpAOM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:02:59 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hVLlbvfiiCvi2uDjGsD3lQ== + date: + - Thu, 11 Sep 2025 15:03:00 GMT + etag: + - '"0x8DDF1444CB79EE0"' + last-modified: + - Thu, 11 Sep 2025 15:03:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - EQgDGkATyWI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:00 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Q4DK9UcyrspMWDVHBnsscw== + date: + - Thu, 11 Sep 2025 15:03:00 GMT + etag: + - '"0x8DDF1444D5770EB"' + last-modified: + - Thu, 11 Sep 2025 15:03:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - aIE2Kojjpx0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:01 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ESs0wCaPdSt+66tKCv1r0A== + date: + - Thu, 11 Sep 2025 15:03:01 GMT + etag: + - '"0x8DDF1444DEE4C54"' + last-modified: + - Thu, 11 Sep 2025 15:03:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4xpoetDyFJw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:02 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V/I95pYXm4Gf2wAx8tMRhQ== + date: + - Thu, 11 Sep 2025 15:03:02 GMT + etag: + - '"0x8DDF1444E87E3D7"' + last-modified: + - Thu, 11 Sep 2025 15:03:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mpNdShgCeuM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:03 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SDiKP+0jEU0lihUwg1oIFw== + date: + - Thu, 11 Sep 2025 15:03:03 GMT + etag: + - '"0x8DDF1444F21A230"' + last-modified: + - Thu, 11 Sep 2025 15:03:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - nr5CgjP2q6s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:04 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 30muM+NYHdXfT7AGg7BiRQ== + date: + - Thu, 11 Sep 2025 15:03:05 GMT + etag: + - '"0x8DDF1444FB6AAF7"' + last-modified: + - Thu, 11 Sep 2025 15:03:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5zd3svsGxdQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:05 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hkeZE41iY8tYOblUaXZ3rg== + date: + - Thu, 11 Sep 2025 15:03:05 GMT + etag: + - '"0x8DDF144504EE463"' + last-modified: + - Thu, 11 Sep 2025 15:03:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - bKwp4qMXdlU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:06 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RtFRW4gjLRcD9/6lc8PMhA== + date: + - Thu, 11 Sep 2025 15:03:06 GMT + etag: + - '"0x8DDF14450E5BFCF"' + last-modified: + - Thu, 11 Sep 2025 15:03:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FSUc0mvnGCo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:07 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - iApneeLpHZyhLhs4foV2wQ== + date: + - Thu, 11 Sep 2025 15:03:07 GMT + etag: + - '"0x8DDF144517DD26D"' + last-modified: + - Thu, 11 Sep 2025 15:03:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZPYXcvT/1cQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:08 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container5/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 2C4ljFGzn2f72QMIFDdgLA== + date: + - Thu, 11 Sep 2025 15:03:09 GMT + etag: + - '"0x8DDF1445214ADCD"' + last-modified: + - Thu, 11 Sep 2025 15:03:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HX8iQjwPu7s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --pattern --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:03:09 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container5?restype=container&comp=list&prefix=nonexists%2F + response: + body: + string: "\uFEFFnonexists/" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:03:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob list + Connection: + - keep-alive + ParameterSetName: + - -c --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:03:10 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container5?restype=container&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF5000apple/file_0Thu, + 11 Sep 2025 15:02:29 GMTThu, 11 Sep 2025 15:02:29 + GMT0x8DDF1443A92A598133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 15:02:30 GMTThu, 11 Sep 2025 15:02:30 + GMT0x8DDF1443B2EAB80133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 15:02:31 GMTThu, 11 Sep 2025 15:02:31 + GMT0x8DDF1443BCBC164133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 15:02:32 GMTThu, 11 Sep 2025 15:02:32 + GMT0x8DDF1443C635F4A133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 15:02:33 GMTThu, 11 Sep 2025 15:02:33 + GMT0x8DDF1443CFBBFAE133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 15:02:34 GMTThu, 11 Sep 2025 15:02:34 + GMT0x8DDF1443D92C1FF133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 15:02:35 GMTThu, 11 Sep 2025 15:02:35 + GMT0x8DDF1443E28665A133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 15:02:36 GMTThu, 11 Sep 2025 15:02:36 + GMT0x8DDF1443EBF8F89133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 15:02:37 GMTThu, 11 Sep 2025 15:02:37 + GMT0x8DDF1443F53FCB5133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 15:02:38 GMTThu, 11 Sep 2025 15:02:38 + GMT0x8DDF1443FF3810F133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 15:02:49 GMTThu, 11 Sep 2025 15:02:49 + GMT0x8DDF1444685DF87142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 15:02:50 GMTThu, 11 Sep 2025 15:02:50 + GMT0x8DDF144471F502B142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 15:02:52 GMTThu, 11 Sep 2025 15:02:52 + GMT0x8DDF14447BD01B6142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 15:02:53 GMTThu, 11 Sep 2025 15:02:53 + GMT0x8DDF144485EA66D142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 15:02:54 GMTThu, 11 Sep 2025 15:02:54 + GMT0x8DDF14449083187142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 15:02:55 GMTThu, 11 Sep 2025 15:02:55 + GMT0x8DDF14449A609FA142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 15:02:56 GMTThu, 11 Sep 2025 15:02:56 + GMT0x8DDF1444A4394A6142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 15:02:57 GMTThu, 11 Sep 2025 15:02:57 + GMT0x8DDF1444ADD0542142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 15:02:58 GMTThu, 11 Sep 2025 15:02:58 + GMT0x8DDF1444B7E0E7A142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 15:02:59 GMTThu, 11 Sep 2025 15:02:59 + GMT0x8DDF1444C1B4B4E142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 15:02:39 GMTThu, 11 Sep 2025 15:02:39 + GMT0x8DDF144408A8353134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 15:02:40 GMTThu, 11 Sep 2025 15:02:40 + GMT0x8DDF1444122481E134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 15:02:41 GMTThu, 11 Sep 2025 15:02:41 + GMT0x8DDF14441B8AEE2134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 15:02:42 GMTThu, 11 Sep 2025 15:02:42 + GMT0x8DDF14442585A17134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 15:02:43 GMTThu, 11 Sep 2025 15:02:43 + GMT0x8DDF14442F17CDB134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 15:02:44 GMTThu, 11 Sep 2025 15:02:44 + GMT0x8DDF14443872133134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 15:02:45 GMTThu, 11 Sep 2025 15:02:45 + GMT0x8DDF144441CEC61134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 15:02:46 GMTThu, 11 Sep 2025 15:02:46 + GMT0x8DDF14444B82FBA134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 15:02:47 GMTThu, 11 Sep 2025 15:02:47 + GMT0x8DDF144455545BB134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 15:02:48 GMTThu, 11 Sep 2025 15:02:48 + GMT0x8DDF14445EF2AF2134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 15:03:00 GMTThu, 11 Sep 2025 15:03:00 + GMT0x8DDF1444CB79EE0139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 15:03:01 GMTThu, 11 Sep 2025 15:03:01 + GMT0x8DDF1444D5770EB139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 15:03:02 GMTThu, 11 Sep 2025 15:03:02 + GMT0x8DDF1444DEE4C54139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 15:03:03 GMTThu, 11 Sep 2025 15:03:03 + GMT0x8DDF1444E87E3D7139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 15:03:04 GMTThu, 11 Sep 2025 15:03:04 + GMT0x8DDF1444F21A230139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 15:03:05 GMTThu, 11 Sep 2025 15:03:05 + GMT0x8DDF1444FB6AAF7139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 15:03:06 GMTThu, 11 Sep 2025 15:03:06 + GMT0x8DDF144504EE463139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 15:03:07 GMTThu, 11 Sep 2025 15:03:07 + GMT0x8DDF14450E5BFCF139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 15:03:08 GMTThu, 11 Sep 2025 15:03:08 + GMT0x8DDF144517DD26D139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 15:03:09 GMTThu, 11 Sep 2025 15:03:09 + GMT0x8DDF1445214ADCD139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 15:02:28 GMTThu, 11 Sep 2025 15:02:28 GMT0x8DDF14439F1EA2E87application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:03:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:03:12 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:03:12 GMT + etag: + - '"0x8DDF1445447333F"' + last-modified: + - Thu, 11 Sep 2025 15:03:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:13 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 15:03:13 GMT + etag: + - '"0x8DDF14454EB778D"' + last-modified: + - Thu, 11 Sep 2025 15:03:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:14 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ssxTQkjW/rzEbYfOJJlj+g== + date: + - Thu, 11 Sep 2025 15:03:14 GMT + etag: + - '"0x8DDF14455877D54"' + last-modified: + - Thu, 11 Sep 2025 15:03:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - BNCizAvov3c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:15 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - zFHoEl6O9s8aYgClew65Zg== + date: + - Thu, 11 Sep 2025 15:03:15 GMT + etag: + - '"0x8DDF144561F8FDC"' + last-modified: + - Thu, 11 Sep 2025 15:03:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - fVmX/MMY0Qg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:16 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /q8Haf39zq8h+jZ+IRUQ1Q== + date: + - Thu, 11 Sep 2025 15:03:17 GMT + etag: + - '"0x8DDF14456BD4172"' + last-modified: + - Thu, 11 Sep 2025 15:03:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 9sLJrJsJYok= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:17 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - f7jfcWdHKW6P2xtPGIqIaw== + date: + - Thu, 11 Sep 2025 15:03:17 GMT + etag: + - '"0x8DDF1445753814E"' + last-modified: + - Thu, 11 Sep 2025 15:03:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - j0v8nFP5DPY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:18 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 43LWTrftH5UHiiwngH48pA== + date: + - Thu, 11 Sep 2025 15:03:18 GMT + etag: + - '"0x8DDF14457F415CC"' + last-modified: + - Thu, 11 Sep 2025 15:03:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - i2bjVHgN3b4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:19 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hjeSbMeUb4RCs6IQb1bEAA== + date: + - Thu, 11 Sep 2025 15:03:19 GMT + etag: + - '"0x8DDF14458939A04"' + last-modified: + - Thu, 11 Sep 2025 15:03:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 8u/WZLD9s8E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:20 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EqdvfaXk6ToC4UJBUk1F/Q== + date: + - Thu, 11 Sep 2025 15:03:20 GMT + etag: + - '"0x8DDF144592DA62E"' + last-modified: + - Thu, 11 Sep 2025 15:03:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - eXSINOjsAEA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:21 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HvQYCYqZqGMHVkyCRnL/Jg== + date: + - Thu, 11 Sep 2025 15:03:22 GMT + etag: + - '"0x8DDF14459CBF351"' + last-modified: + - Thu, 11 Sep 2025 15:03:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - AP29BCAcbj8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:22 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZB22xz+hzlOIKXXhpe+NMg== + date: + - Thu, 11 Sep 2025 15:03:23 GMT + etag: + - '"0x8DDF1445A68949B"' + last-modified: + - Thu, 11 Sep 2025 15:03:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - cS62pL8Eo9E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:23 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1OI7KyymHNyhl7F0T7DxDg== + date: + - Thu, 11 Sep 2025 15:03:23 GMT + etag: + - '"0x8DDF1445B0EC817"' + last-modified: + - Thu, 11 Sep 2025 15:03:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - CKeDlHf0za4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:24 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - L+Z1WJw8xgU6HyiaXRTuXA== + date: + - Thu, 11 Sep 2025 15:03:25 GMT + etag: + - '"0x8DDF1445BA507FA"' + last-modified: + - Thu, 11 Sep 2025 15:03:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - rxNLXNarqrw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:25 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 8xImPpxJZSuPiPe1GG0Ncg== + date: + - Thu, 11 Sep 2025 15:03:25 GMT + etag: + - '"0x8DDF1445C3BE360"' + last-modified: + - Thu, 11 Sep 2025 15:03:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 1pp+bB5bxMM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:26 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mggiUArVWNb/vvGee7rQ0w== + date: + - Thu, 11 Sep 2025 15:03:26 GMT + etag: + - '"0x8DDF1445CD96E15"' + last-modified: + - Thu, 11 Sep 2025 15:03:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQEgPEZKd0I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:27 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - AxgZMpGida1cZhq5hT3ECQ== + date: + - Thu, 11 Sep 2025 15:03:27 GMT + etag: + - '"0x8DDF1445D743C9E"' + last-modified: + - Thu, 11 Sep 2025 15:03:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JIgVDI66GT0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:28 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - l7XXnPb6oXe+OnxtR0enAg== + date: + - Thu, 11 Sep 2025 15:03:28 GMT + etag: + - '"0x8DDF1445E14D122"' + last-modified: + - Thu, 11 Sep 2025 15:03:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - IKUKxKVOyHU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:29 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EA59fCyeP4pBmvE5DAEvpg== + date: + - Thu, 11 Sep 2025 15:03:29 GMT + etag: + - '"0x8DDF1445EB3E0B4"' + last-modified: + - Thu, 11 Sep 2025 15:03:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - WSw/9G2+pgo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:30 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - dJTnhdbzXFVJvCnS1BCT3w== + date: + - Thu, 11 Sep 2025 15:03:31 GMT + etag: + - '"0x8DDF1445F5364EF"' + last-modified: + - Thu, 11 Sep 2025 15:03:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0rdhpDWvFYs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:31 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V0O98VoxKbeACo4g8VzX/w== + date: + - Thu, 11 Sep 2025 15:03:31 GMT + etag: + - '"0x8DDF1445FF0EF9F"' + last-modified: + - Thu, 11 Sep 2025 15:03:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qz5UlP1fe/Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:32 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - TcPznooVusyMcuOlPenafg== + date: + - Thu, 11 Sep 2025 15:03:33 GMT + etag: + - '"0x8DDF14460855CBF"' + last-modified: + - Thu, 11 Sep 2025 15:03:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2u1fNGJHtho= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:33 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - gznWrCIhwyj+Shuvr2d1SA== + date: + - Thu, 11 Sep 2025 15:03:34 GMT + etag: + - '"0x8DDF144611CD3BB"' + last-modified: + - Thu, 11 Sep 2025 15:03:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2RqBKq32GU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:34 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BDzQrYw7mO9xumtsY8EZ4Q== + date: + - Thu, 11 Sep 2025 15:03:35 GMT + etag: + - '"0x8DDF14461B5A8D9"' + last-modified: + - Thu, 11 Sep 2025 15:03:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - Tg23T821cjo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:35 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mBNG6LNEUESkJIa1F7OSNg== + date: + - Thu, 11 Sep 2025 15:03:35 GMT + etag: + - '"0x8DDF144624B2624"' + last-modified: + - Thu, 11 Sep 2025 15:03:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - N4SCfwVFHEU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:36 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - JHYlarHKHUS04XbpRtn0Mg== + date: + - Thu, 11 Sep 2025 15:03:36 GMT + etag: + - '"0x8DDF14462E0A390"' + last-modified: + - Thu, 11 Sep 2025 15:03:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - vB/cL11Ur8Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:37 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - xywnmxfdDYPcuN0cPZuhRQ== + date: + - Thu, 11 Sep 2025 15:03:37 GMT + etag: + - '"0x8DDF14463781A83"' + last-modified: + - Thu, 11 Sep 2025 15:03:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - xZbpH5Wkwbs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:38 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - +KGijAJahNqdl0t7hnPdMA== + date: + - Thu, 11 Sep 2025 15:03:39 GMT + etag: + - '"0x8DDF14464124D93"' + last-modified: + - Thu, 11 Sep 2025 15:03:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - wbv2175QEPM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:39 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - LsvXsK+UrfI7nC0xtKRDmg== + date: + - Thu, 11 Sep 2025 15:03:39 GMT + etag: + - '"0x8DDF14464A75646"' + last-modified: + - Thu, 11 Sep 2025 15:03:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - uDLD53agfow= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:40 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Nvs/129iqDYsFRaE33nn7g== + date: + - Thu, 11 Sep 2025 15:03:41 GMT + etag: + - '"0x8DDF144653EF42C"' + last-modified: + - Thu, 11 Sep 2025 15:03:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - M6mdty6xzQ0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:41 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1VihiypQdjjs1hvHWGE5Bg== + date: + - Thu, 11 Sep 2025 15:03:42 GMT + etag: + - '"0x8DDF14465DD6822"' + last-modified: + - Thu, 11 Sep 2025 15:03:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - SiCoh+ZBo3I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:42 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 9sXPUcrGg8ow1SJCHEA5qQ== + date: + - Thu, 11 Sep 2025 15:03:42 GMT + etag: + - '"0x8DDF144667E4A6A"' + last-modified: + - Thu, 11 Sep 2025 15:03:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - O/OjJ3lZbpw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:43 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /6p8Qm3W1ArR2WapwpQaOQ== + date: + - Thu, 11 Sep 2025 15:03:44 GMT + etag: + - '"0x8DDF144671E912D"' + last-modified: + - Thu, 11 Sep 2025 15:03:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - QnqWF7GpAOM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:44 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hVLlbvfiiCvi2uDjGsD3lQ== + date: + - Thu, 11 Sep 2025 15:03:45 GMT + etag: + - '"0x8DDF14467B84F7A"' + last-modified: + - Thu, 11 Sep 2025 15:03:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - EQgDGkATyWI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:45 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Q4DK9UcyrspMWDVHBnsscw== + date: + - Thu, 11 Sep 2025 15:03:46 GMT + etag: + - '"0x8DDF1446855DA2B"' + last-modified: + - Thu, 11 Sep 2025 15:03:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - aIE2Kojjpx0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:46 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ESs0wCaPdSt+66tKCv1r0A== + date: + - Thu, 11 Sep 2025 15:03:47 GMT + etag: + - '"0x8DDF14468F58545"' + last-modified: + - Thu, 11 Sep 2025 15:03:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4xpoetDyFJw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:47 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V/I95pYXm4Gf2wAx8tMRhQ== + date: + - Thu, 11 Sep 2025 15:03:48 GMT + etag: + - '"0x8DDF144698CD554"' + last-modified: + - Thu, 11 Sep 2025 15:03:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mpNdShgCeuM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SDiKP+0jEU0lihUwg1oIFw== + date: + - Thu, 11 Sep 2025 15:03:49 GMT + etag: + - '"0x8DDF1446A25837B"' + last-modified: + - Thu, 11 Sep 2025 15:03:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - nr5CgjP2q6s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 30muM+NYHdXfT7AGg7BiRQ== + date: + - Thu, 11 Sep 2025 15:03:49 GMT + etag: + - '"0x8DDF1446AC05209"' + last-modified: + - Thu, 11 Sep 2025 15:03:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5zd3svsGxdQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hkeZE41iY8tYOblUaXZ3rg== + date: + - Thu, 11 Sep 2025 15:03:51 GMT + etag: + - '"0x8DDF1446B5B4794"' + last-modified: + - Thu, 11 Sep 2025 15:03:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - bKwp4qMXdlU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RtFRW4gjLRcD9/6lc8PMhA== + date: + - Thu, 11 Sep 2025 15:03:52 GMT + etag: + - '"0x8DDF1446BF5EF3B"' + last-modified: + - Thu, 11 Sep 2025 15:03:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FSUc0mvnGCo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - iApneeLpHZyhLhs4foV2wQ== + date: + - Thu, 11 Sep 2025 15:03:53 GMT + etag: + - '"0x8DDF1446C8A834E"' + last-modified: + - Thu, 11 Sep 2025 15:03:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZPYXcvT/1cQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:03:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 2C4ljFGzn2f72QMIFDdgLA== + date: + - Thu, 11 Sep 2025 15:03:54 GMT + etag: + - '"0x8DDF1446D2578CA"' + last-modified: + - Thu, 11 Sep 2025 15:03:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HX8iQjwPu7s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --if-modified-since --dryrun --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:03:55 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container6?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 15:03:15 GMTThu, 11 Sep 2025 15:03:15 + GMT0x8DDF14455877D54133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 15:03:16 GMTThu, 11 Sep 2025 15:03:16 + GMT0x8DDF144561F8FDC133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 15:03:17 GMTThu, 11 Sep 2025 15:03:17 + GMT0x8DDF14456BD4172133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 15:03:18 GMTThu, 11 Sep 2025 15:03:18 + GMT0x8DDF1445753814E133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 15:03:19 GMTThu, 11 Sep 2025 15:03:19 + GMT0x8DDF14457F415CC133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 15:03:20 GMTThu, 11 Sep 2025 15:03:20 + GMT0x8DDF14458939A04133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 15:03:21 GMTThu, 11 Sep 2025 15:03:21 + GMT0x8DDF144592DA62E133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 15:03:22 GMTThu, 11 Sep 2025 15:03:22 + GMT0x8DDF14459CBF351133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 15:03:23 GMTThu, 11 Sep 2025 15:03:23 + GMT0x8DDF1445A68949B133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 15:03:24 GMTThu, 11 Sep 2025 15:03:24 + GMT0x8DDF1445B0EC817133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 15:03:35 GMTThu, 11 Sep 2025 15:03:35 + GMT0x8DDF14461B5A8D9142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 15:03:36 GMTThu, 11 Sep 2025 15:03:36 + GMT0x8DDF144624B2624142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 15:03:37 GMTThu, 11 Sep 2025 15:03:37 + GMT0x8DDF14462E0A390142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 15:03:38 GMTThu, 11 Sep 2025 15:03:38 + GMT0x8DDF14463781A83142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 15:03:39 GMTThu, 11 Sep 2025 15:03:39 + GMT0x8DDF14464124D93142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 15:03:40 GMTThu, 11 Sep 2025 15:03:40 + GMT0x8DDF14464A75646142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 15:03:41 GMTThu, 11 Sep 2025 15:03:41 + GMT0x8DDF144653EF42C142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 15:03:42 GMTThu, 11 Sep 2025 15:03:42 + GMT0x8DDF14465DD6822142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 15:03:43 GMTThu, 11 Sep 2025 15:03:43 + GMT0x8DDF144667E4A6A142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 15:03:44 GMTThu, 11 Sep 2025 15:03:44 + GMT0x8DDF144671E912D142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 15:03:25 GMTThu, 11 Sep 2025 15:03:25 + GMT0x8DDF1445BA507FA134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 15:03:26 GMTThu, 11 Sep 2025 15:03:26 + GMT0x8DDF1445C3BE360134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 15:03:27 GMTThu, 11 Sep 2025 15:03:27 + GMT0x8DDF1445CD96E15134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 15:03:28 GMTThu, 11 Sep 2025 15:03:28 + GMT0x8DDF1445D743C9E134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 15:03:29 GMTThu, 11 Sep 2025 15:03:29 + GMT0x8DDF1445E14D122134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 15:03:30 GMTThu, 11 Sep 2025 15:03:30 + GMT0x8DDF1445EB3E0B4134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 15:03:31 GMTThu, 11 Sep 2025 15:03:31 + GMT0x8DDF1445F5364EF134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 15:03:32 GMTThu, 11 Sep 2025 15:03:32 + GMT0x8DDF1445FF0EF9F134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 15:03:33 GMTThu, 11 Sep 2025 15:03:33 + GMT0x8DDF14460855CBF134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 15:03:34 GMTThu, 11 Sep 2025 15:03:34 + GMT0x8DDF144611CD3BB134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 15:03:45 GMTThu, 11 Sep 2025 15:03:45 + GMT0x8DDF14467B84F7A139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 15:03:46 GMTThu, 11 Sep 2025 15:03:46 + GMT0x8DDF1446855DA2B139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 15:03:47 GMTThu, 11 Sep 2025 15:03:47 + GMT0x8DDF14468F58545139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 15:03:48 GMTThu, 11 Sep 2025 15:03:48 + GMT0x8DDF144698CD554139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 15:03:49 GMTThu, 11 Sep 2025 15:03:49 + GMT0x8DDF1446A25837B139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 15:03:50 GMTThu, 11 Sep 2025 15:03:50 + GMT0x8DDF1446AC05209139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 15:03:51 GMTThu, 11 Sep 2025 15:03:51 + GMT0x8DDF1446B5B4794139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 15:03:52 GMTThu, 11 Sep 2025 15:03:52 + GMT0x8DDF1446BF5EF3B139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 15:03:53 GMTThu, 11 Sep 2025 15:03:53 + GMT0x8DDF1446C8A834E139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 15:03:54 GMTThu, 11 Sep 2025 15:03:54 + GMT0x8DDF1446D2578CA139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 15:03:14 GMTThu, 11 Sep 2025 15:03:14 GMT0x8DDF14454EB778D87application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:03:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:03:56 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container6?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 15:03:15 GMTThu, 11 Sep 2025 15:03:15 + GMT0x8DDF14455877D54133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 15:03:16 GMTThu, 11 Sep 2025 15:03:16 + GMT0x8DDF144561F8FDC133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 15:03:17 GMTThu, 11 Sep 2025 15:03:17 + GMT0x8DDF14456BD4172133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 15:03:18 GMTThu, 11 Sep 2025 15:03:18 + GMT0x8DDF1445753814E133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 15:03:19 GMTThu, 11 Sep 2025 15:03:19 + GMT0x8DDF14457F415CC133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 15:03:20 GMTThu, 11 Sep 2025 15:03:20 + GMT0x8DDF14458939A04133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 15:03:21 GMTThu, 11 Sep 2025 15:03:21 + GMT0x8DDF144592DA62E133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 15:03:22 GMTThu, 11 Sep 2025 15:03:22 + GMT0x8DDF14459CBF351133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 15:03:23 GMTThu, 11 Sep 2025 15:03:23 + GMT0x8DDF1445A68949B133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 15:03:24 GMTThu, 11 Sep 2025 15:03:24 + GMT0x8DDF1445B0EC817133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 15:03:35 GMTThu, 11 Sep 2025 15:03:35 + GMT0x8DDF14461B5A8D9142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 15:03:36 GMTThu, 11 Sep 2025 15:03:36 + GMT0x8DDF144624B2624142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 15:03:37 GMTThu, 11 Sep 2025 15:03:37 + GMT0x8DDF14462E0A390142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 15:03:38 GMTThu, 11 Sep 2025 15:03:38 + GMT0x8DDF14463781A83142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 15:03:39 GMTThu, 11 Sep 2025 15:03:39 + GMT0x8DDF14464124D93142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 15:03:40 GMTThu, 11 Sep 2025 15:03:40 + GMT0x8DDF14464A75646142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 15:03:41 GMTThu, 11 Sep 2025 15:03:41 + GMT0x8DDF144653EF42C142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 15:03:42 GMTThu, 11 Sep 2025 15:03:42 + GMT0x8DDF14465DD6822142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 15:03:43 GMTThu, 11 Sep 2025 15:03:43 + GMT0x8DDF144667E4A6A142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 15:03:44 GMTThu, 11 Sep 2025 15:03:44 + GMT0x8DDF144671E912D142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 15:03:25 GMTThu, 11 Sep 2025 15:03:25 + GMT0x8DDF1445BA507FA134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 15:03:26 GMTThu, 11 Sep 2025 15:03:26 + GMT0x8DDF1445C3BE360134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 15:03:27 GMTThu, 11 Sep 2025 15:03:27 + GMT0x8DDF1445CD96E15134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 15:03:28 GMTThu, 11 Sep 2025 15:03:28 + GMT0x8DDF1445D743C9E134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 15:03:29 GMTThu, 11 Sep 2025 15:03:29 + GMT0x8DDF1445E14D122134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 15:03:30 GMTThu, 11 Sep 2025 15:03:30 + GMT0x8DDF1445EB3E0B4134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 15:03:31 GMTThu, 11 Sep 2025 15:03:31 + GMT0x8DDF1445F5364EF134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 15:03:32 GMTThu, 11 Sep 2025 15:03:32 + GMT0x8DDF1445FF0EF9F134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 15:03:33 GMTThu, 11 Sep 2025 15:03:33 + GMT0x8DDF14460855CBF134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 15:03:34 GMTThu, 11 Sep 2025 15:03:34 + GMT0x8DDF144611CD3BB134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 15:03:45 GMTThu, 11 Sep 2025 15:03:45 + GMT0x8DDF14467B84F7A139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 15:03:46 GMTThu, 11 Sep 2025 15:03:46 + GMT0x8DDF1446855DA2B139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 15:03:47 GMTThu, 11 Sep 2025 15:03:47 + GMT0x8DDF14468F58545139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 15:03:48 GMTThu, 11 Sep 2025 15:03:48 + GMT0x8DDF144698CD554139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 15:03:49 GMTThu, 11 Sep 2025 15:03:49 + GMT0x8DDF1446A25837B139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 15:03:50 GMTThu, 11 Sep 2025 15:03:50 + GMT0x8DDF1446AC05209139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 15:03:51 GMTThu, 11 Sep 2025 15:03:51 + GMT0x8DDF1446B5B4794139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 15:03:52 GMTThu, 11 Sep 2025 15:03:52 + GMT0x8DDF1446BF5EF3B139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 15:03:53 GMTThu, 11 Sep 2025 15:03:53 + GMT0x8DDF1446C8A834E139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 15:03:54 GMTThu, 11 Sep 2025 15:03:54 + GMT0x8DDF1446D2578CA139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 15:03:14 GMTThu, 11 Sep 2025 15:03:14 GMT0x8DDF14454EB778D87application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:03:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:03:58 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:03:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:03:59 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:03:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:00 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:01 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:02 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:03 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:04 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:05 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:06 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:07 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:08 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:09 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:10 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:11 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:12 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:13 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:14 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:15 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:16 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:17 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:19 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:20 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:21 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:22 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:23 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:24 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:25 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:26 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:27 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:27 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:28 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:29 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:30 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:31 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:32 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:33 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:34 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:35 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:36 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:37 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:37 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:38 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Modified-Since: + - Sun, 31 Dec 2000 12:59:59 GMT + ParameterSetName: + - -s --if-modified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:39 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container6/readme + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob list + Connection: + - keep-alive + ParameterSetName: + - -c --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:40 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container6?restype=container&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF5000" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:04:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:04:41 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7?restype=container + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:04:41 GMT + etag: + - '"0x8DDF14489A24AD1"' + last-modified: + - Thu, 11 Sep 2025 15:04:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: This directory contains test files generated by Azure CLI storage command + module tests. + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '87' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:42 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/readme + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - sYGKK8OX+WLKH+2bAe4tSQ== + date: + - Thu, 11 Sep 2025 15:04:43 GMT + etag: + - '"0x8DDF1448A4876C1"' + last-modified: + - Thu, 11 Sep 2025 15:04:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - b3Eed3+v3vk= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:43 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ssxTQkjW/rzEbYfOJJlj+g== + date: + - Thu, 11 Sep 2025 15:04:44 GMT + etag: + - '"0x8DDF1448AEA1B66"' + last-modified: + - Thu, 11 Sep 2025 15:04:44 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - BNCizAvov3c= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:44 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - zFHoEl6O9s8aYgClew65Zg== + date: + - Thu, 11 Sep 2025 15:04:45 GMT + etag: + - '"0x8DDF1448B866EF0"' + last-modified: + - Thu, 11 Sep 2025 15:04:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - fVmX/MMY0Qg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:45 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /q8Haf39zq8h+jZ+IRUQ1Q== + date: + - Thu, 11 Sep 2025 15:04:46 GMT + etag: + - '"0x8DDF1448C25A55D"' + last-modified: + - Thu, 11 Sep 2025 15:04:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 9sLJrJsJYok= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:46 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - f7jfcWdHKW6P2xtPGIqIaw== + date: + - Thu, 11 Sep 2025 15:04:47 GMT + etag: + - '"0x8DDF1448CC612F5"' + last-modified: + - Thu, 11 Sep 2025 15:04:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - j0v8nFP5DPY= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:48 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 43LWTrftH5UHiiwngH48pA== + date: + - Thu, 11 Sep 2025 15:04:48 GMT + etag: + - '"0x8DDF1448D7012A7"' + last-modified: + - Thu, 11 Sep 2025 15:04:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - i2bjVHgN3b4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:49 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hjeSbMeUb4RCs6IQb1bEAA== + date: + - Thu, 11 Sep 2025 15:04:49 GMT + etag: + - '"0x8DDF1448E1252FB"' + last-modified: + - Thu, 11 Sep 2025 15:04:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 8u/WZLD9s8E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:50 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EqdvfaXk6ToC4UJBUk1F/Q== + date: + - Thu, 11 Sep 2025 15:04:50 GMT + etag: + - '"0x8DDF1448EABC376"' + last-modified: + - Thu, 11 Sep 2025 15:04:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - eXSINOjsAEA= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:51 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - HvQYCYqZqGMHVkyCRnL/Jg== + date: + - Thu, 11 Sep 2025 15:04:51 GMT + etag: + - '"0x8DDF1448F4D414A"' + last-modified: + - Thu, 11 Sep 2025 15:04:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - AP29BCAcbj8= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:52 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ZB22xz+hzlOIKXXhpe+NMg== + date: + - Thu, 11 Sep 2025 15:04:52 GMT + etag: + - '"0x8DDF1448FEDD5BA"' + last-modified: + - Thu, 11 Sep 2025 15:04:53 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - cS62pL8Eo9E= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\apple\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '133' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:53 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1OI7KyymHNyhl7F0T7DxDg== + date: + - Thu, 11 Sep 2025 15:04:54 GMT + etag: + - '"0x8DDF1449087BAF8"' + last-modified: + - Thu, 11 Sep 2025 15:04:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - CKeDlHf0za4= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:54 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - L+Z1WJw8xgU6HyiaXRTuXA== + date: + - Thu, 11 Sep 2025 15:04:54 GMT + etag: + - '"0x8DDF144912A6FED"' + last-modified: + - Thu, 11 Sep 2025 15:04:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - rxNLXNarqrw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:55 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 8xImPpxJZSuPiPe1GG0Ncg== + date: + - Thu, 11 Sep 2025 15:04:56 GMT + etag: + - '"0x8DDF14491D72BAE"' + last-modified: + - Thu, 11 Sep 2025 15:04:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 1pp+bB5bxMM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:56 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mggiUArVWNb/vvGee7rQ0w== + date: + - Thu, 11 Sep 2025 15:04:56 GMT + etag: + - '"0x8DDF1449287DAA0"' + last-modified: + - Thu, 11 Sep 2025 15:04:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - XQEgPEZKd0I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:57 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - AxgZMpGida1cZhq5hT3ECQ== + date: + - Thu, 11 Sep 2025 15:04:58 GMT + etag: + - '"0x8DDF1449324F099"' + last-modified: + - Thu, 11 Sep 2025 15:04:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - JIgVDI66GT0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:58 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - l7XXnPb6oXe+OnxtR0enAg== + date: + - Thu, 11 Sep 2025 15:04:59 GMT + etag: + - '"0x8DDF14493C730E2"' + last-modified: + - Thu, 11 Sep 2025 15:04:59 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - IKUKxKVOyHU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:04:59 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - EA59fCyeP4pBmvE5DAEvpg== + date: + - Thu, 11 Sep 2025 15:04:59 GMT + etag: + - '"0x8DDF1449466B520"' + last-modified: + - Thu, 11 Sep 2025 15:05:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - WSw/9G2+pgo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:00 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - dJTnhdbzXFVJvCnS1BCT3w== + date: + - Thu, 11 Sep 2025 15:05:01 GMT + etag: + - '"0x8DDF144950969FD"' + last-modified: + - Thu, 11 Sep 2025 15:05:01 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 0rdhpDWvFYs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:01 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V0O98VoxKbeACo4g8VzX/w== + date: + - Thu, 11 Sep 2025 15:05:02 GMT + etag: + - '"0x8DDF14495A6A6D4"' + last-modified: + - Thu, 11 Sep 2025 15:05:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - qz5UlP1fe/Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:02 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - TcPznooVusyMcuOlPenafg== + date: + - Thu, 11 Sep 2025 15:05:02 GMT + etag: + - '"0x8DDF14496440A97"' + last-modified: + - Thu, 11 Sep 2025 15:05:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 2u1fNGJHtho= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:03 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - gznWrCIhwyj+Shuvr2d1SA== + date: + - Thu, 11 Sep 2025 15:05:04 GMT + etag: + - '"0x8DDF14496DBA869"' + last-modified: + - Thu, 11 Sep 2025 15:05:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - o2RqBKq32GU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:04 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - BDzQrYw7mO9xumtsY8EZ4Q== + date: + - Thu, 11 Sep 2025 15:05:05 GMT + etag: + - '"0x8DDF14497725CEB"' + last-modified: + - Thu, 11 Sep 2025 15:05:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - Tg23T821cjo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:05 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - mBNG6LNEUESkJIa1F7OSNg== + date: + - Thu, 11 Sep 2025 15:05:06 GMT + etag: + - '"0x8DDF144980D525C"' + last-modified: + - Thu, 11 Sep 2025 15:05:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - N4SCfwVFHEU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:06 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - JHYlarHKHUS04XbpRtn0Mg== + date: + - Thu, 11 Sep 2025 15:05:07 GMT + etag: + - '"0x8DDF14498A9580E"' + last-modified: + - Thu, 11 Sep 2025 15:05:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - vB/cL11Ur8Q= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:07 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - xywnmxfdDYPcuN0cPZuhRQ== + date: + - Thu, 11 Sep 2025 15:05:08 GMT + etag: + - '"0x8DDF1449946471B"' + last-modified: + - Thu, 11 Sep 2025 15:05:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - xZbpH5Wkwbs= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:08 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - +KGijAJahNqdl0t7hnPdMA== + date: + - Thu, 11 Sep 2025 15:05:09 GMT + etag: + - '"0x8DDF14499E7771F"' + last-modified: + - Thu, 11 Sep 2025 15:05:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - wbv2175QEPM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:10 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - LsvXsK+UrfI7nC0xtKRDmg== + date: + - Thu, 11 Sep 2025 15:05:09 GMT + etag: + - '"0x8DDF1449A832F0C"' + last-modified: + - Thu, 11 Sep 2025 15:05:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - uDLD53agfow= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:11 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Nvs/129iqDYsFRaE33nn7g== + date: + - Thu, 11 Sep 2025 15:05:10 GMT + etag: + - '"0x8DDF1449B1F8294"' + last-modified: + - Thu, 11 Sep 2025 15:05:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - M6mdty6xzQ0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:12 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 1VihiypQdjjs1hvHWGE5Bg== + date: + - Thu, 11 Sep 2025 15:05:12 GMT + etag: + - '"0x8DDF1449BC69F57"' + last-modified: + - Thu, 11 Sep 2025 15:05:13 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - SiCoh+ZBo3I= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:13 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 9sXPUcrGg8ow1SJCHEA5qQ== + date: + - Thu, 11 Sep 2025 15:05:13 GMT + etag: + - '"0x8DDF1449C651353"' + last-modified: + - Thu, 11 Sep 2025 15:05:14 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - O/OjJ3lZbpw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\butter/charlie\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:14 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - /6p8Qm3W1ArR2WapwpQaOQ== + date: + - Thu, 11 Sep 2025 15:05:14 GMT + etag: + - '"0x8DDF1449D027705"' + last-modified: + - Thu, 11 Sep 2025 15:05:15 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - QnqWF7GpAOM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_0' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:15 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hVLlbvfiiCvi2uDjGsD3lQ== + date: + - Thu, 11 Sep 2025 15:05:15 GMT + etag: + - '"0x8DDF1449DA579B9"' + last-modified: + - Thu, 11 Sep 2025 15:05:16 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - EQgDGkATyWI= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_1' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:16 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - Q4DK9UcyrspMWDVHBnsscw== + date: + - Thu, 11 Sep 2025 15:05:16 GMT + etag: + - '"0x8DDF1449E474558"' + last-modified: + - Thu, 11 Sep 2025 15:05:17 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - aIE2Kojjpx0= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_2' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:17 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - ESs0wCaPdSt+66tKCv1r0A== + date: + - Thu, 11 Sep 2025 15:05:17 GMT + etag: + - '"0x8DDF1449EE84E88"' + last-modified: + - Thu, 11 Sep 2025 15:05:18 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 4xpoetDyFJw= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_3' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:18 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - V/I95pYXm4Gf2wAx8tMRhQ== + date: + - Thu, 11 Sep 2025 15:05:18 GMT + etag: + - '"0x8DDF1449F86E94F"' + last-modified: + - Thu, 11 Sep 2025 15:05:19 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - mpNdShgCeuM= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_4' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:19 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - SDiKP+0jEU0lihUwg1oIFw== + date: + - Thu, 11 Sep 2025 15:05:20 GMT + etag: + - '"0x8DDF144A025842C"' + last-modified: + - Thu, 11 Sep 2025 15:05:20 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - nr5CgjP2q6s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:20 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 30muM+NYHdXfT7AGg7BiRQ== + date: + - Thu, 11 Sep 2025 15:05:21 GMT + etag: + - '"0x8DDF144A0CA32B6"' + last-modified: + - Thu, 11 Sep 2025 15:05:21 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - 5zd3svsGxdQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_6' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:21 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - hkeZE41iY8tYOblUaXZ3rg== + date: + - Thu, 11 Sep 2025 15:05:22 GMT + etag: + - '"0x8DDF144A1740B86"' + last-modified: + - Thu, 11 Sep 2025 15:05:22 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - bKwp4qMXdlU= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:22 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - RtFRW4gjLRcD9/6lc8PMhA== + date: + - Thu, 11 Sep 2025 15:05:23 GMT + etag: + - '"0x8DDF144A21341F0"' + last-modified: + - Thu, 11 Sep 2025 15:05:23 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - FSUc0mvnGCo= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_8' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:23 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - iApneeLpHZyhLhs4foV2wQ== + date: + - Thu, 11 Sep 2025 15:05:24 GMT + etag: + - '"0x8DDF144A2B203B4"' + last-modified: + - Thu, 11 Sep 2025 15:05:24 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - ZPYXcvT/1cQ= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testgkn7o4snglnqsbi6s7k4\duff/edward\file_9' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + If-None-Match: + - '*' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-blob-type: + - BlockBlob + x-ms-date: + - Thu, 11 Sep 2025 15:05:24 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - 2C4ljFGzn2f72QMIFDdgLA== + date: + - Thu, 11 Sep 2025 15:05:25 GMT + etag: + - '"0x8DDF144A34F408C"' + last-modified: + - Thu, 11 Sep 2025 15:05:25 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-content-crc64: + - HX8iQjwPu7s= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --if-unmodified-since --dryrun --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:25 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container7?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 15:04:44 GMTThu, 11 Sep 2025 15:04:44 + GMT0x8DDF1448AEA1B66133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 15:04:45 GMTThu, 11 Sep 2025 15:04:45 + GMT0x8DDF1448B866EF0133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 15:04:46 GMTThu, 11 Sep 2025 15:04:46 + GMT0x8DDF1448C25A55D133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 15:04:47 GMTThu, 11 Sep 2025 15:04:47 + GMT0x8DDF1448CC612F5133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 15:04:48 GMTThu, 11 Sep 2025 15:04:48 + GMT0x8DDF1448D7012A7133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 15:04:50 GMTThu, 11 Sep 2025 15:04:50 + GMT0x8DDF1448E1252FB133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 15:04:51 GMTThu, 11 Sep 2025 15:04:51 + GMT0x8DDF1448EABC376133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 15:04:52 GMTThu, 11 Sep 2025 15:04:52 + GMT0x8DDF1448F4D414A133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 15:04:53 GMTThu, 11 Sep 2025 15:04:53 + GMT0x8DDF1448FEDD5BA133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 15:04:54 GMTThu, 11 Sep 2025 15:04:54 + GMT0x8DDF1449087BAF8133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 15:05:05 GMTThu, 11 Sep 2025 15:05:05 + GMT0x8DDF14497725CEB142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 15:05:06 GMTThu, 11 Sep 2025 15:05:06 + GMT0x8DDF144980D525C142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 15:05:07 GMTThu, 11 Sep 2025 15:05:07 + GMT0x8DDF14498A9580E142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 15:05:08 GMTThu, 11 Sep 2025 15:05:08 + GMT0x8DDF1449946471B142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 15:05:09 GMTThu, 11 Sep 2025 15:05:09 + GMT0x8DDF14499E7771F142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 15:05:10 GMTThu, 11 Sep 2025 15:05:10 + GMT0x8DDF1449A832F0C142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 15:05:11 GMTThu, 11 Sep 2025 15:05:11 + GMT0x8DDF1449B1F8294142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 15:05:13 GMTThu, 11 Sep 2025 15:05:13 + GMT0x8DDF1449BC69F57142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 15:05:14 GMTThu, 11 Sep 2025 15:05:14 + GMT0x8DDF1449C651353142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 15:05:15 GMTThu, 11 Sep 2025 15:05:15 + GMT0x8DDF1449D027705142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 15:04:55 GMTThu, 11 Sep 2025 15:04:55 + GMT0x8DDF144912A6FED134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 15:04:56 GMTThu, 11 Sep 2025 15:04:56 + GMT0x8DDF14491D72BAE134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 15:04:57 GMTThu, 11 Sep 2025 15:04:57 + GMT0x8DDF1449287DAA0134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 15:04:58 GMTThu, 11 Sep 2025 15:04:58 + GMT0x8DDF1449324F099134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 15:04:59 GMTThu, 11 Sep 2025 15:04:59 + GMT0x8DDF14493C730E2134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 15:05:00 GMTThu, 11 Sep 2025 15:05:00 + GMT0x8DDF1449466B520134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 15:05:01 GMTThu, 11 Sep 2025 15:05:01 + GMT0x8DDF144950969FD134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 15:05:02 GMTThu, 11 Sep 2025 15:05:02 + GMT0x8DDF14495A6A6D4134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 15:05:03 GMTThu, 11 Sep 2025 15:05:03 + GMT0x8DDF14496440A97134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 15:05:04 GMTThu, 11 Sep 2025 15:05:04 + GMT0x8DDF14496DBA869134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 15:05:16 GMTThu, 11 Sep 2025 15:05:16 + GMT0x8DDF1449DA579B9139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 15:05:17 GMTThu, 11 Sep 2025 15:05:17 + GMT0x8DDF1449E474558139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 15:05:18 GMTThu, 11 Sep 2025 15:05:18 + GMT0x8DDF1449EE84E88139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 15:05:19 GMTThu, 11 Sep 2025 15:05:19 + GMT0x8DDF1449F86E94F139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 15:05:20 GMTThu, 11 Sep 2025 15:05:20 + GMT0x8DDF144A025842C139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 15:05:21 GMTThu, 11 Sep 2025 15:05:21 + GMT0x8DDF144A0CA32B6139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 15:05:22 GMTThu, 11 Sep 2025 15:05:22 + GMT0x8DDF144A1740B86139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 15:05:23 GMTThu, 11 Sep 2025 15:05:23 + GMT0x8DDF144A21341F0139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 15:05:24 GMTThu, 11 Sep 2025 15:05:24 + GMT0x8DDF144A2B203B4139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 15:05:25 GMTThu, 11 Sep 2025 15:05:25 + GMT0x8DDF144A34F408C139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 15:04:43 GMTThu, 11 Sep 2025 15:04:43 GMT0x8DDF1448A4876C187application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:05:26 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:27 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container7?restype=container&comp=list + response: + body: + string: "\uFEFFapple/file_0Thu, + 11 Sep 2025 15:04:44 GMTThu, 11 Sep 2025 15:04:44 + GMT0x8DDF1448AEA1B66133application/octet-streamssxTQkjW/rzEbYfOJJlj+g==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 + Sep 2025 15:04:45 GMTThu, 11 Sep 2025 15:04:45 + GMT0x8DDF1448B866EF0133application/octet-streamzFHoEl6O9s8aYgClew65Zg==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 + Sep 2025 15:04:46 GMTThu, 11 Sep 2025 15:04:46 + GMT0x8DDF1448C25A55D133application/octet-stream/q8Haf39zq8h+jZ+IRUQ1Q==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 + Sep 2025 15:04:47 GMTThu, 11 Sep 2025 15:04:47 + GMT0x8DDF1448CC612F5133application/octet-streamf7jfcWdHKW6P2xtPGIqIaw==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 + Sep 2025 15:04:48 GMTThu, 11 Sep 2025 15:04:48 + GMT0x8DDF1448D7012A7133application/octet-stream43LWTrftH5UHiiwngH48pA==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 + Sep 2025 15:04:50 GMTThu, 11 Sep 2025 15:04:50 + GMT0x8DDF1448E1252FB133application/octet-streamhjeSbMeUb4RCs6IQb1bEAA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 + Sep 2025 15:04:51 GMTThu, 11 Sep 2025 15:04:51 + GMT0x8DDF1448EABC376133application/octet-streamEqdvfaXk6ToC4UJBUk1F/Q==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 + Sep 2025 15:04:52 GMTThu, 11 Sep 2025 15:04:52 + GMT0x8DDF1448F4D414A133application/octet-streamHvQYCYqZqGMHVkyCRnL/Jg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 + Sep 2025 15:04:53 GMTThu, 11 Sep 2025 15:04:53 + GMT0x8DDF1448FEDD5BA133application/octet-streamZB22xz+hzlOIKXXhpe+NMg==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 + Sep 2025 15:04:54 GMTThu, 11 Sep 2025 15:04:54 + GMT0x8DDF1449087BAF8133application/octet-stream1OI7KyymHNyhl7F0T7DxDg==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, + 11 Sep 2025 15:05:05 GMTThu, 11 Sep 2025 15:05:05 + GMT0x8DDF14497725CEB142application/octet-streamBDzQrYw7mO9xumtsY8EZ4Q==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, + 11 Sep 2025 15:05:06 GMTThu, 11 Sep 2025 15:05:06 + GMT0x8DDF144980D525C142application/octet-streammBNG6LNEUESkJIa1F7OSNg==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, + 11 Sep 2025 15:05:07 GMTThu, 11 Sep 2025 15:05:07 + GMT0x8DDF14498A9580E142application/octet-streamJHYlarHKHUS04XbpRtn0Mg==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, + 11 Sep 2025 15:05:08 GMTThu, 11 Sep 2025 15:05:08 + GMT0x8DDF1449946471B142application/octet-streamxywnmxfdDYPcuN0cPZuhRQ==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, + 11 Sep 2025 15:05:09 GMTThu, 11 Sep 2025 15:05:09 + GMT0x8DDF14499E7771F142application/octet-stream+KGijAJahNqdl0t7hnPdMA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, + 11 Sep 2025 15:05:10 GMTThu, 11 Sep 2025 15:05:10 + GMT0x8DDF1449A832F0C142application/octet-streamLsvXsK+UrfI7nC0xtKRDmg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, + 11 Sep 2025 15:05:11 GMTThu, 11 Sep 2025 15:05:11 + GMT0x8DDF1449B1F8294142application/octet-streamNvs/129iqDYsFRaE33nn7g==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, + 11 Sep 2025 15:05:13 GMTThu, 11 Sep 2025 15:05:13 + GMT0x8DDF1449BC69F57142application/octet-stream1VihiypQdjjs1hvHWGE5Bg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, + 11 Sep 2025 15:05:14 GMTThu, 11 Sep 2025 15:05:14 + GMT0x8DDF1449C651353142application/octet-stream9sXPUcrGg8ow1SJCHEA5qQ==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, + 11 Sep 2025 15:05:15 GMTThu, 11 Sep 2025 15:05:15 + GMT0x8DDF1449D027705142application/octet-stream/6p8Qm3W1ArR2WapwpQaOQ==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 + Sep 2025 15:04:55 GMTThu, 11 Sep 2025 15:04:55 + GMT0x8DDF144912A6FED134application/octet-streamL+Z1WJw8xgU6HyiaXRTuXA==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 + Sep 2025 15:04:56 GMTThu, 11 Sep 2025 15:04:56 + GMT0x8DDF14491D72BAE134application/octet-stream8xImPpxJZSuPiPe1GG0Ncg==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 + Sep 2025 15:04:57 GMTThu, 11 Sep 2025 15:04:57 + GMT0x8DDF1449287DAA0134application/octet-streammggiUArVWNb/vvGee7rQ0w==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 + Sep 2025 15:04:58 GMTThu, 11 Sep 2025 15:04:58 + GMT0x8DDF1449324F099134application/octet-streamAxgZMpGida1cZhq5hT3ECQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 + Sep 2025 15:04:59 GMTThu, 11 Sep 2025 15:04:59 + GMT0x8DDF14493C730E2134application/octet-streaml7XXnPb6oXe+OnxtR0enAg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 + Sep 2025 15:05:00 GMTThu, 11 Sep 2025 15:05:00 + GMT0x8DDF1449466B520134application/octet-streamEA59fCyeP4pBmvE5DAEvpg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 + Sep 2025 15:05:01 GMTThu, 11 Sep 2025 15:05:01 + GMT0x8DDF144950969FD134application/octet-streamdJTnhdbzXFVJvCnS1BCT3w==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 + Sep 2025 15:05:02 GMTThu, 11 Sep 2025 15:05:02 + GMT0x8DDF14495A6A6D4134application/octet-streamV0O98VoxKbeACo4g8VzX/w==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 + Sep 2025 15:05:03 GMTThu, 11 Sep 2025 15:05:03 + GMT0x8DDF14496440A97134application/octet-streamTcPznooVusyMcuOlPenafg==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 + Sep 2025 15:05:04 GMTThu, 11 Sep 2025 15:05:04 + GMT0x8DDF14496DBA869134application/octet-streamgznWrCIhwyj+Shuvr2d1SA==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, + 11 Sep 2025 15:05:16 GMTThu, 11 Sep 2025 15:05:16 + GMT0x8DDF1449DA579B9139application/octet-streamhVLlbvfiiCvi2uDjGsD3lQ==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, + 11 Sep 2025 15:05:17 GMTThu, 11 Sep 2025 15:05:17 + GMT0x8DDF1449E474558139application/octet-streamQ4DK9UcyrspMWDVHBnsscw==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, + 11 Sep 2025 15:05:18 GMTThu, 11 Sep 2025 15:05:18 + GMT0x8DDF1449EE84E88139application/octet-streamESs0wCaPdSt+66tKCv1r0A==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, + 11 Sep 2025 15:05:19 GMTThu, 11 Sep 2025 15:05:19 + GMT0x8DDF1449F86E94F139application/octet-streamV/I95pYXm4Gf2wAx8tMRhQ==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, + 11 Sep 2025 15:05:20 GMTThu, 11 Sep 2025 15:05:20 + GMT0x8DDF144A025842C139application/octet-streamSDiKP+0jEU0lihUwg1oIFw==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, + 11 Sep 2025 15:05:21 GMTThu, 11 Sep 2025 15:05:21 + GMT0x8DDF144A0CA32B6139application/octet-stream30muM+NYHdXfT7AGg7BiRQ==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, + 11 Sep 2025 15:05:22 GMTThu, 11 Sep 2025 15:05:22 + GMT0x8DDF144A1740B86139application/octet-streamhkeZE41iY8tYOblUaXZ3rg==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, + 11 Sep 2025 15:05:23 GMTThu, 11 Sep 2025 15:05:23 + GMT0x8DDF144A21341F0139application/octet-streamRtFRW4gjLRcD9/6lc8PMhA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, + 11 Sep 2025 15:05:24 GMTThu, 11 Sep 2025 15:05:24 + GMT0x8DDF144A2B203B4139application/octet-streamiApneeLpHZyhLhs4foV2wQ==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, + 11 Sep 2025 15:05:25 GMTThu, 11 Sep 2025 15:05:25 + GMT0x8DDF144A34F408C139application/octet-stream2C4ljFGzn2f72QMIFDdgLA==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 + 15:04:43 GMTThu, 11 Sep 2025 15:04:43 GMT0x8DDF1448A4876C187application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:05:28 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:29 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:29 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:30 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:30 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:31 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:31 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:32 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:33 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:33 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:34 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:34 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:35 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:35 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:36 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:36 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:37 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:38 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:38 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/apple/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:39 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:39 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:40 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:40 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:41 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:42 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:42 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:43 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:43 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:44 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:45 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:45 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:46 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:46 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:47 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:47 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:48 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:48 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/charlie/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:49 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:49 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:50 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:50 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:51 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:52 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:52 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:53 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:54 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:54 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:55 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:55 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:56 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:56 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:57 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:57 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:58 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:05:58 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:05:59 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/butter/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:00 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_0 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:00 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:01 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_1 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:02 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:02 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_2 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:03 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:03 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_3 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:04 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:04 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_4 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:05 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:05 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_5 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:06 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:06 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_6 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:07 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:07 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:08 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:08 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_8 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:09 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:09 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/duff/edward/file_9 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:10 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob delete-batch + Connection: + - keep-alive + Content-Length: + - '0' + If-Unmodified-Since: + - Fri, 31 Dec 9999 23:59:00 GMT + ParameterSetName: + - -s --if-unmodified-since --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:10 GMT + x-ms-version: + - '2022-11-02' + method: DELETE + uri: https://clitest000002.blob.core.windows.net/container7/readme + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 11 Sep 2025 15:06:11 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-delete-type-permanent: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage blob list + Connection: + - keep-alive + ParameterSetName: + - -c --account-name --account-key + User-Agent: + - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 11 Sep 2025 15:06:12 GMT + x-ms-version: + - '2022-11-02' + method: GET + uri: https://clitest000002.blob.core.windows.net/container7?restype=container&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF5000" + headers: + content-type: + - application/xml + date: + - Thu, 11 Sep 2025 15:06:12 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2022-11-02' + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_download_scenarios.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_download_scenarios.yaml index 661ed92c8d3..aec5021eac0 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_download_scenarios.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_blob_batch_download_scenarios.yaml @@ -17,7 +17,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:05:30 GMT + - Thu, 11 Sep 2025 14:57:47 GMT x-ms-version: - '2022-11-02' method: PUT @@ -29,11 +29,11 @@ interactions: content-length: - '0' date: - - Thu, 11 Sep 2025 09:05:31 GMT + - Thu, 11 Sep 2025 14:57:48 GMT etag: - - '"0x8DDF1125C31BDA0"' + - '"0x8DDF143930F76D3"' last-modified: - - Thu, 11 Sep 2025 09:05:31 GMT + - Thu, 11 Sep 2025 14:57:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -66,7 +66,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:31 GMT + - Thu, 11 Sep 2025 14:57:49 GMT x-ms-version: - '2022-11-02' method: PUT @@ -80,11 +80,11 @@ interactions: content-md5: - sYGKK8OX+WLKH+2bAe4tSQ== date: - - Thu, 11 Sep 2025 09:05:32 GMT + - Thu, 11 Sep 2025 14:57:49 GMT etag: - - '"0x8DDF1125CE46A2A"' + - '"0x8DDF14393BC4188"' last-modified: - - Thu, 11 Sep 2025 09:05:32 GMT + - Thu, 11 Sep 2025 14:57:50 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: @@ -97,7 +97,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: Accept: - application/xml @@ -120,7 +120,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:32 GMT + - Thu, 11 Sep 2025 14:57:50 GMT x-ms-version: - '2022-11-02' method: PUT @@ -132,17 +132,17 @@ interactions: content-length: - '0' content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== date: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:50 GMT etag: - - '"0x8DDF1125D857437"' + - '"0x8DDF1439458909B"' last-modified: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 34ssnT2CdrQ= + - JDIiTPI0nn8= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -151,7 +151,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_1' headers: Accept: - application/xml @@ -174,7 +174,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT x-ms-version: - '2022-11-02' method: PUT @@ -186,17 +186,17 @@ interactions: content-length: - '0' content-md5: - - sgCvynOegFFNSA3aAyt4sw== + - V1yzhqOQDLppQJzuJ6fcrA== date: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT etag: - - '"0x8DDF1125E1F0542"' + - '"0x8DDF14394FC319A"' last-modified: - - Thu, 11 Sep 2025 09:05:34 GMT + - Thu, 11 Sep 2025 14:57:52 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - pgIZrfVyGMs= + - XbsXfDrE8AA= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -205,7 +205,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_2' headers: Accept: - application/xml @@ -228,7 +228,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:34 GMT + - Thu, 11 Sep 2025 14:57:52 GMT x-ms-version: - '2022-11-02' method: PUT @@ -240,17 +240,17 @@ interactions: content-length: - '0' content-md5: - - nIva7TAoVCa1kv0BYs7gUg== + - Wwja9V3P5d+1Lug0qUZqUA== date: - - Thu, 11 Sep 2025 09:05:35 GMT + - Thu, 11 Sep 2025 14:57:52 GMT etag: - - '"0x8DDF1125EB86F4C"' + - '"0x8DDF143959EC13C"' last-modified: - - Thu, 11 Sep 2025 09:05:35 GMT + - Thu, 11 Sep 2025 14:57:53 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - LZlH/a1jq0o= + - 1iBJLGLVQ4E= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -259,7 +259,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_3' headers: Accept: - application/xml @@ -282,7 +282,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:35 GMT + - Thu, 11 Sep 2025 14:57:53 GMT x-ms-version: - '2022-11-02' method: PUT @@ -294,17 +294,17 @@ interactions: content-length: - '0' content-md5: - - I4uSTT6wu6uROpf7bexopA== + - CFfTbJO020qd6Xmd0aXmKg== date: - - Thu, 11 Sep 2025 09:05:36 GMT + - Thu, 11 Sep 2025 14:57:53 GMT etag: - - '"0x8DDF1125F529C8B"' + - '"0x8DDF1439640B4CE"' last-modified: - - Thu, 11 Sep 2025 09:05:36 GMT + - Thu, 11 Sep 2025 14:57:54 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - VBByzWWTxTU= + - r6l8HKolLf4= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -313,7 +313,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_4' headers: Accept: - application/xml @@ -336,7 +336,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:36 GMT + - Thu, 11 Sep 2025 14:57:54 GMT x-ms-version: - '2022-11-02' method: PUT @@ -348,17 +348,17 @@ interactions: content-length: - '0' content-md5: - - kl6b7glELc7kzVJsZxcaTQ== + - szCFj8LRqVzXJLlsaBexTg== date: - - Thu, 11 Sep 2025 09:05:36 GMT + - Thu, 11 Sep 2025 14:57:54 GMT etag: - - '"0x8DDF1125FF04BAC"' + - '"0x8DDF14396DC1995"' last-modified: - - Thu, 11 Sep 2025 09:05:37 GMT + - Thu, 11 Sep 2025 14:57:55 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - UD1tBU5nFH0= + - q4Rj1IHR/LY= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -367,7 +367,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_5' headers: Accept: - application/xml @@ -390,7 +390,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:37 GMT + - Thu, 11 Sep 2025 14:57:55 GMT x-ms-version: - '2022-11-02' method: PUT @@ -402,17 +402,17 @@ interactions: content-length: - '0' content-md5: - - tYFnoIqEliqVDV4Kqgrm/g== + - E4zODYjm3q/oxaz5+AL3bA== date: - - Thu, 11 Sep 2025 09:05:38 GMT + - Thu, 11 Sep 2025 14:57:55 GMT etag: - - '"0x8DDF112608BFF4B"' + - '"0x8DDF143977A3D20"' last-modified: - - Thu, 11 Sep 2025 09:05:38 GMT + - Thu, 11 Sep 2025 14:57:56 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - KbRYNYaXegI= + - 0g1W5Ekhksk= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -421,7 +421,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_6' headers: Accept: - application/xml @@ -444,7 +444,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:38 GMT + - Thu, 11 Sep 2025 14:57:56 GMT x-ms-version: - '2022-11-02' method: PUT @@ -456,17 +456,17 @@ interactions: content-length: - '0' content-md5: - - qgAcEm0QaVI4tBp87g4/Tw== + - jbNIASh6WcOMoPLN0WYIXA== date: - - Thu, 11 Sep 2025 09:05:39 GMT + - Thu, 11 Sep 2025 14:57:56 GMT etag: - - '"0x8DDF11261289D29"' + - '"0x8DDF1439815C900"' last-modified: - - Thu, 11 Sep 2025 09:05:39 GMT + - Thu, 11 Sep 2025 14:57:57 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - oi8GZd6GyYM= + - WZYItBEwIUg= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -475,7 +475,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_7' headers: Accept: - application/xml @@ -498,7 +498,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:40 GMT + - Thu, 11 Sep 2025 14:57:57 GMT x-ms-version: - '2022-11-02' method: PUT @@ -510,17 +510,17 @@ interactions: content-length: - '0' content-md5: - - Z5ncFfHP7iDHimP9B2ma7A== + - kj8W/9Jd85k6vmOgZDzSTg== date: - - Thu, 11 Sep 2025 09:05:40 GMT + - Thu, 11 Sep 2025 14:57:57 GMT etag: - - '"0x8DDF11261C5B026"' + - '"0x8DDF14398B488AF"' last-modified: - - Thu, 11 Sep 2025 09:05:40 GMT + - Thu, 11 Sep 2025 14:57:58 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 26YzVRZ2p/w= + - IB89hNnATzc= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -529,7 +529,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_8' headers: Accept: - application/xml @@ -552,7 +552,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:41 GMT + - Thu, 11 Sep 2025 14:57:58 GMT x-ms-version: - '2022-11-02' method: PUT @@ -564,17 +564,17 @@ interactions: content-length: - '0' content-md5: - - SqFE18ci5wNGFNkcFw0RGw== + - EtmJVGvcIx7s9ThsxU1yEA== date: - - Thu, 11 Sep 2025 09:05:41 GMT + - Thu, 11 Sep 2025 14:57:58 GMT etag: - - '"0x8DDF112625C8284"' + - '"0x8DDF143994F5162"' last-modified: - - Thu, 11 Sep 2025 09:05:41 GMT + - Thu, 11 Sep 2025 14:57:59 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - qnU49YluahI= + - Ucw2JEbYgtk= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -583,7 +583,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_9' headers: Accept: - application/xml @@ -606,7 +606,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:42 GMT + - Thu, 11 Sep 2025 14:57:59 GMT x-ms-version: - '2022-11-02' method: PUT @@ -618,17 +618,17 @@ interactions: content-length: - '0' content-md5: - - 4jjsdlYrE7G+HBY4dbsaow== + - 8yBJ6Z7OmV9Cu36X8tCt9A== date: - - Thu, 11 Sep 2025 09:05:42 GMT + - Thu, 11 Sep 2025 14:57:59 GMT etag: - - '"0x8DDF11262F74BE3"' + - '"0x8DDF14399E8BACA"' last-modified: - - Thu, 11 Sep 2025 09:05:42 GMT + - Thu, 11 Sep 2025 14:58:00 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 0/wNxUGeBG0= + - KEUDFI4o7KY= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -637,7 +637,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_0' headers: Accept: - application/xml @@ -660,7 +660,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:43 GMT + - Thu, 11 Sep 2025 14:58:00 GMT x-ms-version: - '2022-11-02' method: PUT @@ -672,17 +672,17 @@ interactions: content-length: - '0' content-md5: - - ml2l6FHXdghiN6H9FlNv1g== + - IAn+OHSNvqMbiK3WLnXjvg== date: - - Thu, 11 Sep 2025 09:05:42 GMT + - Thu, 11 Sep 2025 14:58:01 GMT etag: - - '"0x8DDF112638B868F"' + - '"0x8DDF1439A80288A"' last-modified: - - Thu, 11 Sep 2025 09:05:43 GMT + - Thu, 11 Sep 2025 14:58:01 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - UXPLDP8pEK4= + - T0y3tH10Y00= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -691,7 +691,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_1' headers: Accept: - application/xml @@ -714,7 +714,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:44 GMT + - Thu, 11 Sep 2025 14:58:01 GMT x-ms-version: - '2022-11-02' method: PUT @@ -726,17 +726,17 @@ interactions: content-length: - '0' content-md5: - - kQDVCPD+jIIGPl8HuO0rBA== + - 1PYS9fh+p6fWNUqQZtaQ1A== date: - - Thu, 11 Sep 2025 09:05:44 GMT + - Thu, 11 Sep 2025 14:58:01 GMT etag: - - '"0x8DDF112642A1FF6"' + - '"0x8DDF1439B1BDB79"' last-modified: - - Thu, 11 Sep 2025 09:05:44 GMT + - Thu, 11 Sep 2025 14:58:02 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - KPr+PDfZftE= + - NsWChLWEDTI= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -745,7 +745,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_2' headers: Accept: - application/xml @@ -768,7 +768,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:45 GMT + - Thu, 11 Sep 2025 14:58:02 GMT x-ms-version: - '2022-11-02' method: PUT @@ -780,17 +780,17 @@ interactions: content-length: - '0' content-md5: - - ntvtVTa+QVlguO/fV41+yw== + - YPjapH14UV8g2AYwnIKxow== date: - - Thu, 11 Sep 2025 09:05:45 GMT + - Thu, 11 Sep 2025 14:58:02 GMT etag: - - '"0x8DDF11264C6BDD0"' + - '"0x8DDF1439BB210F8"' last-modified: - - Thu, 11 Sep 2025 09:05:45 GMT + - Thu, 11 Sep 2025 14:58:03 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - o2GgbG/IzVA= + - vV7c1O2VvrM= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -799,7 +799,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_3' headers: Accept: - application/xml @@ -822,7 +822,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:46 GMT + - Thu, 11 Sep 2025 14:58:03 GMT x-ms-version: - '2022-11-02' method: PUT @@ -834,17 +834,17 @@ interactions: content-length: - '0' content-md5: - - B0qWjEVDxNElLgGg/tOZiw== + - ZrIoRajYKYkpJdjp+1XPsQ== date: - - Thu, 11 Sep 2025 09:05:46 GMT + - Thu, 11 Sep 2025 14:58:03 GMT etag: - - '"0x8DDF112655E054B"' + - '"0x8DDF1439C4A41FF"' last-modified: - - Thu, 11 Sep 2025 09:05:46 GMT + - Thu, 11 Sep 2025 14:58:04 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 2uiVXKc4oy8= + - xNfp5CVl0Mw= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -853,7 +853,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_4' headers: Accept: - application/xml @@ -876,7 +876,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:47 GMT + - Thu, 11 Sep 2025 14:58:04 GMT x-ms-version: - '2022-11-02' method: PUT @@ -888,17 +888,17 @@ interactions: content-length: - '0' content-md5: - - 6bF1V2Uh6qyRzKzi/70Rpw== + - iPnMufKxAuPNI4bKLxNMDg== date: - - Thu, 11 Sep 2025 09:05:47 GMT + - Thu, 11 Sep 2025 14:58:04 GMT etag: - - '"0x8DDF11265F8F5C2"' + - '"0x8DDF1439CE224ED"' last-modified: - - Thu, 11 Sep 2025 09:05:47 GMT + - Thu, 11 Sep 2025 14:58:05 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 3sWKlIzMcmc= + - wPr2LA6RAYQ= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -907,7 +907,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_5' headers: Accept: - application/xml @@ -930,7 +930,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:48 GMT + - Thu, 11 Sep 2025 14:58:05 GMT x-ms-version: - '2022-11-02' method: PUT @@ -942,17 +942,17 @@ interactions: content-length: - '0' content-md5: - - uWF3WJgTu9Rn4oZEAd4jiw== + - 42ldi/xet0l9srmVoLINsg== date: - - Thu, 11 Sep 2025 09:05:48 GMT + - Thu, 11 Sep 2025 14:58:05 GMT etag: - - '"0x8DDF11266940D37"' + - '"0x8DDF1439D79E0DC"' last-modified: - - Thu, 11 Sep 2025 09:05:48 GMT + - Thu, 11 Sep 2025 14:58:06 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - p0y/pEQ8HBg= + - uXPDHMZhb/s= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -961,7 +961,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_6' headers: Accept: - application/xml @@ -984,7 +984,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:49 GMT + - Thu, 11 Sep 2025 14:58:06 GMT x-ms-version: - '2022-11-02' method: PUT @@ -996,17 +996,17 @@ interactions: content-length: - '0' content-md5: - - 6V1N9wvR9l6nHbffZsSopw== + - X6oxpnpwB+JHQd+WoLXRHA== date: - - Thu, 11 Sep 2025 09:05:49 GMT + - Thu, 11 Sep 2025 14:58:06 GMT etag: - - '"0x8DDF112672B2DAA"' + - '"0x8DDF1439E17683D"' last-modified: - - Thu, 11 Sep 2025 09:05:49 GMT + - Thu, 11 Sep 2025 14:58:07 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - LNfh9Bwtr5k= + - MuidTJ5w3Ho= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1015,7 +1015,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_7' headers: Accept: - application/xml @@ -1038,7 +1038,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:50 GMT + - Thu, 11 Sep 2025 14:58:07 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1050,17 +1050,17 @@ interactions: content-length: - '0' content-md5: - - 6OzbM6ngIcG4Rx/WjZAYBg== + - wGiI+AuNTVl6yLe29pmn3Q== date: - - Thu, 11 Sep 2025 09:05:50 GMT + - Thu, 11 Sep 2025 14:58:07 GMT etag: - - '"0x8DDF11267BF8F60"' + - '"0x8DDF1439EAFE754"' last-modified: - - Thu, 11 Sep 2025 09:05:50 GMT + - Thu, 11 Sep 2025 14:58:08 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - VV7UxNTdweY= + - S2GofFaAsgU= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1069,7 +1069,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_8' headers: Accept: - application/xml @@ -1092,7 +1092,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:51 GMT + - Thu, 11 Sep 2025 14:58:08 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1104,17 +1104,17 @@ interactions: content-length: - '0' content-md5: - - kMSYTJ/9yYLU/t4KjZ/LtQ== + - 8ZlZmIZUtt+dkTlL6P3kiQ== date: - - Thu, 11 Sep 2025 09:05:51 GMT + - Thu, 11 Sep 2025 14:58:08 GMT etag: - - '"0x8DDF11268585D40"' + - '"0x8DDF1439F5165BF"' last-modified: - - Thu, 11 Sep 2025 09:05:51 GMT + - Thu, 11 Sep 2025 14:58:09 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - JI3fZEvFDAg= + - OrKj3MmYf+s= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1123,7 +1123,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_9' headers: Accept: - application/xml @@ -1146,7 +1146,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:52 GMT + - Thu, 11 Sep 2025 14:58:09 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1158,17 +1158,17 @@ interactions: content-length: - '0' content-md5: - - RITc6C2DpaUd+i9kFN7vmQ== + - vxh+P25G4/TZtejK+q979w== date: - - Thu, 11 Sep 2025 09:05:52 GMT + - Thu, 11 Sep 2025 14:58:09 GMT etag: - - '"0x8DDF11268F23C69"' + - '"0x8DDF1439FEF3B31"' last-modified: - - Thu, 11 Sep 2025 09:05:52 GMT + - Thu, 11 Sep 2025 14:58:10 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - XQTqVIM1Ync= + - QzuW7AFoEZQ= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1177,7 +1177,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_0' headers: Accept: - application/xml @@ -1200,7 +1200,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:53 GMT + - Thu, 11 Sep 2025 14:58:10 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1212,17 +1212,17 @@ interactions: content-length: - '0' content-md5: - - 5sCx8lyA2M7KWQB1HO77Iw== + - u3W1V2+JKUdnHr56YPRtzQ== date: - - Thu, 11 Sep 2025 09:05:53 GMT + - Thu, 11 Sep 2025 14:58:10 GMT etag: - - '"0x8DDF11269862905"' + - '"0x8DDF143A08DACD4"' last-modified: - - Thu, 11 Sep 2025 09:05:53 GMT + - Thu, 11 Sep 2025 14:58:11 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - neFdpCylhYg= + - BS0fdP/IOWU= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1231,7 +1231,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_1' headers: Accept: - application/xml @@ -1254,7 +1254,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:54 GMT + - Thu, 11 Sep 2025 14:58:11 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1266,17 +1266,17 @@ interactions: content-length: - '0' content-md5: - - HmBtDssLhXBO4OlOD5pk8A== + - OZ5zCNqEW/ky22NRcQ9ypQ== date: - - Thu, 11 Sep 2025 09:05:54 GMT + - Thu, 11 Sep 2025 14:58:12 GMT etag: - - '"0x8DDF1126A1A63B2"' + - '"0x8DDF143A12D2FB4"' last-modified: - - Thu, 11 Sep 2025 09:05:54 GMT + - Thu, 11 Sep 2025 14:58:12 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 5GholORV6/c= + - fKQqRDc4Vxo= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1285,7 +1285,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_2' headers: Accept: - application/xml @@ -1308,7 +1308,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:54 GMT + - Thu, 11 Sep 2025 14:58:12 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1320,17 +1320,17 @@ interactions: content-length: - '0' content-md5: - - BNMfQ+D8Qw9EusdvMqz7sQ== + - 4qXKD3N5QCKnLGv02aTKQA== date: - - Thu, 11 Sep 2025 09:05:54 GMT + - Thu, 11 Sep 2025 14:58:12 GMT etag: - - '"0x8DDF1126AAD8D17"' + - '"0x8DDF143A1C6E725"' last-modified: - - Thu, 11 Sep 2025 09:05:55 GMT + - Thu, 11 Sep 2025 14:58:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - b/M2xLxEWHY= + - 9z90FG8p5Js= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1339,7 +1339,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_3' headers: Accept: - application/xml @@ -1362,7 +1362,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:55 GMT + - Thu, 11 Sep 2025 14:58:13 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1374,17 +1374,17 @@ interactions: content-length: - '0' content-md5: - - daJTvInerpLcFGX0h4lMtQ== + - 0y9QsZRU2/0r7RSSM1P/7A== date: - - Thu, 11 Sep 2025 09:05:56 GMT + - Thu, 11 Sep 2025 14:58:14 GMT etag: - - '"0x8DDF1126B41EECF"' + - '"0x8DDF143A25F3F30"' last-modified: - - Thu, 11 Sep 2025 09:05:56 GMT + - Thu, 11 Sep 2025 14:58:14 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - FnoD9HS0Ngk= + - jrZBJKfZiuQ= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1393,7 +1393,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_4' headers: Accept: - application/xml @@ -1416,7 +1416,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:56 GMT + - Thu, 11 Sep 2025 14:58:14 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1428,17 +1428,17 @@ interactions: content-length: - '0' content-md5: - - ZNwo/uHTzfWxZnEjmKCg2g== + - RPxj/ul2PdoY3OurE3nFFA== date: - - Thu, 11 Sep 2025 09:05:57 GMT + - Thu, 11 Sep 2025 14:58:14 GMT etag: - - '"0x8DDF1126BD788DC"' + - '"0x8DDF143A2FB673F"' last-modified: - - Thu, 11 Sep 2025 09:05:57 GMT + - Thu, 11 Sep 2025 14:58:15 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - ElccPF9A50E= + - ipte7IwtW6w= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1447,7 +1447,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_5' headers: Accept: - application/xml @@ -1470,7 +1470,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:57 GMT + - Thu, 11 Sep 2025 14:58:15 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1482,17 +1482,17 @@ interactions: content-length: - '0' content-md5: - - /aCGrN6qbN/FSRfKV6Ak7A== + - tXcLPvnFKS6lXS35ut0MRg== date: - - Thu, 11 Sep 2025 09:05:58 GMT + - Thu, 11 Sep 2025 14:58:15 GMT etag: - - '"0x8DDF1126C6C119C"' + - '"0x8DDF143A39BAD53"' last-modified: - - Thu, 11 Sep 2025 09:05:58 GMT + - Thu, 11 Sep 2025 14:58:16 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - a94pDJewiT4= + - 8xJr3ETdNdM= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1501,7 +1501,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_6' headers: Accept: - application/xml @@ -1524,7 +1524,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:58 GMT + - Thu, 11 Sep 2025 14:58:16 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1536,17 +1536,17 @@ interactions: content-length: - '0' content-md5: - - Mpv1rw6zdGUv9FSCo9xzLw== + - CUv7TcvPKhEq8uL4Ph76JQ== date: - - Thu, 11 Sep 2025 09:05:59 GMT + - Thu, 11 Sep 2025 14:58:16 GMT etag: - - '"0x8DDF1126D038028"' + - '"0x8DDF143A4316DB7"' last-modified: - - Thu, 11 Sep 2025 09:05:59 GMT + - Thu, 11 Sep 2025 14:58:17 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 4EV3XM+hOr8= + - eIk1jBzMhlI= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1555,7 +1555,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_7' headers: Accept: - application/xml @@ -1578,7 +1578,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:05:59 GMT + - Thu, 11 Sep 2025 14:58:17 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1590,17 +1590,17 @@ interactions: content-length: - '0' content-md5: - - 5ZV/1DOYmTFkDADVGcFEiA== + - 4QjV8xzTOIJ5A1qFQOxkCg== date: - - Thu, 11 Sep 2025 09:05:59 GMT + - Thu, 11 Sep 2025 14:58:18 GMT etag: - - '"0x8DDF1126D996840"' + - '"0x8DDF143A4CEA706"' last-modified: - - Thu, 11 Sep 2025 09:06:00 GMT + - Thu, 11 Sep 2025 14:58:18 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - mcxCbAdRVMA= + - AQAAvNQ86C0= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1609,7 +1609,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_8' headers: Accept: - application/xml @@ -1632,7 +1632,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:00 GMT + - Thu, 11 Sep 2025 14:58:18 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1644,17 +1644,17 @@ interactions: content-length: - '0' content-md5: - - rvmyfFzqdJMagEsoN4aXYg== + - //7h55mPS5/Gx0PDNJb42Q== date: - - Thu, 11 Sep 2025 09:06:01 GMT + - Thu, 11 Sep 2025 14:58:18 GMT etag: - - '"0x8DDF1126E3542F0"' + - '"0x8DDF143A56B6B34"' last-modified: - - Thu, 11 Sep 2025 09:06:01 GMT + - Thu, 11 Sep 2025 14:58:19 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 6B9JzJhJmS4= + - cNMLHEskJcM= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1663,7 +1663,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_9' headers: Accept: - application/xml @@ -1686,7 +1686,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:01 GMT + - Thu, 11 Sep 2025 14:58:19 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1698,17 +1698,17 @@ interactions: content-length: - '0' content-md5: - - FhWC2bBfwVsghdqypK/g2g== + - jvJUyRFsrfKPmjKJcHNo4Q== date: - - Thu, 11 Sep 2025 09:06:01 GMT + - Thu, 11 Sep 2025 14:58:20 GMT etag: - - '"0x8DDF1126ED2CB0A"' + - '"0x8DDF143A608085C"' last-modified: - - Thu, 11 Sep 2025 09:06:02 GMT + - Thu, 11 Sep 2025 14:58:20 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - kZZ8/FC591E= + - CVo+LIPUS7w= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1717,7 +1717,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_0' headers: Accept: - application/xml @@ -1740,7 +1740,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:02 GMT + - Thu, 11 Sep 2025 14:58:20 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1752,17 +1752,17 @@ interactions: content-length: - '0' content-md5: - - H51Ck5c9NW1eUxLCf/TiSg== + - J9XcuuzNPQp6sNKacJGNqA== date: - - Thu, 11 Sep 2025 09:06:03 GMT + - Thu, 11 Sep 2025 14:58:21 GMT etag: - - '"0x8DDF1126F74E659"' + - '"0x8DDF143A6A3E259"' last-modified: - - Thu, 11 Sep 2025 09:06:03 GMT + - Thu, 11 Sep 2025 14:58:21 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - lpBAjvSkq/4= + - /P+vSQ/ulQQ= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1771,7 +1771,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_1' headers: Accept: - application/xml @@ -1794,7 +1794,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:04 GMT + - Thu, 11 Sep 2025 14:58:21 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1806,17 +1806,17 @@ interactions: content-length: - '0' content-md5: - - Ac40Li8h+yq7sa1GEymqgQ== + - I8EOd5bgnwKvc6+zRz7crA== date: - - Thu, 11 Sep 2025 09:06:04 GMT + - Thu, 11 Sep 2025 14:58:22 GMT etag: - - '"0x8DDF1127015F05E"' + - '"0x8DDF143A73D99C0"' last-modified: - - Thu, 11 Sep 2025 09:06:04 GMT + - Thu, 11 Sep 2025 14:58:22 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 7xl1vjxUxYE= + - hXaaecce+3s= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1825,7 +1825,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_2' headers: Accept: - application/xml @@ -1848,7 +1848,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:05 GMT + - Thu, 11 Sep 2025 14:58:22 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1860,17 +1860,17 @@ interactions: content-length: - '0' content-md5: - - /TMEd0KkjVVbMoPRKl59dA== + - PTANs48PqUFqNZZfKpQUag== date: - - Thu, 11 Sep 2025 09:06:05 GMT + - Thu, 11 Sep 2025 14:58:23 GMT etag: - - '"0x8DDF11270B57400"' + - '"0x8DDF143A7D8B07E"' last-modified: - - Thu, 11 Sep 2025 09:06:05 GMT + - Thu, 11 Sep 2025 14:58:23 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - ZIIr7mRFdgA= + - Du3EKZ8PSPo= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1879,7 +1879,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_3' headers: Accept: - application/xml @@ -1902,7 +1902,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:06 GMT + - Thu, 11 Sep 2025 14:58:23 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1914,17 +1914,17 @@ interactions: content-length: - '0' content-md5: - - 3FHBUNOjrPSR8yNmQ426cw== + - 4RLCwEg9hvg2Zy57Je6Dqw== date: - - Thu, 11 Sep 2025 09:06:06 GMT + - Thu, 11 Sep 2025 14:58:23 GMT etag: - - '"0x8DDF112714CE282"' + - '"0x8DDF143A8710893"' last-modified: - - Thu, 11 Sep 2025 09:06:06 GMT + - Thu, 11 Sep 2025 14:58:24 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - HQse3qy1GH8= + - d2TxGVf/JoU= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1933,7 +1933,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_4' headers: Accept: - application/xml @@ -1956,7 +1956,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:07 GMT + - Thu, 11 Sep 2025 14:58:24 GMT x-ms-version: - '2022-11-02' method: PUT @@ -1968,17 +1968,17 @@ interactions: content-length: - '0' content-md5: - - m9nC2CDnUn2TKdSaYm1Ucg== + - dLc/GQ9/pzkPIv4y6H8ciQ== date: - - Thu, 11 Sep 2025 09:06:07 GMT + - Thu, 11 Sep 2025 14:58:24 GMT etag: - - '"0x8DDF11271E38DD5"' + - '"0x8DDF143A9082850"' last-modified: - - Thu, 11 Sep 2025 09:06:07 GMT + - Thu, 11 Sep 2025 14:58:25 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - GSYBFodByTc= + - c0nu0XwL980= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1987,7 +1987,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_5' headers: Accept: - application/xml @@ -2010,7 +2010,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:08 GMT + - Thu, 11 Sep 2025 14:58:25 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2022,17 +2022,17 @@ interactions: content-length: - '0' content-md5: - - el+5kkqWo29Kx2JvieEfmA== + - ydplKgdSh/DvZYm6hGiojg== date: - - Thu, 11 Sep 2025 09:06:08 GMT + - Thu, 11 Sep 2025 14:58:25 GMT etag: - - '"0x8DDF112727E5738"' + - '"0x8DDF143A9A40246"' last-modified: - - Thu, 11 Sep 2025 09:06:08 GMT + - Thu, 11 Sep 2025 14:58:26 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - YK80Jk+xp0g= + - CsDb4bT7mbI= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -2041,7 +2041,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_6' headers: Accept: - application/xml @@ -2064,7 +2064,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:09 GMT + - Thu, 11 Sep 2025 14:58:26 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2076,17 +2076,17 @@ interactions: content-length: - '0' content-md5: - - QaMngcQF2w9HxPI2e/4h4A== + - I3Gi3hmE7JoJsC3TSKYZ7A== date: - - Thu, 11 Sep 2025 09:06:09 GMT + - Thu, 11 Sep 2025 14:58:26 GMT etag: - - '"0x8DDF11273148D6A"' + - '"0x8DDF143AA3FDC3E"' last-modified: - - Thu, 11 Sep 2025 09:06:09 GMT + - Thu, 11 Sep 2025 14:58:27 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 6zRqdhegFMk= + - gVuFsezqKjM= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -2095,7 +2095,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_7' headers: Accept: - application/xml @@ -2118,7 +2118,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:10 GMT + - Thu, 11 Sep 2025 14:58:27 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2130,17 +2130,17 @@ interactions: content-length: - '0' content-md5: - - n4oD0KICCe8PR3fZ5Hbokw== + - Tva3K/k9jhShGXx/w+SruA== date: - - Thu, 11 Sep 2025 09:06:09 GMT + - Thu, 11 Sep 2025 14:58:28 GMT etag: - - '"0x8DDF11273AAC39E"' + - '"0x8DDF143AAD8A970"' last-modified: - - Thu, 11 Sep 2025 09:06:10 GMT + - Thu, 11 Sep 2025 14:58:28 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - kr1fRt9QerY= + - +NKwgSQaREw= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -2149,7 +2149,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_8' headers: Accept: - application/xml @@ -2172,7 +2172,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:11 GMT + - Thu, 11 Sep 2025 14:58:28 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2184,17 +2184,17 @@ interactions: content-length: - '0' content-md5: - - ryWc/g0jYF+/KT4yN4mJsA== + - uPWumwwNYfE61PG5UXzCmw== date: - - Thu, 11 Sep 2025 09:06:11 GMT + - Thu, 11 Sep 2025 14:58:29 GMT etag: - - '"0x8DDF1127441BD07"' + - '"0x8DDF143AB7212C1"' last-modified: - - Thu, 11 Sep 2025 09:06:11 GMT + - Thu, 11 Sep 2025 14:58:29 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 425U5kBIt1g= + - iQG7IbsCiaI= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -2203,7 +2203,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_9' headers: Accept: - application/xml @@ -2226,7 +2226,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:12 GMT + - Thu, 11 Sep 2025 14:58:29 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2238,17 +2238,17 @@ interactions: content-length: - '0' content-md5: - - tjg+/hs6KHTP2KPQoqLaYA== + - 6goxRIF5FoAOlkPH2N+fTw== date: - - Thu, 11 Sep 2025 09:06:12 GMT + - Thu, 11 Sep 2025 14:58:30 GMT etag: - - '"0x8DDF11274E278F5"' + - '"0x8DDF143AC147B61"' last-modified: - - Thu, 11 Sep 2025 09:06:12 GMT + - Thu, 11 Sep 2025 14:58:30 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - mudh1oi42Sc= + - 8IiOEXPy590= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -2281,7 +2281,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:13 GMT + - Thu, 11 Sep 2025 14:58:31 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2289,14 +2289,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:a9913a16-d01e-0024-7dfb-220c43000000\nTime:2025-09-11T09:06:13.9682248Z" + specified blob already exists.\nRequestId:990e6304-301e-0064-2b2c-2345cb000000\nTime:2025-09-11T14:58:31.9591345Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:13 GMT + - Thu, 11 Sep 2025 14:58:31 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2307,7 +2307,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: Accept: - application/xml @@ -2330,7 +2330,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:14 GMT + - Thu, 11 Sep 2025 14:58:32 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2338,14 +2338,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:4f2b91b5-b01e-0095-21fb-22f43e000000\nTime:2025-09-11T09:06:14.9597788Z" + specified blob already exists.\nRequestId:a43cb61f-301e-0090-5c2c-238e3d000000\nTime:2025-09-11T14:58:32.9430425Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:14 GMT + - Thu, 11 Sep 2025 14:58:32 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2356,7 +2356,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_1' headers: Accept: - application/xml @@ -2379,7 +2379,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:15 GMT + - Thu, 11 Sep 2025 14:58:33 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2387,14 +2387,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:64e70f55-c01e-0056-5afb-227d7d000000\nTime:2025-09-11T09:06:15.9335839Z" + specified blob already exists.\nRequestId:da727640-c01e-0094-4b2c-23033a000000\nTime:2025-09-11T14:58:33.9030078Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:15 GMT + - Thu, 11 Sep 2025 14:58:33 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2405,7 +2405,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_2' headers: Accept: - application/xml @@ -2428,7 +2428,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:16 GMT + - Thu, 11 Sep 2025 14:58:34 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2436,14 +2436,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:0efb3425-901e-006c-1bfb-223ede000000\nTime:2025-09-11T09:06:16.9501855Z" + specified blob already exists.\nRequestId:a6b4133d-d01e-007c-072c-239aac000000\nTime:2025-09-11T14:58:34.8979100Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:16 GMT + - Thu, 11 Sep 2025 14:58:34 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2454,7 +2454,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_3' headers: Accept: - application/xml @@ -2477,7 +2477,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:17 GMT + - Thu, 11 Sep 2025 14:58:35 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2485,14 +2485,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:98aed4e9-001e-0087-53fb-22c022000000\nTime:2025-09-11T09:06:17.9450319Z" + specified blob already exists.\nRequestId:30fd734a-501e-0096-392c-23bd82000000\nTime:2025-09-11T14:58:35.8625692Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:17 GMT + - Thu, 11 Sep 2025 14:58:35 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2503,7 +2503,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_4' headers: Accept: - application/xml @@ -2526,7 +2526,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:18 GMT + - Thu, 11 Sep 2025 14:58:36 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2534,14 +2534,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:53d2dbe3-901e-004e-50fb-2250e8000000\nTime:2025-09-11T09:06:18.9489397Z" + specified blob already exists.\nRequestId:e8462f92-e01e-003a-112c-23ae2b000000\nTime:2025-09-11T14:58:36.8320161Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:17 GMT + - Thu, 11 Sep 2025 14:58:35 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2552,7 +2552,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_5' headers: Accept: - application/xml @@ -2575,7 +2575,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:19 GMT + - Thu, 11 Sep 2025 14:58:36 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2583,14 +2583,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:64e71a4a-c01e-0056-5efb-227d7d000000\nTime:2025-09-11T09:06:19.9082848Z" + specified blob already exists.\nRequestId:9937a3b1-801e-0095-5a2c-235ce6000000\nTime:2025-09-11T14:58:37.8105185Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:19 GMT + - Thu, 11 Sep 2025 14:58:37 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2601,7 +2601,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_6' headers: Accept: - application/xml @@ -2624,7 +2624,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:20 GMT + - Thu, 11 Sep 2025 14:58:37 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2632,14 +2632,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:71e9e699-101e-0039-39fb-22d5a9000000\nTime:2025-09-11T09:06:20.8809681Z" + specified blob already exists.\nRequestId:64626d98-801e-0071-2c2c-235278000000\nTime:2025-09-11T14:58:38.7724344Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:20 GMT + - Thu, 11 Sep 2025 14:58:38 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2650,7 +2650,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_7' headers: Accept: - application/xml @@ -2673,7 +2673,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:21 GMT + - Thu, 11 Sep 2025 14:58:38 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2681,14 +2681,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:52bd69c6-601e-0097-10fb-22f6c4000000\nTime:2025-09-11T09:06:21.8992464Z" + specified blob already exists.\nRequestId:0e198b86-e01e-0048-672c-23a964000000\nTime:2025-09-11T14:58:39.7660575Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:21 GMT + - Thu, 11 Sep 2025 14:58:39 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2699,7 +2699,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_8' headers: Accept: - application/xml @@ -2722,7 +2722,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:22 GMT + - Thu, 11 Sep 2025 14:58:39 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2730,14 +2730,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:ca923fa9-001e-00a5-54fb-22ae14000000\nTime:2025-09-11T09:06:22.8921407Z" + specified blob already exists.\nRequestId:e970af01-301e-0039-462c-234f4f000000\nTime:2025-09-11T14:58:40.7621394Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:22 GMT + - Thu, 11 Sep 2025 14:58:40 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2748,7 +2748,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_9' headers: Accept: - application/xml @@ -2771,7 +2771,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:23 GMT + - Thu, 11 Sep 2025 14:58:40 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2779,14 +2779,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:d4b3776f-401e-0065-6efb-222450000000\nTime:2025-09-11T09:06:23.9091178Z" + specified blob already exists.\nRequestId:ba313391-f01e-00a0-802c-2330f2000000\nTime:2025-09-11T14:58:41.7482075Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:22 GMT + - Thu, 11 Sep 2025 14:58:41 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2797,7 +2797,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_0' headers: Accept: - application/xml @@ -2820,7 +2820,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:24 GMT + - Thu, 11 Sep 2025 14:58:41 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2828,14 +2828,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:d4b378d2-401e-0065-31fb-222450000000\nTime:2025-09-11T09:06:24.8951011Z" + specified blob already exists.\nRequestId:7b71e427-b01e-0045-422c-2361b0000000\nTime:2025-09-11T14:58:42.7534608Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:23 GMT + - Thu, 11 Sep 2025 14:58:42 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2846,7 +2846,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_1' headers: Accept: - application/xml @@ -2869,7 +2869,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:25 GMT + - Thu, 11 Sep 2025 14:58:42 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2877,14 +2877,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:24033449-301e-0043-05fb-22bfe4000000\nTime:2025-09-11T09:06:25.9003149Z" + specified blob already exists.\nRequestId:9306a355-801e-0013-732c-23905f000000\nTime:2025-09-11T14:58:43.7349727Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:25 GMT + - Thu, 11 Sep 2025 14:58:43 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2895,7 +2895,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_2' headers: Accept: - application/xml @@ -2918,7 +2918,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:26 GMT + - Thu, 11 Sep 2025 14:58:43 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2926,14 +2926,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:cd39aa56-d01e-0049-56fb-22a66d000000\nTime:2025-09-11T09:06:26.8806058Z" + specified blob already exists.\nRequestId:8c2311fc-101e-003e-222c-23232c000000\nTime:2025-09-11T14:58:44.7435035Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:26 GMT + - Thu, 11 Sep 2025 14:58:44 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2944,7 +2944,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_3' headers: Accept: - application/xml @@ -2967,7 +2967,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:27 GMT + - Thu, 11 Sep 2025 14:58:44 GMT x-ms-version: - '2022-11-02' method: PUT @@ -2975,14 +2975,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:6d0f247f-901e-0001-39fb-2294f0000000\nTime:2025-09-11T09:06:27.8595311Z" + specified blob already exists.\nRequestId:de71baf9-e01e-002a-702c-236b43000000\nTime:2025-09-11T14:58:45.7267157Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:26 GMT + - Thu, 11 Sep 2025 14:58:44 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -2993,7 +2993,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_4' headers: Accept: - application/xml @@ -3016,7 +3016,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:28 GMT + - Thu, 11 Sep 2025 14:58:45 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3024,14 +3024,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:4923a06c-701e-0083-0afb-2235a0000000\nTime:2025-09-11T09:06:28.8195483Z" + specified blob already exists.\nRequestId:468426b7-901e-006d-6a2c-230018000000\nTime:2025-09-11T14:58:46.7303572Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:28 GMT + - Thu, 11 Sep 2025 14:58:46 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3042,7 +3042,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_5' headers: Accept: - application/xml @@ -3065,7 +3065,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:28 GMT + - Thu, 11 Sep 2025 14:58:46 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3073,14 +3073,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:756a7c58-701e-0022-29fb-22fb3b000000\nTime:2025-09-11T09:06:29.8034368Z" + specified blob already exists.\nRequestId:7c4352ad-701e-0081-7b2c-231489000000\nTime:2025-09-11T14:58:47.7193711Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:28 GMT + - Thu, 11 Sep 2025 14:58:47 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3091,7 +3091,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_6' headers: Accept: - application/xml @@ -3114,7 +3114,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:29 GMT + - Thu, 11 Sep 2025 14:58:47 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3122,14 +3122,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:1c366be6-b01e-0034-1cfb-223aa5000000\nTime:2025-09-11T09:06:30.7840168Z" + specified blob already exists.\nRequestId:2105eee0-301e-004b-0e2c-234800000000\nTime:2025-09-11T14:58:48.7447681Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:30 GMT + - Thu, 11 Sep 2025 14:58:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3140,7 +3140,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_7' headers: Accept: - application/xml @@ -3163,7 +3163,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:30 GMT + - Thu, 11 Sep 2025 14:58:48 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3171,14 +3171,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:b98f51e3-101e-001b-25fb-22bb9f000000\nTime:2025-09-11T09:06:31.8399848Z" + specified blob already exists.\nRequestId:f17a4823-101e-0063-222c-2329a8000000\nTime:2025-09-11T14:58:49.8364931Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:31 GMT + - Thu, 11 Sep 2025 14:58:49 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3189,7 +3189,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_8' headers: Accept: - application/xml @@ -3212,7 +3212,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:31 GMT + - Thu, 11 Sep 2025 14:58:49 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3220,14 +3220,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:a3ee37ac-101e-0098-05fb-221b32000000\nTime:2025-09-11T09:06:32.9051367Z" + specified blob already exists.\nRequestId:47d4d149-901e-007d-642c-23c570000000\nTime:2025-09-11T14:58:50.7973573Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:31 GMT + - Thu, 11 Sep 2025 14:58:50 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3238,7 +3238,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_9' headers: Accept: - application/xml @@ -3261,7 +3261,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:33 GMT + - Thu, 11 Sep 2025 14:58:50 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3269,14 +3269,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:ae29a659-901e-0023-57fb-22fac6000000\nTime:2025-09-11T09:06:33.9140058Z" + specified blob already exists.\nRequestId:bd60db45-c01e-002d-0c2c-230720000000\nTime:2025-09-11T14:58:51.8188206Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:33 GMT + - Thu, 11 Sep 2025 14:58:51 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3287,7 +3287,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_0' headers: Accept: - application/xml @@ -3310,7 +3310,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:34 GMT + - Thu, 11 Sep 2025 14:58:51 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3318,14 +3318,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:5eac2418-401e-0008-2dfb-228e7e000000\nTime:2025-09-11T09:06:34.8902312Z" + specified blob already exists.\nRequestId:4f3c4043-a01e-0049-232c-23f6b8000000\nTime:2025-09-11T14:58:52.8075488Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:34 GMT + - Thu, 11 Sep 2025 14:58:52 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3336,7 +3336,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_1' headers: Accept: - application/xml @@ -3359,7 +3359,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:35 GMT + - Thu, 11 Sep 2025 14:58:52 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3367,14 +3367,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:60ca6542-c01e-0030-6dfb-22cf27000000\nTime:2025-09-11T09:06:35.8694732Z" + specified blob already exists.\nRequestId:d83f7583-501e-0000-4d2c-23b453000000\nTime:2025-09-11T14:58:53.7975921Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:35 GMT + - Thu, 11 Sep 2025 14:58:53 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3385,7 +3385,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_2' headers: Accept: - application/xml @@ -3408,7 +3408,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:36 GMT + - Thu, 11 Sep 2025 14:58:53 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3416,14 +3416,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:a1874947-901e-00a0-2ffb-225a6b000000\nTime:2025-09-11T09:06:36.8467727Z" + specified blob already exists.\nRequestId:0212968f-c01e-0070-352c-230da4000000\nTime:2025-09-11T14:58:54.7998457Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:36 GMT + - Thu, 11 Sep 2025 14:58:54 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3434,7 +3434,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_3' headers: Accept: - application/xml @@ -3457,7 +3457,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:37 GMT + - Thu, 11 Sep 2025 14:58:54 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3465,14 +3465,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:944aa6d9-701e-0044-7dfb-224961000000\nTime:2025-09-11T09:06:37.8334409Z" + specified blob already exists.\nRequestId:889eb262-f01e-008f-652c-233d39000000\nTime:2025-09-11T14:58:55.7755284Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:37 GMT + - Thu, 11 Sep 2025 14:58:54 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3483,7 +3483,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_4' headers: Accept: - application/xml @@ -3506,7 +3506,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:37 GMT + - Thu, 11 Sep 2025 14:58:55 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3514,14 +3514,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:7960083e-301e-008f-49fb-22db51000000\nTime:2025-09-11T09:06:38.8194533Z" + specified blob already exists.\nRequestId:2f1e8779-e01e-0093-372c-236f59000000\nTime:2025-09-11T14:58:56.7761923Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:38 GMT + - Thu, 11 Sep 2025 14:58:56 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3532,7 +3532,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_5' headers: Accept: - application/xml @@ -3555,7 +3555,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:38 GMT + - Thu, 11 Sep 2025 14:58:56 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3563,14 +3563,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:a9918372-d01e-0024-1ffb-220c43000000\nTime:2025-09-11T09:06:39.7888364Z" + specified blob already exists.\nRequestId:af829d38-601e-0046-512c-2380d4000000\nTime:2025-09-11T14:58:57.7586095Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:39 GMT + - Thu, 11 Sep 2025 14:58:56 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3581,7 +3581,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_6' headers: Accept: - application/xml @@ -3604,7 +3604,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:39 GMT + - Thu, 11 Sep 2025 14:58:57 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3612,14 +3612,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:a26c41f5-101e-005f-4ffb-2267f3000000\nTime:2025-09-11T09:06:40.7661467Z" + specified blob already exists.\nRequestId:29972327-f01e-009f-3d2c-23f851000000\nTime:2025-09-11T14:58:58.7403578Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:39 GMT + - Thu, 11 Sep 2025 14:58:58 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3630,7 +3630,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_7' headers: Accept: - application/xml @@ -3653,7 +3653,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:40 GMT + - Thu, 11 Sep 2025 14:58:58 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3661,14 +3661,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:9620cb0e-d01e-0060-1ffb-22d02f000000\nTime:2025-09-11T09:06:41.7380527Z" + specified blob already exists.\nRequestId:083485e5-101e-0087-142c-232736000000\nTime:2025-09-11T14:58:59.7309900Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:41 GMT + - Thu, 11 Sep 2025 14:58:59 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3679,7 +3679,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_8' headers: Accept: - application/xml @@ -3702,7 +3702,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:41 GMT + - Thu, 11 Sep 2025 14:58:59 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3710,14 +3710,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:5eac4629-401e-0008-60fb-228e7e000000\nTime:2025-09-11T09:06:42.7150953Z" + specified blob already exists.\nRequestId:b63328cb-501e-0086-052c-2378ea000000\nTime:2025-09-11T14:59:00.7356832Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:42 GMT + - Thu, 11 Sep 2025 14:58:59 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3728,7 +3728,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_9' headers: Accept: - application/xml @@ -3751,7 +3751,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:42 GMT + - Thu, 11 Sep 2025 14:59:00 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3759,14 +3759,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:52bdadeb-601e-0097-21fb-22f6c4000000\nTime:2025-09-11T09:06:43.6739795Z" + specified blob already exists.\nRequestId:4b19a628-d01e-006c-3a2c-235fc4000000\nTime:2025-09-11T14:59:01.7180688Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:42 GMT + - Thu, 11 Sep 2025 14:59:01 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3777,7 +3777,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_0' headers: Accept: - application/xml @@ -3800,7 +3800,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:43 GMT + - Thu, 11 Sep 2025 14:59:01 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3808,14 +3808,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:0ee2c701-d01e-000d-60fb-227a01000000\nTime:2025-09-11T09:06:44.6628934Z" + specified blob already exists.\nRequestId:bd6eb5cd-801e-002c-382c-2358fc000000\nTime:2025-09-11T14:59:02.7022882Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:44 GMT + - Thu, 11 Sep 2025 14:59:01 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3826,7 +3826,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_1' headers: Accept: - application/xml @@ -3849,7 +3849,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:44 GMT + - Thu, 11 Sep 2025 14:59:02 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3857,14 +3857,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:e9fffb44-901e-000a-01fb-228c84000000\nTime:2025-09-11T09:06:45.6441627Z" + specified blob already exists.\nRequestId:ef79dd28-501e-004d-142c-237bbf000000\nTime:2025-09-11T14:59:03.6754012Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:45 GMT + - Thu, 11 Sep 2025 14:59:03 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3875,7 +3875,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_2' headers: Accept: - application/xml @@ -3898,7 +3898,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:45 GMT + - Thu, 11 Sep 2025 14:59:03 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3906,14 +3906,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:d6b157c6-301e-0025-21fb-220dbe000000\nTime:2025-09-11T09:06:46.6508150Z" + specified blob already exists.\nRequestId:7e01dc35-301e-0006-142c-2387ec000000\nTime:2025-09-11T14:59:04.6668405Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:45 GMT + - Thu, 11 Sep 2025 14:59:04 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3924,7 +3924,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_3' headers: Accept: - application/xml @@ -3947,7 +3947,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:46 GMT + - Thu, 11 Sep 2025 14:59:04 GMT x-ms-version: - '2022-11-02' method: PUT @@ -3955,14 +3955,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:1c36a9c6-b01e-0034-70fb-223aa5000000\nTime:2025-09-11T09:06:47.6426824Z" + specified blob already exists.\nRequestId:07b2a67a-f01e-0019-662c-2334e8000000\nTime:2025-09-11T14:59:05.6526798Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:47 GMT + - Thu, 11 Sep 2025 14:59:04 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3973,7 +3973,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_4' headers: Accept: - application/xml @@ -3996,7 +3996,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:47 GMT + - Thu, 11 Sep 2025 14:59:05 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4004,14 +4004,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:5efa1e3c-e01e-000e-33fb-227906000000\nTime:2025-09-11T09:06:48.6219638Z" + specified blob already exists.\nRequestId:d550c30f-901e-0052-662c-23c8bb000000\nTime:2025-09-11T14:59:06.6340314Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:47 GMT + - Thu, 11 Sep 2025 14:59:06 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -4022,7 +4022,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_5' headers: Accept: - application/xml @@ -4045,7 +4045,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:48 GMT + - Thu, 11 Sep 2025 14:59:06 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4053,14 +4053,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:2020b887-f01e-0038-29fb-22d454000000\nTime:2025-09-11T09:06:49.6076604Z" + specified blob already exists.\nRequestId:7b727ea4-b01e-0045-292c-2361b0000000\nTime:2025-09-11T14:59:07.6381303Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:49 GMT + - Thu, 11 Sep 2025 14:59:07 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -4071,7 +4071,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_6' headers: Accept: - application/xml @@ -4094,7 +4094,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:49 GMT + - Thu, 11 Sep 2025 14:59:07 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4102,14 +4102,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:8bd67b81-601e-0079-02fb-22fc47000000\nTime:2025-09-11T09:06:50.5594158Z" + specified blob already exists.\nRequestId:cd27c70e-a01e-0082-232c-23f5ed000000\nTime:2025-09-11T14:59:08.6344352Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:50 GMT + - Thu, 11 Sep 2025 14:59:07 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -4120,7 +4120,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_7' headers: Accept: - application/xml @@ -4143,7 +4143,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:50 GMT + - Thu, 11 Sep 2025 14:59:08 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4151,14 +4151,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:6cba9450-401e-0047-60fb-224a66000000\nTime:2025-09-11T09:06:51.5515016Z" + specified blob already exists.\nRequestId:387370ef-801e-0085-762c-23998e000000\nTime:2025-09-11T14:59:09.6353609Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:51 GMT + - Thu, 11 Sep 2025 14:59:09 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -4169,7 +4169,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_8' headers: Accept: - application/xml @@ -4192,7 +4192,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:51 GMT + - Thu, 11 Sep 2025 14:59:09 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4200,14 +4200,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:5d3991be-501e-0071-74fb-22e734000000\nTime:2025-09-11T09:06:52.5632760Z" + specified blob already exists.\nRequestId:ef79ff74-501e-004d-182c-237bbf000000\nTime:2025-09-11T14:59:10.6565069Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:52 GMT + - Thu, 11 Sep 2025 14:59:10 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -4218,7 +4218,7 @@ interactions: code: 409 message: The specified blob already exists. - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_9' headers: Accept: - application/xml @@ -4241,7 +4241,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:52 GMT + - Thu, 11 Sep 2025 14:59:10 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4249,14 +4249,14 @@ interactions: response: body: string: "\uFEFFBlobAlreadyExistsThe - specified blob already exists.\nRequestId:9713e5bb-c01e-009a-31fb-2219c8000000\nTime:2025-09-11T09:06:53.5408139Z" + specified blob already exists.\nRequestId:0555563e-b01e-00a1-612c-236f2e000000\nTime:2025-09-11T14:59:11.6523573Z" headers: content-length: - '218' content-type: - application/xml date: - - Thu, 11 Sep 2025 09:06:53 GMT + - Thu, 11 Sep 2025 14:59:11 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -4289,7 +4289,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:53 GMT + - Thu, 11 Sep 2025 14:59:11 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4303,11 +4303,11 @@ interactions: content-md5: - sYGKK8OX+WLKH+2bAe4tSQ== date: - - Thu, 11 Sep 2025 09:06:53 GMT + - Thu, 11 Sep 2025 14:59:12 GMT etag: - - '"0x8DDF1128DBB0FA7"' + - '"0x8DDF143C50EF6EE"' last-modified: - - Thu, 11 Sep 2025 09:06:54 GMT + - Thu, 11 Sep 2025 14:59:12 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: @@ -4320,7 +4320,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: Accept: - application/xml @@ -4341,7 +4341,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:54 GMT + - Thu, 11 Sep 2025 14:59:12 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4353,17 +4353,17 @@ interactions: content-length: - '0' content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== date: - - Thu, 11 Sep 2025 09:06:54 GMT + - Thu, 11 Sep 2025 14:59:12 GMT etag: - - '"0x8DDF1128E50F7AA"' + - '"0x8DDF143C5A5A193"' last-modified: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 34ssnT2CdrQ= + - JDIiTPI0nn8= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4372,7 +4372,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_1' headers: Accept: - application/xml @@ -4393,7 +4393,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4405,17 +4405,17 @@ interactions: content-length: - '0' content-md5: - - sgCvynOegFFNSA3aAyt4sw== + - V1yzhqOQDLppQJzuJ6fcrA== date: - - Thu, 11 Sep 2025 09:06:56 GMT + - Thu, 11 Sep 2025 14:59:14 GMT etag: - - '"0x8DDF1128EE88D32"' + - '"0x8DDF143C63DD296"' last-modified: - - Thu, 11 Sep 2025 09:06:56 GMT + - Thu, 11 Sep 2025 14:59:14 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - pgIZrfVyGMs= + - XbsXfDrE8AA= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4424,7 +4424,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_2' headers: Accept: - application/xml @@ -4445,7 +4445,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:56 GMT + - Thu, 11 Sep 2025 14:59:14 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4457,17 +4457,17 @@ interactions: content-length: - '0' content-md5: - - nIva7TAoVCa1kv0BYs7gUg== + - Wwja9V3P5d+1Lug0qUZqUA== date: - - Thu, 11 Sep 2025 09:06:56 GMT + - Thu, 11 Sep 2025 14:59:15 GMT etag: - - '"0x8DDF1128F7B1A6C"' + - '"0x8DDF143C6D6C6CE"' last-modified: - - Thu, 11 Sep 2025 09:06:57 GMT + - Thu, 11 Sep 2025 14:59:15 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - LZlH/a1jq0o= + - 1iBJLGLVQ4E= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4476,7 +4476,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_3' headers: Accept: - application/xml @@ -4497,7 +4497,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:57 GMT + - Thu, 11 Sep 2025 14:59:15 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4509,17 +4509,17 @@ interactions: content-length: - '0' content-md5: - - I4uSTT6wu6uROpf7bexopA== + - CFfTbJO020qd6Xmd0aXmKg== date: - - Thu, 11 Sep 2025 09:06:57 GMT + - Thu, 11 Sep 2025 14:59:15 GMT etag: - - '"0x8DDF112900E43C6"' + - '"0x8DDF143C76A3DA6"' last-modified: - - Thu, 11 Sep 2025 09:06:58 GMT + - Thu, 11 Sep 2025 14:59:16 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - VBByzWWTxTU= + - r6l8HKolLf4= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4528,7 +4528,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_4' headers: Accept: - application/xml @@ -4549,7 +4549,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:58 GMT + - Thu, 11 Sep 2025 14:59:16 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4561,17 +4561,17 @@ interactions: content-length: - '0' content-md5: - - kl6b7glELc7kzVJsZxcaTQ== + - szCFj8LRqVzXJLlsaBexTg== date: - - Thu, 11 Sep 2025 09:06:59 GMT + - Thu, 11 Sep 2025 14:59:16 GMT etag: - - '"0x8DDF11290A75FB1"' + - '"0x8DDF143C8002513"' last-modified: - - Thu, 11 Sep 2025 09:06:59 GMT + - Thu, 11 Sep 2025 14:59:17 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - UD1tBU5nFH0= + - q4Rj1IHR/LY= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4580,7 +4580,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_5' headers: Accept: - application/xml @@ -4601,7 +4601,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:06:59 GMT + - Thu, 11 Sep 2025 14:59:17 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4613,17 +4613,17 @@ interactions: content-length: - '0' content-md5: - - tYFnoIqEliqVDV4Kqgrm/g== + - E4zODYjm3q/oxaz5+AL3bA== date: - - Thu, 11 Sep 2025 09:07:00 GMT + - Thu, 11 Sep 2025 14:59:17 GMT etag: - - '"0x8DDF112913F4350"' + - '"0x8DDF143C89AC6B8"' last-modified: - - Thu, 11 Sep 2025 09:07:00 GMT + - Thu, 11 Sep 2025 14:59:18 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - KbRYNYaXegI= + - 0g1W5Ekhksk= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4632,7 +4632,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_6' headers: Accept: - application/xml @@ -4653,7 +4653,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:00 GMT + - Thu, 11 Sep 2025 14:59:18 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4665,17 +4665,17 @@ interactions: content-length: - '0' content-md5: - - qgAcEm0QaVI4tBp87g4/Tw== + - jbNIASh6WcOMoPLN0WYIXA== date: - - Thu, 11 Sep 2025 09:07:01 GMT + - Thu, 11 Sep 2025 14:59:19 GMT etag: - - '"0x8DDF11291D6B1C7"' + - '"0x8DDF143C92FC3EB"' last-modified: - - Thu, 11 Sep 2025 09:07:01 GMT + - Thu, 11 Sep 2025 14:59:19 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - oi8GZd6GyYM= + - WZYItBEwIUg= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4684,7 +4684,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_7' headers: Accept: - application/xml @@ -4705,7 +4705,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:01 GMT + - Thu, 11 Sep 2025 14:59:19 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4717,17 +4717,17 @@ interactions: content-length: - '0' content-md5: - - Z5ncFfHP7iDHimP9B2ma7A== + - kj8W/9Jd85k6vmOgZDzSTg== date: - - Thu, 11 Sep 2025 09:07:02 GMT + - Thu, 11 Sep 2025 14:59:19 GMT etag: - - '"0x8DDF1129270DEFA"' + - '"0x8DDF143C9C49A19"' last-modified: - - Thu, 11 Sep 2025 09:07:02 GMT + - Thu, 11 Sep 2025 14:59:20 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 26YzVRZ2p/w= + - IB89hNnATzc= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4736,7 +4736,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_8' headers: Accept: - application/xml @@ -4757,7 +4757,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:02 GMT + - Thu, 11 Sep 2025 14:59:20 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4769,17 +4769,17 @@ interactions: content-length: - '0' content-md5: - - SqFE18ci5wNGFNkcFw0RGw== + - EtmJVGvcIx7s9ThsxU1yEA== date: - - Thu, 11 Sep 2025 09:07:02 GMT + - Thu, 11 Sep 2025 14:59:21 GMT etag: - - '"0x8DDF112930540B2"' + - '"0x8DDF143CA58AD0D"' last-modified: - - Thu, 11 Sep 2025 09:07:03 GMT + - Thu, 11 Sep 2025 14:59:21 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - qnU49YluahI= + - Ucw2JEbYgtk= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4788,7 +4788,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_9' headers: Accept: - application/xml @@ -4809,7 +4809,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:03 GMT + - Thu, 11 Sep 2025 14:59:21 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4821,17 +4821,17 @@ interactions: content-length: - '0' content-md5: - - 4jjsdlYrE7G+HBY4dbsaow== + - 8yBJ6Z7OmV9Cu36X8tCt9A== date: - - Thu, 11 Sep 2025 09:07:04 GMT + - Thu, 11 Sep 2025 14:59:21 GMT etag: - - '"0x8DDF1129398B81F"' + - '"0x8DDF143CAEFF3D4"' last-modified: - - Thu, 11 Sep 2025 09:07:04 GMT + - Thu, 11 Sep 2025 14:59:22 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 0/wNxUGeBG0= + - KEUDFI4o7KY= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4840,7 +4840,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_0' headers: Accept: - application/xml @@ -4861,7 +4861,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:04 GMT + - Thu, 11 Sep 2025 14:59:22 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4873,17 +4873,17 @@ interactions: content-length: - '0' content-md5: - - ml2l6FHXdghiN6H9FlNv1g== + - IAn+OHSNvqMbiK3WLnXjvg== date: - - Thu, 11 Sep 2025 09:07:05 GMT + - Thu, 11 Sep 2025 14:59:22 GMT etag: - - '"0x8DDF112942DDD00"' + - '"0x8DDF143CB87AFBF"' last-modified: - - Thu, 11 Sep 2025 09:07:05 GMT + - Thu, 11 Sep 2025 14:59:23 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - UXPLDP8pEK4= + - T0y3tH10Y00= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4892,7 +4892,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_1' headers: Accept: - application/xml @@ -4913,7 +4913,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:05 GMT + - Thu, 11 Sep 2025 14:59:23 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4925,17 +4925,17 @@ interactions: content-length: - '0' content-md5: - - kQDVCPD+jIIGPl8HuO0rBA== + - 1PYS9fh+p6fWNUqQZtaQ1A== date: - - Thu, 11 Sep 2025 09:07:05 GMT + - Thu, 11 Sep 2025 14:59:23 GMT etag: - - '"0x8DDF11294C23EB0"' + - '"0x8DDF143CC21B53E"' last-modified: - - Thu, 11 Sep 2025 09:07:06 GMT + - Thu, 11 Sep 2025 14:59:24 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - KPr+PDfZftE= + - NsWChLWEDTI= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4944,7 +4944,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_2' headers: Accept: - application/xml @@ -4965,7 +4965,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:06 GMT + - Thu, 11 Sep 2025 14:59:24 GMT x-ms-version: - '2022-11-02' method: PUT @@ -4977,17 +4977,17 @@ interactions: content-length: - '0' content-md5: - - ntvtVTa+QVlguO/fV41+yw== + - YPjapH14UV8g2AYwnIKxow== date: - - Thu, 11 Sep 2025 09:07:06 GMT + - Thu, 11 Sep 2025 14:59:24 GMT etag: - - '"0x8DDF11295571582"' + - '"0x8DDF143CCB99832"' last-modified: - - Thu, 11 Sep 2025 09:07:07 GMT + - Thu, 11 Sep 2025 14:59:25 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - o2GgbG/IzVA= + - vV7c1O2VvrM= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -4996,7 +4996,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_3' headers: Accept: - application/xml @@ -5017,7 +5017,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:07 GMT + - Thu, 11 Sep 2025 14:59:25 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5029,17 +5029,17 @@ interactions: content-length: - '0' content-md5: - - B0qWjEVDxNElLgGg/tOZiw== + - ZrIoRajYKYkpJdjp+1XPsQ== date: - - Thu, 11 Sep 2025 09:07:07 GMT + - Thu, 11 Sep 2025 14:59:26 GMT etag: - - '"0x8DDF11295EB9E39"' + - '"0x8DDF143CD4E6E5B"' last-modified: - - Thu, 11 Sep 2025 09:07:08 GMT + - Thu, 11 Sep 2025 14:59:26 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 2uiVXKc4oy8= + - xNfp5CVl0Mw= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5048,7 +5048,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_4' headers: Accept: - application/xml @@ -5069,7 +5069,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:08 GMT + - Thu, 11 Sep 2025 14:59:26 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5081,17 +5081,17 @@ interactions: content-length: - '0' content-md5: - - 6bF1V2Uh6qyRzKzi/70Rpw== + - iPnMufKxAuPNI4bKLxNMDg== date: - - Thu, 11 Sep 2025 09:07:08 GMT + - Thu, 11 Sep 2025 14:59:26 GMT etag: - - '"0x8DDF11296807508"' + - '"0x8DDF143CDE62A58"' last-modified: - - Thu, 11 Sep 2025 09:07:09 GMT + - Thu, 11 Sep 2025 14:59:27 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 3sWKlIzMcmc= + - wPr2LA6RAYQ= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5100,7 +5100,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_5' headers: Accept: - application/xml @@ -5121,7 +5121,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:09 GMT + - Thu, 11 Sep 2025 14:59:27 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5133,17 +5133,17 @@ interactions: content-length: - '0' content-md5: - - uWF3WJgTu9Rn4oZEAd4jiw== + - 42ldi/xet0l9srmVoLINsg== date: - - Thu, 11 Sep 2025 09:07:09 GMT + - Thu, 11 Sep 2025 14:59:28 GMT etag: - - '"0x8DDF1129716AB33"' + - '"0x8DDF143CE79EF73"' last-modified: - - Thu, 11 Sep 2025 09:07:10 GMT + - Thu, 11 Sep 2025 14:59:28 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - p0y/pEQ8HBg= + - uXPDHMZhb/s= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5152,7 +5152,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_6' headers: Accept: - application/xml @@ -5173,7 +5173,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:10 GMT + - Thu, 11 Sep 2025 14:59:28 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5185,17 +5185,17 @@ interactions: content-length: - '0' content-md5: - - 6V1N9wvR9l6nHbffZsSopw== + - X6oxpnpwB+JHQd+WoLXRHA== date: - - Thu, 11 Sep 2025 09:07:10 GMT + - Thu, 11 Sep 2025 14:59:28 GMT etag: - - '"0x8DDF11297ABF721"' + - '"0x8DDF143CF0DDB14"' last-modified: - - Thu, 11 Sep 2025 09:07:11 GMT + - Thu, 11 Sep 2025 14:59:29 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - LNfh9Bwtr5k= + - MuidTJ5w3Ho= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5204,7 +5204,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_7' headers: Accept: - application/xml @@ -5225,7 +5225,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:11 GMT + - Thu, 11 Sep 2025 14:59:29 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5237,17 +5237,17 @@ interactions: content-length: - '0' content-md5: - - 6OzbM6ngIcG4Rx/WjZAYBg== + - wGiI+AuNTVl6yLe29pmn3Q== date: - - Thu, 11 Sep 2025 09:07:11 GMT + - Thu, 11 Sep 2025 14:59:30 GMT etag: - - '"0x8DDF11298419130"' + - '"0x8DDF143CFA4FAD4"' last-modified: - - Thu, 11 Sep 2025 09:07:12 GMT + - Thu, 11 Sep 2025 14:59:30 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - VV7UxNTdweY= + - S2GofFaAsgU= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5256,7 +5256,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_8' headers: Accept: - application/xml @@ -5277,7 +5277,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:12 GMT + - Thu, 11 Sep 2025 14:59:30 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5289,17 +5289,17 @@ interactions: content-length: - '0' content-md5: - - kMSYTJ/9yYLU/t4KjZ/LtQ== + - 8ZlZmIZUtt+dkTlL6P3kiQ== date: - - Thu, 11 Sep 2025 09:07:12 GMT + - Thu, 11 Sep 2025 14:59:31 GMT etag: - - '"0x8DDF11298D667F8"' + - '"0x8DDF143D047FFA3"' last-modified: - - Thu, 11 Sep 2025 09:07:13 GMT + - Thu, 11 Sep 2025 14:59:31 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - JI3fZEvFDAg= + - OrKj3MmYf+s= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5308,7 +5308,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_9' headers: Accept: - application/xml @@ -5329,7 +5329,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:13 GMT + - Thu, 11 Sep 2025 14:59:31 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5341,17 +5341,17 @@ interactions: content-length: - '0' content-md5: - - RITc6C2DpaUd+i9kFN7vmQ== + - vxh+P25G4/TZtejK+q979w== date: - - Thu, 11 Sep 2025 09:07:13 GMT + - Thu, 11 Sep 2025 14:59:31 GMT etag: - - '"0x8DDF1129968F52D"' + - '"0x8DDF143D0DC39A0"' last-modified: - - Thu, 11 Sep 2025 09:07:14 GMT + - Thu, 11 Sep 2025 14:59:32 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - XQTqVIM1Ync= + - QzuW7AFoEZQ= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5360,7 +5360,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_0' headers: Accept: - application/xml @@ -5381,7 +5381,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:14 GMT + - Thu, 11 Sep 2025 14:59:32 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5393,17 +5393,17 @@ interactions: content-length: - '0' content-md5: - - 5sCx8lyA2M7KWQB1HO77Iw== + - u3W1V2+JKUdnHr56YPRtzQ== date: - - Thu, 11 Sep 2025 09:07:14 GMT + - Thu, 11 Sep 2025 14:59:33 GMT etag: - - '"0x8DDF11299FB5B58"' + - '"0x8DDF143D16E9F2E"' last-modified: - - Thu, 11 Sep 2025 09:07:15 GMT + - Thu, 11 Sep 2025 14:59:33 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - neFdpCylhYg= + - BS0fdP/IOWU= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5412,7 +5412,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_1' headers: Accept: - application/xml @@ -5433,7 +5433,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:15 GMT + - Thu, 11 Sep 2025 14:59:33 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5445,17 +5445,17 @@ interactions: content-length: - '0' content-md5: - - HmBtDssLhXBO4OlOD5pk8A== + - OZ5zCNqEW/ky22NRcQ9ypQ== date: - - Thu, 11 Sep 2025 09:07:16 GMT + - Thu, 11 Sep 2025 14:59:33 GMT etag: - - '"0x8DDF1129A9699D2"' + - '"0x8DDF143D2034E4E"' last-modified: - - Thu, 11 Sep 2025 09:07:16 GMT + - Thu, 11 Sep 2025 14:59:34 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 5GholORV6/c= + - fKQqRDc4Vxo= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5464,7 +5464,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_2' headers: Accept: - application/xml @@ -5485,7 +5485,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:16 GMT + - Thu, 11 Sep 2025 14:59:34 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5497,17 +5497,17 @@ interactions: content-length: - '0' content-md5: - - BNMfQ+D8Qw9EusdvMqz7sQ== + - 4qXKD3N5QCKnLGv02aTKQA== date: - - Thu, 11 Sep 2025 09:07:16 GMT + - Thu, 11 Sep 2025 14:59:35 GMT etag: - - '"0x8DDF1129B2E2F5D"' + - '"0x8DDF143D29B0A37"' last-modified: - - Thu, 11 Sep 2025 09:07:17 GMT + - Thu, 11 Sep 2025 14:59:35 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - b/M2xLxEWHY= + - 9z90FG8p5Js= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5516,7 +5516,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_3' headers: Accept: - application/xml @@ -5537,7 +5537,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:17 GMT + - Thu, 11 Sep 2025 14:59:35 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5549,17 +5549,17 @@ interactions: content-length: - '0' content-md5: - - daJTvInerpLcFGX0h4lMtQ== + - 0y9QsZRU2/0r7RSSM1P/7A== date: - - Thu, 11 Sep 2025 09:07:17 GMT + - Thu, 11 Sep 2025 14:59:35 GMT etag: - - '"0x8DDF1129BC269FF"' + - '"0x8DDF143D3307C8B"' last-modified: - - Thu, 11 Sep 2025 09:07:18 GMT + - Thu, 11 Sep 2025 14:59:36 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - FnoD9HS0Ngk= + - jrZBJKfZiuQ= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5568,7 +5568,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_4' headers: Accept: - application/xml @@ -5589,7 +5589,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:18 GMT + - Thu, 11 Sep 2025 14:59:36 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5601,17 +5601,17 @@ interactions: content-length: - '0' content-md5: - - ZNwo/uHTzfWxZnEjmKCg2g== + - RPxj/ul2PdoY3OurE3nFFA== date: - - Thu, 11 Sep 2025 09:07:19 GMT + - Thu, 11 Sep 2025 14:59:36 GMT etag: - - '"0x8DDF1129C578EE4"' + - '"0x8DDF143D3C8FBA1"' last-modified: - - Thu, 11 Sep 2025 09:07:19 GMT + - Thu, 11 Sep 2025 14:59:37 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - ElccPF9A50E= + - ipte7IwtW6w= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5620,7 +5620,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_5' headers: Accept: - application/xml @@ -5641,7 +5641,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:19 GMT + - Thu, 11 Sep 2025 14:59:37 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5653,17 +5653,17 @@ interactions: content-length: - '0' content-md5: - - /aCGrN6qbN/FSRfKV6Ak7A== + - tXcLPvnFKS6lXS35ut0MRg== date: - - Thu, 11 Sep 2025 09:07:19 GMT + - Thu, 11 Sep 2025 14:59:37 GMT etag: - - '"0x8DDF1129CF1E322"' + - '"0x8DDF143D45EE315"' last-modified: - - Thu, 11 Sep 2025 09:07:20 GMT + - Thu, 11 Sep 2025 14:59:38 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - a94pDJewiT4= + - 8xJr3ETdNdM= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5672,7 +5672,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_6' headers: Accept: - application/xml @@ -5693,7 +5693,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:20 GMT + - Thu, 11 Sep 2025 14:59:38 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5705,17 +5705,17 @@ interactions: content-length: - '0' content-md5: - - Mpv1rw6zdGUv9FSCo9xzLw== + - CUv7TcvPKhEq8uL4Ph76JQ== date: - - Thu, 11 Sep 2025 09:07:20 GMT + - Thu, 11 Sep 2025 14:59:38 GMT etag: - - '"0x8DDF1129D8692E7"' + - '"0x8DDF143D4FC6A75"' last-modified: - - Thu, 11 Sep 2025 09:07:21 GMT + - Thu, 11 Sep 2025 14:59:39 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 4EV3XM+hOr8= + - eIk1jBzMhlI= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5724,7 +5724,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_7' headers: Accept: - application/xml @@ -5745,7 +5745,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:21 GMT + - Thu, 11 Sep 2025 14:59:39 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5757,17 +5757,17 @@ interactions: content-length: - '0' content-md5: - - 5ZV/1DOYmTFkDADVGcFEiA== + - 4QjV8xzTOIJ5A1qFQOxkCg== date: - - Thu, 11 Sep 2025 09:07:21 GMT + - Thu, 11 Sep 2025 14:59:39 GMT etag: - - '"0x8DDF1129E1C05DE"' + - '"0x8DDF143D59203D4"' last-modified: - - Thu, 11 Sep 2025 09:07:22 GMT + - Thu, 11 Sep 2025 14:59:40 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - mcxCbAdRVMA= + - AQAAvNQ86C0= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5776,7 +5776,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_8' headers: Accept: - application/xml @@ -5797,7 +5797,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:22 GMT + - Thu, 11 Sep 2025 14:59:40 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5809,17 +5809,17 @@ interactions: content-length: - '0' content-md5: - - rvmyfFzqdJMagEsoN4aXYg== + - //7h55mPS5/Gx0PDNJb42Q== date: - - Thu, 11 Sep 2025 09:07:22 GMT + - Thu, 11 Sep 2025 14:59:40 GMT etag: - - '"0x8DDF1129EADF6F1"' + - '"0x8DDF143D6263DD8"' last-modified: - - Thu, 11 Sep 2025 09:07:23 GMT + - Thu, 11 Sep 2025 14:59:41 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 6B9JzJhJmS4= + - cNMLHEskJcM= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5828,7 +5828,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_9' headers: Accept: - application/xml @@ -5849,7 +5849,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:23 GMT + - Thu, 11 Sep 2025 14:59:41 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5861,17 +5861,17 @@ interactions: content-length: - '0' content-md5: - - FhWC2bBfwVsghdqypK/g2g== + - jvJUyRFsrfKPmjKJcHNo4Q== date: - - Thu, 11 Sep 2025 09:07:23 GMT + - Thu, 11 Sep 2025 14:59:41 GMT etag: - - '"0x8DDF1129F440612"' + - '"0x8DDF143D6BBB036"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:42 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - kZZ8/FC591E= + - CVo+LIPUS7w= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5880,7 +5880,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_0' headers: Accept: - application/xml @@ -5901,7 +5901,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:42 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5913,17 +5913,17 @@ interactions: content-length: - '0' content-md5: - - H51Ck5c9NW1eUxLCf/TiSg== + - J9XcuuzNPQp6sNKacJGNqA== date: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:42 GMT etag: - - '"0x8DDF1129FD8B5D6"' + - '"0x8DDF143D74FEA26"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:43 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - lpBAjvSkq/4= + - /P+vSQ/ulQQ= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5932,7 +5932,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_1' headers: Accept: - application/xml @@ -5953,7 +5953,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:25 GMT + - Thu, 11 Sep 2025 14:59:43 GMT x-ms-version: - '2022-11-02' method: PUT @@ -5965,17 +5965,17 @@ interactions: content-length: - '0' content-md5: - - Ac40Li8h+yq7sa1GEymqgQ== + - I8EOd5bgnwKvc6+zRz7crA== date: - - Thu, 11 Sep 2025 09:07:25 GMT + - Thu, 11 Sep 2025 14:59:43 GMT etag: - - '"0x8DDF112A0730A19"' + - '"0x8DDF143D7E47240"' last-modified: - - Thu, 11 Sep 2025 09:07:26 GMT + - Thu, 11 Sep 2025 14:59:44 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 7xl1vjxUxYE= + - hXaaecce+3s= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -5984,7 +5984,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_2' headers: Accept: - application/xml @@ -6005,7 +6005,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:26 GMT + - Thu, 11 Sep 2025 14:59:44 GMT x-ms-version: - '2022-11-02' method: PUT @@ -6017,17 +6017,17 @@ interactions: content-length: - '0' content-md5: - - /TMEd0KkjVVbMoPRKl59dA== + - PTANs48PqUFqNZZfKpQUag== date: - - Thu, 11 Sep 2025 09:07:26 GMT + - Thu, 11 Sep 2025 14:59:44 GMT etag: - - '"0x8DDF112A10B14BA"' + - '"0x8DDF143D87A59AE"' last-modified: - - Thu, 11 Sep 2025 09:07:27 GMT + - Thu, 11 Sep 2025 14:59:45 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - ZIIr7mRFdgA= + - Du3EKZ8PSPo= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -6036,7 +6036,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_3' headers: Accept: - application/xml @@ -6057,7 +6057,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:27 GMT + - Thu, 11 Sep 2025 14:59:45 GMT x-ms-version: - '2022-11-02' method: PUT @@ -6069,17 +6069,17 @@ interactions: content-length: - '0' content-md5: - - 3FHBUNOjrPSR8yNmQ426cw== + - 4RLCwEg9hvg2Zy57Je6Dqw== date: - - Thu, 11 Sep 2025 09:07:27 GMT + - Thu, 11 Sep 2025 14:59:45 GMT etag: - - '"0x8DDF112A1A875C4"' + - '"0x8DDF143D90D345B"' last-modified: - - Thu, 11 Sep 2025 09:07:28 GMT + - Thu, 11 Sep 2025 14:59:46 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - HQse3qy1GH8= + - d2TxGVf/JoU= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -6088,7 +6088,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_4' headers: Accept: - application/xml @@ -6109,7 +6109,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:28 GMT + - Thu, 11 Sep 2025 14:59:46 GMT x-ms-version: - '2022-11-02' method: PUT @@ -6121,17 +6121,17 @@ interactions: content-length: - '0' content-md5: - - m9nC2CDnUn2TKdSaYm1Ucg== + - dLc/GQ9/pzkPIv4y6H8ciQ== date: - - Thu, 11 Sep 2025 09:07:28 GMT + - Thu, 11 Sep 2025 14:59:47 GMT etag: - - '"0x8DDF112A23FE441"' + - '"0x8DDF143D9A3B7F1"' last-modified: - - Thu, 11 Sep 2025 09:07:29 GMT + - Thu, 11 Sep 2025 14:59:47 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - GSYBFodByTc= + - c0nu0XwL980= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -6140,7 +6140,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_5' headers: Accept: - application/xml @@ -6161,7 +6161,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:29 GMT + - Thu, 11 Sep 2025 14:59:47 GMT x-ms-version: - '2022-11-02' method: PUT @@ -6173,17 +6173,17 @@ interactions: content-length: - '0' content-md5: - - el+5kkqWo29Kx2JvieEfmA== + - ydplKgdSh/DvZYm6hGiojg== date: - - Thu, 11 Sep 2025 09:07:29 GMT + - Thu, 11 Sep 2025 14:59:47 GMT etag: - - '"0x8DDF112A2D46D00"' + - '"0x8DDF143DA3AD7A0"' last-modified: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - YK80Jk+xp0g= + - CsDb4bT7mbI= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -6192,7 +6192,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_6' headers: Accept: - application/xml @@ -6213,7 +6213,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:48 GMT x-ms-version: - '2022-11-02' method: PUT @@ -6225,17 +6225,17 @@ interactions: content-length: - '0' content-md5: - - QaMngcQF2w9HxPI2e/4h4A== + - I3Gi3hmE7JoJsC3TSKYZ7A== date: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:48 GMT etag: - - '"0x8DDF112A369B8F0"' + - '"0x8DDF143DAD6D888"' last-modified: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:49 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 6zRqdhegFMk= + - gVuFsezqKjM= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -6244,7 +6244,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_7' headers: Accept: - application/xml @@ -6265,7 +6265,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:31 GMT + - Thu, 11 Sep 2025 14:59:49 GMT x-ms-version: - '2022-11-02' method: PUT @@ -6277,17 +6277,17 @@ interactions: content-length: - '0' content-md5: - - n4oD0KICCe8PR3fZ5Hbokw== + - Tva3K/k9jhShGXx/w+SruA== date: - - Thu, 11 Sep 2025 09:07:31 GMT + - Thu, 11 Sep 2025 14:59:49 GMT etag: - - '"0x8DDF112A3FBD10E"' + - '"0x8DDF143DB7793AC"' last-modified: - - Thu, 11 Sep 2025 09:07:31 GMT + - Thu, 11 Sep 2025 14:59:50 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - kr1fRt9QerY= + - +NKwgSQaREw= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -6296,7 +6296,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_8' headers: Accept: - application/xml @@ -6317,7 +6317,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:32 GMT + - Thu, 11 Sep 2025 14:59:50 GMT x-ms-version: - '2022-11-02' method: PUT @@ -6329,17 +6329,17 @@ interactions: content-length: - '0' content-md5: - - ryWc/g0jYF+/KT4yN4mJsA== + - uPWumwwNYfE61PG5UXzCmw== date: - - Thu, 11 Sep 2025 09:07:32 GMT + - Thu, 11 Sep 2025 14:59:50 GMT etag: - - '"0x8DDF112A4922E3B"' + - '"0x8DDF143DC114B05"' last-modified: - - Thu, 11 Sep 2025 09:07:32 GMT + - Thu, 11 Sep 2025 14:59:51 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - 425U5kBIt1g= + - iQG7IbsCiaI= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -6348,7 +6348,7 @@ interactions: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_9' headers: Accept: - application/xml @@ -6369,7 +6369,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:07:33 GMT + - Thu, 11 Sep 2025 14:59:51 GMT x-ms-version: - '2022-11-02' method: PUT @@ -6381,17 +6381,17 @@ interactions: content-length: - '0' content-md5: - - tjg+/hs6KHTP2KPQoqLaYA== + - 6goxRIF5FoAOlkPH2N+fTw== date: - - Thu, 11 Sep 2025 09:07:33 GMT + - Thu, 11 Sep 2025 14:59:51 GMT etag: - - '"0x8DDF112A53A3C0E"' + - '"0x8DDF143DCA954F2"' last-modified: - - Thu, 11 Sep 2025 09:07:34 GMT + - Thu, 11 Sep 2025 14:59:52 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - - mudh1oi42Sc= + - 8IiOEXPy590= x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -6415,7 +6415,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:34 GMT + - Thu, 11 Sep 2025 14:59:52 GMT x-ms-version: - '2022-11-02' method: GET @@ -6424,207 +6424,207 @@ interactions: body: string: "\uFEFFapple/file_0Thu, - 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 - GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==Thu, 11 Sep 2025 14:59:13 + GMT0x8DDF143C5A5A193133application/octet-streamCoHDSnQaEti+lzPsVk+UCA==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 - Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 - GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==Thu, 11 Sep 2025 14:59:14 + GMT0x8DDF143C63DD296133application/octet-streamV1yzhqOQDLppQJzuJ6fcrA==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 - Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 - GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==Thu, 11 Sep 2025 14:59:15 + GMT0x8DDF143C6D6C6CE133application/octet-streamWwja9V3P5d+1Lug0qUZqUA==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 - Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 - GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==Thu, 11 Sep 2025 14:59:16 + GMT0x8DDF143C76A3DA6133application/octet-streamCFfTbJO020qd6Xmd0aXmKg==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 - Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 - GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==Thu, 11 Sep 2025 14:59:17 + GMT0x8DDF143C8002513133application/octet-streamszCFj8LRqVzXJLlsaBexTg==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 - Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 - GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==Thu, 11 Sep 2025 14:59:18 + GMT0x8DDF143C89AC6B8133application/octet-streamE4zODYjm3q/oxaz5+AL3bA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 - Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 - GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==Thu, 11 Sep 2025 14:59:19 + GMT0x8DDF143C92FC3EB133application/octet-streamjbNIASh6WcOMoPLN0WYIXA==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 - Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 - GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==Thu, 11 Sep 2025 14:59:20 + GMT0x8DDF143C9C49A19133application/octet-streamkj8W/9Jd85k6vmOgZDzSTg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 - Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 - GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==Thu, 11 Sep 2025 14:59:21 + GMT0x8DDF143CA58AD0D133application/octet-streamEtmJVGvcIx7s9ThsxU1yEA==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 - Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 - GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==Thu, 11 Sep 2025 14:59:22 + GMT0x8DDF143CAEFF3D4133application/octet-stream8yBJ6Z7OmV9Cu36X8tCt9A==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, - 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 - GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==Thu, 11 Sep 2025 14:59:33 + GMT0x8DDF143D16E9F2E142application/octet-streamu3W1V2+JKUdnHr56YPRtzQ==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, - 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 - GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==Thu, 11 Sep 2025 14:59:34 + GMT0x8DDF143D2034E4E142application/octet-streamOZ5zCNqEW/ky22NRcQ9ypQ==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, - 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 - GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==Thu, 11 Sep 2025 14:59:35 + GMT0x8DDF143D29B0A37142application/octet-stream4qXKD3N5QCKnLGv02aTKQA==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, - 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 - GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==Thu, 11 Sep 2025 14:59:36 + GMT0x8DDF143D3307C8B142application/octet-stream0y9QsZRU2/0r7RSSM1P/7A==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, - 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 - GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==Thu, 11 Sep 2025 14:59:37 + GMT0x8DDF143D3C8FBA1142application/octet-streamRPxj/ul2PdoY3OurE3nFFA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, - 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 - GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==Thu, 11 Sep 2025 14:59:38 + GMT0x8DDF143D45EE315142application/octet-streamtXcLPvnFKS6lXS35ut0MRg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, - 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 - GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==Thu, 11 Sep 2025 14:59:39 + GMT0x8DDF143D4FC6A75142application/octet-streamCUv7TcvPKhEq8uL4Ph76JQ==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, - 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 - GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==Thu, 11 Sep 2025 14:59:40 + GMT0x8DDF143D59203D4142application/octet-stream4QjV8xzTOIJ5A1qFQOxkCg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, - 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 - GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==Thu, 11 Sep 2025 14:59:41 + GMT0x8DDF143D6263DD8142application/octet-stream//7h55mPS5/Gx0PDNJb42Q==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, - 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==Thu, 11 Sep 2025 14:59:42 + GMT0x8DDF143D6BBB036142application/octet-streamjvJUyRFsrfKPmjKJcHNo4Q==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 - Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 - GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==Thu, 11 Sep 2025 14:59:23 + GMT0x8DDF143CB87AFBF134application/octet-streamIAn+OHSNvqMbiK3WLnXjvg==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 - Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 - GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==Thu, 11 Sep 2025 14:59:24 + GMT0x8DDF143CC21B53E134application/octet-stream1PYS9fh+p6fWNUqQZtaQ1A==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 - Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 - GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==Thu, 11 Sep 2025 14:59:25 + GMT0x8DDF143CCB99832134application/octet-streamYPjapH14UV8g2AYwnIKxow==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 - Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 - GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==Thu, 11 Sep 2025 14:59:26 + GMT0x8DDF143CD4E6E5B134application/octet-streamZrIoRajYKYkpJdjp+1XPsQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 - Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 - GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==Thu, 11 Sep 2025 14:59:27 + GMT0x8DDF143CDE62A58134application/octet-streamiPnMufKxAuPNI4bKLxNMDg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 - Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 - GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==Thu, 11 Sep 2025 14:59:28 + GMT0x8DDF143CE79EF73134application/octet-stream42ldi/xet0l9srmVoLINsg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 - Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 - GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==Thu, 11 Sep 2025 14:59:29 + GMT0x8DDF143CF0DDB14134application/octet-streamX6oxpnpwB+JHQd+WoLXRHA==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 - Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 - GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==Thu, 11 Sep 2025 14:59:30 + GMT0x8DDF143CFA4FAD4134application/octet-streamwGiI+AuNTVl6yLe29pmn3Q==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 - Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 - GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==Thu, 11 Sep 2025 14:59:31 + GMT0x8DDF143D047FFA3134application/octet-stream8ZlZmIZUtt+dkTlL6P3kiQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 - Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 - GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==Thu, 11 Sep 2025 14:59:32 + GMT0x8DDF143D0DC39A0134application/octet-streamvxh+P25G4/TZtejK+q979w==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, - 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==Thu, 11 Sep 2025 14:59:43 + GMT0x8DDF143D74FEA26139application/octet-streamJ9XcuuzNPQp6sNKacJGNqA==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, - 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 - GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==Thu, 11 Sep 2025 14:59:44 + GMT0x8DDF143D7E47240139application/octet-streamI8EOd5bgnwKvc6+zRz7crA==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, - 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 - GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==Thu, 11 Sep 2025 14:59:45 + GMT0x8DDF143D87A59AE139application/octet-streamPTANs48PqUFqNZZfKpQUag==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, - 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 - GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==Thu, 11 Sep 2025 14:59:46 + GMT0x8DDF143D90D345B139application/octet-stream4RLCwEg9hvg2Zy57Je6Dqw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, - 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 - GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==Thu, 11 Sep 2025 14:59:47 + GMT0x8DDF143D9A3B7F1139application/octet-streamdLc/GQ9/pzkPIv4y6H8ciQ==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, - 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==Thu, 11 Sep 2025 14:59:48 + GMT0x8DDF143DA3AD7A0139application/octet-streamydplKgdSh/DvZYm6hGiojg==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, - 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==Thu, 11 Sep 2025 14:59:49 + GMT0x8DDF143DAD6D888139application/octet-streamI3Gi3hmE7JoJsC3TSKYZ7A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, - 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 - GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==Thu, 11 Sep 2025 14:59:50 + GMT0x8DDF143DB7793AC139application/octet-streamTva3K/k9jhShGXx/w+SruA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, - 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 - GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==Thu, 11 Sep 2025 14:59:51 + GMT0x8DDF143DC114B05139application/octet-streamuPWumwwNYfE61PG5UXzCmw==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, - 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 - GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==Thu, 11 Sep 2025 14:59:52 + GMT0x8DDF143DCA954F2139application/octet-stream6goxRIF5FoAOlkPH2N+fTw==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 - 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamThu, 11 Sep 2025 14:59:12 GMT0x8DDF143C50EF6EE87application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" @@ -6632,7 +6632,7 @@ interactions: content-type: - application/xml date: - - Thu, 11 Sep 2025 09:07:34 GMT + - Thu, 11 Sep 2025 14:59:53 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -6658,7 +6658,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:35 GMT + - Thu, 11 Sep 2025 14:59:54 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -6667,7 +6667,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: accept-ranges: - bytes @@ -6678,19 +6678,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:36 GMT + - Thu, 11 Sep 2025 14:59:53 GMT etag: - - '"0x8DDF1128E50F7AA"' + - '"0x8DDF143C5A5A193"' last-modified: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -6718,7 +6718,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:36 GMT + - Thu, 11 Sep 2025 14:59:54 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -6727,7 +6727,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_1' headers: accept-ranges: - bytes @@ -6738,19 +6738,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:36 GMT + - Thu, 11 Sep 2025 14:59:55 GMT etag: - - '"0x8DDF1128EE88D32"' + - '"0x8DDF143C63DD296"' last-modified: - - Thu, 11 Sep 2025 09:06:56 GMT + - Thu, 11 Sep 2025 14:59:14 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - sgCvynOegFFNSA3aAyt4sw== + - V1yzhqOQDLppQJzuJ6fcrA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:34 GMT + - Thu, 11 Sep 2025 14:57:52 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -6778,7 +6778,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:37 GMT + - Thu, 11 Sep 2025 14:59:55 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -6787,7 +6787,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_2' headers: accept-ranges: - bytes @@ -6798,19 +6798,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:38 GMT + - Thu, 11 Sep 2025 14:59:56 GMT etag: - - '"0x8DDF1128F7B1A6C"' + - '"0x8DDF143C6D6C6CE"' last-modified: - - Thu, 11 Sep 2025 09:06:57 GMT + - Thu, 11 Sep 2025 14:59:15 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - nIva7TAoVCa1kv0BYs7gUg== + - Wwja9V3P5d+1Lug0qUZqUA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:35 GMT + - Thu, 11 Sep 2025 14:57:53 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -6838,7 +6838,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:39 GMT + - Thu, 11 Sep 2025 14:59:56 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -6847,7 +6847,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_3' headers: accept-ranges: - bytes @@ -6858,19 +6858,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:39 GMT + - Thu, 11 Sep 2025 14:59:57 GMT etag: - - '"0x8DDF112900E43C6"' + - '"0x8DDF143C76A3DA6"' last-modified: - - Thu, 11 Sep 2025 09:06:58 GMT + - Thu, 11 Sep 2025 14:59:16 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - I4uSTT6wu6uROpf7bexopA== + - CFfTbJO020qd6Xmd0aXmKg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:36 GMT + - Thu, 11 Sep 2025 14:57:54 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -6898,7 +6898,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:40 GMT + - Thu, 11 Sep 2025 14:59:57 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -6907,7 +6907,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_4' headers: accept-ranges: - bytes @@ -6918,19 +6918,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:41 GMT + - Thu, 11 Sep 2025 14:59:58 GMT etag: - - '"0x8DDF11290A75FB1"' + - '"0x8DDF143C8002513"' last-modified: - - Thu, 11 Sep 2025 09:06:59 GMT + - Thu, 11 Sep 2025 14:59:17 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kl6b7glELc7kzVJsZxcaTQ== + - szCFj8LRqVzXJLlsaBexTg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:37 GMT + - Thu, 11 Sep 2025 14:57:55 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -6958,7 +6958,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:41 GMT + - Thu, 11 Sep 2025 14:59:58 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -6967,7 +6967,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_5' headers: accept-ranges: - bytes @@ -6978,19 +6978,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:41 GMT + - Thu, 11 Sep 2025 14:59:59 GMT etag: - - '"0x8DDF112913F4350"' + - '"0x8DDF143C89AC6B8"' last-modified: - - Thu, 11 Sep 2025 09:07:00 GMT + - Thu, 11 Sep 2025 14:59:18 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - tYFnoIqEliqVDV4Kqgrm/g== + - E4zODYjm3q/oxaz5+AL3bA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:38 GMT + - Thu, 11 Sep 2025 14:57:56 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7018,7 +7018,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:42 GMT + - Thu, 11 Sep 2025 14:59:59 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7027,7 +7027,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_6' headers: accept-ranges: - bytes @@ -7038,19 +7038,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:42 GMT + - Thu, 11 Sep 2025 15:00:00 GMT etag: - - '"0x8DDF11291D6B1C7"' + - '"0x8DDF143C92FC3EB"' last-modified: - - Thu, 11 Sep 2025 09:07:01 GMT + - Thu, 11 Sep 2025 14:59:19 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - qgAcEm0QaVI4tBp87g4/Tw== + - jbNIASh6WcOMoPLN0WYIXA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:39 GMT + - Thu, 11 Sep 2025 14:57:57 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7078,7 +7078,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:43 GMT + - Thu, 11 Sep 2025 15:00:00 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7087,7 +7087,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_7' headers: accept-ranges: - bytes @@ -7098,19 +7098,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:43 GMT + - Thu, 11 Sep 2025 15:00:01 GMT etag: - - '"0x8DDF1129270DEFA"' + - '"0x8DDF143C9C49A19"' last-modified: - - Thu, 11 Sep 2025 09:07:02 GMT + - Thu, 11 Sep 2025 14:59:20 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Z5ncFfHP7iDHimP9B2ma7A== + - kj8W/9Jd85k6vmOgZDzSTg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:40 GMT + - Thu, 11 Sep 2025 14:57:58 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7138,7 +7138,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:44 GMT + - Thu, 11 Sep 2025 15:00:01 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7147,7 +7147,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_8' headers: accept-ranges: - bytes @@ -7158,19 +7158,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:44 GMT + - Thu, 11 Sep 2025 15:00:02 GMT etag: - - '"0x8DDF112930540B2"' + - '"0x8DDF143CA58AD0D"' last-modified: - - Thu, 11 Sep 2025 09:07:03 GMT + - Thu, 11 Sep 2025 14:59:21 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - SqFE18ci5wNGFNkcFw0RGw== + - EtmJVGvcIx7s9ThsxU1yEA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:41 GMT + - Thu, 11 Sep 2025 14:57:59 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7198,7 +7198,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:45 GMT + - Thu, 11 Sep 2025 15:00:02 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7207,7 +7207,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_9' headers: accept-ranges: - bytes @@ -7218,19 +7218,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:45 GMT + - Thu, 11 Sep 2025 15:00:03 GMT etag: - - '"0x8DDF1129398B81F"' + - '"0x8DDF143CAEFF3D4"' last-modified: - - Thu, 11 Sep 2025 09:07:04 GMT + - Thu, 11 Sep 2025 14:59:22 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 4jjsdlYrE7G+HBY4dbsaow== + - 8yBJ6Z7OmV9Cu36X8tCt9A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:42 GMT + - Thu, 11 Sep 2025 14:58:00 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7258,7 +7258,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:46 GMT + - Thu, 11 Sep 2025 15:00:03 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7267,7 +7267,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_0' headers: accept-ranges: - bytes @@ -7278,19 +7278,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:46 GMT + - Thu, 11 Sep 2025 15:00:03 GMT etag: - - '"0x8DDF11299FB5B58"' + - '"0x8DDF143D16E9F2E"' last-modified: - - Thu, 11 Sep 2025 09:07:15 GMT + - Thu, 11 Sep 2025 14:59:33 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 5sCx8lyA2M7KWQB1HO77Iw== + - u3W1V2+JKUdnHr56YPRtzQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:53 GMT + - Thu, 11 Sep 2025 14:58:11 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7318,7 +7318,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:47 GMT + - Thu, 11 Sep 2025 15:00:04 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7327,7 +7327,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_1' headers: accept-ranges: - bytes @@ -7338,19 +7338,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:47 GMT + - Thu, 11 Sep 2025 15:00:04 GMT etag: - - '"0x8DDF1129A9699D2"' + - '"0x8DDF143D2034E4E"' last-modified: - - Thu, 11 Sep 2025 09:07:16 GMT + - Thu, 11 Sep 2025 14:59:34 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - HmBtDssLhXBO4OlOD5pk8A== + - OZ5zCNqEW/ky22NRcQ9ypQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:54 GMT + - Thu, 11 Sep 2025 14:58:12 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7378,7 +7378,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:48 GMT + - Thu, 11 Sep 2025 15:00:05 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7387,7 +7387,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_2' headers: accept-ranges: - bytes @@ -7398,19 +7398,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:47 GMT + - Thu, 11 Sep 2025 15:00:06 GMT etag: - - '"0x8DDF1129B2E2F5D"' + - '"0x8DDF143D29B0A37"' last-modified: - - Thu, 11 Sep 2025 09:07:17 GMT + - Thu, 11 Sep 2025 14:59:35 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - BNMfQ+D8Qw9EusdvMqz7sQ== + - 4qXKD3N5QCKnLGv02aTKQA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:55 GMT + - Thu, 11 Sep 2025 14:58:13 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7438,7 +7438,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:49 GMT + - Thu, 11 Sep 2025 15:00:06 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7447,7 +7447,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_3' headers: accept-ranges: - bytes @@ -7458,19 +7458,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:48 GMT + - Thu, 11 Sep 2025 15:00:07 GMT etag: - - '"0x8DDF1129BC269FF"' + - '"0x8DDF143D3307C8B"' last-modified: - - Thu, 11 Sep 2025 09:07:18 GMT + - Thu, 11 Sep 2025 14:59:36 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - daJTvInerpLcFGX0h4lMtQ== + - 0y9QsZRU2/0r7RSSM1P/7A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:56 GMT + - Thu, 11 Sep 2025 14:58:14 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7498,7 +7498,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:50 GMT + - Thu, 11 Sep 2025 15:00:07 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7507,7 +7507,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_4' headers: accept-ranges: - bytes @@ -7518,19 +7518,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:50 GMT + - Thu, 11 Sep 2025 15:00:07 GMT etag: - - '"0x8DDF1129C578EE4"' + - '"0x8DDF143D3C8FBA1"' last-modified: - - Thu, 11 Sep 2025 09:07:19 GMT + - Thu, 11 Sep 2025 14:59:37 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ZNwo/uHTzfWxZnEjmKCg2g== + - RPxj/ul2PdoY3OurE3nFFA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:57 GMT + - Thu, 11 Sep 2025 14:58:15 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7558,7 +7558,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:50 GMT + - Thu, 11 Sep 2025 15:00:08 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7567,7 +7567,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_5' headers: accept-ranges: - bytes @@ -7578,19 +7578,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:51 GMT + - Thu, 11 Sep 2025 15:00:09 GMT etag: - - '"0x8DDF1129CF1E322"' + - '"0x8DDF143D45EE315"' last-modified: - - Thu, 11 Sep 2025 09:07:20 GMT + - Thu, 11 Sep 2025 14:59:38 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - /aCGrN6qbN/FSRfKV6Ak7A== + - tXcLPvnFKS6lXS35ut0MRg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:58 GMT + - Thu, 11 Sep 2025 14:58:16 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7618,7 +7618,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:51 GMT + - Thu, 11 Sep 2025 15:00:09 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7627,7 +7627,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_6' headers: accept-ranges: - bytes @@ -7638,19 +7638,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:52 GMT + - Thu, 11 Sep 2025 15:00:09 GMT etag: - - '"0x8DDF1129D8692E7"' + - '"0x8DDF143D4FC6A75"' last-modified: - - Thu, 11 Sep 2025 09:07:21 GMT + - Thu, 11 Sep 2025 14:59:39 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Mpv1rw6zdGUv9FSCo9xzLw== + - CUv7TcvPKhEq8uL4Ph76JQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:59 GMT + - Thu, 11 Sep 2025 14:58:17 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7678,7 +7678,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:52 GMT + - Thu, 11 Sep 2025 15:00:10 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7687,7 +7687,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_7' headers: accept-ranges: - bytes @@ -7698,19 +7698,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:53 GMT + - Thu, 11 Sep 2025 15:00:11 GMT etag: - - '"0x8DDF1129E1C05DE"' + - '"0x8DDF143D59203D4"' last-modified: - - Thu, 11 Sep 2025 09:07:22 GMT + - Thu, 11 Sep 2025 14:59:40 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 5ZV/1DOYmTFkDADVGcFEiA== + - 4QjV8xzTOIJ5A1qFQOxkCg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:00 GMT + - Thu, 11 Sep 2025 14:58:18 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7738,7 +7738,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:53 GMT + - Thu, 11 Sep 2025 15:00:11 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7747,7 +7747,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_8' headers: accept-ranges: - bytes @@ -7758,19 +7758,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:53 GMT + - Thu, 11 Sep 2025 15:00:12 GMT etag: - - '"0x8DDF1129EADF6F1"' + - '"0x8DDF143D6263DD8"' last-modified: - - Thu, 11 Sep 2025 09:07:23 GMT + - Thu, 11 Sep 2025 14:59:41 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - rvmyfFzqdJMagEsoN4aXYg== + - //7h55mPS5/Gx0PDNJb42Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:01 GMT + - Thu, 11 Sep 2025 14:58:19 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7798,7 +7798,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:54 GMT + - Thu, 11 Sep 2025 15:00:12 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7807,7 +7807,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_9' headers: accept-ranges: - bytes @@ -7818,19 +7818,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:54 GMT + - Thu, 11 Sep 2025 15:00:13 GMT etag: - - '"0x8DDF1129F440612"' + - '"0x8DDF143D6BBB036"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:42 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - FhWC2bBfwVsghdqypK/g2g== + - jvJUyRFsrfKPmjKJcHNo4Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:02 GMT + - Thu, 11 Sep 2025 14:58:20 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7858,7 +7858,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:55 GMT + - Thu, 11 Sep 2025 15:00:13 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7867,7 +7867,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_0' headers: accept-ranges: - bytes @@ -7878,19 +7878,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:56 GMT + - Thu, 11 Sep 2025 15:00:14 GMT etag: - - '"0x8DDF112942DDD00"' + - '"0x8DDF143CB87AFBF"' last-modified: - - Thu, 11 Sep 2025 09:07:05 GMT + - Thu, 11 Sep 2025 14:59:23 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ml2l6FHXdghiN6H9FlNv1g== + - IAn+OHSNvqMbiK3WLnXjvg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:43 GMT + - Thu, 11 Sep 2025 14:58:01 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7918,7 +7918,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:56 GMT + - Thu, 11 Sep 2025 15:00:14 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7927,7 +7927,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_1' headers: accept-ranges: - bytes @@ -7938,19 +7938,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:57 GMT + - Thu, 11 Sep 2025 15:00:14 GMT etag: - - '"0x8DDF11294C23EB0"' + - '"0x8DDF143CC21B53E"' last-modified: - - Thu, 11 Sep 2025 09:07:06 GMT + - Thu, 11 Sep 2025 14:59:24 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kQDVCPD+jIIGPl8HuO0rBA== + - 1PYS9fh+p6fWNUqQZtaQ1A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:44 GMT + - Thu, 11 Sep 2025 14:58:02 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -7978,7 +7978,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:57 GMT + - Thu, 11 Sep 2025 15:00:15 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -7987,7 +7987,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_2' headers: accept-ranges: - bytes @@ -7998,19 +7998,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:57 GMT + - Thu, 11 Sep 2025 15:00:16 GMT etag: - - '"0x8DDF11295571582"' + - '"0x8DDF143CCB99832"' last-modified: - - Thu, 11 Sep 2025 09:07:07 GMT + - Thu, 11 Sep 2025 14:59:25 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ntvtVTa+QVlguO/fV41+yw== + - YPjapH14UV8g2AYwnIKxow== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:45 GMT + - Thu, 11 Sep 2025 14:58:03 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8038,7 +8038,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:58 GMT + - Thu, 11 Sep 2025 15:00:16 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8047,7 +8047,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_3' headers: accept-ranges: - bytes @@ -8058,19 +8058,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:07:58 GMT + - Thu, 11 Sep 2025 15:00:16 GMT etag: - - '"0x8DDF11295EB9E39"' + - '"0x8DDF143CD4E6E5B"' last-modified: - - Thu, 11 Sep 2025 09:07:08 GMT + - Thu, 11 Sep 2025 14:59:26 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - B0qWjEVDxNElLgGg/tOZiw== + - ZrIoRajYKYkpJdjp+1XPsQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:46 GMT + - Thu, 11 Sep 2025 14:58:04 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8098,7 +8098,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:07:59 GMT + - Thu, 11 Sep 2025 15:00:17 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8107,7 +8107,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_4' headers: accept-ranges: - bytes @@ -8118,19 +8118,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:00 GMT + - Thu, 11 Sep 2025 15:00:18 GMT etag: - - '"0x8DDF11296807508"' + - '"0x8DDF143CDE62A58"' last-modified: - - Thu, 11 Sep 2025 09:07:09 GMT + - Thu, 11 Sep 2025 14:59:27 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6bF1V2Uh6qyRzKzi/70Rpw== + - iPnMufKxAuPNI4bKLxNMDg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:47 GMT + - Thu, 11 Sep 2025 14:58:05 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8158,7 +8158,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:00 GMT + - Thu, 11 Sep 2025 15:00:18 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8167,7 +8167,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_5' headers: accept-ranges: - bytes @@ -8178,19 +8178,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:01 GMT + - Thu, 11 Sep 2025 15:00:19 GMT etag: - - '"0x8DDF1129716AB33"' + - '"0x8DDF143CE79EF73"' last-modified: - - Thu, 11 Sep 2025 09:07:10 GMT + - Thu, 11 Sep 2025 14:59:28 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - uWF3WJgTu9Rn4oZEAd4jiw== + - 42ldi/xet0l9srmVoLINsg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:48 GMT + - Thu, 11 Sep 2025 14:58:06 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8218,7 +8218,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:01 GMT + - Thu, 11 Sep 2025 15:00:19 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8227,7 +8227,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_6' headers: accept-ranges: - bytes @@ -8238,19 +8238,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:01 GMT + - Thu, 11 Sep 2025 15:00:19 GMT etag: - - '"0x8DDF11297ABF721"' + - '"0x8DDF143CF0DDB14"' last-modified: - - Thu, 11 Sep 2025 09:07:11 GMT + - Thu, 11 Sep 2025 14:59:29 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6V1N9wvR9l6nHbffZsSopw== + - X6oxpnpwB+JHQd+WoLXRHA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:49 GMT + - Thu, 11 Sep 2025 14:58:07 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8278,7 +8278,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:02 GMT + - Thu, 11 Sep 2025 15:00:20 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8287,7 +8287,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_7' headers: accept-ranges: - bytes @@ -8298,19 +8298,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:03 GMT + - Thu, 11 Sep 2025 15:00:21 GMT etag: - - '"0x8DDF11298419130"' + - '"0x8DDF143CFA4FAD4"' last-modified: - - Thu, 11 Sep 2025 09:07:12 GMT + - Thu, 11 Sep 2025 14:59:30 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6OzbM6ngIcG4Rx/WjZAYBg== + - wGiI+AuNTVl6yLe29pmn3Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:50 GMT + - Thu, 11 Sep 2025 14:58:08 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8338,7 +8338,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:03 GMT + - Thu, 11 Sep 2025 15:00:21 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8347,7 +8347,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_8' headers: accept-ranges: - bytes @@ -8358,19 +8358,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:03 GMT + - Thu, 11 Sep 2025 15:00:21 GMT etag: - - '"0x8DDF11298D667F8"' + - '"0x8DDF143D047FFA3"' last-modified: - - Thu, 11 Sep 2025 09:07:13 GMT + - Thu, 11 Sep 2025 14:59:31 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kMSYTJ/9yYLU/t4KjZ/LtQ== + - 8ZlZmIZUtt+dkTlL6P3kiQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:51 GMT + - Thu, 11 Sep 2025 14:58:09 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8398,7 +8398,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:04 GMT + - Thu, 11 Sep 2025 15:00:22 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8407,7 +8407,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_9' headers: accept-ranges: - bytes @@ -8418,19 +8418,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:04 GMT + - Thu, 11 Sep 2025 15:00:22 GMT etag: - - '"0x8DDF1129968F52D"' + - '"0x8DDF143D0DC39A0"' last-modified: - - Thu, 11 Sep 2025 09:07:14 GMT + - Thu, 11 Sep 2025 14:59:32 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - RITc6C2DpaUd+i9kFN7vmQ== + - vxh+P25G4/TZtejK+q979w== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:52 GMT + - Thu, 11 Sep 2025 14:58:10 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8458,7 +8458,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:05 GMT + - Thu, 11 Sep 2025 15:00:23 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8467,7 +8467,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_0' headers: accept-ranges: - bytes @@ -8478,19 +8478,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:06 GMT + - Thu, 11 Sep 2025 15:00:24 GMT etag: - - '"0x8DDF1129FD8B5D6"' + - '"0x8DDF143D74FEA26"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:43 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - H51Ck5c9NW1eUxLCf/TiSg== + - J9XcuuzNPQp6sNKacJGNqA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:03 GMT + - Thu, 11 Sep 2025 14:58:21 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8518,7 +8518,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:06 GMT + - Thu, 11 Sep 2025 15:00:24 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8527,7 +8527,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_1' headers: accept-ranges: - bytes @@ -8538,19 +8538,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:06 GMT + - Thu, 11 Sep 2025 15:00:24 GMT etag: - - '"0x8DDF112A0730A19"' + - '"0x8DDF143D7E47240"' last-modified: - - Thu, 11 Sep 2025 09:07:26 GMT + - Thu, 11 Sep 2025 14:59:44 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Ac40Li8h+yq7sa1GEymqgQ== + - I8EOd5bgnwKvc6+zRz7crA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:04 GMT + - Thu, 11 Sep 2025 14:58:22 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8578,7 +8578,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:07 GMT + - Thu, 11 Sep 2025 15:00:25 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8587,7 +8587,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_2' headers: accept-ranges: - bytes @@ -8598,19 +8598,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:07 GMT + - Thu, 11 Sep 2025 15:00:26 GMT etag: - - '"0x8DDF112A10B14BA"' + - '"0x8DDF143D87A59AE"' last-modified: - - Thu, 11 Sep 2025 09:07:27 GMT + - Thu, 11 Sep 2025 14:59:45 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - /TMEd0KkjVVbMoPRKl59dA== + - PTANs48PqUFqNZZfKpQUag== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:05 GMT + - Thu, 11 Sep 2025 14:58:23 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8638,7 +8638,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:08 GMT + - Thu, 11 Sep 2025 15:00:26 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8647,7 +8647,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_3' headers: accept-ranges: - bytes @@ -8658,19 +8658,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:08 GMT + - Thu, 11 Sep 2025 15:00:27 GMT etag: - - '"0x8DDF112A1A875C4"' + - '"0x8DDF143D90D345B"' last-modified: - - Thu, 11 Sep 2025 09:07:28 GMT + - Thu, 11 Sep 2025 14:59:46 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 3FHBUNOjrPSR8yNmQ426cw== + - 4RLCwEg9hvg2Zy57Je6Dqw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:06 GMT + - Thu, 11 Sep 2025 14:58:24 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8698,7 +8698,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:09 GMT + - Thu, 11 Sep 2025 15:00:27 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8707,7 +8707,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_4' headers: accept-ranges: - bytes @@ -8718,19 +8718,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:09 GMT + - Thu, 11 Sep 2025 15:00:28 GMT etag: - - '"0x8DDF112A23FE441"' + - '"0x8DDF143D9A3B7F1"' last-modified: - - Thu, 11 Sep 2025 09:07:29 GMT + - Thu, 11 Sep 2025 14:59:47 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - m9nC2CDnUn2TKdSaYm1Ucg== + - dLc/GQ9/pzkPIv4y6H8ciQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:07 GMT + - Thu, 11 Sep 2025 14:58:25 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8758,7 +8758,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:10 GMT + - Thu, 11 Sep 2025 15:00:28 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8767,7 +8767,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_5' headers: accept-ranges: - bytes @@ -8778,19 +8778,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:10 GMT + - Thu, 11 Sep 2025 15:00:29 GMT etag: - - '"0x8DDF112A2D46D00"' + - '"0x8DDF143DA3AD7A0"' last-modified: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - el+5kkqWo29Kx2JvieEfmA== + - ydplKgdSh/DvZYm6hGiojg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:08 GMT + - Thu, 11 Sep 2025 14:58:26 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8818,7 +8818,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:11 GMT + - Thu, 11 Sep 2025 15:00:29 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8827,7 +8827,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_6' headers: accept-ranges: - bytes @@ -8838,19 +8838,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:12 GMT + - Thu, 11 Sep 2025 15:00:30 GMT etag: - - '"0x8DDF112A369B8F0"' + - '"0x8DDF143DAD6D888"' last-modified: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:49 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - QaMngcQF2w9HxPI2e/4h4A== + - I3Gi3hmE7JoJsC3TSKYZ7A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:09 GMT + - Thu, 11 Sep 2025 14:58:27 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8878,7 +8878,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:12 GMT + - Thu, 11 Sep 2025 15:00:30 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8887,7 +8887,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_7' headers: accept-ranges: - bytes @@ -8898,19 +8898,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:12 GMT + - Thu, 11 Sep 2025 15:00:31 GMT etag: - - '"0x8DDF112A3FBD10E"' + - '"0x8DDF143DB7793AC"' last-modified: - - Thu, 11 Sep 2025 09:07:31 GMT + - Thu, 11 Sep 2025 14:59:50 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - n4oD0KICCe8PR3fZ5Hbokw== + - Tva3K/k9jhShGXx/w+SruA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:10 GMT + - Thu, 11 Sep 2025 14:58:28 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8938,7 +8938,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:13 GMT + - Thu, 11 Sep 2025 15:00:32 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -8947,7 +8947,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_8' headers: accept-ranges: - bytes @@ -8958,19 +8958,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:14 GMT + - Thu, 11 Sep 2025 15:00:32 GMT etag: - - '"0x8DDF112A4922E3B"' + - '"0x8DDF143DC114B05"' last-modified: - - Thu, 11 Sep 2025 09:07:32 GMT + - Thu, 11 Sep 2025 14:59:51 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ryWc/g0jYF+/KT4yN4mJsA== + - uPWumwwNYfE61PG5UXzCmw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:11 GMT + - Thu, 11 Sep 2025 14:58:29 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -8998,7 +8998,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:14 GMT + - Thu, 11 Sep 2025 15:00:33 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9007,7 +9007,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_9' headers: accept-ranges: - bytes @@ -9018,19 +9018,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:15 GMT + - Thu, 11 Sep 2025 15:00:33 GMT etag: - - '"0x8DDF112A53A3C0E"' + - '"0x8DDF143DCA954F2"' last-modified: - - Thu, 11 Sep 2025 09:07:34 GMT + - Thu, 11 Sep 2025 14:59:52 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - tjg+/hs6KHTP2KPQoqLaYA== + - 6goxRIF5FoAOlkPH2N+fTw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:12 GMT + - Thu, 11 Sep 2025 14:58:30 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -9058,7 +9058,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:15 GMT + - Thu, 11 Sep 2025 15:00:34 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9079,11 +9079,11 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:16 GMT + - Thu, 11 Sep 2025 15:00:34 GMT etag: - - '"0x8DDF1128DBB0FA7"' + - '"0x8DDF143C50EF6EE"' last-modified: - - Thu, 11 Sep 2025 09:06:54 GMT + - Thu, 11 Sep 2025 14:59:12 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: @@ -9091,7 +9091,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:32 GMT + - Thu, 11 Sep 2025 14:57:50 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -9119,7 +9119,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:16 GMT + - Thu, 11 Sep 2025 15:00:35 GMT x-ms-version: - '2022-11-02' method: GET @@ -9128,207 +9128,207 @@ interactions: body: string: "\uFEFFapple/file_0Thu, - 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 - GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==Thu, 11 Sep 2025 14:59:13 + GMT0x8DDF143C5A5A193133application/octet-streamCoHDSnQaEti+lzPsVk+UCA==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 - Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 - GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==Thu, 11 Sep 2025 14:59:14 + GMT0x8DDF143C63DD296133application/octet-streamV1yzhqOQDLppQJzuJ6fcrA==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 - Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 - GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==Thu, 11 Sep 2025 14:59:15 + GMT0x8DDF143C6D6C6CE133application/octet-streamWwja9V3P5d+1Lug0qUZqUA==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 - Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 - GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==Thu, 11 Sep 2025 14:59:16 + GMT0x8DDF143C76A3DA6133application/octet-streamCFfTbJO020qd6Xmd0aXmKg==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 - Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 - GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==Thu, 11 Sep 2025 14:59:17 + GMT0x8DDF143C8002513133application/octet-streamszCFj8LRqVzXJLlsaBexTg==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 - Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 - GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==Thu, 11 Sep 2025 14:59:18 + GMT0x8DDF143C89AC6B8133application/octet-streamE4zODYjm3q/oxaz5+AL3bA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 - Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 - GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==Thu, 11 Sep 2025 14:59:19 + GMT0x8DDF143C92FC3EB133application/octet-streamjbNIASh6WcOMoPLN0WYIXA==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 - Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 - GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==Thu, 11 Sep 2025 14:59:20 + GMT0x8DDF143C9C49A19133application/octet-streamkj8W/9Jd85k6vmOgZDzSTg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 - Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 - GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==Thu, 11 Sep 2025 14:59:21 + GMT0x8DDF143CA58AD0D133application/octet-streamEtmJVGvcIx7s9ThsxU1yEA==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 - Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 - GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==Thu, 11 Sep 2025 14:59:22 + GMT0x8DDF143CAEFF3D4133application/octet-stream8yBJ6Z7OmV9Cu36X8tCt9A==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, - 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 - GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==Thu, 11 Sep 2025 14:59:33 + GMT0x8DDF143D16E9F2E142application/octet-streamu3W1V2+JKUdnHr56YPRtzQ==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, - 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 - GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==Thu, 11 Sep 2025 14:59:34 + GMT0x8DDF143D2034E4E142application/octet-streamOZ5zCNqEW/ky22NRcQ9ypQ==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, - 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 - GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==Thu, 11 Sep 2025 14:59:35 + GMT0x8DDF143D29B0A37142application/octet-stream4qXKD3N5QCKnLGv02aTKQA==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, - 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 - GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==Thu, 11 Sep 2025 14:59:36 + GMT0x8DDF143D3307C8B142application/octet-stream0y9QsZRU2/0r7RSSM1P/7A==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, - 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 - GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==Thu, 11 Sep 2025 14:59:37 + GMT0x8DDF143D3C8FBA1142application/octet-streamRPxj/ul2PdoY3OurE3nFFA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, - 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 - GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==Thu, 11 Sep 2025 14:59:38 + GMT0x8DDF143D45EE315142application/octet-streamtXcLPvnFKS6lXS35ut0MRg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, - 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 - GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==Thu, 11 Sep 2025 14:59:39 + GMT0x8DDF143D4FC6A75142application/octet-streamCUv7TcvPKhEq8uL4Ph76JQ==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, - 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 - GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==Thu, 11 Sep 2025 14:59:40 + GMT0x8DDF143D59203D4142application/octet-stream4QjV8xzTOIJ5A1qFQOxkCg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, - 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 - GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==Thu, 11 Sep 2025 14:59:41 + GMT0x8DDF143D6263DD8142application/octet-stream//7h55mPS5/Gx0PDNJb42Q==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, - 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==Thu, 11 Sep 2025 14:59:42 + GMT0x8DDF143D6BBB036142application/octet-streamjvJUyRFsrfKPmjKJcHNo4Q==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 - Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 - GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==Thu, 11 Sep 2025 14:59:23 + GMT0x8DDF143CB87AFBF134application/octet-streamIAn+OHSNvqMbiK3WLnXjvg==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 - Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 - GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==Thu, 11 Sep 2025 14:59:24 + GMT0x8DDF143CC21B53E134application/octet-stream1PYS9fh+p6fWNUqQZtaQ1A==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 - Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 - GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==Thu, 11 Sep 2025 14:59:25 + GMT0x8DDF143CCB99832134application/octet-streamYPjapH14UV8g2AYwnIKxow==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 - Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 - GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==Thu, 11 Sep 2025 14:59:26 + GMT0x8DDF143CD4E6E5B134application/octet-streamZrIoRajYKYkpJdjp+1XPsQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 - Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 - GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==Thu, 11 Sep 2025 14:59:27 + GMT0x8DDF143CDE62A58134application/octet-streamiPnMufKxAuPNI4bKLxNMDg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 - Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 - GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==Thu, 11 Sep 2025 14:59:28 + GMT0x8DDF143CE79EF73134application/octet-stream42ldi/xet0l9srmVoLINsg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 - Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 - GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==Thu, 11 Sep 2025 14:59:29 + GMT0x8DDF143CF0DDB14134application/octet-streamX6oxpnpwB+JHQd+WoLXRHA==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 - Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 - GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==Thu, 11 Sep 2025 14:59:30 + GMT0x8DDF143CFA4FAD4134application/octet-streamwGiI+AuNTVl6yLe29pmn3Q==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 - Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 - GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==Thu, 11 Sep 2025 14:59:31 + GMT0x8DDF143D047FFA3134application/octet-stream8ZlZmIZUtt+dkTlL6P3kiQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 - Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 - GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==Thu, 11 Sep 2025 14:59:32 + GMT0x8DDF143D0DC39A0134application/octet-streamvxh+P25G4/TZtejK+q979w==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, - 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==Thu, 11 Sep 2025 14:59:43 + GMT0x8DDF143D74FEA26139application/octet-streamJ9XcuuzNPQp6sNKacJGNqA==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, - 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 - GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==Thu, 11 Sep 2025 14:59:44 + GMT0x8DDF143D7E47240139application/octet-streamI8EOd5bgnwKvc6+zRz7crA==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, - 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 - GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==Thu, 11 Sep 2025 14:59:45 + GMT0x8DDF143D87A59AE139application/octet-streamPTANs48PqUFqNZZfKpQUag==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, - 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 - GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==Thu, 11 Sep 2025 14:59:46 + GMT0x8DDF143D90D345B139application/octet-stream4RLCwEg9hvg2Zy57Je6Dqw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, - 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 - GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==Thu, 11 Sep 2025 14:59:47 + GMT0x8DDF143D9A3B7F1139application/octet-streamdLc/GQ9/pzkPIv4y6H8ciQ==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, - 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==Thu, 11 Sep 2025 14:59:48 + GMT0x8DDF143DA3AD7A0139application/octet-streamydplKgdSh/DvZYm6hGiojg==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, - 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==Thu, 11 Sep 2025 14:59:49 + GMT0x8DDF143DAD6D888139application/octet-streamI3Gi3hmE7JoJsC3TSKYZ7A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, - 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 - GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==Thu, 11 Sep 2025 14:59:50 + GMT0x8DDF143DB7793AC139application/octet-streamTva3K/k9jhShGXx/w+SruA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, - 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 - GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==Thu, 11 Sep 2025 14:59:51 + GMT0x8DDF143DC114B05139application/octet-streamuPWumwwNYfE61PG5UXzCmw==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, - 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 - GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==Thu, 11 Sep 2025 14:59:52 + GMT0x8DDF143DCA954F2139application/octet-stream6goxRIF5FoAOlkPH2N+fTw==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 - 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamThu, 11 Sep 2025 14:59:12 GMT0x8DDF143C50EF6EE87application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" @@ -9336,7 +9336,7 @@ interactions: content-type: - application/xml date: - - Thu, 11 Sep 2025 09:08:16 GMT + - Thu, 11 Sep 2025 15:00:35 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -9362,7 +9362,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:18 GMT + - Thu, 11 Sep 2025 15:00:36 GMT x-ms-version: - '2022-11-02' method: GET @@ -9371,207 +9371,207 @@ interactions: body: string: "\uFEFFapple/file_0Thu, - 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 - GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==Thu, 11 Sep 2025 14:59:13 + GMT0x8DDF143C5A5A193133application/octet-streamCoHDSnQaEti+lzPsVk+UCA==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 - Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 - GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==Thu, 11 Sep 2025 14:59:14 + GMT0x8DDF143C63DD296133application/octet-streamV1yzhqOQDLppQJzuJ6fcrA==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 - Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 - GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==Thu, 11 Sep 2025 14:59:15 + GMT0x8DDF143C6D6C6CE133application/octet-streamWwja9V3P5d+1Lug0qUZqUA==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 - Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 - GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==Thu, 11 Sep 2025 14:59:16 + GMT0x8DDF143C76A3DA6133application/octet-streamCFfTbJO020qd6Xmd0aXmKg==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 - Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 - GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==Thu, 11 Sep 2025 14:59:17 + GMT0x8DDF143C8002513133application/octet-streamszCFj8LRqVzXJLlsaBexTg==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 - Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 - GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==Thu, 11 Sep 2025 14:59:18 + GMT0x8DDF143C89AC6B8133application/octet-streamE4zODYjm3q/oxaz5+AL3bA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 - Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 - GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==Thu, 11 Sep 2025 14:59:19 + GMT0x8DDF143C92FC3EB133application/octet-streamjbNIASh6WcOMoPLN0WYIXA==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 - Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 - GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==Thu, 11 Sep 2025 14:59:20 + GMT0x8DDF143C9C49A19133application/octet-streamkj8W/9Jd85k6vmOgZDzSTg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 - Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 - GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==Thu, 11 Sep 2025 14:59:21 + GMT0x8DDF143CA58AD0D133application/octet-streamEtmJVGvcIx7s9ThsxU1yEA==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 - Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 - GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==Thu, 11 Sep 2025 14:59:22 + GMT0x8DDF143CAEFF3D4133application/octet-stream8yBJ6Z7OmV9Cu36X8tCt9A==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, - 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 - GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==Thu, 11 Sep 2025 14:59:33 + GMT0x8DDF143D16E9F2E142application/octet-streamu3W1V2+JKUdnHr56YPRtzQ==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, - 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 - GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==Thu, 11 Sep 2025 14:59:34 + GMT0x8DDF143D2034E4E142application/octet-streamOZ5zCNqEW/ky22NRcQ9ypQ==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, - 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 - GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==Thu, 11 Sep 2025 14:59:35 + GMT0x8DDF143D29B0A37142application/octet-stream4qXKD3N5QCKnLGv02aTKQA==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, - 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 - GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==Thu, 11 Sep 2025 14:59:36 + GMT0x8DDF143D3307C8B142application/octet-stream0y9QsZRU2/0r7RSSM1P/7A==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, - 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 - GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==Thu, 11 Sep 2025 14:59:37 + GMT0x8DDF143D3C8FBA1142application/octet-streamRPxj/ul2PdoY3OurE3nFFA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, - 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 - GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==Thu, 11 Sep 2025 14:59:38 + GMT0x8DDF143D45EE315142application/octet-streamtXcLPvnFKS6lXS35ut0MRg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, - 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 - GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==Thu, 11 Sep 2025 14:59:39 + GMT0x8DDF143D4FC6A75142application/octet-streamCUv7TcvPKhEq8uL4Ph76JQ==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, - 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 - GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==Thu, 11 Sep 2025 14:59:40 + GMT0x8DDF143D59203D4142application/octet-stream4QjV8xzTOIJ5A1qFQOxkCg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, - 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 - GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==Thu, 11 Sep 2025 14:59:41 + GMT0x8DDF143D6263DD8142application/octet-stream//7h55mPS5/Gx0PDNJb42Q==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, - 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==Thu, 11 Sep 2025 14:59:42 + GMT0x8DDF143D6BBB036142application/octet-streamjvJUyRFsrfKPmjKJcHNo4Q==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 - Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 - GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==Thu, 11 Sep 2025 14:59:23 + GMT0x8DDF143CB87AFBF134application/octet-streamIAn+OHSNvqMbiK3WLnXjvg==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 - Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 - GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==Thu, 11 Sep 2025 14:59:24 + GMT0x8DDF143CC21B53E134application/octet-stream1PYS9fh+p6fWNUqQZtaQ1A==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 - Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 - GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==Thu, 11 Sep 2025 14:59:25 + GMT0x8DDF143CCB99832134application/octet-streamYPjapH14UV8g2AYwnIKxow==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 - Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 - GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==Thu, 11 Sep 2025 14:59:26 + GMT0x8DDF143CD4E6E5B134application/octet-streamZrIoRajYKYkpJdjp+1XPsQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 - Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 - GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==Thu, 11 Sep 2025 14:59:27 + GMT0x8DDF143CDE62A58134application/octet-streamiPnMufKxAuPNI4bKLxNMDg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 - Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 - GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==Thu, 11 Sep 2025 14:59:28 + GMT0x8DDF143CE79EF73134application/octet-stream42ldi/xet0l9srmVoLINsg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 - Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 - GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==Thu, 11 Sep 2025 14:59:29 + GMT0x8DDF143CF0DDB14134application/octet-streamX6oxpnpwB+JHQd+WoLXRHA==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 - Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 - GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==Thu, 11 Sep 2025 14:59:30 + GMT0x8DDF143CFA4FAD4134application/octet-streamwGiI+AuNTVl6yLe29pmn3Q==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 - Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 - GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==Thu, 11 Sep 2025 14:59:31 + GMT0x8DDF143D047FFA3134application/octet-stream8ZlZmIZUtt+dkTlL6P3kiQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 - Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 - GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==Thu, 11 Sep 2025 14:59:32 + GMT0x8DDF143D0DC39A0134application/octet-streamvxh+P25G4/TZtejK+q979w==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, - 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==Thu, 11 Sep 2025 14:59:43 + GMT0x8DDF143D74FEA26139application/octet-streamJ9XcuuzNPQp6sNKacJGNqA==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, - 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 - GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==Thu, 11 Sep 2025 14:59:44 + GMT0x8DDF143D7E47240139application/octet-streamI8EOd5bgnwKvc6+zRz7crA==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, - 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 - GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==Thu, 11 Sep 2025 14:59:45 + GMT0x8DDF143D87A59AE139application/octet-streamPTANs48PqUFqNZZfKpQUag==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, - 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 - GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==Thu, 11 Sep 2025 14:59:46 + GMT0x8DDF143D90D345B139application/octet-stream4RLCwEg9hvg2Zy57Je6Dqw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, - 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 - GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==Thu, 11 Sep 2025 14:59:47 + GMT0x8DDF143D9A3B7F1139application/octet-streamdLc/GQ9/pzkPIv4y6H8ciQ==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, - 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==Thu, 11 Sep 2025 14:59:48 + GMT0x8DDF143DA3AD7A0139application/octet-streamydplKgdSh/DvZYm6hGiojg==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, - 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==Thu, 11 Sep 2025 14:59:49 + GMT0x8DDF143DAD6D888139application/octet-streamI3Gi3hmE7JoJsC3TSKYZ7A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, - 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 - GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==Thu, 11 Sep 2025 14:59:50 + GMT0x8DDF143DB7793AC139application/octet-streamTva3K/k9jhShGXx/w+SruA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, - 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 - GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==Thu, 11 Sep 2025 14:59:51 + GMT0x8DDF143DC114B05139application/octet-streamuPWumwwNYfE61PG5UXzCmw==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, - 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 - GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==Thu, 11 Sep 2025 14:59:52 + GMT0x8DDF143DCA954F2139application/octet-stream6goxRIF5FoAOlkPH2N+fTw==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 - 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamThu, 11 Sep 2025 14:59:12 GMT0x8DDF143C50EF6EE87application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" @@ -9579,7 +9579,7 @@ interactions: content-type: - application/xml date: - - Thu, 11 Sep 2025 09:08:18 GMT + - Thu, 11 Sep 2025 15:00:37 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -9605,7 +9605,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:19 GMT + - Thu, 11 Sep 2025 15:00:38 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9614,7 +9614,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: accept-ranges: - bytes @@ -9625,19 +9625,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:20 GMT + - Thu, 11 Sep 2025 15:00:38 GMT etag: - - '"0x8DDF1128E50F7AA"' + - '"0x8DDF143C5A5A193"' last-modified: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -9665,7 +9665,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:20 GMT + - Thu, 11 Sep 2025 15:00:39 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9674,7 +9674,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_1' headers: accept-ranges: - bytes @@ -9685,19 +9685,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:21 GMT + - Thu, 11 Sep 2025 15:00:39 GMT etag: - - '"0x8DDF1128EE88D32"' + - '"0x8DDF143C63DD296"' last-modified: - - Thu, 11 Sep 2025 09:06:56 GMT + - Thu, 11 Sep 2025 14:59:14 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - sgCvynOegFFNSA3aAyt4sw== + - V1yzhqOQDLppQJzuJ6fcrA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:34 GMT + - Thu, 11 Sep 2025 14:57:52 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -9725,7 +9725,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:21 GMT + - Thu, 11 Sep 2025 15:00:40 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9734,7 +9734,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_2' headers: accept-ranges: - bytes @@ -9745,19 +9745,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:21 GMT + - Thu, 11 Sep 2025 15:00:40 GMT etag: - - '"0x8DDF1128F7B1A6C"' + - '"0x8DDF143C6D6C6CE"' last-modified: - - Thu, 11 Sep 2025 09:06:57 GMT + - Thu, 11 Sep 2025 14:59:15 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - nIva7TAoVCa1kv0BYs7gUg== + - Wwja9V3P5d+1Lug0qUZqUA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:35 GMT + - Thu, 11 Sep 2025 14:57:53 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -9785,7 +9785,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:22 GMT + - Thu, 11 Sep 2025 15:00:41 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9794,7 +9794,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_3' headers: accept-ranges: - bytes @@ -9805,19 +9805,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:23 GMT + - Thu, 11 Sep 2025 15:00:41 GMT etag: - - '"0x8DDF112900E43C6"' + - '"0x8DDF143C76A3DA6"' last-modified: - - Thu, 11 Sep 2025 09:06:58 GMT + - Thu, 11 Sep 2025 14:59:16 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - I4uSTT6wu6uROpf7bexopA== + - CFfTbJO020qd6Xmd0aXmKg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:36 GMT + - Thu, 11 Sep 2025 14:57:54 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -9845,7 +9845,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:23 GMT + - Thu, 11 Sep 2025 15:00:42 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9854,7 +9854,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_4' headers: accept-ranges: - bytes @@ -9865,19 +9865,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:23 GMT + - Thu, 11 Sep 2025 15:00:42 GMT etag: - - '"0x8DDF11290A75FB1"' + - '"0x8DDF143C8002513"' last-modified: - - Thu, 11 Sep 2025 09:06:59 GMT + - Thu, 11 Sep 2025 14:59:17 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kl6b7glELc7kzVJsZxcaTQ== + - szCFj8LRqVzXJLlsaBexTg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:37 GMT + - Thu, 11 Sep 2025 14:57:55 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -9905,7 +9905,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:24 GMT + - Thu, 11 Sep 2025 15:00:43 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9914,7 +9914,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_5' headers: accept-ranges: - bytes @@ -9925,19 +9925,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:25 GMT + - Thu, 11 Sep 2025 15:00:43 GMT etag: - - '"0x8DDF112913F4350"' + - '"0x8DDF143C89AC6B8"' last-modified: - - Thu, 11 Sep 2025 09:07:00 GMT + - Thu, 11 Sep 2025 14:59:18 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - tYFnoIqEliqVDV4Kqgrm/g== + - E4zODYjm3q/oxaz5+AL3bA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:38 GMT + - Thu, 11 Sep 2025 14:57:56 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -9965,7 +9965,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:25 GMT + - Thu, 11 Sep 2025 15:00:44 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -9974,7 +9974,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_6' headers: accept-ranges: - bytes @@ -9985,19 +9985,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:26 GMT + - Thu, 11 Sep 2025 15:00:44 GMT etag: - - '"0x8DDF11291D6B1C7"' + - '"0x8DDF143C92FC3EB"' last-modified: - - Thu, 11 Sep 2025 09:07:01 GMT + - Thu, 11 Sep 2025 14:59:19 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - qgAcEm0QaVI4tBp87g4/Tw== + - jbNIASh6WcOMoPLN0WYIXA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:39 GMT + - Thu, 11 Sep 2025 14:57:57 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10025,7 +10025,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:26 GMT + - Thu, 11 Sep 2025 15:00:45 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10034,7 +10034,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_7' headers: accept-ranges: - bytes @@ -10045,19 +10045,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:26 GMT + - Thu, 11 Sep 2025 15:00:45 GMT etag: - - '"0x8DDF1129270DEFA"' + - '"0x8DDF143C9C49A19"' last-modified: - - Thu, 11 Sep 2025 09:07:02 GMT + - Thu, 11 Sep 2025 14:59:20 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Z5ncFfHP7iDHimP9B2ma7A== + - kj8W/9Jd85k6vmOgZDzSTg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:40 GMT + - Thu, 11 Sep 2025 14:57:58 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10085,7 +10085,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:27 GMT + - Thu, 11 Sep 2025 15:00:46 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10094,7 +10094,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_8' headers: accept-ranges: - bytes @@ -10105,19 +10105,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:28 GMT + - Thu, 11 Sep 2025 15:00:46 GMT etag: - - '"0x8DDF112930540B2"' + - '"0x8DDF143CA58AD0D"' last-modified: - - Thu, 11 Sep 2025 09:07:03 GMT + - Thu, 11 Sep 2025 14:59:21 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - SqFE18ci5wNGFNkcFw0RGw== + - EtmJVGvcIx7s9ThsxU1yEA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:41 GMT + - Thu, 11 Sep 2025 14:57:59 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10145,7 +10145,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:28 GMT + - Thu, 11 Sep 2025 15:00:47 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10154,7 +10154,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_9' headers: accept-ranges: - bytes @@ -10165,19 +10165,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:29 GMT + - Thu, 11 Sep 2025 15:00:48 GMT etag: - - '"0x8DDF1129398B81F"' + - '"0x8DDF143CAEFF3D4"' last-modified: - - Thu, 11 Sep 2025 09:07:04 GMT + - Thu, 11 Sep 2025 14:59:22 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 4jjsdlYrE7G+HBY4dbsaow== + - 8yBJ6Z7OmV9Cu36X8tCt9A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:42 GMT + - Thu, 11 Sep 2025 14:58:00 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10205,7 +10205,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:29 GMT + - Thu, 11 Sep 2025 15:00:48 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10214,7 +10214,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_0' headers: accept-ranges: - bytes @@ -10225,19 +10225,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:30 GMT + - Thu, 11 Sep 2025 15:00:48 GMT etag: - - '"0x8DDF11299FB5B58"' + - '"0x8DDF143D16E9F2E"' last-modified: - - Thu, 11 Sep 2025 09:07:15 GMT + - Thu, 11 Sep 2025 14:59:33 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 5sCx8lyA2M7KWQB1HO77Iw== + - u3W1V2+JKUdnHr56YPRtzQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:53 GMT + - Thu, 11 Sep 2025 14:58:11 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10265,7 +10265,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:30 GMT + - Thu, 11 Sep 2025 15:00:49 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10274,7 +10274,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_1' headers: accept-ranges: - bytes @@ -10285,19 +10285,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:30 GMT + - Thu, 11 Sep 2025 15:00:49 GMT etag: - - '"0x8DDF1129A9699D2"' + - '"0x8DDF143D2034E4E"' last-modified: - - Thu, 11 Sep 2025 09:07:16 GMT + - Thu, 11 Sep 2025 14:59:34 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - HmBtDssLhXBO4OlOD5pk8A== + - OZ5zCNqEW/ky22NRcQ9ypQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:54 GMT + - Thu, 11 Sep 2025 14:58:12 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10325,7 +10325,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:31 GMT + - Thu, 11 Sep 2025 15:00:50 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10334,7 +10334,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_2' headers: accept-ranges: - bytes @@ -10345,19 +10345,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:32 GMT + - Thu, 11 Sep 2025 15:00:50 GMT etag: - - '"0x8DDF1129B2E2F5D"' + - '"0x8DDF143D29B0A37"' last-modified: - - Thu, 11 Sep 2025 09:07:17 GMT + - Thu, 11 Sep 2025 14:59:35 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - BNMfQ+D8Qw9EusdvMqz7sQ== + - 4qXKD3N5QCKnLGv02aTKQA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:55 GMT + - Thu, 11 Sep 2025 14:58:13 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10385,7 +10385,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:32 GMT + - Thu, 11 Sep 2025 15:00:51 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10394,7 +10394,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_3' headers: accept-ranges: - bytes @@ -10405,19 +10405,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:32 GMT + - Thu, 11 Sep 2025 15:00:51 GMT etag: - - '"0x8DDF1129BC269FF"' + - '"0x8DDF143D3307C8B"' last-modified: - - Thu, 11 Sep 2025 09:07:18 GMT + - Thu, 11 Sep 2025 14:59:36 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - daJTvInerpLcFGX0h4lMtQ== + - 0y9QsZRU2/0r7RSSM1P/7A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:56 GMT + - Thu, 11 Sep 2025 14:58:14 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10445,7 +10445,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:33 GMT + - Thu, 11 Sep 2025 15:00:52 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10454,7 +10454,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_4' headers: accept-ranges: - bytes @@ -10465,19 +10465,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:34 GMT + - Thu, 11 Sep 2025 15:00:52 GMT etag: - - '"0x8DDF1129C578EE4"' + - '"0x8DDF143D3C8FBA1"' last-modified: - - Thu, 11 Sep 2025 09:07:19 GMT + - Thu, 11 Sep 2025 14:59:37 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ZNwo/uHTzfWxZnEjmKCg2g== + - RPxj/ul2PdoY3OurE3nFFA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:57 GMT + - Thu, 11 Sep 2025 14:58:15 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10505,7 +10505,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:34 GMT + - Thu, 11 Sep 2025 15:00:53 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10514,7 +10514,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_5' headers: accept-ranges: - bytes @@ -10525,19 +10525,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:35 GMT + - Thu, 11 Sep 2025 15:00:53 GMT etag: - - '"0x8DDF1129CF1E322"' + - '"0x8DDF143D45EE315"' last-modified: - - Thu, 11 Sep 2025 09:07:20 GMT + - Thu, 11 Sep 2025 14:59:38 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - /aCGrN6qbN/FSRfKV6Ak7A== + - tXcLPvnFKS6lXS35ut0MRg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:58 GMT + - Thu, 11 Sep 2025 14:58:16 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10565,7 +10565,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:35 GMT + - Thu, 11 Sep 2025 15:00:54 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10574,7 +10574,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_6' headers: accept-ranges: - bytes @@ -10585,19 +10585,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:35 GMT + - Thu, 11 Sep 2025 15:00:55 GMT etag: - - '"0x8DDF1129D8692E7"' + - '"0x8DDF143D4FC6A75"' last-modified: - - Thu, 11 Sep 2025 09:07:21 GMT + - Thu, 11 Sep 2025 14:59:39 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Mpv1rw6zdGUv9FSCo9xzLw== + - CUv7TcvPKhEq8uL4Ph76JQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:59 GMT + - Thu, 11 Sep 2025 14:58:17 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10625,7 +10625,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:36 GMT + - Thu, 11 Sep 2025 15:00:55 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10634,7 +10634,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_7' headers: accept-ranges: - bytes @@ -10645,19 +10645,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:36 GMT + - Thu, 11 Sep 2025 15:00:55 GMT etag: - - '"0x8DDF1129E1C05DE"' + - '"0x8DDF143D59203D4"' last-modified: - - Thu, 11 Sep 2025 09:07:22 GMT + - Thu, 11 Sep 2025 14:59:40 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 5ZV/1DOYmTFkDADVGcFEiA== + - 4QjV8xzTOIJ5A1qFQOxkCg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:00 GMT + - Thu, 11 Sep 2025 14:58:18 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10685,7 +10685,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:37 GMT + - Thu, 11 Sep 2025 15:00:56 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10694,7 +10694,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_8' headers: accept-ranges: - bytes @@ -10705,19 +10705,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:38 GMT + - Thu, 11 Sep 2025 15:00:57 GMT etag: - - '"0x8DDF1129EADF6F1"' + - '"0x8DDF143D6263DD8"' last-modified: - - Thu, 11 Sep 2025 09:07:23 GMT + - Thu, 11 Sep 2025 14:59:41 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - rvmyfFzqdJMagEsoN4aXYg== + - //7h55mPS5/Gx0PDNJb42Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:01 GMT + - Thu, 11 Sep 2025 14:58:19 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10745,7 +10745,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:38 GMT + - Thu, 11 Sep 2025 15:00:57 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10754,7 +10754,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_9' headers: accept-ranges: - bytes @@ -10765,19 +10765,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:38 GMT + - Thu, 11 Sep 2025 15:00:57 GMT etag: - - '"0x8DDF1129F440612"' + - '"0x8DDF143D6BBB036"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:42 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - FhWC2bBfwVsghdqypK/g2g== + - jvJUyRFsrfKPmjKJcHNo4Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:02 GMT + - Thu, 11 Sep 2025 14:58:20 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10805,7 +10805,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:39 GMT + - Thu, 11 Sep 2025 15:00:58 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10814,7 +10814,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_0' headers: accept-ranges: - bytes @@ -10825,19 +10825,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:39 GMT + - Thu, 11 Sep 2025 15:00:58 GMT etag: - - '"0x8DDF112942DDD00"' + - '"0x8DDF143CB87AFBF"' last-modified: - - Thu, 11 Sep 2025 09:07:05 GMT + - Thu, 11 Sep 2025 14:59:23 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ml2l6FHXdghiN6H9FlNv1g== + - IAn+OHSNvqMbiK3WLnXjvg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:43 GMT + - Thu, 11 Sep 2025 14:58:01 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10865,7 +10865,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:40 GMT + - Thu, 11 Sep 2025 15:00:59 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10874,7 +10874,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_1' headers: accept-ranges: - bytes @@ -10885,19 +10885,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:41 GMT + - Thu, 11 Sep 2025 15:00:59 GMT etag: - - '"0x8DDF11294C23EB0"' + - '"0x8DDF143CC21B53E"' last-modified: - - Thu, 11 Sep 2025 09:07:06 GMT + - Thu, 11 Sep 2025 14:59:24 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kQDVCPD+jIIGPl8HuO0rBA== + - 1PYS9fh+p6fWNUqQZtaQ1A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:44 GMT + - Thu, 11 Sep 2025 14:58:02 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10925,7 +10925,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:41 GMT + - Thu, 11 Sep 2025 15:01:00 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10934,7 +10934,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_2' headers: accept-ranges: - bytes @@ -10945,19 +10945,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:41 GMT + - Thu, 11 Sep 2025 15:01:00 GMT etag: - - '"0x8DDF11295571582"' + - '"0x8DDF143CCB99832"' last-modified: - - Thu, 11 Sep 2025 09:07:07 GMT + - Thu, 11 Sep 2025 14:59:25 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ntvtVTa+QVlguO/fV41+yw== + - YPjapH14UV8g2AYwnIKxow== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:45 GMT + - Thu, 11 Sep 2025 14:58:03 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -10985,7 +10985,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:42 GMT + - Thu, 11 Sep 2025 15:01:01 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -10994,7 +10994,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_3' headers: accept-ranges: - bytes @@ -11005,19 +11005,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:42 GMT + - Thu, 11 Sep 2025 15:01:02 GMT etag: - - '"0x8DDF11295EB9E39"' + - '"0x8DDF143CD4E6E5B"' last-modified: - - Thu, 11 Sep 2025 09:07:08 GMT + - Thu, 11 Sep 2025 14:59:26 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - B0qWjEVDxNElLgGg/tOZiw== + - ZrIoRajYKYkpJdjp+1XPsQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:46 GMT + - Thu, 11 Sep 2025 14:58:04 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11045,7 +11045,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:43 GMT + - Thu, 11 Sep 2025 15:01:02 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11054,7 +11054,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_4' headers: accept-ranges: - bytes @@ -11065,19 +11065,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:43 GMT + - Thu, 11 Sep 2025 15:01:02 GMT etag: - - '"0x8DDF11296807508"' + - '"0x8DDF143CDE62A58"' last-modified: - - Thu, 11 Sep 2025 09:07:09 GMT + - Thu, 11 Sep 2025 14:59:27 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6bF1V2Uh6qyRzKzi/70Rpw== + - iPnMufKxAuPNI4bKLxNMDg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:47 GMT + - Thu, 11 Sep 2025 14:58:05 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11105,7 +11105,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:44 GMT + - Thu, 11 Sep 2025 15:01:03 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11114,7 +11114,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_5' headers: accept-ranges: - bytes @@ -11125,19 +11125,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:44 GMT + - Thu, 11 Sep 2025 15:01:04 GMT etag: - - '"0x8DDF1129716AB33"' + - '"0x8DDF143CE79EF73"' last-modified: - - Thu, 11 Sep 2025 09:07:10 GMT + - Thu, 11 Sep 2025 14:59:28 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - uWF3WJgTu9Rn4oZEAd4jiw== + - 42ldi/xet0l9srmVoLINsg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:48 GMT + - Thu, 11 Sep 2025 14:58:06 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11165,7 +11165,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:45 GMT + - Thu, 11 Sep 2025 15:01:04 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11174,7 +11174,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_6' headers: accept-ranges: - bytes @@ -11185,19 +11185,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:45 GMT + - Thu, 11 Sep 2025 15:01:04 GMT etag: - - '"0x8DDF11297ABF721"' + - '"0x8DDF143CF0DDB14"' last-modified: - - Thu, 11 Sep 2025 09:07:11 GMT + - Thu, 11 Sep 2025 14:59:29 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6V1N9wvR9l6nHbffZsSopw== + - X6oxpnpwB+JHQd+WoLXRHA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:49 GMT + - Thu, 11 Sep 2025 14:58:07 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11225,7 +11225,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:46 GMT + - Thu, 11 Sep 2025 15:01:05 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11234,7 +11234,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_7' headers: accept-ranges: - bytes @@ -11245,19 +11245,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:46 GMT + - Thu, 11 Sep 2025 15:01:05 GMT etag: - - '"0x8DDF11298419130"' + - '"0x8DDF143CFA4FAD4"' last-modified: - - Thu, 11 Sep 2025 09:07:12 GMT + - Thu, 11 Sep 2025 14:59:30 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6OzbM6ngIcG4Rx/WjZAYBg== + - wGiI+AuNTVl6yLe29pmn3Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:50 GMT + - Thu, 11 Sep 2025 14:58:08 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11285,7 +11285,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:47 GMT + - Thu, 11 Sep 2025 15:01:06 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11294,7 +11294,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_8' headers: accept-ranges: - bytes @@ -11305,19 +11305,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:48 GMT + - Thu, 11 Sep 2025 15:01:06 GMT etag: - - '"0x8DDF11298D667F8"' + - '"0x8DDF143D047FFA3"' last-modified: - - Thu, 11 Sep 2025 09:07:13 GMT + - Thu, 11 Sep 2025 14:59:31 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kMSYTJ/9yYLU/t4KjZ/LtQ== + - 8ZlZmIZUtt+dkTlL6P3kiQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:51 GMT + - Thu, 11 Sep 2025 14:58:09 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11345,7 +11345,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:48 GMT + - Thu, 11 Sep 2025 15:01:07 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11354,7 +11354,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_9' headers: accept-ranges: - bytes @@ -11365,19 +11365,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:49 GMT + - Thu, 11 Sep 2025 15:01:07 GMT etag: - - '"0x8DDF1129968F52D"' + - '"0x8DDF143D0DC39A0"' last-modified: - - Thu, 11 Sep 2025 09:07:14 GMT + - Thu, 11 Sep 2025 14:59:32 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - RITc6C2DpaUd+i9kFN7vmQ== + - vxh+P25G4/TZtejK+q979w== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:52 GMT + - Thu, 11 Sep 2025 14:58:10 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11405,7 +11405,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:49 GMT + - Thu, 11 Sep 2025 15:01:08 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11414,7 +11414,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_0' headers: accept-ranges: - bytes @@ -11425,19 +11425,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:50 GMT + - Thu, 11 Sep 2025 15:01:09 GMT etag: - - '"0x8DDF1129FD8B5D6"' + - '"0x8DDF143D74FEA26"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:43 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - H51Ck5c9NW1eUxLCf/TiSg== + - J9XcuuzNPQp6sNKacJGNqA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:03 GMT + - Thu, 11 Sep 2025 14:58:21 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11465,7 +11465,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:50 GMT + - Thu, 11 Sep 2025 15:01:09 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11474,7 +11474,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_1' headers: accept-ranges: - bytes @@ -11485,19 +11485,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:50 GMT + - Thu, 11 Sep 2025 15:01:09 GMT etag: - - '"0x8DDF112A0730A19"' + - '"0x8DDF143D7E47240"' last-modified: - - Thu, 11 Sep 2025 09:07:26 GMT + - Thu, 11 Sep 2025 14:59:44 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Ac40Li8h+yq7sa1GEymqgQ== + - I8EOd5bgnwKvc6+zRz7crA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:04 GMT + - Thu, 11 Sep 2025 14:58:22 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11525,7 +11525,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:51 GMT + - Thu, 11 Sep 2025 15:01:10 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11534,7 +11534,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_2' headers: accept-ranges: - bytes @@ -11545,19 +11545,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:51 GMT + - Thu, 11 Sep 2025 15:01:10 GMT etag: - - '"0x8DDF112A10B14BA"' + - '"0x8DDF143D87A59AE"' last-modified: - - Thu, 11 Sep 2025 09:07:27 GMT + - Thu, 11 Sep 2025 14:59:45 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - /TMEd0KkjVVbMoPRKl59dA== + - PTANs48PqUFqNZZfKpQUag== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:05 GMT + - Thu, 11 Sep 2025 14:58:23 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11585,7 +11585,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:52 GMT + - Thu, 11 Sep 2025 15:01:11 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11594,7 +11594,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_3' headers: accept-ranges: - bytes @@ -11605,19 +11605,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:53 GMT + - Thu, 11 Sep 2025 15:01:12 GMT etag: - - '"0x8DDF112A1A875C4"' + - '"0x8DDF143D90D345B"' last-modified: - - Thu, 11 Sep 2025 09:07:28 GMT + - Thu, 11 Sep 2025 14:59:46 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 3FHBUNOjrPSR8yNmQ426cw== + - 4RLCwEg9hvg2Zy57Je6Dqw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:06 GMT + - Thu, 11 Sep 2025 14:58:24 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11645,7 +11645,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:53 GMT + - Thu, 11 Sep 2025 15:01:12 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11654,7 +11654,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_4' headers: accept-ranges: - bytes @@ -11665,19 +11665,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:53 GMT + - Thu, 11 Sep 2025 15:01:12 GMT etag: - - '"0x8DDF112A23FE441"' + - '"0x8DDF143D9A3B7F1"' last-modified: - - Thu, 11 Sep 2025 09:07:29 GMT + - Thu, 11 Sep 2025 14:59:47 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - m9nC2CDnUn2TKdSaYm1Ucg== + - dLc/GQ9/pzkPIv4y6H8ciQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:07 GMT + - Thu, 11 Sep 2025 14:58:25 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11705,7 +11705,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:54 GMT + - Thu, 11 Sep 2025 15:01:13 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11714,7 +11714,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_5' headers: accept-ranges: - bytes @@ -11725,19 +11725,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:54 GMT + - Thu, 11 Sep 2025 15:01:13 GMT etag: - - '"0x8DDF112A2D46D00"' + - '"0x8DDF143DA3AD7A0"' last-modified: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - el+5kkqWo29Kx2JvieEfmA== + - ydplKgdSh/DvZYm6hGiojg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:08 GMT + - Thu, 11 Sep 2025 14:58:26 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11765,7 +11765,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:55 GMT + - Thu, 11 Sep 2025 15:01:14 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11774,7 +11774,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_6' headers: accept-ranges: - bytes @@ -11785,19 +11785,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:56 GMT + - Thu, 11 Sep 2025 15:01:14 GMT etag: - - '"0x8DDF112A369B8F0"' + - '"0x8DDF143DAD6D888"' last-modified: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:49 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - QaMngcQF2w9HxPI2e/4h4A== + - I3Gi3hmE7JoJsC3TSKYZ7A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:09 GMT + - Thu, 11 Sep 2025 14:58:27 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11825,7 +11825,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:56 GMT + - Thu, 11 Sep 2025 15:01:15 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11834,7 +11834,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_7' headers: accept-ranges: - bytes @@ -11845,19 +11845,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:56 GMT + - Thu, 11 Sep 2025 15:01:15 GMT etag: - - '"0x8DDF112A3FBD10E"' + - '"0x8DDF143DB7793AC"' last-modified: - - Thu, 11 Sep 2025 09:07:31 GMT + - Thu, 11 Sep 2025 14:59:50 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - n4oD0KICCe8PR3fZ5Hbokw== + - Tva3K/k9jhShGXx/w+SruA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:10 GMT + - Thu, 11 Sep 2025 14:58:28 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11885,7 +11885,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:57 GMT + - Thu, 11 Sep 2025 15:01:16 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11894,7 +11894,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_8' headers: accept-ranges: - bytes @@ -11905,19 +11905,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:58 GMT + - Thu, 11 Sep 2025 15:01:16 GMT etag: - - '"0x8DDF112A4922E3B"' + - '"0x8DDF143DC114B05"' last-modified: - - Thu, 11 Sep 2025 09:07:32 GMT + - Thu, 11 Sep 2025 14:59:51 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ryWc/g0jYF+/KT4yN4mJsA== + - uPWumwwNYfE61PG5UXzCmw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:11 GMT + - Thu, 11 Sep 2025 14:58:29 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -11945,7 +11945,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:58 GMT + - Thu, 11 Sep 2025 15:01:17 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -11954,7 +11954,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_9' headers: accept-ranges: - bytes @@ -11965,19 +11965,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:08:58 GMT + - Thu, 11 Sep 2025 15:01:18 GMT etag: - - '"0x8DDF112A53A3C0E"' + - '"0x8DDF143DCA954F2"' last-modified: - - Thu, 11 Sep 2025 09:07:34 GMT + - Thu, 11 Sep 2025 14:59:52 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - tjg+/hs6KHTP2KPQoqLaYA== + - 6goxRIF5FoAOlkPH2N+fTw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:12 GMT + - Thu, 11 Sep 2025 14:58:30 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12005,7 +12005,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:08:59 GMT + - Thu, 11 Sep 2025 15:01:18 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12026,11 +12026,11 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:00 GMT + - Thu, 11 Sep 2025 15:01:18 GMT etag: - - '"0x8DDF1128DBB0FA7"' + - '"0x8DDF143C50EF6EE"' last-modified: - - Thu, 11 Sep 2025 09:06:54 GMT + - Thu, 11 Sep 2025 14:59:12 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: @@ -12038,7 +12038,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:32 GMT + - Thu, 11 Sep 2025 14:57:50 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12066,7 +12066,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:00 GMT + - Thu, 11 Sep 2025 15:01:19 GMT x-ms-version: - '2022-11-02' method: GET @@ -12075,207 +12075,207 @@ interactions: body: string: "\uFEFFapple/file_0Thu, - 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 - GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==Thu, 11 Sep 2025 14:59:13 + GMT0x8DDF143C5A5A193133application/octet-streamCoHDSnQaEti+lzPsVk+UCA==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 - Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 - GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==Thu, 11 Sep 2025 14:59:14 + GMT0x8DDF143C63DD296133application/octet-streamV1yzhqOQDLppQJzuJ6fcrA==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 - Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 - GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==Thu, 11 Sep 2025 14:59:15 + GMT0x8DDF143C6D6C6CE133application/octet-streamWwja9V3P5d+1Lug0qUZqUA==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 - Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 - GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==Thu, 11 Sep 2025 14:59:16 + GMT0x8DDF143C76A3DA6133application/octet-streamCFfTbJO020qd6Xmd0aXmKg==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 - Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 - GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==Thu, 11 Sep 2025 14:59:17 + GMT0x8DDF143C8002513133application/octet-streamszCFj8LRqVzXJLlsaBexTg==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 - Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 - GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==Thu, 11 Sep 2025 14:59:18 + GMT0x8DDF143C89AC6B8133application/octet-streamE4zODYjm3q/oxaz5+AL3bA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 - Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 - GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==Thu, 11 Sep 2025 14:59:19 + GMT0x8DDF143C92FC3EB133application/octet-streamjbNIASh6WcOMoPLN0WYIXA==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 - Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 - GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==Thu, 11 Sep 2025 14:59:20 + GMT0x8DDF143C9C49A19133application/octet-streamkj8W/9Jd85k6vmOgZDzSTg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 - Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 - GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==Thu, 11 Sep 2025 14:59:21 + GMT0x8DDF143CA58AD0D133application/octet-streamEtmJVGvcIx7s9ThsxU1yEA==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 - Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 - GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==Thu, 11 Sep 2025 14:59:22 + GMT0x8DDF143CAEFF3D4133application/octet-stream8yBJ6Z7OmV9Cu36X8tCt9A==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, - 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 - GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==Thu, 11 Sep 2025 14:59:33 + GMT0x8DDF143D16E9F2E142application/octet-streamu3W1V2+JKUdnHr56YPRtzQ==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, - 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 - GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==Thu, 11 Sep 2025 14:59:34 + GMT0x8DDF143D2034E4E142application/octet-streamOZ5zCNqEW/ky22NRcQ9ypQ==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, - 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 - GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==Thu, 11 Sep 2025 14:59:35 + GMT0x8DDF143D29B0A37142application/octet-stream4qXKD3N5QCKnLGv02aTKQA==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, - 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 - GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==Thu, 11 Sep 2025 14:59:36 + GMT0x8DDF143D3307C8B142application/octet-stream0y9QsZRU2/0r7RSSM1P/7A==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, - 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 - GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==Thu, 11 Sep 2025 14:59:37 + GMT0x8DDF143D3C8FBA1142application/octet-streamRPxj/ul2PdoY3OurE3nFFA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, - 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 - GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==Thu, 11 Sep 2025 14:59:38 + GMT0x8DDF143D45EE315142application/octet-streamtXcLPvnFKS6lXS35ut0MRg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, - 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 - GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==Thu, 11 Sep 2025 14:59:39 + GMT0x8DDF143D4FC6A75142application/octet-streamCUv7TcvPKhEq8uL4Ph76JQ==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, - 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 - GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==Thu, 11 Sep 2025 14:59:40 + GMT0x8DDF143D59203D4142application/octet-stream4QjV8xzTOIJ5A1qFQOxkCg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, - 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 - GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==Thu, 11 Sep 2025 14:59:41 + GMT0x8DDF143D6263DD8142application/octet-stream//7h55mPS5/Gx0PDNJb42Q==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, - 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==Thu, 11 Sep 2025 14:59:42 + GMT0x8DDF143D6BBB036142application/octet-streamjvJUyRFsrfKPmjKJcHNo4Q==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 - Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 - GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==Thu, 11 Sep 2025 14:59:23 + GMT0x8DDF143CB87AFBF134application/octet-streamIAn+OHSNvqMbiK3WLnXjvg==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 - Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 - GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==Thu, 11 Sep 2025 14:59:24 + GMT0x8DDF143CC21B53E134application/octet-stream1PYS9fh+p6fWNUqQZtaQ1A==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 - Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 - GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==Thu, 11 Sep 2025 14:59:25 + GMT0x8DDF143CCB99832134application/octet-streamYPjapH14UV8g2AYwnIKxow==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 - Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 - GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==Thu, 11 Sep 2025 14:59:26 + GMT0x8DDF143CD4E6E5B134application/octet-streamZrIoRajYKYkpJdjp+1XPsQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 - Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 - GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==Thu, 11 Sep 2025 14:59:27 + GMT0x8DDF143CDE62A58134application/octet-streamiPnMufKxAuPNI4bKLxNMDg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 - Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 - GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==Thu, 11 Sep 2025 14:59:28 + GMT0x8DDF143CE79EF73134application/octet-stream42ldi/xet0l9srmVoLINsg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 - Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 - GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==Thu, 11 Sep 2025 14:59:29 + GMT0x8DDF143CF0DDB14134application/octet-streamX6oxpnpwB+JHQd+WoLXRHA==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 - Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 - GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==Thu, 11 Sep 2025 14:59:30 + GMT0x8DDF143CFA4FAD4134application/octet-streamwGiI+AuNTVl6yLe29pmn3Q==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 - Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 - GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==Thu, 11 Sep 2025 14:59:31 + GMT0x8DDF143D047FFA3134application/octet-stream8ZlZmIZUtt+dkTlL6P3kiQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 - Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 - GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==Thu, 11 Sep 2025 14:59:32 + GMT0x8DDF143D0DC39A0134application/octet-streamvxh+P25G4/TZtejK+q979w==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, - 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==Thu, 11 Sep 2025 14:59:43 + GMT0x8DDF143D74FEA26139application/octet-streamJ9XcuuzNPQp6sNKacJGNqA==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, - 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 - GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==Thu, 11 Sep 2025 14:59:44 + GMT0x8DDF143D7E47240139application/octet-streamI8EOd5bgnwKvc6+zRz7crA==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, - 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 - GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==Thu, 11 Sep 2025 14:59:45 + GMT0x8DDF143D87A59AE139application/octet-streamPTANs48PqUFqNZZfKpQUag==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, - 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 - GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==Thu, 11 Sep 2025 14:59:46 + GMT0x8DDF143D90D345B139application/octet-stream4RLCwEg9hvg2Zy57Je6Dqw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, - 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 - GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==Thu, 11 Sep 2025 14:59:47 + GMT0x8DDF143D9A3B7F1139application/octet-streamdLc/GQ9/pzkPIv4y6H8ciQ==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, - 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==Thu, 11 Sep 2025 14:59:48 + GMT0x8DDF143DA3AD7A0139application/octet-streamydplKgdSh/DvZYm6hGiojg==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, - 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==Thu, 11 Sep 2025 14:59:49 + GMT0x8DDF143DAD6D888139application/octet-streamI3Gi3hmE7JoJsC3TSKYZ7A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, - 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 - GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==Thu, 11 Sep 2025 14:59:50 + GMT0x8DDF143DB7793AC139application/octet-streamTva3K/k9jhShGXx/w+SruA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, - 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 - GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==Thu, 11 Sep 2025 14:59:51 + GMT0x8DDF143DC114B05139application/octet-streamuPWumwwNYfE61PG5UXzCmw==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, - 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 - GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==Thu, 11 Sep 2025 14:59:52 + GMT0x8DDF143DCA954F2139application/octet-stream6goxRIF5FoAOlkPH2N+fTw==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 - 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamThu, 11 Sep 2025 14:59:12 GMT0x8DDF143C50EF6EE87application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" @@ -12283,7 +12283,7 @@ interactions: content-type: - application/xml date: - - Thu, 11 Sep 2025 09:09:01 GMT + - Thu, 11 Sep 2025 15:01:19 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -12309,7 +12309,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:01 GMT + - Thu, 11 Sep 2025 15:01:21 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12318,7 +12318,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: accept-ranges: - bytes @@ -12329,19 +12329,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:02 GMT + - Thu, 11 Sep 2025 15:01:21 GMT etag: - - '"0x8DDF1128E50F7AA"' + - '"0x8DDF143C5A5A193"' last-modified: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12369,7 +12369,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:02 GMT + - Thu, 11 Sep 2025 15:01:22 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12378,7 +12378,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_1' headers: accept-ranges: - bytes @@ -12389,19 +12389,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:03 GMT + - Thu, 11 Sep 2025 15:01:22 GMT etag: - - '"0x8DDF1128EE88D32"' + - '"0x8DDF143C63DD296"' last-modified: - - Thu, 11 Sep 2025 09:06:56 GMT + - Thu, 11 Sep 2025 14:59:14 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - sgCvynOegFFNSA3aAyt4sw== + - V1yzhqOQDLppQJzuJ6fcrA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:34 GMT + - Thu, 11 Sep 2025 14:57:52 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12429,7 +12429,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:03 GMT + - Thu, 11 Sep 2025 15:01:23 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12438,7 +12438,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_2' headers: accept-ranges: - bytes @@ -12449,19 +12449,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:04 GMT + - Thu, 11 Sep 2025 15:01:23 GMT etag: - - '"0x8DDF1128F7B1A6C"' + - '"0x8DDF143C6D6C6CE"' last-modified: - - Thu, 11 Sep 2025 09:06:57 GMT + - Thu, 11 Sep 2025 14:59:15 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - nIva7TAoVCa1kv0BYs7gUg== + - Wwja9V3P5d+1Lug0qUZqUA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:35 GMT + - Thu, 11 Sep 2025 14:57:53 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12489,7 +12489,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:04 GMT + - Thu, 11 Sep 2025 15:01:24 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12498,7 +12498,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_3' headers: accept-ranges: - bytes @@ -12509,19 +12509,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:05 GMT + - Thu, 11 Sep 2025 15:01:24 GMT etag: - - '"0x8DDF112900E43C6"' + - '"0x8DDF143C76A3DA6"' last-modified: - - Thu, 11 Sep 2025 09:06:58 GMT + - Thu, 11 Sep 2025 14:59:16 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - I4uSTT6wu6uROpf7bexopA== + - CFfTbJO020qd6Xmd0aXmKg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:36 GMT + - Thu, 11 Sep 2025 14:57:54 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12549,7 +12549,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:05 GMT + - Thu, 11 Sep 2025 15:01:25 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12558,7 +12558,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_4' headers: accept-ranges: - bytes @@ -12569,19 +12569,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:06 GMT + - Thu, 11 Sep 2025 15:01:25 GMT etag: - - '"0x8DDF11290A75FB1"' + - '"0x8DDF143C8002513"' last-modified: - - Thu, 11 Sep 2025 09:06:59 GMT + - Thu, 11 Sep 2025 14:59:17 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kl6b7glELc7kzVJsZxcaTQ== + - szCFj8LRqVzXJLlsaBexTg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:37 GMT + - Thu, 11 Sep 2025 14:57:55 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12609,7 +12609,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:06 GMT + - Thu, 11 Sep 2025 15:01:26 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12618,7 +12618,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_5' headers: accept-ranges: - bytes @@ -12629,19 +12629,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:06 GMT + - Thu, 11 Sep 2025 15:01:26 GMT etag: - - '"0x8DDF112913F4350"' + - '"0x8DDF143C89AC6B8"' last-modified: - - Thu, 11 Sep 2025 09:07:00 GMT + - Thu, 11 Sep 2025 14:59:18 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - tYFnoIqEliqVDV4Kqgrm/g== + - E4zODYjm3q/oxaz5+AL3bA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:38 GMT + - Thu, 11 Sep 2025 14:57:56 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12669,7 +12669,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:07 GMT + - Thu, 11 Sep 2025 15:01:27 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12678,7 +12678,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_6' headers: accept-ranges: - bytes @@ -12689,19 +12689,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:08 GMT + - Thu, 11 Sep 2025 15:01:27 GMT etag: - - '"0x8DDF11291D6B1C7"' + - '"0x8DDF143C92FC3EB"' last-modified: - - Thu, 11 Sep 2025 09:07:01 GMT + - Thu, 11 Sep 2025 14:59:19 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - qgAcEm0QaVI4tBp87g4/Tw== + - jbNIASh6WcOMoPLN0WYIXA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:39 GMT + - Thu, 11 Sep 2025 14:57:57 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12729,7 +12729,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:08 GMT + - Thu, 11 Sep 2025 15:01:28 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12738,7 +12738,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_7' headers: accept-ranges: - bytes @@ -12749,19 +12749,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:09 GMT + - Thu, 11 Sep 2025 15:01:28 GMT etag: - - '"0x8DDF1129270DEFA"' + - '"0x8DDF143C9C49A19"' last-modified: - - Thu, 11 Sep 2025 09:07:02 GMT + - Thu, 11 Sep 2025 14:59:20 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Z5ncFfHP7iDHimP9B2ma7A== + - kj8W/9Jd85k6vmOgZDzSTg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:40 GMT + - Thu, 11 Sep 2025 14:57:58 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12789,7 +12789,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:09 GMT + - Thu, 11 Sep 2025 15:01:29 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12798,7 +12798,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_8' headers: accept-ranges: - bytes @@ -12809,19 +12809,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:10 GMT + - Thu, 11 Sep 2025 15:01:29 GMT etag: - - '"0x8DDF112930540B2"' + - '"0x8DDF143CA58AD0D"' last-modified: - - Thu, 11 Sep 2025 09:07:03 GMT + - Thu, 11 Sep 2025 14:59:21 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - SqFE18ci5wNGFNkcFw0RGw== + - EtmJVGvcIx7s9ThsxU1yEA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:41 GMT + - Thu, 11 Sep 2025 14:57:59 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12849,7 +12849,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:10 GMT + - Thu, 11 Sep 2025 15:01:30 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12858,7 +12858,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_9' headers: accept-ranges: - bytes @@ -12869,19 +12869,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:11 GMT + - Thu, 11 Sep 2025 15:01:30 GMT etag: - - '"0x8DDF1129398B81F"' + - '"0x8DDF143CAEFF3D4"' last-modified: - - Thu, 11 Sep 2025 09:07:04 GMT + - Thu, 11 Sep 2025 14:59:22 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 4jjsdlYrE7G+HBY4dbsaow== + - 8yBJ6Z7OmV9Cu36X8tCt9A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:42 GMT + - Thu, 11 Sep 2025 14:58:00 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12909,7 +12909,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:11 GMT + - Thu, 11 Sep 2025 15:01:31 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12918,7 +12918,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_0' headers: accept-ranges: - bytes @@ -12929,19 +12929,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:11 GMT + - Thu, 11 Sep 2025 15:01:32 GMT etag: - - '"0x8DDF11299FB5B58"' + - '"0x8DDF143D16E9F2E"' last-modified: - - Thu, 11 Sep 2025 09:07:15 GMT + - Thu, 11 Sep 2025 14:59:33 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 5sCx8lyA2M7KWQB1HO77Iw== + - u3W1V2+JKUdnHr56YPRtzQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:53 GMT + - Thu, 11 Sep 2025 14:58:11 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -12969,7 +12969,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:12 GMT + - Thu, 11 Sep 2025 15:01:32 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -12978,7 +12978,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_1' headers: accept-ranges: - bytes @@ -12989,19 +12989,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:12 GMT + - Thu, 11 Sep 2025 15:01:33 GMT etag: - - '"0x8DDF1129A9699D2"' + - '"0x8DDF143D2034E4E"' last-modified: - - Thu, 11 Sep 2025 09:07:16 GMT + - Thu, 11 Sep 2025 14:59:34 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - HmBtDssLhXBO4OlOD5pk8A== + - OZ5zCNqEW/ky22NRcQ9ypQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:54 GMT + - Thu, 11 Sep 2025 14:58:12 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13029,7 +13029,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:13 GMT + - Thu, 11 Sep 2025 15:01:33 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13038,7 +13038,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_2' headers: accept-ranges: - bytes @@ -13049,19 +13049,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:13 GMT + - Thu, 11 Sep 2025 15:01:33 GMT etag: - - '"0x8DDF1129B2E2F5D"' + - '"0x8DDF143D29B0A37"' last-modified: - - Thu, 11 Sep 2025 09:07:17 GMT + - Thu, 11 Sep 2025 14:59:35 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - BNMfQ+D8Qw9EusdvMqz7sQ== + - 4qXKD3N5QCKnLGv02aTKQA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:55 GMT + - Thu, 11 Sep 2025 14:58:13 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13089,7 +13089,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:14 GMT + - Thu, 11 Sep 2025 15:01:34 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13098,7 +13098,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_3' headers: accept-ranges: - bytes @@ -13109,19 +13109,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:15 GMT + - Thu, 11 Sep 2025 15:01:34 GMT etag: - - '"0x8DDF1129BC269FF"' + - '"0x8DDF143D3307C8B"' last-modified: - - Thu, 11 Sep 2025 09:07:18 GMT + - Thu, 11 Sep 2025 14:59:36 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - daJTvInerpLcFGX0h4lMtQ== + - 0y9QsZRU2/0r7RSSM1P/7A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:56 GMT + - Thu, 11 Sep 2025 14:58:14 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13149,7 +13149,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:15 GMT + - Thu, 11 Sep 2025 15:01:35 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13158,7 +13158,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_4' headers: accept-ranges: - bytes @@ -13169,19 +13169,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:16 GMT + - Thu, 11 Sep 2025 15:01:35 GMT etag: - - '"0x8DDF1129C578EE4"' + - '"0x8DDF143D3C8FBA1"' last-modified: - - Thu, 11 Sep 2025 09:07:19 GMT + - Thu, 11 Sep 2025 14:59:37 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ZNwo/uHTzfWxZnEjmKCg2g== + - RPxj/ul2PdoY3OurE3nFFA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:57 GMT + - Thu, 11 Sep 2025 14:58:15 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13209,7 +13209,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:16 GMT + - Thu, 11 Sep 2025 15:01:36 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13218,7 +13218,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_5' headers: accept-ranges: - bytes @@ -13229,19 +13229,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:17 GMT + - Thu, 11 Sep 2025 15:01:36 GMT etag: - - '"0x8DDF1129CF1E322"' + - '"0x8DDF143D45EE315"' last-modified: - - Thu, 11 Sep 2025 09:07:20 GMT + - Thu, 11 Sep 2025 14:59:38 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - /aCGrN6qbN/FSRfKV6Ak7A== + - tXcLPvnFKS6lXS35ut0MRg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:58 GMT + - Thu, 11 Sep 2025 14:58:16 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13269,7 +13269,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:18 GMT + - Thu, 11 Sep 2025 15:01:37 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13278,7 +13278,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_6' headers: accept-ranges: - bytes @@ -13289,19 +13289,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:19 GMT + - Thu, 11 Sep 2025 15:01:37 GMT etag: - - '"0x8DDF1129D8692E7"' + - '"0x8DDF143D4FC6A75"' last-modified: - - Thu, 11 Sep 2025 09:07:21 GMT + - Thu, 11 Sep 2025 14:59:39 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Mpv1rw6zdGUv9FSCo9xzLw== + - CUv7TcvPKhEq8uL4Ph76JQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:59 GMT + - Thu, 11 Sep 2025 14:58:17 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13329,7 +13329,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:19 GMT + - Thu, 11 Sep 2025 15:01:38 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13338,7 +13338,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_7' headers: accept-ranges: - bytes @@ -13349,19 +13349,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:19 GMT + - Thu, 11 Sep 2025 15:01:38 GMT etag: - - '"0x8DDF1129E1C05DE"' + - '"0x8DDF143D59203D4"' last-modified: - - Thu, 11 Sep 2025 09:07:22 GMT + - Thu, 11 Sep 2025 14:59:40 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 5ZV/1DOYmTFkDADVGcFEiA== + - 4QjV8xzTOIJ5A1qFQOxkCg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:00 GMT + - Thu, 11 Sep 2025 14:58:18 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13389,7 +13389,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:20 GMT + - Thu, 11 Sep 2025 15:01:39 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13398,7 +13398,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_8' headers: accept-ranges: - bytes @@ -13409,19 +13409,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:20 GMT + - Thu, 11 Sep 2025 15:01:39 GMT etag: - - '"0x8DDF1129EADF6F1"' + - '"0x8DDF143D6263DD8"' last-modified: - - Thu, 11 Sep 2025 09:07:23 GMT + - Thu, 11 Sep 2025 14:59:41 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - rvmyfFzqdJMagEsoN4aXYg== + - //7h55mPS5/Gx0PDNJb42Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:01 GMT + - Thu, 11 Sep 2025 14:58:19 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13449,7 +13449,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:21 GMT + - Thu, 11 Sep 2025 15:01:40 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13458,7 +13458,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_9' headers: accept-ranges: - bytes @@ -13469,19 +13469,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:21 GMT + - Thu, 11 Sep 2025 15:01:40 GMT etag: - - '"0x8DDF1129F440612"' + - '"0x8DDF143D6BBB036"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:42 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - FhWC2bBfwVsghdqypK/g2g== + - jvJUyRFsrfKPmjKJcHNo4Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:02 GMT + - Thu, 11 Sep 2025 14:58:20 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13509,7 +13509,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:22 GMT + - Thu, 11 Sep 2025 15:01:41 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13518,7 +13518,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_0' headers: accept-ranges: - bytes @@ -13529,19 +13529,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:22 GMT + - Thu, 11 Sep 2025 15:01:41 GMT etag: - - '"0x8DDF112942DDD00"' + - '"0x8DDF143CB87AFBF"' last-modified: - - Thu, 11 Sep 2025 09:07:05 GMT + - Thu, 11 Sep 2025 14:59:23 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ml2l6FHXdghiN6H9FlNv1g== + - IAn+OHSNvqMbiK3WLnXjvg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:43 GMT + - Thu, 11 Sep 2025 14:58:01 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13569,7 +13569,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:23 GMT + - Thu, 11 Sep 2025 15:01:42 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13578,7 +13578,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_1' headers: accept-ranges: - bytes @@ -13589,19 +13589,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:24 GMT + - Thu, 11 Sep 2025 15:01:43 GMT etag: - - '"0x8DDF11294C23EB0"' + - '"0x8DDF143CC21B53E"' last-modified: - - Thu, 11 Sep 2025 09:07:06 GMT + - Thu, 11 Sep 2025 14:59:24 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kQDVCPD+jIIGPl8HuO0rBA== + - 1PYS9fh+p6fWNUqQZtaQ1A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:44 GMT + - Thu, 11 Sep 2025 14:58:02 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13629,7 +13629,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:24 GMT + - Thu, 11 Sep 2025 15:01:43 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13638,7 +13638,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_2' headers: accept-ranges: - bytes @@ -13649,19 +13649,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:25 GMT + - Thu, 11 Sep 2025 15:01:43 GMT etag: - - '"0x8DDF11295571582"' + - '"0x8DDF143CCB99832"' last-modified: - - Thu, 11 Sep 2025 09:07:07 GMT + - Thu, 11 Sep 2025 14:59:25 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ntvtVTa+QVlguO/fV41+yw== + - YPjapH14UV8g2AYwnIKxow== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:45 GMT + - Thu, 11 Sep 2025 14:58:03 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13689,7 +13689,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:25 GMT + - Thu, 11 Sep 2025 15:01:44 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13698,7 +13698,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_3' headers: accept-ranges: - bytes @@ -13709,19 +13709,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:26 GMT + - Thu, 11 Sep 2025 15:01:44 GMT etag: - - '"0x8DDF11295EB9E39"' + - '"0x8DDF143CD4E6E5B"' last-modified: - - Thu, 11 Sep 2025 09:07:08 GMT + - Thu, 11 Sep 2025 14:59:26 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - B0qWjEVDxNElLgGg/tOZiw== + - ZrIoRajYKYkpJdjp+1XPsQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:46 GMT + - Thu, 11 Sep 2025 14:58:04 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13749,7 +13749,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:26 GMT + - Thu, 11 Sep 2025 15:01:45 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13758,7 +13758,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_4' headers: accept-ranges: - bytes @@ -13769,19 +13769,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:26 GMT + - Thu, 11 Sep 2025 15:01:45 GMT etag: - - '"0x8DDF11296807508"' + - '"0x8DDF143CDE62A58"' last-modified: - - Thu, 11 Sep 2025 09:07:09 GMT + - Thu, 11 Sep 2025 14:59:27 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6bF1V2Uh6qyRzKzi/70Rpw== + - iPnMufKxAuPNI4bKLxNMDg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:47 GMT + - Thu, 11 Sep 2025 14:58:05 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13809,7 +13809,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:27 GMT + - Thu, 11 Sep 2025 15:01:46 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13818,7 +13818,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_5' headers: accept-ranges: - bytes @@ -13829,19 +13829,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:27 GMT + - Thu, 11 Sep 2025 15:01:46 GMT etag: - - '"0x8DDF1129716AB33"' + - '"0x8DDF143CE79EF73"' last-modified: - - Thu, 11 Sep 2025 09:07:10 GMT + - Thu, 11 Sep 2025 14:59:28 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - uWF3WJgTu9Rn4oZEAd4jiw== + - 42ldi/xet0l9srmVoLINsg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:48 GMT + - Thu, 11 Sep 2025 14:58:06 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13869,7 +13869,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:28 GMT + - Thu, 11 Sep 2025 15:01:47 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13878,7 +13878,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_6' headers: accept-ranges: - bytes @@ -13889,19 +13889,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:28 GMT + - Thu, 11 Sep 2025 15:01:47 GMT etag: - - '"0x8DDF11297ABF721"' + - '"0x8DDF143CF0DDB14"' last-modified: - - Thu, 11 Sep 2025 09:07:11 GMT + - Thu, 11 Sep 2025 14:59:29 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6V1N9wvR9l6nHbffZsSopw== + - X6oxpnpwB+JHQd+WoLXRHA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:49 GMT + - Thu, 11 Sep 2025 14:58:07 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13929,7 +13929,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:29 GMT + - Thu, 11 Sep 2025 15:01:48 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13938,7 +13938,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_7' headers: accept-ranges: - bytes @@ -13949,19 +13949,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:29 GMT + - Thu, 11 Sep 2025 15:01:48 GMT etag: - - '"0x8DDF11298419130"' + - '"0x8DDF143CFA4FAD4"' last-modified: - - Thu, 11 Sep 2025 09:07:12 GMT + - Thu, 11 Sep 2025 14:59:30 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 6OzbM6ngIcG4Rx/WjZAYBg== + - wGiI+AuNTVl6yLe29pmn3Q== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:50 GMT + - Thu, 11 Sep 2025 14:58:08 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -13989,7 +13989,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:30 GMT + - Thu, 11 Sep 2025 15:01:49 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -13998,7 +13998,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_8' headers: accept-ranges: - bytes @@ -14009,19 +14009,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:31 GMT + - Thu, 11 Sep 2025 15:01:50 GMT etag: - - '"0x8DDF11298D667F8"' + - '"0x8DDF143D047FFA3"' last-modified: - - Thu, 11 Sep 2025 09:07:13 GMT + - Thu, 11 Sep 2025 14:59:31 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kMSYTJ/9yYLU/t4KjZ/LtQ== + - 8ZlZmIZUtt+dkTlL6P3kiQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:51 GMT + - Thu, 11 Sep 2025 14:58:09 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14049,7 +14049,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:31 GMT + - Thu, 11 Sep 2025 15:01:50 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14058,7 +14058,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_9' headers: accept-ranges: - bytes @@ -14069,19 +14069,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:31 GMT + - Thu, 11 Sep 2025 15:01:50 GMT etag: - - '"0x8DDF1129968F52D"' + - '"0x8DDF143D0DC39A0"' last-modified: - - Thu, 11 Sep 2025 09:07:14 GMT + - Thu, 11 Sep 2025 14:59:32 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - RITc6C2DpaUd+i9kFN7vmQ== + - vxh+P25G4/TZtejK+q979w== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:52 GMT + - Thu, 11 Sep 2025 14:58:10 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14109,7 +14109,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:32 GMT + - Thu, 11 Sep 2025 15:01:51 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14118,7 +14118,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_0' headers: accept-ranges: - bytes @@ -14129,19 +14129,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:32 GMT + - Thu, 11 Sep 2025 15:01:51 GMT etag: - - '"0x8DDF1129FD8B5D6"' + - '"0x8DDF143D74FEA26"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:43 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - H51Ck5c9NW1eUxLCf/TiSg== + - J9XcuuzNPQp6sNKacJGNqA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:03 GMT + - Thu, 11 Sep 2025 14:58:21 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14169,7 +14169,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:33 GMT + - Thu, 11 Sep 2025 15:01:52 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14178,7 +14178,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_1' headers: accept-ranges: - bytes @@ -14189,19 +14189,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:33 GMT + - Thu, 11 Sep 2025 15:01:52 GMT etag: - - '"0x8DDF112A0730A19"' + - '"0x8DDF143D7E47240"' last-modified: - - Thu, 11 Sep 2025 09:07:26 GMT + - Thu, 11 Sep 2025 14:59:44 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Ac40Li8h+yq7sa1GEymqgQ== + - I8EOd5bgnwKvc6+zRz7crA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:04 GMT + - Thu, 11 Sep 2025 14:58:22 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14229,7 +14229,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:34 GMT + - Thu, 11 Sep 2025 15:01:53 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14238,7 +14238,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_2' headers: accept-ranges: - bytes @@ -14249,19 +14249,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:34 GMT + - Thu, 11 Sep 2025 15:01:53 GMT etag: - - '"0x8DDF112A10B14BA"' + - '"0x8DDF143D87A59AE"' last-modified: - - Thu, 11 Sep 2025 09:07:27 GMT + - Thu, 11 Sep 2025 14:59:45 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - /TMEd0KkjVVbMoPRKl59dA== + - PTANs48PqUFqNZZfKpQUag== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:05 GMT + - Thu, 11 Sep 2025 14:58:23 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14289,7 +14289,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:35 GMT + - Thu, 11 Sep 2025 15:01:54 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14298,7 +14298,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_3' headers: accept-ranges: - bytes @@ -14309,19 +14309,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:36 GMT + - Thu, 11 Sep 2025 15:01:55 GMT etag: - - '"0x8DDF112A1A875C4"' + - '"0x8DDF143D90D345B"' last-modified: - - Thu, 11 Sep 2025 09:07:28 GMT + - Thu, 11 Sep 2025 14:59:46 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 3FHBUNOjrPSR8yNmQ426cw== + - 4RLCwEg9hvg2Zy57Je6Dqw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:06 GMT + - Thu, 11 Sep 2025 14:58:24 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14349,7 +14349,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:36 GMT + - Thu, 11 Sep 2025 15:01:55 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14358,7 +14358,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_4' headers: accept-ranges: - bytes @@ -14369,19 +14369,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:37 GMT + - Thu, 11 Sep 2025 15:01:55 GMT etag: - - '"0x8DDF112A23FE441"' + - '"0x8DDF143D9A3B7F1"' last-modified: - - Thu, 11 Sep 2025 09:07:29 GMT + - Thu, 11 Sep 2025 14:59:47 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - m9nC2CDnUn2TKdSaYm1Ucg== + - dLc/GQ9/pzkPIv4y6H8ciQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:07 GMT + - Thu, 11 Sep 2025 14:58:25 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14409,7 +14409,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:37 GMT + - Thu, 11 Sep 2025 15:01:56 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14418,7 +14418,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_5' headers: accept-ranges: - bytes @@ -14429,19 +14429,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:38 GMT + - Thu, 11 Sep 2025 15:01:56 GMT etag: - - '"0x8DDF112A2D46D00"' + - '"0x8DDF143DA3AD7A0"' last-modified: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - el+5kkqWo29Kx2JvieEfmA== + - ydplKgdSh/DvZYm6hGiojg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:08 GMT + - Thu, 11 Sep 2025 14:58:26 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14469,7 +14469,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:38 GMT + - Thu, 11 Sep 2025 15:01:57 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14478,7 +14478,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_6' headers: accept-ranges: - bytes @@ -14489,19 +14489,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:39 GMT + - Thu, 11 Sep 2025 15:01:57 GMT etag: - - '"0x8DDF112A369B8F0"' + - '"0x8DDF143DAD6D888"' last-modified: - - Thu, 11 Sep 2025 09:07:30 GMT + - Thu, 11 Sep 2025 14:59:49 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - QaMngcQF2w9HxPI2e/4h4A== + - I3Gi3hmE7JoJsC3TSKYZ7A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:09 GMT + - Thu, 11 Sep 2025 14:58:27 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14529,7 +14529,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:39 GMT + - Thu, 11 Sep 2025 15:01:58 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14538,7 +14538,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_7' headers: accept-ranges: - bytes @@ -14549,19 +14549,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:39 GMT + - Thu, 11 Sep 2025 15:01:58 GMT etag: - - '"0x8DDF112A3FBD10E"' + - '"0x8DDF143DB7793AC"' last-modified: - - Thu, 11 Sep 2025 09:07:31 GMT + - Thu, 11 Sep 2025 14:59:50 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - n4oD0KICCe8PR3fZ5Hbokw== + - Tva3K/k9jhShGXx/w+SruA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:10 GMT + - Thu, 11 Sep 2025 14:58:28 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14589,7 +14589,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:40 GMT + - Thu, 11 Sep 2025 15:01:59 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14598,7 +14598,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_8' headers: accept-ranges: - bytes @@ -14609,19 +14609,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:40 GMT + - Thu, 11 Sep 2025 15:02:00 GMT etag: - - '"0x8DDF112A4922E3B"' + - '"0x8DDF143DC114B05"' last-modified: - - Thu, 11 Sep 2025 09:07:32 GMT + - Thu, 11 Sep 2025 14:59:51 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ryWc/g0jYF+/KT4yN4mJsA== + - uPWumwwNYfE61PG5UXzCmw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:11 GMT + - Thu, 11 Sep 2025 14:58:29 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14649,7 +14649,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:41 GMT + - Thu, 11 Sep 2025 15:02:00 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14658,7 +14658,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_9' headers: accept-ranges: - bytes @@ -14669,19 +14669,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:41 GMT + - Thu, 11 Sep 2025 15:02:00 GMT etag: - - '"0x8DDF112A53A3C0E"' + - '"0x8DDF143DCA954F2"' last-modified: - - Thu, 11 Sep 2025 09:07:34 GMT + - Thu, 11 Sep 2025 14:59:52 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - tjg+/hs6KHTP2KPQoqLaYA== + - 6goxRIF5FoAOlkPH2N+fTw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:12 GMT + - Thu, 11 Sep 2025 14:58:30 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14709,7 +14709,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:42 GMT + - Thu, 11 Sep 2025 15:02:01 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14730,11 +14730,11 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:43 GMT + - Thu, 11 Sep 2025 15:02:01 GMT etag: - - '"0x8DDF1128DBB0FA7"' + - '"0x8DDF143C50EF6EE"' last-modified: - - Thu, 11 Sep 2025 09:06:54 GMT + - Thu, 11 Sep 2025 14:59:12 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: @@ -14742,7 +14742,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:32 GMT + - Thu, 11 Sep 2025 14:57:50 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14770,7 +14770,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:43 GMT + - Thu, 11 Sep 2025 15:02:02 GMT x-ms-version: - '2022-11-02' method: GET @@ -14779,61 +14779,61 @@ interactions: body: string: "\uFEFFapple/apple/file_0Thu, - 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 - GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==Thu, 11 Sep 2025 14:59:13 + GMT0x8DDF143C5A5A193133application/octet-streamCoHDSnQaEti+lzPsVk+UCA==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 - Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 - GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==Thu, 11 Sep 2025 14:59:14 + GMT0x8DDF143C63DD296133application/octet-streamV1yzhqOQDLppQJzuJ6fcrA==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 - Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 - GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==Thu, 11 Sep 2025 14:59:15 + GMT0x8DDF143C6D6C6CE133application/octet-streamWwja9V3P5d+1Lug0qUZqUA==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 - Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 - GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==Thu, 11 Sep 2025 14:59:16 + GMT0x8DDF143C76A3DA6133application/octet-streamCFfTbJO020qd6Xmd0aXmKg==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 - Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 - GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==Thu, 11 Sep 2025 14:59:17 + GMT0x8DDF143C8002513133application/octet-streamszCFj8LRqVzXJLlsaBexTg==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 - Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 - GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==Thu, 11 Sep 2025 14:59:18 + GMT0x8DDF143C89AC6B8133application/octet-streamE4zODYjm3q/oxaz5+AL3bA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 - Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 - GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==Thu, 11 Sep 2025 14:59:19 + GMT0x8DDF143C92FC3EB133application/octet-streamjbNIASh6WcOMoPLN0WYIXA==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 - Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 - GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==Thu, 11 Sep 2025 14:59:20 + GMT0x8DDF143C9C49A19133application/octet-streamkj8W/9Jd85k6vmOgZDzSTg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 - Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 - GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==Thu, 11 Sep 2025 14:59:21 + GMT0x8DDF143CA58AD0D133application/octet-streamEtmJVGvcIx7s9ThsxU1yEA==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 - Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 - GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==Thu, 11 Sep 2025 14:59:22 + GMT0x8DDF143CAEFF3D4133application/octet-stream8yBJ6Z7OmV9Cu36X8tCt9A==BlockBlobunlockedavailabletrue" headers: content-type: - application/xml date: - - Thu, 11 Sep 2025 09:09:43 GMT + - Thu, 11 Sep 2025 15:02:02 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -14859,7 +14859,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:44 GMT + - Thu, 11 Sep 2025 15:02:03 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14868,7 +14868,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: accept-ranges: - bytes @@ -14879,19 +14879,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:45 GMT + - Thu, 11 Sep 2025 15:02:04 GMT etag: - - '"0x8DDF1128E50F7AA"' + - '"0x8DDF143C5A5A193"' last-modified: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14919,7 +14919,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:45 GMT + - Thu, 11 Sep 2025 15:02:04 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14928,7 +14928,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_1 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_1' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_1' headers: accept-ranges: - bytes @@ -14939,19 +14939,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:45 GMT + - Thu, 11 Sep 2025 15:02:05 GMT etag: - - '"0x8DDF1128EE88D32"' + - '"0x8DDF143C63DD296"' last-modified: - - Thu, 11 Sep 2025 09:06:56 GMT + - Thu, 11 Sep 2025 14:59:14 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - sgCvynOegFFNSA3aAyt4sw== + - V1yzhqOQDLppQJzuJ6fcrA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:34 GMT + - Thu, 11 Sep 2025 14:57:52 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -14979,7 +14979,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:46 GMT + - Thu, 11 Sep 2025 15:02:05 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -14988,7 +14988,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_2 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_2' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_2' headers: accept-ranges: - bytes @@ -14999,19 +14999,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:46 GMT + - Thu, 11 Sep 2025 15:02:06 GMT etag: - - '"0x8DDF1128F7B1A6C"' + - '"0x8DDF143C6D6C6CE"' last-modified: - - Thu, 11 Sep 2025 09:06:57 GMT + - Thu, 11 Sep 2025 14:59:15 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - nIva7TAoVCa1kv0BYs7gUg== + - Wwja9V3P5d+1Lug0qUZqUA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:35 GMT + - Thu, 11 Sep 2025 14:57:53 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15039,7 +15039,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:47 GMT + - Thu, 11 Sep 2025 15:02:06 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15048,7 +15048,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_3 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_3' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_3' headers: accept-ranges: - bytes @@ -15059,19 +15059,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:47 GMT + - Thu, 11 Sep 2025 15:02:07 GMT etag: - - '"0x8DDF112900E43C6"' + - '"0x8DDF143C76A3DA6"' last-modified: - - Thu, 11 Sep 2025 09:06:58 GMT + - Thu, 11 Sep 2025 14:59:16 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - I4uSTT6wu6uROpf7bexopA== + - CFfTbJO020qd6Xmd0aXmKg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:36 GMT + - Thu, 11 Sep 2025 14:57:54 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15099,7 +15099,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:48 GMT + - Thu, 11 Sep 2025 15:02:07 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15108,7 +15108,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_4 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_4' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_4' headers: accept-ranges: - bytes @@ -15119,19 +15119,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:49 GMT + - Thu, 11 Sep 2025 15:02:08 GMT etag: - - '"0x8DDF11290A75FB1"' + - '"0x8DDF143C8002513"' last-modified: - - Thu, 11 Sep 2025 09:06:59 GMT + - Thu, 11 Sep 2025 14:59:17 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - kl6b7glELc7kzVJsZxcaTQ== + - szCFj8LRqVzXJLlsaBexTg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:37 GMT + - Thu, 11 Sep 2025 14:57:55 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15159,7 +15159,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:49 GMT + - Thu, 11 Sep 2025 15:02:08 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15168,7 +15168,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_5 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_5' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_5' headers: accept-ranges: - bytes @@ -15179,19 +15179,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:49 GMT + - Thu, 11 Sep 2025 15:02:08 GMT etag: - - '"0x8DDF112913F4350"' + - '"0x8DDF143C89AC6B8"' last-modified: - - Thu, 11 Sep 2025 09:07:00 GMT + - Thu, 11 Sep 2025 14:59:18 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - tYFnoIqEliqVDV4Kqgrm/g== + - E4zODYjm3q/oxaz5+AL3bA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:38 GMT + - Thu, 11 Sep 2025 14:57:56 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15219,7 +15219,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:50 GMT + - Thu, 11 Sep 2025 15:02:09 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15228,7 +15228,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_6 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_6' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_6' headers: accept-ranges: - bytes @@ -15239,19 +15239,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:50 GMT + - Thu, 11 Sep 2025 15:02:10 GMT etag: - - '"0x8DDF11291D6B1C7"' + - '"0x8DDF143C92FC3EB"' last-modified: - - Thu, 11 Sep 2025 09:07:01 GMT + - Thu, 11 Sep 2025 14:59:19 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - qgAcEm0QaVI4tBp87g4/Tw== + - jbNIASh6WcOMoPLN0WYIXA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:39 GMT + - Thu, 11 Sep 2025 14:57:57 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15279,7 +15279,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:51 GMT + - Thu, 11 Sep 2025 15:02:10 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15288,7 +15288,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_7 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_7' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_7' headers: accept-ranges: - bytes @@ -15299,19 +15299,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:51 GMT + - Thu, 11 Sep 2025 15:02:11 GMT etag: - - '"0x8DDF1129270DEFA"' + - '"0x8DDF143C9C49A19"' last-modified: - - Thu, 11 Sep 2025 09:07:02 GMT + - Thu, 11 Sep 2025 14:59:20 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - Z5ncFfHP7iDHimP9B2ma7A== + - kj8W/9Jd85k6vmOgZDzSTg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:40 GMT + - Thu, 11 Sep 2025 14:57:58 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15339,7 +15339,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:52 GMT + - Thu, 11 Sep 2025 15:02:11 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15348,7 +15348,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_8 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_8' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_8' headers: accept-ranges: - bytes @@ -15359,19 +15359,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:52 GMT + - Thu, 11 Sep 2025 15:02:12 GMT etag: - - '"0x8DDF112930540B2"' + - '"0x8DDF143CA58AD0D"' last-modified: - - Thu, 11 Sep 2025 09:07:03 GMT + - Thu, 11 Sep 2025 14:59:21 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - SqFE18ci5wNGFNkcFw0RGw== + - EtmJVGvcIx7s9ThsxU1yEA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:41 GMT + - Thu, 11 Sep 2025 14:57:59 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15399,7 +15399,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:53 GMT + - Thu, 11 Sep 2025 15:02:12 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15408,7 +15408,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_9 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_9' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_9' headers: accept-ranges: - bytes @@ -15419,19 +15419,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:54 GMT + - Thu, 11 Sep 2025 15:02:13 GMT etag: - - '"0x8DDF1129398B81F"' + - '"0x8DDF143CAEFF3D4"' last-modified: - - Thu, 11 Sep 2025 09:07:04 GMT + - Thu, 11 Sep 2025 14:59:22 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 4jjsdlYrE7G+HBY4dbsaow== + - 8yBJ6Z7OmV9Cu36X8tCt9A== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:42 GMT + - Thu, 11 Sep 2025 14:58:00 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15459,7 +15459,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:54 GMT + - Thu, 11 Sep 2025 15:02:13 GMT x-ms-version: - '2022-11-02' method: GET @@ -15468,207 +15468,207 @@ interactions: body: string: "\uFEFFapple/file_0Thu, - 11 Sep 2025 09:05:33 GMTThu, 11 Sep 2025 09:06:55 - GMT0x8DDF1128E50F7AA133application/octet-stream7hkDPqdXlLiqCNZK85Wlbg==Thu, 11 Sep 2025 14:59:13 + GMT0x8DDF143C5A5A193133application/octet-streamCoHDSnQaEti+lzPsVk+UCA==BlockBlobunlockedavailabletrueapple/file_1Thu, 11 - Sep 2025 09:05:34 GMTThu, 11 Sep 2025 09:06:56 - GMT0x8DDF1128EE88D32133application/octet-streamsgCvynOegFFNSA3aAyt4sw==Thu, 11 Sep 2025 14:59:14 + GMT0x8DDF143C63DD296133application/octet-streamV1yzhqOQDLppQJzuJ6fcrA==BlockBlobunlockedavailabletrueapple/file_2Thu, 11 - Sep 2025 09:05:35 GMTThu, 11 Sep 2025 09:06:57 - GMT0x8DDF1128F7B1A6C133application/octet-streamnIva7TAoVCa1kv0BYs7gUg==Thu, 11 Sep 2025 14:59:15 + GMT0x8DDF143C6D6C6CE133application/octet-streamWwja9V3P5d+1Lug0qUZqUA==BlockBlobunlockedavailabletrueapple/file_3Thu, 11 - Sep 2025 09:05:36 GMTThu, 11 Sep 2025 09:06:58 - GMT0x8DDF112900E43C6133application/octet-streamI4uSTT6wu6uROpf7bexopA==Thu, 11 Sep 2025 14:59:16 + GMT0x8DDF143C76A3DA6133application/octet-streamCFfTbJO020qd6Xmd0aXmKg==BlockBlobunlockedavailabletrueapple/file_4Thu, 11 - Sep 2025 09:05:37 GMTThu, 11 Sep 2025 09:06:59 - GMT0x8DDF11290A75FB1133application/octet-streamkl6b7glELc7kzVJsZxcaTQ==Thu, 11 Sep 2025 14:59:17 + GMT0x8DDF143C8002513133application/octet-streamszCFj8LRqVzXJLlsaBexTg==BlockBlobunlockedavailabletrueapple/file_5Thu, 11 - Sep 2025 09:05:38 GMTThu, 11 Sep 2025 09:07:00 - GMT0x8DDF112913F4350133application/octet-streamtYFnoIqEliqVDV4Kqgrm/g==Thu, 11 Sep 2025 14:59:18 + GMT0x8DDF143C89AC6B8133application/octet-streamE4zODYjm3q/oxaz5+AL3bA==BlockBlobunlockedavailabletrueapple/file_6Thu, 11 - Sep 2025 09:05:39 GMTThu, 11 Sep 2025 09:07:01 - GMT0x8DDF11291D6B1C7133application/octet-streamqgAcEm0QaVI4tBp87g4/Tw==Thu, 11 Sep 2025 14:59:19 + GMT0x8DDF143C92FC3EB133application/octet-streamjbNIASh6WcOMoPLN0WYIXA==BlockBlobunlockedavailabletrueapple/file_7Thu, 11 - Sep 2025 09:05:40 GMTThu, 11 Sep 2025 09:07:02 - GMT0x8DDF1129270DEFA133application/octet-streamZ5ncFfHP7iDHimP9B2ma7A==Thu, 11 Sep 2025 14:59:20 + GMT0x8DDF143C9C49A19133application/octet-streamkj8W/9Jd85k6vmOgZDzSTg==BlockBlobunlockedavailabletrueapple/file_8Thu, 11 - Sep 2025 09:05:41 GMTThu, 11 Sep 2025 09:07:03 - GMT0x8DDF112930540B2133application/octet-streamSqFE18ci5wNGFNkcFw0RGw==Thu, 11 Sep 2025 14:59:21 + GMT0x8DDF143CA58AD0D133application/octet-streamEtmJVGvcIx7s9ThsxU1yEA==BlockBlobunlockedavailabletrueapple/file_9Thu, 11 - Sep 2025 09:05:42 GMTThu, 11 Sep 2025 09:07:04 - GMT0x8DDF1129398B81F133application/octet-stream4jjsdlYrE7G+HBY4dbsaow==Thu, 11 Sep 2025 14:59:22 + GMT0x8DDF143CAEFF3D4133application/octet-stream8yBJ6Z7OmV9Cu36X8tCt9A==BlockBlobunlockedavailabletruebutter/charlie/file_0Thu, - 11 Sep 2025 09:05:53 GMTThu, 11 Sep 2025 09:07:15 - GMT0x8DDF11299FB5B58142application/octet-stream5sCx8lyA2M7KWQB1HO77Iw==Thu, 11 Sep 2025 14:59:33 + GMT0x8DDF143D16E9F2E142application/octet-streamu3W1V2+JKUdnHr56YPRtzQ==BlockBlobunlockedavailabletruebutter/charlie/file_1Thu, - 11 Sep 2025 09:05:54 GMTThu, 11 Sep 2025 09:07:16 - GMT0x8DDF1129A9699D2142application/octet-streamHmBtDssLhXBO4OlOD5pk8A==Thu, 11 Sep 2025 14:59:34 + GMT0x8DDF143D2034E4E142application/octet-streamOZ5zCNqEW/ky22NRcQ9ypQ==BlockBlobunlockedavailabletruebutter/charlie/file_2Thu, - 11 Sep 2025 09:05:55 GMTThu, 11 Sep 2025 09:07:17 - GMT0x8DDF1129B2E2F5D142application/octet-streamBNMfQ+D8Qw9EusdvMqz7sQ==Thu, 11 Sep 2025 14:59:35 + GMT0x8DDF143D29B0A37142application/octet-stream4qXKD3N5QCKnLGv02aTKQA==BlockBlobunlockedavailabletruebutter/charlie/file_3Thu, - 11 Sep 2025 09:05:56 GMTThu, 11 Sep 2025 09:07:18 - GMT0x8DDF1129BC269FF142application/octet-streamdaJTvInerpLcFGX0h4lMtQ==Thu, 11 Sep 2025 14:59:36 + GMT0x8DDF143D3307C8B142application/octet-stream0y9QsZRU2/0r7RSSM1P/7A==BlockBlobunlockedavailabletruebutter/charlie/file_4Thu, - 11 Sep 2025 09:05:57 GMTThu, 11 Sep 2025 09:07:19 - GMT0x8DDF1129C578EE4142application/octet-streamZNwo/uHTzfWxZnEjmKCg2g==Thu, 11 Sep 2025 14:59:37 + GMT0x8DDF143D3C8FBA1142application/octet-streamRPxj/ul2PdoY3OurE3nFFA==BlockBlobunlockedavailabletruebutter/charlie/file_5Thu, - 11 Sep 2025 09:05:58 GMTThu, 11 Sep 2025 09:07:20 - GMT0x8DDF1129CF1E322142application/octet-stream/aCGrN6qbN/FSRfKV6Ak7A==Thu, 11 Sep 2025 14:59:38 + GMT0x8DDF143D45EE315142application/octet-streamtXcLPvnFKS6lXS35ut0MRg==BlockBlobunlockedavailabletruebutter/charlie/file_6Thu, - 11 Sep 2025 09:05:59 GMTThu, 11 Sep 2025 09:07:21 - GMT0x8DDF1129D8692E7142application/octet-streamMpv1rw6zdGUv9FSCo9xzLw==Thu, 11 Sep 2025 14:59:39 + GMT0x8DDF143D4FC6A75142application/octet-streamCUv7TcvPKhEq8uL4Ph76JQ==BlockBlobunlockedavailabletruebutter/charlie/file_7Thu, - 11 Sep 2025 09:06:00 GMTThu, 11 Sep 2025 09:07:22 - GMT0x8DDF1129E1C05DE142application/octet-stream5ZV/1DOYmTFkDADVGcFEiA==Thu, 11 Sep 2025 14:59:40 + GMT0x8DDF143D59203D4142application/octet-stream4QjV8xzTOIJ5A1qFQOxkCg==BlockBlobunlockedavailabletruebutter/charlie/file_8Thu, - 11 Sep 2025 09:06:01 GMTThu, 11 Sep 2025 09:07:23 - GMT0x8DDF1129EADF6F1142application/octet-streamrvmyfFzqdJMagEsoN4aXYg==Thu, 11 Sep 2025 14:59:41 + GMT0x8DDF143D6263DD8142application/octet-stream//7h55mPS5/Gx0PDNJb42Q==BlockBlobunlockedavailabletruebutter/charlie/file_9Thu, - 11 Sep 2025 09:06:02 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129F440612142application/octet-streamFhWC2bBfwVsghdqypK/g2g==Thu, 11 Sep 2025 14:59:42 + GMT0x8DDF143D6BBB036142application/octet-streamjvJUyRFsrfKPmjKJcHNo4Q==BlockBlobunlockedavailabletruebutter/file_0Thu, 11 - Sep 2025 09:05:43 GMTThu, 11 Sep 2025 09:07:05 - GMT0x8DDF112942DDD00134application/octet-streamml2l6FHXdghiN6H9FlNv1g==Thu, 11 Sep 2025 14:59:23 + GMT0x8DDF143CB87AFBF134application/octet-streamIAn+OHSNvqMbiK3WLnXjvg==BlockBlobunlockedavailabletruebutter/file_1Thu, 11 - Sep 2025 09:05:44 GMTThu, 11 Sep 2025 09:07:06 - GMT0x8DDF11294C23EB0134application/octet-streamkQDVCPD+jIIGPl8HuO0rBA==Thu, 11 Sep 2025 14:59:24 + GMT0x8DDF143CC21B53E134application/octet-stream1PYS9fh+p6fWNUqQZtaQ1A==BlockBlobunlockedavailabletruebutter/file_2Thu, 11 - Sep 2025 09:05:45 GMTThu, 11 Sep 2025 09:07:07 - GMT0x8DDF11295571582134application/octet-streamntvtVTa+QVlguO/fV41+yw==Thu, 11 Sep 2025 14:59:25 + GMT0x8DDF143CCB99832134application/octet-streamYPjapH14UV8g2AYwnIKxow==BlockBlobunlockedavailabletruebutter/file_3Thu, 11 - Sep 2025 09:05:46 GMTThu, 11 Sep 2025 09:07:08 - GMT0x8DDF11295EB9E39134application/octet-streamB0qWjEVDxNElLgGg/tOZiw==Thu, 11 Sep 2025 14:59:26 + GMT0x8DDF143CD4E6E5B134application/octet-streamZrIoRajYKYkpJdjp+1XPsQ==BlockBlobunlockedavailabletruebutter/file_4Thu, 11 - Sep 2025 09:05:47 GMTThu, 11 Sep 2025 09:07:09 - GMT0x8DDF11296807508134application/octet-stream6bF1V2Uh6qyRzKzi/70Rpw==Thu, 11 Sep 2025 14:59:27 + GMT0x8DDF143CDE62A58134application/octet-streamiPnMufKxAuPNI4bKLxNMDg==BlockBlobunlockedavailabletruebutter/file_5Thu, 11 - Sep 2025 09:05:48 GMTThu, 11 Sep 2025 09:07:10 - GMT0x8DDF1129716AB33134application/octet-streamuWF3WJgTu9Rn4oZEAd4jiw==Thu, 11 Sep 2025 14:59:28 + GMT0x8DDF143CE79EF73134application/octet-stream42ldi/xet0l9srmVoLINsg==BlockBlobunlockedavailabletruebutter/file_6Thu, 11 - Sep 2025 09:05:49 GMTThu, 11 Sep 2025 09:07:11 - GMT0x8DDF11297ABF721134application/octet-stream6V1N9wvR9l6nHbffZsSopw==Thu, 11 Sep 2025 14:59:29 + GMT0x8DDF143CF0DDB14134application/octet-streamX6oxpnpwB+JHQd+WoLXRHA==BlockBlobunlockedavailabletruebutter/file_7Thu, 11 - Sep 2025 09:05:50 GMTThu, 11 Sep 2025 09:07:12 - GMT0x8DDF11298419130134application/octet-stream6OzbM6ngIcG4Rx/WjZAYBg==Thu, 11 Sep 2025 14:59:30 + GMT0x8DDF143CFA4FAD4134application/octet-streamwGiI+AuNTVl6yLe29pmn3Q==BlockBlobunlockedavailabletruebutter/file_8Thu, 11 - Sep 2025 09:05:51 GMTThu, 11 Sep 2025 09:07:13 - GMT0x8DDF11298D667F8134application/octet-streamkMSYTJ/9yYLU/t4KjZ/LtQ==Thu, 11 Sep 2025 14:59:31 + GMT0x8DDF143D047FFA3134application/octet-stream8ZlZmIZUtt+dkTlL6P3kiQ==BlockBlobunlockedavailabletruebutter/file_9Thu, 11 - Sep 2025 09:05:52 GMTThu, 11 Sep 2025 09:07:14 - GMT0x8DDF1129968F52D134application/octet-streamRITc6C2DpaUd+i9kFN7vmQ==Thu, 11 Sep 2025 14:59:32 + GMT0x8DDF143D0DC39A0134application/octet-streamvxh+P25G4/TZtejK+q979w==BlockBlobunlockedavailabletrueduff/edward/file_0Thu, - 11 Sep 2025 09:06:03 GMTThu, 11 Sep 2025 09:07:24 - GMT0x8DDF1129FD8B5D6139application/octet-streamH51Ck5c9NW1eUxLCf/TiSg==Thu, 11 Sep 2025 14:59:43 + GMT0x8DDF143D74FEA26139application/octet-streamJ9XcuuzNPQp6sNKacJGNqA==BlockBlobunlockedavailabletrueduff/edward/file_1Thu, - 11 Sep 2025 09:06:04 GMTThu, 11 Sep 2025 09:07:26 - GMT0x8DDF112A0730A19139application/octet-streamAc40Li8h+yq7sa1GEymqgQ==Thu, 11 Sep 2025 14:59:44 + GMT0x8DDF143D7E47240139application/octet-streamI8EOd5bgnwKvc6+zRz7crA==BlockBlobunlockedavailabletrueduff/edward/file_2Thu, - 11 Sep 2025 09:06:05 GMTThu, 11 Sep 2025 09:07:27 - GMT0x8DDF112A10B14BA139application/octet-stream/TMEd0KkjVVbMoPRKl59dA==Thu, 11 Sep 2025 14:59:45 + GMT0x8DDF143D87A59AE139application/octet-streamPTANs48PqUFqNZZfKpQUag==BlockBlobunlockedavailabletrueduff/edward/file_3Thu, - 11 Sep 2025 09:06:06 GMTThu, 11 Sep 2025 09:07:28 - GMT0x8DDF112A1A875C4139application/octet-stream3FHBUNOjrPSR8yNmQ426cw==Thu, 11 Sep 2025 14:59:46 + GMT0x8DDF143D90D345B139application/octet-stream4RLCwEg9hvg2Zy57Je6Dqw==BlockBlobunlockedavailabletrueduff/edward/file_4Thu, - 11 Sep 2025 09:06:07 GMTThu, 11 Sep 2025 09:07:29 - GMT0x8DDF112A23FE441139application/octet-streamm9nC2CDnUn2TKdSaYm1Ucg==Thu, 11 Sep 2025 14:59:47 + GMT0x8DDF143D9A3B7F1139application/octet-streamdLc/GQ9/pzkPIv4y6H8ciQ==BlockBlobunlockedavailabletrueduff/edward/file_5Thu, - 11 Sep 2025 09:06:08 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A2D46D00139application/octet-streamel+5kkqWo29Kx2JvieEfmA==Thu, 11 Sep 2025 14:59:48 + GMT0x8DDF143DA3AD7A0139application/octet-streamydplKgdSh/DvZYm6hGiojg==BlockBlobunlockedavailabletrueduff/edward/file_6Thu, - 11 Sep 2025 09:06:09 GMTThu, 11 Sep 2025 09:07:30 - GMT0x8DDF112A369B8F0139application/octet-streamQaMngcQF2w9HxPI2e/4h4A==Thu, 11 Sep 2025 14:59:49 + GMT0x8DDF143DAD6D888139application/octet-streamI3Gi3hmE7JoJsC3TSKYZ7A==BlockBlobunlockedavailabletrueduff/edward/file_7Thu, - 11 Sep 2025 09:06:10 GMTThu, 11 Sep 2025 09:07:31 - GMT0x8DDF112A3FBD10E139application/octet-streamn4oD0KICCe8PR3fZ5Hbokw==Thu, 11 Sep 2025 14:59:50 + GMT0x8DDF143DB7793AC139application/octet-streamTva3K/k9jhShGXx/w+SruA==BlockBlobunlockedavailabletrueduff/edward/file_8Thu, - 11 Sep 2025 09:06:11 GMTThu, 11 Sep 2025 09:07:32 - GMT0x8DDF112A4922E3B139application/octet-streamryWc/g0jYF+/KT4yN4mJsA==Thu, 11 Sep 2025 14:59:51 + GMT0x8DDF143DC114B05139application/octet-streamuPWumwwNYfE61PG5UXzCmw==BlockBlobunlockedavailabletrueduff/edward/file_9Thu, - 11 Sep 2025 09:06:12 GMTThu, 11 Sep 2025 09:07:34 - GMT0x8DDF112A53A3C0E139application/octet-streamtjg+/hs6KHTP2KPQoqLaYA==Thu, 11 Sep 2025 14:59:52 + GMT0x8DDF143DCA954F2139application/octet-stream6goxRIF5FoAOlkPH2N+fTw==BlockBlobunlockedavailabletruereadmeThu, 11 Sep 2025 - 09:05:32 GMTThu, 11 Sep 2025 09:06:54 GMT0x8DDF1128DBB0FA787application/octet-streamThu, 11 Sep 2025 14:59:12 GMT0x8DDF143C50EF6EE87application/octet-streamsYGKK8OX+WLKH+2bAe4tSQ==BlockBlobunlockedavailabletrue" @@ -15676,7 +15676,7 @@ interactions: content-type: - application/xml date: - - Thu, 11 Sep 2025 09:09:54 GMT + - Thu, 11 Sep 2025 15:02:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -15702,7 +15702,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:56 GMT + - Thu, 11 Sep 2025 15:02:15 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15711,7 +15711,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: accept-ranges: - bytes @@ -15722,19 +15722,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:56 GMT + - Thu, 11 Sep 2025 15:02:16 GMT etag: - - '"0x8DDF1128E50F7AA"' + - '"0x8DDF143C5A5A193"' last-modified: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15762,7 +15762,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:57 GMT + - Thu, 11 Sep 2025 15:02:16 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15771,7 +15771,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/charlie/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter/charlie\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter/charlie\file_0' headers: accept-ranges: - bytes @@ -15782,19 +15782,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:57 GMT + - Thu, 11 Sep 2025 15:02:16 GMT etag: - - '"0x8DDF11299FB5B58"' + - '"0x8DDF143D16E9F2E"' last-modified: - - Thu, 11 Sep 2025 09:07:15 GMT + - Thu, 11 Sep 2025 14:59:33 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 5sCx8lyA2M7KWQB1HO77Iw== + - u3W1V2+JKUdnHr56YPRtzQ== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:53 GMT + - Thu, 11 Sep 2025 14:58:11 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15822,7 +15822,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:58 GMT + - Thu, 11 Sep 2025 15:02:17 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15831,7 +15831,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/butter/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\butter\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\butter\file_0' headers: accept-ranges: - bytes @@ -15842,19 +15842,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:58 GMT + - Thu, 11 Sep 2025 15:02:17 GMT etag: - - '"0x8DDF112942DDD00"' + - '"0x8DDF143CB87AFBF"' last-modified: - - Thu, 11 Sep 2025 09:07:05 GMT + - Thu, 11 Sep 2025 14:59:23 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - ml2l6FHXdghiN6H9FlNv1g== + - IAn+OHSNvqMbiK3WLnXjvg== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:43 GMT + - Thu, 11 Sep 2025 14:58:01 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15882,7 +15882,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:09:59 GMT + - Thu, 11 Sep 2025 15:02:18 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -15891,7 +15891,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/duff/edward/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\duff/edward\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\duff/edward\file_0' headers: accept-ranges: - bytes @@ -15902,19 +15902,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:09:59 GMT + - Thu, 11 Sep 2025 15:02:18 GMT etag: - - '"0x8DDF1129FD8B5D6"' + - '"0x8DDF143D74FEA26"' last-modified: - - Thu, 11 Sep 2025 09:07:24 GMT + - Thu, 11 Sep 2025 14:59:43 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - H51Ck5c9NW1eUxLCf/TiSg== + - J9XcuuzNPQp6sNKacJGNqA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:06:03 GMT + - Thu, 11 Sep 2025 14:58:21 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15942,7 +15942,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:10:00 GMT + - Thu, 11 Sep 2025 15:02:19 GMT x-ms-version: - '2022-11-02' method: HEAD @@ -15956,21 +15956,21 @@ interactions: content-length: - '133' content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:10:00 GMT + - Thu, 11 Sep 2025 15:02:20 GMT etag: - - '"0x8DDF1128E50F7AA"' + - '"0x8DDF143C5A5A193"' last-modified: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -15998,7 +15998,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:10:01 GMT + - Thu, 11 Sep 2025 15:02:20 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -16007,7 +16007,7 @@ interactions: uri: https://clitest000002.blob.core.windows.net/container1/apple/file_0 response: body: - string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test4ubz6j7z22c32u4bfwrt\apple\file_0' + string: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\test32qoxshunqmlt5gndat2\apple\file_0' headers: accept-ranges: - bytes @@ -16018,19 +16018,19 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:10:01 GMT + - Thu, 11 Sep 2025 15:02:21 GMT etag: - - '"0x8DDF1128E50F7AA"' + - '"0x8DDF143C5A5A193"' last-modified: - - Thu, 11 Sep 2025 09:06:55 GMT + - Thu, 11 Sep 2025 14:59:13 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: - - 7hkDPqdXlLiqCNZK85Wlbg== + - CoHDSnQaEti+lzPsVk+UCA== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:05:33 GMT + - Thu, 11 Sep 2025 14:57:51 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -16060,7 +16060,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:10:02 GMT + - Thu, 11 Sep 2025 15:02:21 GMT x-ms-version: - '2022-11-02' method: PUT @@ -16072,11 +16072,11 @@ interactions: content-length: - '0' date: - - Thu, 11 Sep 2025 09:10:03 GMT + - Thu, 11 Sep 2025 15:02:21 GMT etag: - - '"0x8DDF112FE52B9EA"' + - '"0x8DDF144363C70B6"' last-modified: - - Thu, 11 Sep 2025 09:10:03 GMT + - Thu, 11 Sep 2025 15:02:22 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -16108,7 +16108,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:10:03 GMT + - Thu, 11 Sep 2025 15:02:22 GMT x-ms-version: - '2022-11-02' method: PUT @@ -16122,11 +16122,11 @@ interactions: content-md5: - DzQ7CTESaiDxM9Z8KwGKOw== date: - - Thu, 11 Sep 2025 09:10:04 GMT + - Thu, 11 Sep 2025 15:02:23 GMT etag: - - '"0x8DDF112FF27A8FC"' + - '"0x8DDF14436E54B72"' last-modified: - - Thu, 11 Sep 2025 09:10:04 GMT + - Thu, 11 Sep 2025 15:02:23 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: @@ -16162,7 +16162,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:10:05 GMT + - Thu, 11 Sep 2025 15:02:23 GMT x-ms-version: - '2022-11-02' method: PUT @@ -16176,11 +16176,11 @@ interactions: content-md5: - DzQ7CTESaiDxM9Z8KwGKOw== date: - - Thu, 11 Sep 2025 09:10:05 GMT + - Thu, 11 Sep 2025 15:02:24 GMT etag: - - '"0x8DDF112FFF49E76"' + - '"0x8DDF144378C1FC9"' last-modified: - - Thu, 11 Sep 2025 09:10:06 GMT + - Thu, 11 Sep 2025 15:02:24 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: @@ -16216,7 +16216,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:10:06 GMT + - Thu, 11 Sep 2025 15:02:25 GMT x-ms-version: - '2022-11-02' method: PUT @@ -16230,11 +16230,11 @@ interactions: content-md5: - DzQ7CTESaiDxM9Z8KwGKOw== date: - - Thu, 11 Sep 2025 09:10:07 GMT + - Thu, 11 Sep 2025 15:02:25 GMT etag: - - '"0x8DDF11300BBA16A"' + - '"0x8DDF144382E6149"' last-modified: - - Thu, 11 Sep 2025 09:10:07 GMT + - Thu, 11 Sep 2025 15:02:25 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: @@ -16270,7 +16270,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 11 Sep 2025 09:10:08 GMT + - Thu, 11 Sep 2025 15:02:26 GMT x-ms-version: - '2022-11-02' method: PUT @@ -16284,11 +16284,11 @@ interactions: content-md5: - DzQ7CTESaiDxM9Z8KwGKOw== date: - - Thu, 11 Sep 2025 09:10:08 GMT + - Thu, 11 Sep 2025 15:02:26 GMT etag: - - '"0x8DDF11301A67ABA"' + - '"0x8DDF14438D81BBC"' last-modified: - - Thu, 11 Sep 2025 09:10:09 GMT + - Thu, 11 Sep 2025 15:02:27 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: @@ -16316,7 +16316,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:10:09 GMT + - Thu, 11 Sep 2025 15:02:27 GMT x-ms-version: - '2022-11-02' method: GET @@ -16325,13 +16325,13 @@ interactions: body: string: "\uFEFF//dir1/fileThu, - 11 Sep 2025 09:10:04 GMTThu, 11 Sep 2025 09:10:04 - GMT0x8DDF112FF27A8FC1024application/octet-streamThu, 11 Sep 2025 15:02:23 + GMT0x8DDF14436E54B721024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletrue/dir2//fileThu, 11 - Sep 2025 09:10:07 GMTThu, 11 Sep 2025 09:10:07 - GMT0x8DDF11300BBA16A1024application/octet-streamThu, 11 Sep 2025 15:02:25 + GMT0x8DDF144382E61491024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletrue" @@ -16339,7 +16339,7 @@ interactions: content-type: - application/xml date: - - Thu, 11 Sep 2025 09:10:09 GMT + - Thu, 11 Sep 2025 15:02:27 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -16365,7 +16365,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:10:10 GMT + - Thu, 11 Sep 2025 15:02:28 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -16385,11 +16385,11 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:10:11 GMT + - Thu, 11 Sep 2025 15:02:28 GMT etag: - - '"0x8DDF112FF27A8FC"' + - '"0x8DDF14436E54B72"' last-modified: - - Thu, 11 Sep 2025 09:10:04 GMT + - Thu, 11 Sep 2025 15:02:23 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: @@ -16397,7 +16397,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:10:04 GMT + - Thu, 11 Sep 2025 15:02:23 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -16425,7 +16425,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:10:11 GMT + - Thu, 11 Sep 2025 15:02:29 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -16445,11 +16445,11 @@ interactions: content-type: - application/octet-stream date: - - Thu, 11 Sep 2025 09:10:12 GMT + - Thu, 11 Sep 2025 15:02:30 GMT etag: - - '"0x8DDF11300BBA16A"' + - '"0x8DDF144382E6149"' last-modified: - - Thu, 11 Sep 2025 09:10:07 GMT + - Thu, 11 Sep 2025 15:02:25 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-blob-content-md5: @@ -16457,7 +16457,7 @@ interactions: x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 11 Sep 2025 09:10:07 GMT + - Thu, 11 Sep 2025 15:02:25 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -16485,7 +16485,7 @@ interactions: User-Agent: - AZURECLI/2.77.0 azsdk-python-storage-blob/12.16.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Thu, 11 Sep 2025 09:10:12 GMT + - Thu, 11 Sep 2025 15:02:30 GMT x-ms-version: - '2022-11-02' method: GET @@ -16494,23 +16494,23 @@ interactions: body: string: "\uFEFF/dir1/fileThu, - 11 Sep 2025 09:10:04 GMTThu, 11 Sep 2025 09:10:04 - GMT0x8DDF112FF27A8FC1024application/octet-streamThu, 11 Sep 2025 15:02:23 + GMT0x8DDF14436E54B721024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletrue/dir2//fileThu, 11 - Sep 2025 09:10:07 GMTThu, 11 Sep 2025 09:10:07 - GMT0x8DDF11300BBA16A1024application/octet-streamThu, 11 Sep 2025 15:02:25 + GMT0x8DDF144382E61491024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletruedir1/fileThu, 11 Sep - 2025 09:10:06 GMTThu, 11 Sep 2025 09:10:06 - GMT0x8DDF112FFF49E761024application/octet-streamThu, 11 Sep 2025 15:02:24 + GMT0x8DDF144378C1FC91024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletruedir2/fileThu, 11 Sep - 2025 09:10:09 GMTThu, 11 Sep 2025 09:10:09 - GMT0x8DDF11301A67ABA1024application/octet-streamThu, 11 Sep 2025 15:02:27 + GMT0x8DDF14438D81BBC1024application/octet-streamDzQ7CTESaiDxM9Z8KwGKOw==BlockBlobunlockedavailabletrue" @@ -16518,7 +16518,7 @@ interactions: content-type: - application/xml date: - - Thu, 11 Sep 2025 09:10:13 GMT + - Thu, 11 Sep 2025 15:02:30 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_batch_operations.py b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_batch_operations.py index d210618d270..5a64b8509af 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_batch_operations.py +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_batch_operations.py @@ -399,69 +399,6 @@ def assert_share_file_count(self, account_info, share_name, expect_file_count): self.storage_cmd('storage file download-batch -s {} -d "{}"', account_info, share_name, local_folder) self.assertEqual(expect_file_count, sum(len(f) for r, d, f in os.walk(local_folder))) - @ResourceGroupPreparer() - @StorageAccountPreparer() - @StorageTestFilesPreparer() - def test_storage_blob_batch_delete_scenarios(self, test_dir, storage_account_info): - def create_and_populate_container(): - src_container = self.create_container(storage_account_info) - - # upload test files to storage account - self.storage_cmd('storage blob upload-batch -s "{}" -d {}', storage_account_info, test_dir, src_container) - return src_container - - # delete recursively without pattern - src_container = create_and_populate_container() - cmd = 'storage blob delete-batch -s {}'.format(src_container) - self.storage_cmd(cmd, storage_account_info) - self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( - JMESPathCheck('length(@)', 0)) - - # delete recursively with wild card *, and use URL as source - src_container = create_and_populate_container() - src_url = self.storage_cmd('storage blob url -c {} -n readme -otsv', storage_account_info, src_container).output - src_url = src_url[:src_url.rfind('/')] - - self.storage_cmd('storage blob delete-batch -s {} --pattern *', storage_account_info, src_url) - self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( - JMESPathCheck('length(@)', 0)) - - # delete recursively with wild card after dir - src_container = create_and_populate_container() - self.storage_cmd('storage blob delete-batch -s {} --pattern apple/*', storage_account_info, src_container) - self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( - JMESPathCheck('length(@)', 31)) - - # delete recursively with wild card before name - src_container = create_and_populate_container() - self.storage_cmd('storage blob delete-batch -s {} --pattern */file_0', storage_account_info, src_container) - self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( - JMESPathCheck('length(@)', 37)) - - # delete recursively with non-existing pattern - src_container = create_and_populate_container() - self.storage_cmd('storage blob delete-batch -s {} --pattern nonexists/*', storage_account_info, src_container) - self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( - JMESPathCheck('length(@)', 41)) - - # delete recursively with if-modified-since - src_container = create_and_populate_container() - self.storage_cmd('storage blob delete-batch -s {} --if-modified-since {} --dryrun', - storage_account_info, src_container, '2000-12-31T12:59:59Z') - self.storage_cmd('storage blob delete-batch -s {} --if-modified-since {}', - storage_account_info, src_container, '2000-12-31T12:59:59Z') - self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( - JMESPathCheck('length(@)', 0)) - - # delete recursively with if-unmodified-since - src_container = create_and_populate_container() - self.storage_cmd('storage blob delete-batch -s {} --if-unmodified-since {} --dryrun', - storage_account_info, src_container, datetime.max.strftime('%Y-%m-%dT%H:%MZ')) - self.storage_cmd('storage blob delete-batch -s {} --if-unmodified-since {}', - storage_account_info, src_container, datetime.max.strftime('%Y-%m-%dT%H:%MZ')) - self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( - JMESPathCheck('length(@)', 0)) - @ResourceGroupPreparer() @StorageAccountPreparer() @StorageTestFilesPreparer() @@ -790,6 +727,74 @@ def test_storage_blob_batch_download_scenarios(self, test_dir, storage_account_i self.storage_cmd_negative('storage blob download-batch -s {} -d "{}"', storage_account_info, src_container, local_folder) + @ResourceGroupPreparer() + @StorageAccountPreparer() + @StorageTestFilesPreparer() + def test_storage_blob_batch_delete_scenarios(self, test_dir, storage_account_info): + def create_and_populate_container(src_container): + self.storage_cmd('storage container create -n {}', storage_account_info, src_container) + + # upload test files to storage account + self.storage_cmd('storage blob upload-batch -s "{}" -d {}', storage_account_info, test_dir, src_container) + + # delete recursively without pattern + src_container = 'container1' + create_and_populate_container(src_container) + cmd = 'storage blob delete-batch -s {}'.format(src_container) + self.storage_cmd(cmd, storage_account_info) + self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( + JMESPathCheck('length(@)', 0)) + + # delete recursively with wild card *, and use URL as source + src_container = 'container2' + create_and_populate_container(src_container) + src_url = self.storage_cmd('storage blob url -c {} -n readme -otsv', storage_account_info, src_container).output + src_url = src_url[:src_url.rfind('/')] + + self.storage_cmd('storage blob delete-batch -s {} --pattern *', storage_account_info, src_url) + self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( + JMESPathCheck('length(@)', 0)) + + # delete recursively with wild card after dir + src_container = 'container3' + create_and_populate_container(src_container) + self.storage_cmd('storage blob delete-batch -s {} --pattern apple/*', storage_account_info, src_container) + self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( + JMESPathCheck('length(@)', 31)) + + # delete recursively with wild card before name + src_container = 'container4' + create_and_populate_container(src_container) + self.storage_cmd('storage blob delete-batch -s {} --pattern */file_0', storage_account_info, src_container) + self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( + JMESPathCheck('length(@)', 37)) + + # delete recursively with non-existing pattern + src_container = 'container5' + create_and_populate_container(src_container) + self.storage_cmd('storage blob delete-batch -s {} --pattern nonexists/*', storage_account_info, src_container) + self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( + JMESPathCheck('length(@)', 41)) + + # delete recursively with if-modified-since + src_container = 'container6' + create_and_populate_container(src_container) + self.storage_cmd('storage blob delete-batch -s {} --if-modified-since {} --dryrun', + storage_account_info, src_container, '2000-12-31T12:59:59Z') + self.storage_cmd('storage blob delete-batch -s {} --if-modified-since {}', + storage_account_info, src_container, '2000-12-31T12:59:59Z') + self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( + JMESPathCheck('length(@)', 0)) + + # delete recursively with if-unmodified-since + src_container = 'container7' + create_and_populate_container(src_container) + self.storage_cmd('storage blob delete-batch -s {} --if-unmodified-since {} --dryrun', + storage_account_info, src_container, datetime.max.strftime('%Y-%m-%dT%H:%MZ')) + self.storage_cmd('storage blob delete-batch -s {} --if-unmodified-since {}', + storage_account_info, src_container, datetime.max.strftime('%Y-%m-%dT%H:%MZ')) + self.storage_cmd('storage blob list -c {}', storage_account_info, src_container).assert_with_checks( + JMESPathCheck('length(@)', 0)) if __name__ == '__main__': import unittest