From 4a3e55c7c48cfc28b3a44492077773998108e5b5 Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:21:00 +0800 Subject: [PATCH 1/3] fix nfs file list, as --include is not supported --- .../storage/operations/file.py | 5 +- .../test_storage_file_share_nfs_scenario.yaml | 512 +++++++++++++----- .../latest/test_storage_file_scenarios.py | 4 + 3 files changed, 377 insertions(+), 144 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/storage/operations/file.py b/src/azure-cli/azure/cli/command_modules/storage/operations/file.py index 4afc533c8e8..42e0a414161 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/operations/file.py +++ b/src/azure-cli/azure/cli/command_modules/storage/operations/file.py @@ -93,7 +93,10 @@ def create_file_url(client, protocol=None, **kwargs): def list_share_files(cmd, client, directory_name=None, timeout=None, exclude_dir=False, exclude_extended_info=False, num_results=None, marker=None): from ..track2_util import list_generator - include = [] if exclude_extended_info else ["timestamps", "Etag", "Attributes", "PermissionKey"] + include = None + share_properties = client.get_share_properties() + if share_properties.protocols == ['SMB']: + include = [] if exclude_extended_info else ["timestamps", "Etag", "Attributes", "PermissionKey"] generator = client.list_directories_and_files(directory_name=directory_name, include=include, timeout=timeout, results_per_page=num_results) pages = generator.by_page(continuation_token=marker) diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_nfs_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_nfs_scenario.yaml index 460cc47a544..bfba2299b8d 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_nfs_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_nfs_scenario.yaml @@ -15,12 +15,12 @@ interactions: ParameterSetName: - -n -g --query -o User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-29T05:53:45.1322819Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-29T05:53:45.1322819Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-10-16T05:13:50.0093981Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-10-16T05:13:50.0093981Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Mon, 29 Sep 2025 05:54:09 GMT + - Thu, 16 Oct 2025 05:14:13 GMT expires: - '-1' pragma: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/adc5e3a9-9d65-4831-aaa5-6a22aa8cf6c1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=48f8229a-efaa-4c48-b7c8-08c675d698ec/eastus2euap/bae21867-3caa-4576-bebc-aeafe37ef51a x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -65,9 +65,9 @@ interactions: ParameterSetName: - --name --protocol --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 29 Sep 2025 05:54:10 GMT + - Thu, 16 Oct 2025 05:14:14 GMT x-ms-enabled-protocols: - NFS x-ms-version: @@ -81,11 +81,11 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:12 GMT + - Thu, 16 Oct 2025 05:14:15 GMT etag: - - '"0x8DDFF1C9D622710"' + - '"0x8DE0C72D9FDA282"' last-modified: - - Mon, 29 Sep 2025 05:54:12 GMT + - Thu, 16 Oct 2025 05:14:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -107,9 +107,9 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 29 Sep 2025 05:54:12 GMT + - Thu, 16 Oct 2025 05:14:16 GMT x-ms-version: - '2025-07-05' method: GET @@ -121,11 +121,11 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:12 GMT + - Thu, 16 Oct 2025 05:14:16 GMT etag: - - '"0x8DDFF1C9D622710"' + - '"0x8DE0C72D9FDA282"' last-modified: - - Mon, 29 Sep 2025 05:54:12 GMT + - Thu, 16 Oct 2025 05:14:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-access-tier: @@ -145,7 +145,7 @@ interactions: x-ms-root-squash: - NoRootSquash x-ms-share-next-allowed-quota-downgrade-time: - - Mon, 29 Sep 2025 05:54:12 GMT + - Thu, 16 Oct 2025 05:14:15 GMT x-ms-share-paid-bursting-enabled: - 'false' x-ms-share-provisioned-bandwidth-mibps: @@ -179,11 +179,11 @@ interactions: ParameterSetName: - --share-name --name --file-mode --owner --group --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:13 GMT + - Thu, 16 Oct 2025 05:14:17 GMT x-ms-group: - '2' x-ms-mode: @@ -201,23 +201,23 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:14 GMT + - Thu, 16 Oct 2025 05:14:17 GMT etag: - - '"0x8DDFF1C9EFD59B3"' + - '"0x8DE0C72DB88A0E2"' last-modified: - - Mon, 29 Sep 2025 05:54:14 GMT + - Thu, 16 Oct 2025 05:14:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:14.8049331Z' + - '2025-10-16T05:14:18.2158562Z' x-ms-file-creation-time: - - '2025-09-29T05:54:14.8049331Z' + - '2025-10-16T05:14:18.2158562Z' x-ms-file-file-type: - Directory x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-29T05:54:14.8049331Z' + - '2025-10-16T05:14:18.2158562Z' x-ms-file-parent-id: - '1' x-ms-group: @@ -247,11 +247,11 @@ interactions: ParameterSetName: - --share-name --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:15 GMT + - Thu, 16 Oct 2025 05:14:18 GMT x-ms-version: - '2025-07-05' method: GET @@ -263,23 +263,23 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:15 GMT + - Thu, 16 Oct 2025 05:14:18 GMT etag: - - '"0x8DDFF1C9EFD59B3"' + - '"0x8DE0C72DB88A0E2"' last-modified: - - Mon, 29 Sep 2025 05:54:14 GMT + - Thu, 16 Oct 2025 05:14:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:14.8049331Z' + - '2025-10-16T05:14:18.2158562Z' x-ms-file-creation-time: - - '2025-09-29T05:54:14.8049331Z' + - '2025-10-16T05:14:18.2158562Z' x-ms-file-file-type: - Directory x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-29T05:54:14.8049331Z' + - '2025-10-16T05:14:18.2158562Z' x-ms-file-parent-id: - '1' x-ms-group: @@ -311,13 +311,13 @@ interactions: ParameterSetName: - --share-name --source --path --file-mode --owner --group --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '131072' x-ms-date: - - Mon, 29 Sep 2025 05:54:16 GMT + - Thu, 16 Oct 2025 05:14:20 GMT x-ms-type: - file x-ms-version: @@ -331,23 +331,23 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:16 GMT + - Thu, 16 Oct 2025 05:14:20 GMT etag: - - '"0x8DDFF1CA0A94F6D"' + - '"0x8DE0C72DD256540"' last-modified: - - Mon, 29 Sep 2025 05:54:17 GMT + - Thu, 16 Oct 2025 05:14:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-creation-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -381,11 +381,11 @@ interactions: ParameterSetName: - --share-name --source --path --file-mode --owner --group --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:17 GMT + - Thu, 16 Oct 2025 05:14:21 GMT x-ms-range: - bytes=0-131071 x-ms-version: @@ -403,15 +403,15 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Mon, 29 Sep 2025 05:54:19 GMT + - Thu, 16 Oct 2025 05:14:22 GMT etag: - - '"0x8DDFF1CA1E3EFD6"' + - '"0x8DE0C72DE60EF15"' last-modified: - - Mon, 29 Sep 2025 05:54:19 GMT + - Thu, 16 Oct 2025 05:14:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-29T05:54:19.6715478Z' + - '2025-10-16T05:14:22.9888789Z' x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -435,11 +435,11 @@ interactions: ParameterSetName: - --share-name --source --path --file-mode --owner --group --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:19 GMT + - Thu, 16 Oct 2025 05:14:23 GMT x-ms-group: - '3' x-ms-mode: @@ -457,21 +457,21 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:20 GMT + - Thu, 16 Oct 2025 05:14:24 GMT etag: - - '"0x8DDFF1CA299A240"' + - '"0x8DE0C72DF19D20A"' last-modified: - - Mon, 29 Sep 2025 05:54:20 GMT + - Thu, 16 Oct 2025 05:14:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:20.8623168Z' + - '2025-10-16T05:14:24.2005514Z' x-ms-file-creation-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-29T05:54:19.6715478Z' + - '2025-10-16T05:14:22.9888789Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -503,11 +503,11 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:21 GMT + - Thu, 16 Oct 2025 05:14:24 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -519,23 +519,23 @@ interactions: content-length: - '131072' date: - - Mon, 29 Sep 2025 05:54:21 GMT + - Thu, 16 Oct 2025 05:14:25 GMT etag: - - '"0x8DDFF1CA299A240"' + - '"0x8DE0C72DF19D20A"' last-modified: - - Mon, 29 Sep 2025 05:54:20 GMT + - Thu, 16 Oct 2025 05:14:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:20.8623168Z' + - '2025-10-16T05:14:24.2005514Z' x-ms-file-creation-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-29T05:54:19.6715478Z' + - '2025-10-16T05:14:22.9888789Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -573,9 +573,9 @@ interactions: ParameterSetName: - --share-name --path --file-mode --owner --group --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 29 Sep 2025 05:54:22 GMT + - Thu, 16 Oct 2025 05:14:25 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -587,23 +587,23 @@ interactions: content-length: - '131072' date: - - Mon, 29 Sep 2025 05:54:22 GMT + - Thu, 16 Oct 2025 05:14:25 GMT etag: - - '"0x8DDFF1CA299A240"' + - '"0x8DE0C72DF19D20A"' last-modified: - - Mon, 29 Sep 2025 05:54:20 GMT + - Thu, 16 Oct 2025 05:14:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:20.8623168Z' + - '2025-10-16T05:14:24.2005514Z' x-ms-file-creation-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-29T05:54:19.6715478Z' + - '2025-10-16T05:14:22.9888789Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -643,11 +643,11 @@ interactions: ParameterSetName: - --share-name --path --file-mode --owner --group --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:23 GMT + - Thu, 16 Oct 2025 05:14:27 GMT x-ms-group: - '4' x-ms-mode: @@ -665,21 +665,21 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:24 GMT + - Thu, 16 Oct 2025 05:14:27 GMT etag: - - '"0x8DDFF1CA4CBBD26"' + - '"0x8DE0C72E152E9D0"' last-modified: - - Mon, 29 Sep 2025 05:54:24 GMT + - Thu, 16 Oct 2025 05:14:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:24.5461286Z' + - '2025-10-16T05:14:27.9301584Z' x-ms-file-creation-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-29T05:54:19.6715478Z' + - '2025-10-16T05:14:22.9888789Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -711,11 +711,11 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:24 GMT + - Thu, 16 Oct 2025 05:14:28 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -727,23 +727,23 @@ interactions: content-length: - '131072' date: - - Mon, 29 Sep 2025 05:54:25 GMT + - Thu, 16 Oct 2025 05:14:28 GMT etag: - - '"0x8DDFF1CA4CBBD26"' + - '"0x8DE0C72E152E9D0"' last-modified: - - Mon, 29 Sep 2025 05:54:24 GMT + - Thu, 16 Oct 2025 05:14:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:24.5461286Z' + - '2025-10-16T05:14:27.9301584Z' x-ms-file-creation-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-29T05:54:19.6715478Z' + - '2025-10-16T05:14:22.9888789Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -767,6 +767,119 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - --share-name --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 05:14:29 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share000003?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 05:14:29 GMT + etag: + - '"0x8DE0C72D9FDA282"' + last-modified: + - Thu, 16 Oct 2025 05:14:15 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-access-tier: + - Premium + x-ms-enable-snapshot-virtual-directory-access: + - 'true' + x-ms-enabled-protocols: + - NFS + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-root-squash: + - NoRootSquash + x-ms-share-next-allowed-quota-downgrade-time: + - Thu, 16 Oct 2025 05:14:15 GMT + x-ms-share-paid-bursting-enabled: + - 'false' + x-ms-share-provisioned-bandwidth-mibps: + - '110' + x-ms-share-provisioned-egress-mbps: + - '110' + x-ms-share-provisioned-ingress-mbps: + - '110' + x-ms-share-provisioned-iops: + - '3100' + x-ms-share-quota: + - '100' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - --share-name --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-date: + - Thu, 16 Oct 2025 05:14:30 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF50001dir00000413835128424026341376" + headers: + content-type: + - application/xml + date: + - Thu, 16 Oct 2025 05:14:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK - request: body: null headers: @@ -784,13 +897,13 @@ interactions: - --source-account-name --source-path --source-share --destination-path --destination-share --owner-copy-mode --file-mode-copy-mode --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-copy-source: - - https://clitesteh6djhlgwx6invnuf.file.core.windows.net/sharek4dimcgvitbqiw2mlg6/dirp3vtxxqrk3zsu/src_file.txt + - https://clitestpditdqzdc6io5r2l2.file.core.windows.net/shareegf33hyy7zgyn6wryu7/dir556xvhcm226me/src_file.txt x-ms-date: - - Mon, 29 Sep 2025 05:54:25 GMT + - Thu, 16 Oct 2025 05:14:32 GMT x-ms-file-mode-copy-mode: - source x-ms-file-owner-copy-mode: @@ -808,15 +921,15 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:27 GMT + - Thu, 16 Oct 2025 05:14:32 GMT etag: - - '"0x8DDFF1CA655842A"' + - '"0x8DE0C72E47009D1"' last-modified: - - Mon, 29 Sep 2025 05:54:27 GMT + - Thu, 16 Oct 2025 05:14:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - 561c1622-c1fe-4517-a0d1-e2c2fb76e6ce + - 296f3f40-9f3f-4a85-bc9b-521f186f1a75 x-ms-copy-status: - success x-ms-version: @@ -838,11 +951,11 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:27 GMT + - Thu, 16 Oct 2025 05:14:33 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -854,33 +967,33 @@ interactions: content-length: - '131072' date: - - Mon, 29 Sep 2025 05:54:27 GMT + - Thu, 16 Oct 2025 05:14:34 GMT etag: - - '"0x8DDFF1CA655842A"' + - '"0x8DE0C72E47009D1"' last-modified: - - Mon, 29 Sep 2025 05:54:27 GMT + - Thu, 16 Oct 2025 05:14:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Mon, 29 Sep 2025 05:54:27 GMT + - Thu, 16 Oct 2025 05:14:33 GMT x-ms-copy-id: - - 561c1622-c1fe-4517-a0d1-e2c2fb76e6ce + - 296f3f40-9f3f-4a85-bc9b-521f186f1a75 x-ms-copy-progress: - 131072/131072 x-ms-copy-source: - - https://clitesteh6djhlgwx6invnuf.file.core.windows.net/sharek4dimcgvitbqiw2mlg6/dirp3vtxxqrk3zsu/src_file.txt + - https://clitestpditdqzdc6io5r2l2.file.core.windows.net/shareegf33hyy7zgyn6wryu7/dir556xvhcm226me/src_file.txt x-ms-copy-status: - success x-ms-file-change-time: - - '2025-09-29T05:54:27.1267882Z' + - '2025-10-16T05:14:33.1541969Z' x-ms-file-creation-time: - - '2025-09-29T05:54:27.1267882Z' + - '2025-10-16T05:14:33.1541969Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-29T05:54:27.1267882Z' + - '2025-10-16T05:14:33.1541969Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -922,13 +1035,13 @@ interactions: --owner-copy-mode --file-mode-copy-mode --file-mode --owner --group --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-copy-source: - - https://clitesteh6djhlgwx6invnuf.file.core.windows.net/sharek4dimcgvitbqiw2mlg6/dirp3vtxxqrk3zsu/src_file.txt + - https://clitestpditdqzdc6io5r2l2.file.core.windows.net/shareegf33hyy7zgyn6wryu7/dir556xvhcm226me/src_file.txt x-ms-date: - - Mon, 29 Sep 2025 05:54:28 GMT + - Thu, 16 Oct 2025 05:14:34 GMT x-ms-file-mode-copy-mode: - override x-ms-file-owner-copy-mode: @@ -952,15 +1065,15 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:29 GMT + - Thu, 16 Oct 2025 05:14:35 GMT etag: - - '"0x8DDFF1CA7E2F099"' + - '"0x8DE0C72E605835A"' last-modified: - - Mon, 29 Sep 2025 05:54:29 GMT + - Thu, 16 Oct 2025 05:14:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - 3aa87742-391d-4c27-9615-dc051cb6dd1d + - a0d08d57-3633-4bd8-b077-07e40c7e4d00 x-ms-copy-status: - success x-ms-version: @@ -982,11 +1095,11 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 29 Sep 2025 05:54:30 GMT + - Thu, 16 Oct 2025 05:14:36 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -998,33 +1111,33 @@ interactions: content-length: - '131072' date: - - Mon, 29 Sep 2025 05:54:31 GMT + - Thu, 16 Oct 2025 05:14:37 GMT etag: - - '"0x8DDFF1CA7E2F099"' + - '"0x8DE0C72E605835A"' last-modified: - - Mon, 29 Sep 2025 05:54:29 GMT + - Thu, 16 Oct 2025 05:14:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Mon, 29 Sep 2025 05:54:29 GMT + - Thu, 16 Oct 2025 05:14:35 GMT x-ms-copy-id: - - 3aa87742-391d-4c27-9615-dc051cb6dd1d + - a0d08d57-3633-4bd8-b077-07e40c7e4d00 x-ms-copy-progress: - 131072/131072 x-ms-copy-source: - - https://clitesteh6djhlgwx6invnuf.file.core.windows.net/sharek4dimcgvitbqiw2mlg6/dirp3vtxxqrk3zsu/src_file.txt + - https://clitestpditdqzdc6io5r2l2.file.core.windows.net/shareegf33hyy7zgyn6wryu7/dir556xvhcm226me/src_file.txt x-ms-copy-status: - success x-ms-file-change-time: - - '2025-09-29T05:54:29.7313433Z' + - '2025-10-16T05:14:35.8115162Z' x-ms-file-creation-time: - - '2025-09-29T05:54:29.7313433Z' + - '2025-10-16T05:14:35.8115162Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-29T05:54:29.7313433Z' + - '2025-10-16T05:14:35.8115162Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -1048,6 +1161,119 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - --share-name --path --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 05:14:37 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share000003?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 05:14:38 GMT + etag: + - '"0x8DE0C72D9FDA282"' + last-modified: + - Thu, 16 Oct 2025 05:14:15 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-access-tier: + - Premium + x-ms-enable-snapshot-virtual-directory-access: + - 'true' + x-ms-enabled-protocols: + - NFS + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-root-squash: + - NoRootSquash + x-ms-share-next-allowed-quota-downgrade-time: + - Thu, 16 Oct 2025 05:14:15 GMT + x-ms-share-paid-bursting-enabled: + - 'false' + x-ms-share-provisioned-bandwidth-mibps: + - '110' + x-ms-share-provisioned-egress-mbps: + - '110' + x-ms-share-provisioned-ingress-mbps: + - '110' + x-ms-share-provisioned-iops: + - '3100' + x-ms-share-quota: + - '100' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - --share-name --path --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-date: + - Thu, 16 Oct 2025 05:14:38 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF500013835128424026341376dst_file.txt13835163608398430208131072dst_file2.txt13835075647468208128131072src_file.txt13835093239654252544131072" + headers: + content-type: + - application/xml + date: + - Thu, 16 Oct 2025 05:14:39 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK - request: body: null headers: @@ -1064,11 +1290,11 @@ interactions: ParameterSetName: - --share-name --path --target --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 29 Sep 2025 05:54:31 GMT + - Thu, 16 Oct 2025 05:14:39 GMT x-ms-file-target-file: - - dirp3vtxxqrk3zsu/src_file.txt + - dir556xvhcm226me/src_file.txt x-ms-type: - file x-ms-version: @@ -1082,23 +1308,23 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:32 GMT + - Thu, 16 Oct 2025 05:14:40 GMT etag: - - '"0x8DDFF1CA971E1EF"' + - '"0x8DE0C72E90330C9"' last-modified: - - Mon, 29 Sep 2025 05:54:32 GMT + - Thu, 16 Oct 2025 05:14:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:32.3458543Z' + - '2025-10-16T05:14:40.8294601Z' x-ms-file-creation-time: - - '2025-09-29T05:54:17.6096109Z' + - '2025-10-16T05:14:20.9209664Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-29T05:54:19.6715478Z' + - '2025-10-16T05:14:22.9888789Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -1133,9 +1359,9 @@ interactions: - --share-name --path --target --metadata --file-creation-time --file-last-write-time --owner --group --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 29 Sep 2025 05:54:32 GMT + - Thu, 16 Oct 2025 05:14:41 GMT x-ms-file-creation-time: - now x-ms-file-last-write-time: @@ -1159,23 +1385,23 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:33 GMT + - Thu, 16 Oct 2025 05:14:41 GMT etag: - - '"0x8DDFF1CAA33BB99"' + - '"0x8DE0C72E9C310D1"' last-modified: - - Mon, 29 Sep 2025 05:54:33 GMT + - Thu, 16 Oct 2025 05:14:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-29T05:54:33.6162713Z' + - '2025-10-16T05:14:42.0869329Z' x-ms-file-creation-time: - - '2025-09-29T05:54:33.6162713Z' + - '2025-10-16T05:14:42.0869329Z' x-ms-file-file-type: - SymLink x-ms-file-id: - '13835110831840296960' x-ms-file-last-write-time: - - '2025-09-29T05:54:33.6162713Z' + - '2025-10-16T05:14:42.0869329Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -1205,9 +1431,9 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 29 Sep 2025 05:54:33 GMT + - Thu, 16 Oct 2025 05:14:42 GMT x-ms-version: - '2025-07-05' method: GET @@ -1219,11 +1445,11 @@ interactions: content-length: - '0' date: - - Mon, 29 Sep 2025 05:54:34 GMT + - Thu, 16 Oct 2025 05:14:43 GMT etag: - - '"0x8DDFF1CAA33BB99"' + - '"0x8DE0C72E9C310D1"' last-modified: - - Mon, 29 Sep 2025 05:54:33 GMT + - Thu, 16 Oct 2025 05:14:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-link-text: diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_file_scenarios.py b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_file_scenarios.py index b4bcb4e16d6..e356aa7cf8e 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_file_scenarios.py +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_file_scenarios.py @@ -628,6 +628,8 @@ def test_storage_file_share_nfs_scenario(self, resource_group, storage_account): .assert_with_checks(JMESPathCheck('fileMode', '0664'), JMESPathCheck('owner', '3'), JMESPathCheck('group', '4')) + self.storage_cmd('storage file list --share-name {}', account_info, share_name)\ + .assert_with_checks(JMESPathCheck('length(@)', 1)) # test copy mode dst_file_path = dir_name + '/' + 'dst_file.txt' @@ -649,6 +651,8 @@ def test_storage_file_share_nfs_scenario(self, resource_group, storage_account): .assert_with_checks(JMESPathCheck('fileMode', '0666'), JMESPathCheck('owner', '4'), JMESPathCheck('group', '5')) + self.storage_cmd('storage file list --share-name {} --path {}', account_info, share_name, dir_name) \ + .assert_with_checks(JMESPathCheck('length(@)', 3)) # hard link link_path = dir_name + '/' + 'linked_file.txt' From 1c55b42b360b6c7bb0f63b2549655a05a6f8fc16 Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:27:15 +0800 Subject: [PATCH 2/3] rerun tests --- ...t_storage_file_batch_delete_scenarios.yaml | 18756 ++++++++-------- ...test_storage_file_main_oauth_scenario.yaml | 481 +- .../test_storage_file_main_scenario.yaml | 878 +- 3 files changed, 10567 insertions(+), 9548 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_batch_delete_scenarios.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_batch_delete_scenarios.yaml index f4f3800db55..bb01b3d9196 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_batch_delete_scenarios.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_batch_delete_scenarios.yaml @@ -15,11 +15,11 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:20:10 GMT + - Thu, 16 Oct 2025 06:42:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1?restype=share response: @@ -29,15 +29,15 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:11 GMT + - Thu, 16 Oct 2025 06:42:58 GMT etag: - - '"0x8DDF997B44BA4F7"' + - '"0x8DE0C7F3ED033E5"' last-modified: - - Mon, 22 Sep 2025 05:20:11 GMT + - Thu, 16 Oct 2025 06:42:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -57,17 +57,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '87' x-ms-date: - - Mon, 22 Sep 2025 05:20:11 GMT + - Thu, 16 Oct 2025 06:42:59 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/readme response: @@ -77,31 +77,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:12 GMT + - Thu, 16 Oct 2025 06:42:59 GMT etag: - - '"0x8DDF997B4FB967A"' + - '"0x8DE0C7F3F78277F"' last-modified: - - Mon, 22 Sep 2025 05:20:12 GMT + - Thu, 16 Oct 2025 06:42:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:12.8243322Z' + - '2025-10-16T06:42:59.8408063Z' x-ms-file-creation-time: - - '2025-09-22T05:20:12.8243322Z' + - '2025-10-16T06:42:59.8408063Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-22T05:20:12.8243322Z' + - '2025-10-16T06:42:59.8408063Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -124,15 +124,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:12 GMT + - Thu, 16 Oct 2025 06:43:00 GMT x-ms-range: - bytes=0-86 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -146,19 +146,19 @@ interactions: content-md5: - sYGKK8OX+WLKH+2bAe4tSQ== date: - - Mon, 22 Sep 2025 05:20:14 GMT + - Thu, 16 Oct 2025 06:42:59 GMT etag: - - '"0x8DDF997B64C4F7A"' + - '"0x8DE0C7F4012F17C"' last-modified: - - Mon, 22 Sep 2025 05:20:15 GMT + - Thu, 16 Oct 2025 06:43:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:15.0310778Z' + - '2025-10-16T06:43:00.8552316Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -176,32 +176,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:15 GMT + - Thu, 16 Oct 2025 06:43:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/readme?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:32101caa-b01a-0077-0d80-2bcdb6000000\nTime:2025-09-22T05:20:16.0936823Z" + specified resource does not exist.\nRequestId:7d816e72-f01a-003c-6868-3e467d000000\nTime:2025-10-16T06:43:01.8829234Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:15 GMT + - Thu, 16 Oct 2025 06:43:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -221,13 +221,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:16 GMT + - Thu, 16 Oct 2025 06:43:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: @@ -237,31 +237,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:17 GMT + - Thu, 16 Oct 2025 06:43:02 GMT etag: - - '"0x8DDF997B7A210CC"' + - '"0x8DE0C7F4143F22A"' last-modified: - - Mon, 22 Sep 2025 05:20:17 GMT + - Thu, 16 Oct 2025 06:43:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:20:17.2708044Z' + - '2025-10-16T06:43:02.8540970Z' x-ms-file-creation-time: - - '2025-09-22T05:20:17.2708044Z' + - '2025-10-16T06:43:02.8540970Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-22T05:20:17.2708044Z' + - '2025-10-16T06:43:02.8540970Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -281,17 +281,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:17 GMT + - Thu, 16 Oct 2025 06:43:03 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_0 response: @@ -301,36 +301,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:17 GMT + - Thu, 16 Oct 2025 06:43:02 GMT etag: - - '"0x8DDF997B84564F8"' + - '"0x8DE0C7F41DBD660"' last-modified: - - Mon, 22 Sep 2025 05:20:18 GMT + - Thu, 16 Oct 2025 06:43:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:18.3411960Z' + - '2025-10-16T06:43:03.8495328Z' x-ms-file-creation-time: - - '2025-09-22T05:20:18.3411960Z' + - '2025-10-16T06:43:03.8495328Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-22T05:20:18.3411960Z' + - '2025-10-16T06:43:03.8495328Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_0' headers: Accept: - application/xml @@ -347,15 +347,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:18 GMT + - Thu, 16 Oct 2025 06:43:04 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -367,21 +367,21 @@ interactions: content-length: - '0' content-md5: - - KbdzhOgKXngDw2ixfMkoBw== + - GMBfqA6dOsWsabR0DMnMbw== date: - - Mon, 22 Sep 2025 05:20:18 GMT + - Thu, 16 Oct 2025 06:43:04 GMT etag: - - '"0x8DDF997B8E780CC"' + - '"0x8DE0C7F4277638A"' last-modified: - - Mon, 22 Sep 2025 05:20:19 GMT + - Thu, 16 Oct 2025 06:43:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:19.4035916Z' + - '2025-10-16T06:43:04.8689546Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -399,32 +399,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:19 GMT + - Thu, 16 Oct 2025 06:43:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:e7d86f0d-a01a-0009-6f80-2b5df1000000\nTime:2025-09-22T05:20:20.5998193Z" + specified resource does not exist.\nRequestId:5d0f047b-201a-003f-4f68-3ea719000000\nTime:2025-10-16T06:43:05.9313661Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:20 GMT + - Thu, 16 Oct 2025 06:43:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -444,32 +444,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:20 GMT + - Thu, 16 Oct 2025 06:43:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:eb64ffed-e01a-0008-1580-2b022d000000\nTime:2025-09-22T05:20:21.7715537Z" + specified resource already exists.\nRequestId:943e948b-001a-0065-0568-3ec1fe000000\nTime:2025-10-16T06:43:06.9513381Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:20 GMT + - Thu, 16 Oct 2025 06:43:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -489,17 +489,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:21 GMT + - Thu, 16 Oct 2025 06:43:07 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_1 response: @@ -509,36 +509,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:22 GMT + - Thu, 16 Oct 2025 06:43:07 GMT etag: - - '"0x8DDF997BAF8AEA6"' + - '"0x8DE0C7F444E291E"' last-modified: - - Mon, 22 Sep 2025 05:20:22 GMT + - Thu, 16 Oct 2025 06:43:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:22.8716198Z' + - '2025-10-16T06:43:07.9542046Z' x-ms-file-creation-time: - - '2025-09-22T05:20:22.8716198Z' + - '2025-10-16T06:43:07.9542046Z' x-ms-file-id: - '13835146016212385792' x-ms-file-last-write-time: - - '2025-09-22T05:20:22.8716198Z' + - '2025-10-16T06:43:07.9542046Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_1' headers: Accept: - application/xml @@ -555,15 +555,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:23 GMT + - Thu, 16 Oct 2025 06:43:08 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -575,21 +575,21 @@ interactions: content-length: - '0' content-md5: - - kuGKGesKoTwJvOGFQ17+kw== + - HU1+WcfbbWcK5FKWNknTGw== date: - - Mon, 22 Sep 2025 05:20:23 GMT + - Thu, 16 Oct 2025 06:43:08 GMT etag: - - '"0x8DDF997BB9C9EF6"' + - '"0x8DE0C7F44E71E95"' last-modified: - - Mon, 22 Sep 2025 05:20:23 GMT + - Thu, 16 Oct 2025 06:43:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:23.9460086Z' + - '2025-10-16T06:43:08.9566357Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -607,32 +607,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:24 GMT + - Thu, 16 Oct 2025 06:43:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:cbd99d14-201a-0081-0680-2bb8f8000000\nTime:2025-09-22T05:20:25.0289187Z" + specified resource does not exist.\nRequestId:b44a8d11-601a-0011-3968-3ef50e000000\nTime:2025-10-16T06:43:09.9805736Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:25 GMT + - Thu, 16 Oct 2025 06:43:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -652,32 +652,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:25 GMT + - Thu, 16 Oct 2025 06:43:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cb48a197-b01a-0048-5480-2b0515000000\nTime:2025-09-22T05:20:26.0868855Z" + specified resource already exists.\nRequestId:ca74161d-701a-001d-3b68-3e6206000000\nTime:2025-10-16T06:43:10.9617771Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:25 GMT + - Thu, 16 Oct 2025 06:43:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -697,17 +697,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:26 GMT + - Thu, 16 Oct 2025 06:43:11 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_2 response: @@ -717,36 +717,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:26 GMT + - Thu, 16 Oct 2025 06:43:11 GMT etag: - - '"0x8DDF997BD936AD2"' + - '"0x8DE0C7F46B09FB8"' last-modified: - - Mon, 22 Sep 2025 05:20:27 GMT + - Thu, 16 Oct 2025 06:43:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:27.2411346Z' + - '2025-10-16T06:43:11.9549368Z' x-ms-file-creation-time: - - '2025-09-22T05:20:27.2411346Z' + - '2025-10-16T06:43:11.9549368Z' x-ms-file-id: - '13835110831840296960' x-ms-file-last-write-time: - - '2025-09-22T05:20:27.2411346Z' + - '2025-10-16T06:43:11.9549368Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_2' headers: Accept: - application/xml @@ -763,15 +763,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:27 GMT + - Thu, 16 Oct 2025 06:43:12 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -783,21 +783,21 @@ interactions: content-length: - '0' content-md5: - - fNTbj5ykfKeLNN8v2zG5AQ== + - aUmY2BUfmBcforlMsUR8QQ== date: - - Mon, 22 Sep 2025 05:20:27 GMT + - Thu, 16 Oct 2025 06:43:12 GMT etag: - - '"0x8DDF997BE4A4425"' + - '"0x8DE0C7F47479996"' last-modified: - - Mon, 22 Sep 2025 05:20:28 GMT + - Thu, 16 Oct 2025 06:43:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:28.4394533Z' + - '2025-10-16T06:43:12.9443734Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -815,32 +815,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:28 GMT + - Thu, 16 Oct 2025 06:43:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:51a853b3-301a-0046-0c80-2b2ca5000000\nTime:2025-09-22T05:20:29.5564615Z" + specified resource does not exist.\nRequestId:3ee948ff-001a-004a-2568-3ecc35000000\nTime:2025-10-16T06:43:13.9330219Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:29 GMT + - Thu, 16 Oct 2025 06:43:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -860,32 +860,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:29 GMT + - Thu, 16 Oct 2025 06:43:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:de504c26-001a-004d-3280-2bd7ce000000\nTime:2025-09-22T05:20:30.6381328Z" + specified resource already exists.\nRequestId:731fdf50-d01a-0014-4568-3e27d5000000\nTime:2025-10-16T06:43:14.9318837Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:30 GMT + - Thu, 16 Oct 2025 06:43:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -905,17 +905,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:30 GMT + - Thu, 16 Oct 2025 06:43:15 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_3 response: @@ -925,36 +925,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:31 GMT + - Thu, 16 Oct 2025 06:43:15 GMT etag: - - '"0x8DDF997C04B6EC0"' + - '"0x8DE0C7F490F9441"' last-modified: - - Mon, 22 Sep 2025 05:20:31 GMT + - Thu, 16 Oct 2025 06:43:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:31.8025408Z' + - '2025-10-16T06:43:15.9326785Z' x-ms-file-creation-time: - - '2025-09-22T05:20:31.8025408Z' + - '2025-10-16T06:43:15.9326785Z' x-ms-file-id: - - '13835181200584474624' + - '13835066851375185920' x-ms-file-last-write-time: - - '2025-09-22T05:20:31.8025408Z' + - '2025-10-16T06:43:15.9326785Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_3' headers: Accept: - application/xml @@ -971,15 +971,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:31 GMT + - Thu, 16 Oct 2025 06:43:16 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -991,21 +991,21 @@ interactions: content-length: - '0' content-md5: - - UKf+C7/9lCB+xsTHT0AT+w== + - hPmGhgGQmw7V5li0VjAEvw== date: - - Mon, 22 Sep 2025 05:20:32 GMT + - Thu, 16 Oct 2025 06:43:16 GMT etag: - - '"0x8DDF997C1099A09"' + - '"0x8DE0C7F49A7516C"' last-modified: - - Mon, 22 Sep 2025 05:20:33 GMT + - Thu, 16 Oct 2025 06:43:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:33.0488329Z' + - '2025-10-16T06:43:16.9271148Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1023,32 +1023,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:33 GMT + - Thu, 16 Oct 2025 06:43:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:51d3cb6e-401a-005c-6a80-2b4d7a000000\nTime:2025-09-22T05:20:34.1871109Z" + specified resource does not exist.\nRequestId:54fbc1dd-401a-0074-4668-3e5b4a000000\nTime:2025-10-16T06:43:17.9350244Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:33 GMT + - Thu, 16 Oct 2025 06:43:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -1068,32 +1068,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:34 GMT + - Thu, 16 Oct 2025 06:43:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:60670286-901a-002d-2480-2bab51000000\nTime:2025-09-22T05:20:35.2690081Z" + specified resource already exists.\nRequestId:78192864-401a-0080-1868-3e90bc000000\nTime:2025-10-16T06:43:18.9408888Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:35 GMT + - Thu, 16 Oct 2025 06:43:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -1113,17 +1113,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:35 GMT + - Thu, 16 Oct 2025 06:43:19 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_4 response: @@ -1133,36 +1133,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:35 GMT + - Thu, 16 Oct 2025 06:43:19 GMT etag: - - '"0x8DDF997C3034BA3"' + - '"0x8DE0C7F4B7628E7"' last-modified: - - Mon, 22 Sep 2025 05:20:36 GMT + - Thu, 16 Oct 2025 06:43:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:36.3629475Z' + - '2025-10-16T06:43:19.9603943Z' x-ms-file-creation-time: - - '2025-09-22T05:20:36.3629475Z' + - '2025-10-16T06:43:19.9603943Z' x-ms-file-id: - - '13835137220119363584' + - '13835102035747274752' x-ms-file-last-write-time: - - '2025-09-22T05:20:36.3629475Z' + - '2025-10-16T06:43:19.9603943Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_4' headers: Accept: - application/xml @@ -1179,15 +1179,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:36 GMT + - Thu, 16 Oct 2025 06:43:20 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -1199,21 +1199,21 @@ interactions: content-length: - '0' content-md5: - - Pi+XuYBhmVHlmaHQrsN5uA== + - DlPxXRJLOtEhmGFpPvCAlA== date: - - Mon, 22 Sep 2025 05:20:36 GMT + - Thu, 16 Oct 2025 06:43:20 GMT etag: - - '"0x8DDF997C3AC1D43"' + - '"0x8DE0C7F4C12A050"' last-modified: - - Mon, 22 Sep 2025 05:20:37 GMT + - Thu, 16 Oct 2025 06:43:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:37.4693187Z' + - '2025-10-16T06:43:20.9858128Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1231,32 +1231,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:37 GMT + - Thu, 16 Oct 2025 06:43:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:64cd5c96-701a-0068-7080-2b7eb2000000\nTime:2025-09-22T05:20:38.5781594Z" + specified resource does not exist.\nRequestId:89f6588b-e01a-006d-6a68-3edbf1000000\nTime:2025-10-16T06:43:21.9868356Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:37 GMT + - Thu, 16 Oct 2025 06:43:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -1276,32 +1276,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:38 GMT + - Thu, 16 Oct 2025 06:43:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6a18b71d-201a-0065-1a80-2bb666000000\nTime:2025-09-22T05:20:39.6939168Z" + specified resource already exists.\nRequestId:455a1509-901a-0015-2168-3e7809000000\nTime:2025-10-16T06:43:22.9768759Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:39 GMT + - Thu, 16 Oct 2025 06:43:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -1321,17 +1321,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:39 GMT + - Thu, 16 Oct 2025 06:43:23 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_5 response: @@ -1341,36 +1341,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:40 GMT + - Thu, 16 Oct 2025 06:43:23 GMT etag: - - '"0x8DDF997C5BC12C0"' + - '"0x8DE0C7F4DDE43FA"' last-modified: - - Mon, 22 Sep 2025 05:20:40 GMT + - Thu, 16 Oct 2025 06:43:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:40.9293504Z' + - '2025-10-16T06:43:23.9981050Z' x-ms-file-creation-time: - - '2025-09-22T05:20:40.9293504Z' + - '2025-10-16T06:43:23.9981050Z' x-ms-file-id: - - '13835172404491452416' + - '13835084443561230336' x-ms-file-last-write-time: - - '2025-09-22T05:20:40.9293504Z' + - '2025-10-16T06:43:23.9981050Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_5' headers: Accept: - application/xml @@ -1387,15 +1387,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:41 GMT + - Thu, 16 Oct 2025 06:43:24 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -1407,21 +1407,21 @@ interactions: content-length: - '0' content-md5: - - Wuik022KBMDN72Q+nUmr8A== + - imMhomA+vGB7t3uZ7bxeTw== date: - - Mon, 22 Sep 2025 05:20:41 GMT + - Thu, 16 Oct 2025 06:43:24 GMT etag: - - '"0x8DDF997C6713E9E"' + - '"0x8DE0C7F4E7934EB"' last-modified: - - Mon, 22 Sep 2025 05:20:42 GMT + - Thu, 16 Oct 2025 06:43:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:42.1166750Z' + - '2025-10-16T06:43:25.0135275Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1439,32 +1439,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:42 GMT + - Thu, 16 Oct 2025 06:43:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b06c3a65-b01a-0005-1580-2bcaf9000000\nTime:2025-09-22T05:20:43.2201973Z" + specified resource does not exist.\nRequestId:33e100f2-701a-0040-6868-3e6882000000\nTime:2025-10-16T06:43:26.0312277Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:42 GMT + - Thu, 16 Oct 2025 06:43:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -1484,32 +1484,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:43 GMT + - Thu, 16 Oct 2025 06:43:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:287ace48-501a-001d-1f80-2b159e000000\nTime:2025-09-22T05:20:44.3417838Z" + specified resource already exists.\nRequestId:e65884b2-201a-0062-4368-3ead9d000000\nTime:2025-10-16T06:43:27.0330548Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:44 GMT + - Thu, 16 Oct 2025 06:43:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -1529,17 +1529,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:44 GMT + - Thu, 16 Oct 2025 06:43:27 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_6 response: @@ -1549,36 +1549,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:45 GMT + - Thu, 16 Oct 2025 06:43:27 GMT etag: - - '"0x8DDF997C86599D1"' + - '"0x8DE0C7F504637EF"' last-modified: - - Mon, 22 Sep 2025 05:20:45 GMT + - Thu, 16 Oct 2025 06:43:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:45.3958097Z' + - '2025-10-16T06:43:28.0348143Z' x-ms-file-creation-time: - - '2025-09-22T05:20:45.3958097Z' + - '2025-10-16T06:43:28.0348143Z' x-ms-file-id: - - '13835154812305408000' + - '13835119627933319168' x-ms-file-last-write-time: - - '2025-09-22T05:20:45.3958097Z' + - '2025-10-16T06:43:28.0348143Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_6' headers: Accept: - application/xml @@ -1595,15 +1595,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:45 GMT + - Thu, 16 Oct 2025 06:43:28 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -1615,21 +1615,21 @@ interactions: content-length: - '0' content-md5: - - qquEyGmOv0aX/uuJOTos8A== + - wT7M3aB+ZMNisG9Rq9ZoNA== date: - - Mon, 22 Sep 2025 05:20:45 GMT + - Thu, 16 Oct 2025 06:43:28 GMT etag: - - '"0x8DDF997C909B12E"' + - '"0x8DE0C7F50DB3661"' last-modified: - - Mon, 22 Sep 2025 05:20:46 GMT + - Thu, 16 Oct 2025 06:43:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:46.4711982Z' + - '2025-10-16T06:43:29.0112609Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1647,32 +1647,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:46 GMT + - Thu, 16 Oct 2025 06:43:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:0bdb69de-e01a-006a-3980-2bc00a000000\nTime:2025-09-22T05:20:47.6900316Z" + specified resource does not exist.\nRequestId:84fea4a5-201a-0010-3468-3eaad2000000\nTime:2025-10-16T06:43:30.0143751Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:46 GMT + - Thu, 16 Oct 2025 06:43:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -1692,32 +1692,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:47 GMT + - Thu, 16 Oct 2025 06:43:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:e7d86ffa-a01a-0009-1380-2b5df1000000\nTime:2025-09-22T05:20:48.9210055Z" + specified resource already exists.\nRequestId:3db97111-b01a-0012-5568-3e146a000000\nTime:2025-10-16T06:43:31.0109736Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:48 GMT + - Thu, 16 Oct 2025 06:43:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -1737,17 +1737,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:49 GMT + - Thu, 16 Oct 2025 06:43:31 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_7 response: @@ -1757,36 +1757,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:49 GMT + - Thu, 16 Oct 2025 06:43:31 GMT etag: - - '"0x8DDF997CB3149E9"' + - '"0x8DE0C7F52A86061"' last-modified: - - Mon, 22 Sep 2025 05:20:50 GMT + - Thu, 16 Oct 2025 06:43:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:50.0861417Z' + - '2025-10-16T06:43:32.0335457Z' x-ms-file-creation-time: - - '2025-09-22T05:20:50.0861417Z' + - '2025-10-16T06:43:32.0335457Z' x-ms-file-id: - - '13835189996677496832' + - '13835062453328674816' x-ms-file-last-write-time: - - '2025-09-22T05:20:50.0861417Z' + - '2025-10-16T06:43:32.0335457Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_7' headers: Accept: - application/xml @@ -1803,15 +1803,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:50 GMT + - Thu, 16 Oct 2025 06:43:32 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -1823,21 +1823,21 @@ interactions: content-length: - '0' content-md5: - - biL542V00BF18M6U4OGaIA== + - L5t+H2oSdOhUGmhpilfyxg== date: - - Mon, 22 Sep 2025 05:20:51 GMT + - Thu, 16 Oct 2025 06:43:32 GMT etag: - - '"0x8DDF997CC06A34D"' + - '"0x8DE0C7F533DACE6"' last-modified: - - Mon, 22 Sep 2025 05:20:51 GMT + - Thu, 16 Oct 2025 06:43:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:51.4843469Z' + - '2025-10-16T06:43:33.0119910Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1855,32 +1855,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:51 GMT + - Thu, 16 Oct 2025 06:43:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:908629b2-401a-002e-3680-2b4a35000000\nTime:2025-09-22T05:20:52.7809084Z" + specified resource does not exist.\nRequestId:31e34be9-801a-0044-7268-3ee585000000\nTime:2025-10-16T06:43:34.0251814Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:52 GMT + - Thu, 16 Oct 2025 06:43:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -1900,32 +1900,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:52 GMT + - Thu, 16 Oct 2025 06:43:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:51a853e8-301a-0046-2280-2b2ca5000000\nTime:2025-09-22T05:20:53.9450918Z" + specified resource already exists.\nRequestId:56f9bf48-e01a-0042-0668-3ed63a000000\nTime:2025-10-16T06:43:35.0352920Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:53 GMT + - Thu, 16 Oct 2025 06:43:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -1945,17 +1945,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:54 GMT + - Thu, 16 Oct 2025 06:43:35 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_8 response: @@ -1965,36 +1965,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:55 GMT + - Thu, 16 Oct 2025 06:43:35 GMT etag: - - '"0x8DDF997CE27D454"' + - '"0x8DE0C7F55099E96"' last-modified: - - Mon, 22 Sep 2025 05:20:55 GMT + - Thu, 16 Oct 2025 06:43:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:55.0573140Z' + - '2025-10-16T06:43:36.0262806Z' x-ms-file-creation-time: - - '2025-09-22T05:20:55.0573140Z' + - '2025-10-16T06:43:36.0262806Z' x-ms-file-id: - - '13835132822072852480' + - '13835097637700763648' x-ms-file-last-write-time: - - '2025-09-22T05:20:55.0573140Z' + - '2025-10-16T06:43:36.0262806Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_8' headers: Accept: - application/xml @@ -2011,15 +2011,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:55 GMT + - Thu, 16 Oct 2025 06:43:36 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -2031,21 +2031,21 @@ interactions: content-length: - '0' content-md5: - - S9MbniItyGWAX8HUaXtvQw== + - CX9hZzMKEb4/Kk7oy0Up2Q== date: - - Mon, 22 Sep 2025 05:20:55 GMT + - Thu, 16 Oct 2025 06:43:36 GMT etag: - - '"0x8DDF997CED44EE8"' + - '"0x8DE0C7F55A02367"' last-modified: - - Mon, 22 Sep 2025 05:20:56 GMT + - Thu, 16 Oct 2025 06:43:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:20:56.1876712Z' + - '2025-10-16T06:43:37.0127207Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2063,32 +2063,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:56 GMT + - Thu, 16 Oct 2025 06:43:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:287ace62-501a-001d-2a80-2b159e000000\nTime:2025-09-22T05:20:57.3185303Z" + specified resource does not exist.\nRequestId:84fea5d6-201a-0010-3668-3eaad2000000\nTime:2025-10-16T06:43:38.0130606Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:57 GMT + - Thu, 16 Oct 2025 06:43:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -2108,32 +2108,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:57 GMT + - Thu, 16 Oct 2025 06:43:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:59661d9e-b01a-0058-7b80-2bc07d000000\nTime:2025-09-22T05:20:58.4622530Z" + specified resource already exists.\nRequestId:f90e0014-801a-0036-4f68-3ee2ca000000\nTime:2025-10-16T06:43:39.0064250Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:20:57 GMT + - Thu, 16 Oct 2025 06:43:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -2153,17 +2153,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:20:58 GMT + - Thu, 16 Oct 2025 06:43:39 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/apple/file_9 response: @@ -2173,36 +2173,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:20:59 GMT + - Thu, 16 Oct 2025 06:43:39 GMT etag: - - '"0x8DDF997D0DAF6F2"' + - '"0x8DE0C7F576DC290"' last-modified: - - Mon, 22 Sep 2025 05:20:59 GMT + - Thu, 16 Oct 2025 06:43:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:20:59.5867378Z' + - '2025-10-16T06:43:40.0380048Z' x-ms-file-creation-time: - - '2025-09-22T05:20:59.5867378Z' + - '2025-10-16T06:43:40.0380048Z' x-ms-file-id: - - '13835168006444941312' + - '13835080045514719232' x-ms-file-last-write-time: - - '2025-09-22T05:20:59.5867378Z' + - '2025-10-16T06:43:40.0380048Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_9' headers: Accept: - application/xml @@ -2219,15 +2219,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:20:59 GMT + - Thu, 16 Oct 2025 06:43:40 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -2239,21 +2239,21 @@ interactions: content-length: - '0' content-md5: - - E3ZgXfXwhQXZcB6MZXVUnw== + - DVh4bMDTdULHbAxwCEq5XA== date: - - Mon, 22 Sep 2025 05:21:00 GMT + - Thu, 16 Oct 2025 06:43:40 GMT etag: - - '"0x8DDF997D18416A1"' + - '"0x8DE0C7F5805A6C3"' last-modified: - - Mon, 22 Sep 2025 05:21:00 GMT + - Thu, 16 Oct 2025 06:43:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:00.6951073Z' + - '2025-10-16T06:43:41.0334403Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2271,32 +2271,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:00 GMT + - Thu, 16 Oct 2025 06:43:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7721ca67-c01a-006d-7980-2bac69000000\nTime:2025-09-22T05:21:01.8201547Z" + specified resource does not exist.\nRequestId:9aef97b0-401a-0064-6068-3e9e22000000\nTime:2025-10-16T06:43:42.0305471Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:01 GMT + - Thu, 16 Oct 2025 06:43:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -2316,13 +2316,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:01 GMT + - Thu, 16 Oct 2025 06:43:42 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: @@ -2332,31 +2332,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:02 GMT + - Thu, 16 Oct 2025 06:43:42 GMT etag: - - '"0x8DDF997D2CFA037"' + - '"0x8DE0C7F593C4BFA"' last-modified: - - Mon, 22 Sep 2025 05:21:02 GMT + - Thu, 16 Oct 2025 06:43:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:21:02.8678711Z' + - '2025-10-16T06:43:43.0692858Z' x-ms-file-creation-time: - - '2025-09-22T05:21:02.8678711Z' + - '2025-10-16T06:43:43.0692858Z' x-ms-file-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-last-write-time: - - '2025-09-22T05:21:02.8678711Z' + - '2025-10-16T06:43:43.0692858Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2376,17 +2376,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:03 GMT + - Thu, 16 Oct 2025 06:43:43 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_0 response: @@ -2396,36 +2396,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:03 GMT + - Thu, 16 Oct 2025 06:43:43 GMT etag: - - '"0x8DDF997D377FCB3"' + - '"0x8DE0C7F59DD569C"' last-modified: - - Mon, 22 Sep 2025 05:21:03 GMT + - Thu, 16 Oct 2025 06:43:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:03.9712435Z' + - '2025-10-16T06:43:44.1246876Z' x-ms-file-creation-time: - - '2025-09-22T05:21:03.9712435Z' + - '2025-10-16T06:43:44.1246876Z' x-ms-file-id: - - '13835150414258896896' + - '13835115229886808064' x-ms-file-last-write-time: - - '2025-09-22T05:21:03.9712435Z' + - '2025-10-16T06:43:44.1246876Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_0' headers: Accept: - application/xml @@ -2442,15 +2442,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:04 GMT + - Thu, 16 Oct 2025 06:43:44 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -2462,21 +2462,21 @@ interactions: content-length: - '0' content-md5: - - 3XjDte19KE9ZGl2znDo4ow== + - vtvTNO3D4e1hg746MxfIgg== date: - - Mon, 22 Sep 2025 05:21:04 GMT + - Thu, 16 Oct 2025 06:43:44 GMT etag: - - '"0x8DDF997D41CB037"' + - '"0x8DE0C7F5A769A31"' last-modified: - - Mon, 22 Sep 2025 05:21:05 GMT + - Thu, 16 Oct 2025 06:43:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:05.0506295Z' + - '2025-10-16T06:43:45.1291185Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2494,32 +2494,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:05 GMT + - Thu, 16 Oct 2025 06:43:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:0952306f-801a-006c-1c80-2bf3b5000000\nTime:2025-09-22T05:21:06.4082073Z" + specified resource does not exist.\nRequestId:984a3cd7-901a-003a-3a68-3e75c2000000\nTime:2025-10-16T06:43:46.1324581Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:05 GMT + - Thu, 16 Oct 2025 06:43:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -2539,32 +2539,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:06 GMT + - Thu, 16 Oct 2025 06:43:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:4a3d0860-501a-000d-6080-2bd0f6000000\nTime:2025-09-22T05:21:07.4303747Z" + specified resource already exists.\nRequestId:e4ba0575-601a-003e-2c68-3ef8c5000000\nTime:2025-10-16T06:43:47.1719996Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:06 GMT + - Thu, 16 Oct 2025 06:43:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -2584,17 +2584,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:07 GMT + - Thu, 16 Oct 2025 06:43:47 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_1 response: @@ -2604,36 +2604,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:07 GMT + - Thu, 16 Oct 2025 06:43:47 GMT etag: - - '"0x8DDF997D6397513"' + - '"0x8DE0C7F5C4D38AD"' last-modified: - - Mon, 22 Sep 2025 05:21:08 GMT + - Thu, 16 Oct 2025 06:43:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:08.5946131Z' + - '2025-10-16T06:43:48.2133677Z' x-ms-file-creation-time: - - '2025-09-22T05:21:08.5946131Z' + - '2025-10-16T06:43:48.2133677Z' x-ms-file-id: - - '13835185598630985728' + - '11529241434347536384' x-ms-file-last-write-time: - - '2025-09-22T05:21:08.5946131Z' + - '2025-10-16T06:43:48.2133677Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_1' headers: Accept: - application/xml @@ -2650,15 +2650,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:08 GMT + - Thu, 16 Oct 2025 06:43:48 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -2670,21 +2670,21 @@ interactions: content-length: - '0' content-md5: - - yiT8wkakc8SFbxbkHsRrGg== + - Cigad3Fr4V3pGpcR23fKmA== date: - - Mon, 22 Sep 2025 05:21:09 GMT + - Thu, 16 Oct 2025 06:43:48 GMT etag: - - '"0x8DDF997D6E6B2D7"' + - '"0x8DE0C7F5CF017CF"' last-modified: - - Mon, 22 Sep 2025 05:21:09 GMT + - Thu, 16 Oct 2025 06:43:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:09.7299671Z' + - '2025-10-16T06:43:49.2807631Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2702,32 +2702,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:09 GMT + - Thu, 16 Oct 2025 06:43:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:51a854a8-301a-0046-2c80-2b2ca5000000\nTime:2025-09-22T05:21:10.8519543Z" + specified resource does not exist.\nRequestId:ab5f6e70-101a-0034-7368-3e5c72000000\nTime:2025-10-16T06:43:50.2970178Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:10 GMT + - Thu, 16 Oct 2025 06:43:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -2747,32 +2747,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:10 GMT + - Thu, 16 Oct 2025 06:43:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:0761acf1-c01a-001f-2c80-2bab26000000\nTime:2025-09-22T05:21:11.9442816Z" + specified resource already exists.\nRequestId:984a3f71-901a-003a-4b68-3e75c2000000\nTime:2025-10-16T06:43:51.2907612Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:11 GMT + - Thu, 16 Oct 2025 06:43:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -2792,17 +2792,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:12 GMT + - Thu, 16 Oct 2025 06:43:51 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_2 response: @@ -2812,36 +2812,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:12 GMT + - Thu, 16 Oct 2025 06:43:52 GMT etag: - - '"0x8DDF997D8F0B5BC"' + - '"0x8DE0C7F5EBB464E"' last-modified: - - Mon, 22 Sep 2025 05:21:13 GMT + - Thu, 16 Oct 2025 06:43:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:13.1510204Z' + - '2025-10-16T06:43:52.2900558Z' x-ms-file-creation-time: - - '2025-09-22T05:21:13.1510204Z' + - '2025-10-16T06:43:52.2900558Z' x-ms-file-id: - - '11529241434347536384' + - '13835141618165874688' x-ms-file-last-write-time: - - '2025-09-22T05:21:13.1510204Z' + - '2025-10-16T06:43:52.2900558Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_2' headers: Accept: - application/xml @@ -2858,15 +2858,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:13 GMT + - Thu, 16 Oct 2025 06:43:52 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -2878,21 +2878,21 @@ interactions: content-length: - '0' content-md5: - - tsjnDVjXxMi7Qa1MWEtfYQ== + - b8SD0ePfMbVS4En4o7f4lg== date: - - Mon, 22 Sep 2025 05:21:13 GMT + - Thu, 16 Oct 2025 06:43:53 GMT etag: - - '"0x8DDF997D99012D3"' + - '"0x8DE0C7F5F561040"' last-modified: - - Mon, 22 Sep 2025 05:21:14 GMT + - Thu, 16 Oct 2025 06:43:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:14.1954259Z' + - '2025-10-16T06:43:53.3044800Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2910,32 +2910,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:14 GMT + - Thu, 16 Oct 2025 06:43:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:d636d712-601a-0064-1c80-2be9ba000000\nTime:2025-09-22T05:21:15.2493499Z" + specified resource does not exist.\nRequestId:7d81817c-f01a-003c-6968-3e467d000000\nTime:2025-10-16T06:43:54.3038216Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:14 GMT + - Thu, 16 Oct 2025 06:43:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -2955,32 +2955,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:15 GMT + - Thu, 16 Oct 2025 06:43:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:2d120721-f01a-0076-4480-2b926a000000\nTime:2025-09-22T05:21:16.2816592Z" + specified resource already exists.\nRequestId:02bdd737-a01a-007c-3868-3e4145000000\nTime:2025-10-16T06:43:55.3357354Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:15 GMT + - Thu, 16 Oct 2025 06:43:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -3000,17 +3000,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:16 GMT + - Thu, 16 Oct 2025 06:43:55 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_3 response: @@ -3020,36 +3020,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:16 GMT + - Thu, 16 Oct 2025 06:43:56 GMT etag: - - '"0x8DDF997DB6B927C"' + - '"0x8DE0C7F61227721"' last-modified: - - Mon, 22 Sep 2025 05:21:17 GMT + - Thu, 16 Oct 2025 06:43:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:17.3116540Z' + - '2025-10-16T06:43:56.3217697Z' x-ms-file-creation-time: - - '2025-09-22T05:21:17.3116540Z' + - '2025-10-16T06:43:56.3217697Z' x-ms-file-id: - - '13835106433793785856' + - '11529303006998691840' x-ms-file-last-write-time: - - '2025-09-22T05:21:17.3116540Z' + - '2025-10-16T06:43:56.3217697Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_3' headers: Accept: - application/xml @@ -3066,15 +3066,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:17 GMT + - Thu, 16 Oct 2025 06:43:56 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -3086,21 +3086,21 @@ interactions: content-length: - '0' content-md5: - - HcnEATe1I7SvSDaK35gT8Q== + - cH6xmWTjJVoXNPlYJwv0yg== date: - - Mon, 22 Sep 2025 05:21:17 GMT + - Thu, 16 Oct 2025 06:43:56 GMT etag: - - '"0x8DDF997DC117E4D"' + - '"0x8DE0C7F61BD1A01"' last-modified: - - Mon, 22 Sep 2025 05:21:18 GMT + - Thu, 16 Oct 2025 06:43:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:18.3990349Z' + - '2025-10-16T06:43:57.3351937Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -3118,32 +3118,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:18 GMT + - Thu, 16 Oct 2025 06:43:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:287ace82-501a-001d-3280-2b159e000000\nTime:2025-09-22T05:21:19.4349564Z" + specified resource does not exist.\nRequestId:16daf278-d01a-0066-4c68-3e209a000000\nTime:2025-10-16T06:43:58.3330012Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:19 GMT + - Thu, 16 Oct 2025 06:43:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -3163,32 +3163,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:19 GMT + - Thu, 16 Oct 2025 06:43:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:4659bbe9-601a-0074-2a80-2b2cd2000000\nTime:2025-09-22T05:21:20.5283728Z" + specified resource already exists.\nRequestId:3b290226-b01a-002d-7668-3edcc9000000\nTime:2025-10-16T06:43:59.4185381Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:19 GMT + - Thu, 16 Oct 2025 06:43:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -3208,17 +3208,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:20 GMT + - Thu, 16 Oct 2025 06:43:59 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_4 response: @@ -3228,36 +3228,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:20 GMT + - Thu, 16 Oct 2025 06:43:59 GMT etag: - - '"0x8DDF997DDF53A13"' + - '"0x8DE0C7F639899DC"' last-modified: - - Mon, 22 Sep 2025 05:21:21 GMT + - Thu, 16 Oct 2025 06:44:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:21.5692307Z' + - '2025-10-16T06:44:00.4514268Z' x-ms-file-creation-time: - - '2025-09-22T05:21:21.5692307Z' + - '2025-10-16T06:44:00.4514268Z' x-ms-file-id: - - '11529307405045202944' + - '13835088841607741440' x-ms-file-last-write-time: - - '2025-09-22T05:21:21.5692307Z' + - '2025-10-16T06:44:00.4514268Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_4' headers: Accept: - application/xml @@ -3274,15 +3274,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:21 GMT + - Thu, 16 Oct 2025 06:44:00 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -3294,21 +3294,21 @@ interactions: content-length: - '0' content-md5: - - wwbnvXkfmgkyoLckzwLpMw== + - s4qgV0u9fOH8jGS/pQv4nA== date: - - Mon, 22 Sep 2025 05:21:21 GMT + - Thu, 16 Oct 2025 06:44:00 GMT etag: - - '"0x8DDF997DE8F40CE"' + - '"0x8DE0C7F64320474"' last-modified: - - Mon, 22 Sep 2025 05:21:22 GMT + - Thu, 16 Oct 2025 06:44:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:22.5786574Z' + - '2025-10-16T06:44:01.4568564Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -3326,32 +3326,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:22 GMT + - Thu, 16 Oct 2025 06:44:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6ff9e00a-101a-0033-4580-2b4789000000\nTime:2025-09-22T05:21:23.6711271Z" + specified resource does not exist.\nRequestId:962d7898-501a-0057-4b68-3ec189000000\nTime:2025-10-16T06:44:02.4314247Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:23 GMT + - Thu, 16 Oct 2025 06:44:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -3371,32 +3371,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:23 GMT + - Thu, 16 Oct 2025 06:44:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7e7db7e3-301a-000b-3f80-2be349000000\nTime:2025-09-22T05:21:24.6934357Z" + specified resource already exists.\nRequestId:8416b988-a01a-0053-7568-3e4c8e000000\nTime:2025-10-16T06:44:03.4334224Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:24 GMT + - Thu, 16 Oct 2025 06:44:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -3416,17 +3416,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:24 GMT + - Thu, 16 Oct 2025 06:44:03 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_5 response: @@ -3436,36 +3436,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:25 GMT + - Thu, 16 Oct 2025 06:44:04 GMT etag: - - '"0x8DDF997E071C441"' + - '"0x8DE0C7F65F6CB44"' last-modified: - - Mon, 22 Sep 2025 05:21:25 GMT + - Thu, 16 Oct 2025 06:44:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:25.7408577Z' + - '2025-10-16T06:44:04.4241732Z' x-ms-file-creation-time: - - '2025-09-22T05:21:25.7408577Z' + - '2025-10-16T06:44:04.4241732Z' x-ms-file-id: - - '13835159210351919104' + - '13835124025979830272' x-ms-file-last-write-time: - - '2025-09-22T05:21:25.7408577Z' + - '2025-10-16T06:44:04.4241732Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_5' headers: Accept: - application/xml @@ -3482,15 +3482,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:25 GMT + - Thu, 16 Oct 2025 06:44:04 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -3502,21 +3502,21 @@ interactions: content-length: - '0' content-md5: - - XczklXENgGaFFdFgg093CQ== + - /GtWAYSuHvdlxMMDcEtpoA== date: - - Mon, 22 Sep 2025 05:21:26 GMT + - Thu, 16 Oct 2025 06:44:05 GMT etag: - - '"0x8DDF997E10ED7BC"' + - '"0x8DE0C7F668E8866"' last-modified: - - Mon, 22 Sep 2025 05:21:26 GMT + - Thu, 16 Oct 2025 06:44:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:26.7702716Z' + - '2025-10-16T06:44:05.4186086Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -3534,32 +3534,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:26 GMT + - Thu, 16 Oct 2025 06:44:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:03de435e-301a-0079-1d80-2be406000000\nTime:2025-09-22T05:21:27.8621435Z" + specified resource does not exist.\nRequestId:9bb18848-a01a-0021-2568-3e4bc1000000\nTime:2025-10-16T06:44:06.4241379Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:27 GMT + - Thu, 16 Oct 2025 06:44:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -3579,32 +3579,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:27 GMT + - Thu, 16 Oct 2025 06:44:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:095230af-801a-006c-3780-2bf3b5000000\nTime:2025-09-22T05:21:28.8994622Z" + specified resource already exists.\nRequestId:984a41ec-901a-003a-3268-3e75c2000000\nTime:2025-10-16T06:44:07.4444002Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:28 GMT + - Thu, 16 Oct 2025 06:44:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -3624,17 +3624,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:29 GMT + - Thu, 16 Oct 2025 06:44:07 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_6 response: @@ -3644,36 +3644,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:29 GMT + - Thu, 16 Oct 2025 06:44:08 GMT etag: - - '"0x8DDF997E2E9E235"' + - '"0x8DE0C7F685E7126"' last-modified: - - Mon, 22 Sep 2025 05:21:29 GMT + - Thu, 16 Oct 2025 06:44:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:29.8834997Z' + - '2025-10-16T06:44:08.4588838Z' x-ms-file-creation-time: - - '2025-09-22T05:21:29.8834997Z' + - '2025-10-16T06:44:08.4588838Z' x-ms-file-id: - - '16140936248867946496' + - '13835194394724007936' x-ms-file-last-write-time: - - '2025-09-22T05:21:29.8834997Z' + - '2025-10-16T06:44:08.4588838Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_6' headers: Accept: - application/xml @@ -3690,15 +3690,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:30 GMT + - Thu, 16 Oct 2025 06:44:08 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -3710,21 +3710,21 @@ interactions: content-length: - '0' content-md5: - - NxK5WO6Uvg04pcYNVCRaxQ== + - ShR+5lD1DciwQwuM/dbGvQ== date: - - Mon, 22 Sep 2025 05:21:30 GMT + - Thu, 16 Oct 2025 06:44:09 GMT etag: - - '"0x8DDF997E38BD6FC"' + - '"0x8DE0C7F68F6555B"' last-modified: - - Mon, 22 Sep 2025 05:21:30 GMT + - Thu, 16 Oct 2025 06:44:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:30.9448956Z' + - '2025-10-16T06:44:09.4543195Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -3742,32 +3742,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:31 GMT + - Thu, 16 Oct 2025 06:44:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9e7e6ccb-001a-003f-6780-2bd081000000\nTime:2025-09-22T05:21:32.1438125Z" + specified resource does not exist.\nRequestId:99a04357-501a-0035-3268-3e03ae000000\nTime:2025-10-16T06:44:10.4403051Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:31 GMT + - Thu, 16 Oct 2025 06:44:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -3787,32 +3787,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:32 GMT + - Thu, 16 Oct 2025 06:44:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:682f2fad-d01a-005e-6780-2bf3c2000000\nTime:2025-09-22T05:21:33.3028153Z" + specified resource already exists.\nRequestId:f90e010a-801a-0036-1868-3ee2ca000000\nTime:2025-10-16T06:44:11.4337045Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:32 GMT + - Thu, 16 Oct 2025 06:44:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -3832,17 +3832,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:33 GMT + - Thu, 16 Oct 2025 06:44:11 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_7 response: @@ -3852,36 +3852,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:33 GMT + - Thu, 16 Oct 2025 06:44:11 GMT etag: - - '"0x8DDF997E593DE62"' + - '"0x8DE0C7F6ABCA292"' last-modified: - - Mon, 22 Sep 2025 05:21:34 GMT + - Thu, 16 Oct 2025 06:44:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:34.3529570Z' + - '2025-10-16T06:44:12.4316306Z' x-ms-file-creation-time: - - '2025-09-22T05:21:34.3529570Z' + - '2025-10-16T06:44:12.4316306Z' x-ms-file-id: - '13835060254305419264' x-ms-file-last-write-time: - - '2025-09-22T05:21:34.3529570Z' + - '2025-10-16T06:44:12.4316306Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_7' headers: Accept: - application/xml @@ -3898,15 +3898,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:34 GMT + - Thu, 16 Oct 2025 06:44:12 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -3918,21 +3918,21 @@ interactions: content-length: - '0' content-md5: - - 0SyjZIfp/k+83Zndgb9WOw== + - 8U6KZX5JlwP7KOFTIQ3dcg== date: - - Mon, 22 Sep 2025 05:21:34 GMT + - Thu, 16 Oct 2025 06:44:12 GMT etag: - - '"0x8DDF997E634E8E3"' + - '"0x8DE0C7F6B545FB7"' last-modified: - - Mon, 22 Sep 2025 05:21:35 GMT + - Thu, 16 Oct 2025 06:44:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:35.4083555Z' + - '2025-10-16T06:44:13.4260663Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -3950,32 +3950,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:35 GMT + - Thu, 16 Oct 2025 06:44:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b938652a-e01a-0055-5780-2b08a9000000\nTime:2025-09-22T05:21:36.4309078Z" + specified resource does not exist.\nRequestId:31e354f3-801a-0044-1968-3ee585000000\nTime:2025-10-16T06:44:14.4329176Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:36 GMT + - Thu, 16 Oct 2025 06:44:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -3995,32 +3995,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:36 GMT + - Thu, 16 Oct 2025 06:44:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:293c0907-101a-0051-0580-2b85ae000000\nTime:2025-09-22T05:21:37.4699158Z" + specified resource already exists.\nRequestId:78db43ae-f01a-0061-0a68-3e4cf9000000\nTime:2025-10-16T06:44:15.4381878Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:36 GMT + - Thu, 16 Oct 2025 06:44:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -4040,17 +4040,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:37 GMT + - Thu, 16 Oct 2025 06:44:15 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_8 response: @@ -4060,36 +4060,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:37 GMT + - Thu, 16 Oct 2025 06:44:15 GMT etag: - - '"0x8DDF997E80EE21B"' + - '"0x8DE0C7F6D224CF6"' last-modified: - - Mon, 22 Sep 2025 05:21:38 GMT + - Thu, 16 Oct 2025 06:44:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:38.5145883Z' + - '2025-10-16T06:44:16.4533494Z' x-ms-file-creation-time: - - '2025-09-22T05:21:38.5145883Z' + - '2025-10-16T06:44:16.4533494Z' x-ms-file-id: - - '11529333793324269568' + - '13835095438677508096' x-ms-file-last-write-time: - - '2025-09-22T05:21:38.5145883Z' + - '2025-10-16T06:44:16.4533494Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_8' headers: Accept: - application/xml @@ -4106,15 +4106,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:38 GMT + - Thu, 16 Oct 2025 06:44:16 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -4126,21 +4126,21 @@ interactions: content-length: - '0' content-md5: - - Y6KduLz+RaaUoIV7LVRRWQ== + - 4RQJueF/CFN0cLVuuppI4w== date: - - Mon, 22 Sep 2025 05:21:39 GMT + - Thu, 16 Oct 2025 06:44:17 GMT etag: - - '"0x8DDF997E8AFC599"' + - '"0x8DE0C7F6DBC05A4"' last-modified: - - Mon, 22 Sep 2025 05:21:39 GMT + - Thu, 16 Oct 2025 06:44:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:39.5689881Z' + - '2025-10-16T06:44:17.4607780Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -4158,32 +4158,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:39 GMT + - Thu, 16 Oct 2025 06:44:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:8542c277-001a-0072-2b80-2b1f6d000000\nTime:2025-09-22T05:21:40.6888917Z" + specified resource does not exist.\nRequestId:56f9c2bf-e01a-0042-6f68-3ed63a000000\nTime:2025-10-16T06:44:18.4619316Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:39 GMT + - Thu, 16 Oct 2025 06:44:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -4203,32 +4203,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:40 GMT + - Thu, 16 Oct 2025 06:44:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:120df7c4-a01a-006b-1f80-2b9fd6000000\nTime:2025-09-22T05:21:42.1098873Z" + specified resource already exists.\nRequestId:1ca3b8f5-a01a-006c-3268-3e842d000000\nTime:2025-10-16T06:44:19.4537049Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:42 GMT + - Thu, 16 Oct 2025 06:44:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -4248,17 +4248,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:21:42 GMT + - Thu, 16 Oct 2025 06:44:19 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/file_9 response: @@ -4268,36 +4268,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:43 GMT + - Thu, 16 Oct 2025 06:44:20 GMT etag: - - '"0x8DDF997EB1A02E9"' + - '"0x8DE0C7F6F840056"' last-modified: - - Mon, 22 Sep 2025 05:21:43 GMT + - Thu, 16 Oct 2025 06:44:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:43.6206825Z' + - '2025-10-16T06:44:20.4490838Z' x-ms-file-creation-time: - - '2025-09-22T05:21:43.6206825Z' + - '2025-10-16T06:44:20.4490838Z' x-ms-file-id: - - '13835165807421685760' + - '13835077846491463680' x-ms-file-last-write-time: - - '2025-09-22T05:21:43.6206825Z' + - '2025-10-16T06:44:20.4490838Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_9' headers: Accept: - application/xml @@ -4314,15 +4314,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:43 GMT + - Thu, 16 Oct 2025 06:44:20 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -4334,21 +4334,21 @@ interactions: content-length: - '0' content-md5: - - Kc6GMNeUgWqh8FicLNI5JA== + - GIiZOf8P0heOATvCZ5pF+w== date: - - Mon, 22 Sep 2025 05:21:44 GMT + - Thu, 16 Oct 2025 06:44:21 GMT etag: - - '"0x8DDF997EBD76AEE"' + - '"0x8DE0C7F701D91F3"' last-modified: - - Mon, 22 Sep 2025 05:21:44 GMT + - Thu, 16 Oct 2025 06:44:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:44.8619758Z' + - '2025-10-16T06:44:21.4555123Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -4366,32 +4366,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:45 GMT + - Thu, 16 Oct 2025 06:44:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b06c3c25-b01a-0005-4f80-2bcaf9000000\nTime:2025-09-22T05:21:46.0630760Z" + specified resource does not exist.\nRequestId:fa4cfae8-b01a-004f-6368-3e1eee000000\nTime:2025-10-16T06:44:22.4826972Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:45 GMT + - Thu, 16 Oct 2025 06:44:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -4411,32 +4411,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:46 GMT + - Thu, 16 Oct 2025 06:44:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:51a85594-301a-0046-4c80-2b2ca5000000\nTime:2025-09-22T05:21:47.1907830Z" + specified resource already exists.\nRequestId:17be7178-801a-006b-2968-3ee84e000000\nTime:2025-10-16T06:44:23.4995817Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:47 GMT + - Thu, 16 Oct 2025 06:44:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -4456,13 +4456,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:47 GMT + - Thu, 16 Oct 2025 06:44:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: @@ -4472,31 +4472,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:48 GMT + - Thu, 16 Oct 2025 06:44:23 GMT etag: - - '"0x8DDF997EDEDEF1C"' + - '"0x8DE0C7F71EBA638"' last-modified: - - Mon, 22 Sep 2025 05:21:48 GMT + - Thu, 16 Oct 2025 06:44:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:21:48.3649820Z' + - '2025-10-16T06:44:24.4837944Z' x-ms-file-creation-time: - - '2025-09-22T05:21:48.3649820Z' + - '2025-10-16T06:44:24.4837944Z' x-ms-file-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-last-write-time: - - '2025-09-22T05:21:48.3649820Z' + - '2025-10-16T06:44:24.4837944Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -4516,17 +4516,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:21:48 GMT + - Thu, 16 Oct 2025 06:44:24 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_0 response: @@ -4536,36 +4536,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:49 GMT + - Thu, 16 Oct 2025 06:44:24 GMT etag: - - '"0x8DDF997EEA5B2A8"' + - '"0x8DE0C7F7286E544"' last-modified: - - Mon, 22 Sep 2025 05:21:49 GMT + - Thu, 16 Oct 2025 06:44:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:49.5692968Z' + - '2025-10-16T06:44:25.5012164Z' x-ms-file-creation-time: - - '2025-09-22T05:21:49.5692968Z' + - '2025-10-16T06:44:25.5012164Z' x-ms-file-id: - - '13835077846491463680' + - '13835113030863552512' x-ms-file-last-write-time: - - '2025-09-22T05:21:49.5692968Z' + - '2025-10-16T06:44:25.5012164Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_0' headers: Accept: - application/xml @@ -4582,15 +4582,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:49 GMT + - Thu, 16 Oct 2025 06:44:25 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -4602,21 +4602,21 @@ interactions: content-length: - '0' content-md5: - - j8goj/lkge0qY1c0aKyPlg== + - cjQNQJ7cyeeIdmq8ZmLFMA== date: - - Mon, 22 Sep 2025 05:21:50 GMT + - Thu, 16 Oct 2025 06:44:25 GMT etag: - - '"0x8DDF997EF45D2F2"' + - '"0x8DE0C7F732335A8"' last-modified: - - Mon, 22 Sep 2025 05:21:50 GMT + - Thu, 16 Oct 2025 06:44:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:50.6186994Z' + - '2025-10-16T06:44:26.5256360Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -4634,32 +4634,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:50 GMT + - Thu, 16 Oct 2025 06:44:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:432dcab3-d01a-003c-5280-2b31e5000000\nTime:2025-09-22T05:21:51.8976280Z" + specified resource does not exist.\nRequestId:059d8bb5-501a-0025-2768-3ec6c6000000\nTime:2025-10-16T06:44:27.5145931Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:51 GMT + - Thu, 16 Oct 2025 06:44:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -4679,32 +4679,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:52 GMT + - Thu, 16 Oct 2025 06:44:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:abb885b4-a01a-0054-6e80-2b5775000000\nTime:2025-09-22T05:21:52.9607932Z" + specified resource already exists.\nRequestId:e6588a6f-201a-0062-3968-3ead9d000000\nTime:2025-10-16T06:44:28.5090196Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:52 GMT + - Thu, 16 Oct 2025 06:44:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -4724,32 +4724,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:53 GMT + - Thu, 16 Oct 2025 06:44:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cb48a4e3-b01a-0048-3280-2b0515000000\nTime:2025-09-22T05:21:53.9680585Z" + specified resource already exists.\nRequestId:aff0d1b2-b01a-005f-3868-3edb86000000\nTime:2025-10-16T06:44:29.5758490Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:53 GMT + - Thu, 16 Oct 2025 06:44:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -4769,17 +4769,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:21:54 GMT + - Thu, 16 Oct 2025 06:44:29 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_1 response: @@ -4789,36 +4789,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:21:55 GMT + - Thu, 16 Oct 2025 06:44:29 GMT etag: - - '"0x8DDF997F1F218B0"' + - '"0x8DE0C7F758F20B1"' last-modified: - - Mon, 22 Sep 2025 05:21:55 GMT + - Thu, 16 Oct 2025 06:44:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:21:55.1031472Z' + - '2025-10-16T06:44:30.5883313Z' x-ms-file-creation-time: - - '2025-09-22T05:21:55.1031472Z' + - '2025-10-16T06:44:30.5883313Z' x-ms-file-id: - - '16140938447891202048' + - '11529232638254514176' x-ms-file-last-write-time: - - '2025-09-22T05:21:55.1031472Z' + - '2025-10-16T06:44:30.5883313Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_1' headers: Accept: - application/xml @@ -4835,15 +4835,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:55 GMT + - Thu, 16 Oct 2025 06:44:30 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -4855,21 +4855,21 @@ interactions: content-length: - '0' content-md5: - - tEL9g+wOLQy1q16oJFdahQ== + - KLEXXHYyxm8bHZ+vxuy5Og== date: - - Mon, 22 Sep 2025 05:21:55 GMT + - Thu, 16 Oct 2025 06:44:30 GMT etag: - - '"0x8DDF997F2ACE902"' + - '"0x8DE0C7F762C0D33"' last-modified: - - Mon, 22 Sep 2025 05:21:56 GMT + - Thu, 16 Oct 2025 06:44:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:21:56.3274498Z' + - '2025-10-16T06:44:31.6167475Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -4887,32 +4887,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:56 GMT + - Thu, 16 Oct 2025 06:44:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5be3709a-401a-0011-6380-2b8296000000\nTime:2025-09-22T05:21:57.5036489Z" + specified resource does not exist.\nRequestId:4512bdae-701a-0032-2b68-3e6fcd000000\nTime:2025-10-16T06:44:32.6188341Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:57 GMT + - Thu, 16 Oct 2025 06:44:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -4932,32 +4932,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:57 GMT + - Thu, 16 Oct 2025 06:44:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:de504e2e-001a-004d-8080-2bd7ce000000\nTime:2025-09-22T05:21:58.6115261Z" + specified resource already exists.\nRequestId:3609c2c1-701a-0050-1968-3eadea000000\nTime:2025-10-16T06:44:33.6462498Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:58 GMT + - Thu, 16 Oct 2025 06:44:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -4977,32 +4977,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:21:58 GMT + - Thu, 16 Oct 2025 06:44:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f7aec351-d01a-0071-0d80-2bfe09000000\nTime:2025-09-22T05:21:59.6630655Z" + specified resource already exists.\nRequestId:e4b51b88-b01a-0060-4f68-3e1325000000\nTime:2025-10-16T06:44:34.6538830Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:21:59 GMT + - Thu, 16 Oct 2025 06:44:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -5022,17 +5022,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:21:59 GMT + - Thu, 16 Oct 2025 06:44:34 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_2 response: @@ -5042,36 +5042,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:00 GMT + - Thu, 16 Oct 2025 06:44:35 GMT etag: - - '"0x8DDF997F54311E7"' + - '"0x8DE0C7F78938C20"' last-modified: - - Mon, 22 Sep 2025 05:22:00 GMT + - Thu, 16 Oct 2025 06:44:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:00.6669799Z' + - '2025-10-16T06:44:35.6504608Z' x-ms-file-creation-time: - - '2025-09-22T05:22:00.6669799Z' + - '2025-10-16T06:44:35.6504608Z' x-ms-file-id: - - '13835183399607730176' + - '13835139419142619136' x-ms-file-last-write-time: - - '2025-09-22T05:22:00.6669799Z' + - '2025-10-16T06:44:35.6504608Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_2' headers: Accept: - application/xml @@ -5088,15 +5088,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:00 GMT + - Thu, 16 Oct 2025 06:44:35 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -5108,21 +5108,21 @@ interactions: content-length: - '0' content-md5: - - aYCPbUHHnweLODzaHD8BDA== + - ng8zw1jfdcGCuQHGqq0uzQ== date: - - Mon, 22 Sep 2025 05:22:02 GMT + - Thu, 16 Oct 2025 06:44:35 GMT etag: - - '"0x8DDF997F63FC3A4"' + - '"0x8DE0C7F792CA8A2"' last-modified: - - Mon, 22 Sep 2025 05:22:02 GMT + - Thu, 16 Oct 2025 06:44:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:02.3230372Z' + - '2025-10-16T06:44:36.6538914Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -5140,32 +5140,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:02 GMT + - Thu, 16 Oct 2025 06:44:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:287ff7db-d01a-002c-6c80-2bf48d000000\nTime:2025-09-22T05:22:04.4986542Z" + specified resource does not exist.\nRequestId:3b29056f-b01a-002d-3b68-3edcc9000000\nTime:2025-10-16T06:44:37.6900535Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:03 GMT + - Thu, 16 Oct 2025 06:44:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -5185,32 +5185,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:04 GMT + - Thu, 16 Oct 2025 06:44:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:190d7847-f01a-003b-1580-2b5d86000000\nTime:2025-09-22T05:22:05.6062583Z" + specified resource already exists.\nRequestId:b4562df1-401a-004b-6168-3e93e9000000\nTime:2025-10-16T06:44:38.6729904Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:04 GMT + - Thu, 16 Oct 2025 06:44:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -5230,32 +5230,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:05 GMT + - Thu, 16 Oct 2025 06:44:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:fcb0e9f7-301a-0024-4c80-2bee82000000\nTime:2025-09-22T05:22:07.0015714Z" + specified resource already exists.\nRequestId:da6657be-101a-001b-4768-3e51b9000000\nTime:2025-10-16T06:44:39.6975467Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:06 GMT + - Thu, 16 Oct 2025 06:44:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -5275,17 +5275,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:22:07 GMT + - Thu, 16 Oct 2025 06:44:39 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_3 response: @@ -5295,36 +5295,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:08 GMT + - Thu, 16 Oct 2025 06:44:39 GMT etag: - - '"0x8DDF997FA2C49F4"' + - '"0x8DE0C7F7B99F304"' last-modified: - - Mon, 22 Sep 2025 05:22:08 GMT + - Thu, 16 Oct 2025 06:44:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:08.9062900Z' + - '2025-10-16T06:44:40.7255812Z' x-ms-file-creation-time: - - '2025-09-22T05:22:08.9062900Z' + - '2025-10-16T06:44:40.7255812Z' x-ms-file-id: - - '13835139419142619136' + - '13835174603514707968' x-ms-file-last-write-time: - - '2025-09-22T05:22:08.9062900Z' + - '2025-10-16T06:44:40.7255812Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_3' headers: Accept: - application/xml @@ -5341,15 +5341,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:09 GMT + - Thu, 16 Oct 2025 06:44:40 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -5361,21 +5361,21 @@ interactions: content-length: - '0' content-md5: - - jJtPI2+DVGvr4ptmz0uw3A== + - 48KtueCB1hHYvOiEIqSxZQ== date: - - Mon, 22 Sep 2025 05:22:09 GMT + - Thu, 16 Oct 2025 06:44:41 GMT etag: - - '"0x8DDF997FAC90F5A"' + - '"0x8DE0C7F7C311403"' last-modified: - - Mon, 22 Sep 2025 05:22:09 GMT + - Thu, 16 Oct 2025 06:44:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:09.9337050Z' + - '2025-10-16T06:44:41.7160195Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -5393,32 +5393,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:10 GMT + - Thu, 16 Oct 2025 06:44:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:2fd69244-e01a-007a-6180-2b0562000000\nTime:2025-09-22T05:22:10.9760732Z" + specified resource does not exist.\nRequestId:efcc1f9b-401a-0016-6168-3e996d000000\nTime:2025-10-16T06:44:42.8129076Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:10 GMT + - Thu, 16 Oct 2025 06:44:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -5438,32 +5438,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:11 GMT + - Thu, 16 Oct 2025 06:44:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6a18ba6c-201a-0065-7380-2bb666000000\nTime:2025-09-22T05:22:12.0387913Z" + specified resource already exists.\nRequestId:b4562e16-401a-004b-0268-3e93e9000000\nTime:2025-10-16T06:44:43.8033067Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:11 GMT + - Thu, 16 Oct 2025 06:44:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -5483,32 +5483,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:12 GMT + - Thu, 16 Oct 2025 06:44:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ec332739-601a-0029-0280-2b2656000000\nTime:2025-09-22T05:22:13.2079060Z" + specified resource already exists.\nRequestId:072ea798-601a-004c-0f68-3eff8a000000\nTime:2025-10-16T06:44:44.8296648Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:12 GMT + - Thu, 16 Oct 2025 06:44:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -5528,17 +5528,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:22:13 GMT + - Thu, 16 Oct 2025 06:44:45 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_4 response: @@ -5548,36 +5548,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:14 GMT + - Thu, 16 Oct 2025 06:44:45 GMT etag: - - '"0x8DDF997FE52EA99"' + - '"0x8DE0C7F7EAC3F19"' last-modified: - - Mon, 22 Sep 2025 05:22:15 GMT + - Thu, 16 Oct 2025 06:44:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:15.8703257Z' + - '2025-10-16T06:44:45.8786585Z' x-ms-file-creation-time: - - '2025-09-22T05:22:15.8703257Z' + - '2025-10-16T06:44:45.8786585Z' x-ms-file-id: - - '13835174603514707968' + - '13835157011328663552' x-ms-file-last-write-time: - - '2025-09-22T05:22:15.8703257Z' + - '2025-10-16T06:44:45.8786585Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_4' headers: Accept: - application/xml @@ -5594,15 +5594,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:16 GMT + - Thu, 16 Oct 2025 06:44:46 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -5614,21 +5614,21 @@ interactions: content-length: - '0' content-md5: - - 1FMHxV89aQKn/MPEJUNokQ== + - DLn9pVd1BGG+5JxQ57dpRQ== date: - - Mon, 22 Sep 2025 05:22:16 GMT + - Thu, 16 Oct 2025 06:44:46 GMT etag: - - '"0x8DDF997FF431B07"' + - '"0x8DE0C7F7F44BF76"' last-modified: - - Mon, 22 Sep 2025 05:22:17 GMT + - Thu, 16 Oct 2025 06:44:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:17.4444295Z' + - '2025-10-16T06:44:46.8780918Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -5646,32 +5646,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:17 GMT + - Thu, 16 Oct 2025 06:44:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:e7d8728b-a01a-0009-5880-2b5df1000000\nTime:2025-09-22T05:22:19.7667834Z" + specified resource does not exist.\nRequestId:aff0d404-b01a-005f-5368-3edb86000000\nTime:2025-10-16T06:44:47.8865370Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:19 GMT + - Thu, 16 Oct 2025 06:44:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -5691,32 +5691,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:19 GMT + - Thu, 16 Oct 2025 06:44:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:d01dbe74-801a-0031-5680-2bf931000000\nTime:2025-09-22T05:22:22.6170348Z" + specified resource already exists.\nRequestId:b30ae73c-401a-0006-1f68-3e5c05000000\nTime:2025-10-16T06:44:48.8712403Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:21 GMT + - Thu, 16 Oct 2025 06:44:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -5736,32 +5736,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:22 GMT + - Thu, 16 Oct 2025 06:44:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:0761aecf-c01a-001f-7a80-2bab26000000\nTime:2025-09-22T05:22:24.9827133Z" + specified resource already exists.\nRequestId:8416bc04-a01a-0053-7968-3e4c8e000000\nTime:2025-10-16T06:44:49.8707096Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:24 GMT + - Thu, 16 Oct 2025 06:44:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -5781,17 +5781,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:22:25 GMT + - Thu, 16 Oct 2025 06:44:50 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_5 response: @@ -5801,36 +5801,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:25 GMT + - Thu, 16 Oct 2025 06:44:50 GMT etag: - - '"0x8DDF998046005B6"' + - '"0x8DE0C7F81AC8C65"' last-modified: - - Mon, 22 Sep 2025 05:22:26 GMT + - Thu, 16 Oct 2025 06:44:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:26.0225462Z' + - '2025-10-16T06:44:50.9138021Z' x-ms-file-creation-time: - - '2025-09-22T05:22:26.0225462Z' + - '2025-10-16T06:44:50.9138021Z' x-ms-file-id: - - '11529340390394036224' + - '13835192195700752384' x-ms-file-last-write-time: - - '2025-09-22T05:22:26.0225462Z' + - '2025-10-16T06:44:50.9138021Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_5' headers: Accept: - application/xml @@ -5847,15 +5847,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:26 GMT + - Thu, 16 Oct 2025 06:44:51 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -5867,21 +5867,21 @@ interactions: content-length: - '0' content-md5: - - pnb/AJk4CLXSX7s+Rgs3oA== + - lq539U6p25m3aiooQhtQPw== date: - - Mon, 22 Sep 2025 05:22:26 GMT + - Thu, 16 Oct 2025 06:44:51 GMT etag: - - '"0x8DDF998050A5DB2"' + - '"0x8DE0C7F8247084E"' last-modified: - - Mon, 22 Sep 2025 05:22:27 GMT + - Thu, 16 Oct 2025 06:44:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:27.1389106Z' + - '2025-10-16T06:44:51.9262286Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -5899,32 +5899,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:27 GMT + - Thu, 16 Oct 2025 06:44:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:cbd9a0bb-201a-0081-1680-2bb8f8000000\nTime:2025-09-22T05:22:29.0543757Z" + specified resource does not exist.\nRequestId:455a188d-901a-0015-1a68-3e7809000000\nTime:2025-10-16T06:44:52.9311347Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:28 GMT + - Thu, 16 Oct 2025 06:44:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -5944,32 +5944,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:29 GMT + - Thu, 16 Oct 2025 06:44:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ff8f9211-a01a-0019-6880-2b9899000000\nTime:2025-09-22T05:22:30.1210925Z" + specified resource already exists.\nRequestId:77260de1-901a-0067-5e68-3e7f46000000\nTime:2025-10-16T06:44:53.9345211Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:30 GMT + - Thu, 16 Oct 2025 06:44:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -5989,32 +5989,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:30 GMT + - Thu, 16 Oct 2025 06:44:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:4659bdb7-601a-0074-6880-2b2cd2000000\nTime:2025-09-22T05:22:31.1585347Z" + specified resource already exists.\nRequestId:f787a44a-001a-0028-4568-3e0e12000000\nTime:2025-10-16T06:44:54.9432504Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:30 GMT + - Thu, 16 Oct 2025 06:44:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -6034,17 +6034,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:22:31 GMT + - Thu, 16 Oct 2025 06:44:55 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_6 response: @@ -6054,36 +6054,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:32 GMT + - Thu, 16 Oct 2025 06:44:55 GMT etag: - - '"0x8DDF998080E5395"' + - '"0x8DE0C7F84ABA1C9"' last-modified: - - Mon, 22 Sep 2025 05:22:32 GMT + - Thu, 16 Oct 2025 06:44:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:32.1980309Z' + - '2025-10-16T06:44:55.9409609Z' x-ms-file-creation-time: - - '2025-09-22T05:22:32.1980309Z' + - '2025-10-16T06:44:55.9409609Z' x-ms-file-id: - - '10376330924856967168' + - '13835135021096108032' x-ms-file-last-write-time: - - '2025-09-22T05:22:32.1980309Z' + - '2025-10-16T06:44:55.9409609Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_6' headers: Accept: - application/xml @@ -6100,15 +6100,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:32 GMT + - Thu, 16 Oct 2025 06:44:56 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -6120,21 +6120,21 @@ interactions: content-length: - '0' content-md5: - - vheskXV4xLT/cCWHUCv1Uw== + - ihn0MlXF3yvQVOGJMPgSEA== date: - - Mon, 22 Sep 2025 05:22:33 GMT + - Thu, 16 Oct 2025 06:44:56 GMT etag: - - '"0x8DDF99808CB1F6D"' + - '"0x8DE0C7F85431072"' last-modified: - - Mon, 22 Sep 2025 05:22:33 GMT + - Thu, 16 Oct 2025 06:44:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:33.4353261Z' + - '2025-10-16T06:44:56.9333874Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -6152,32 +6152,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:33 GMT + - Thu, 16 Oct 2025 06:44:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:00fecae1-901a-004f-3a80-2b6976000000\nTime:2025-09-22T05:22:34.7925663Z" + specified resource does not exist.\nRequestId:731fe720-d01a-0014-7168-3e27d5000000\nTime:2025-10-16T06:44:57.9531370Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:33 GMT + - Thu, 16 Oct 2025 06:44:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -6197,32 +6197,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:34 GMT + - Thu, 16 Oct 2025 06:44:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:682f315a-d01a-005e-1080-2bf3c2000000\nTime:2025-09-22T05:22:35.8624580Z" + specified resource already exists.\nRequestId:588cc54b-101a-0046-1c68-3e5b3d000000\nTime:2025-10-16T06:44:58.9711098Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:35 GMT + - Thu, 16 Oct 2025 06:44:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -6242,32 +6242,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:35 GMT + - Thu, 16 Oct 2025 06:44:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:2f17f0f3-401a-004c-0c80-2b8812000000\nTime:2025-09-22T05:22:36.9287087Z" + specified resource already exists.\nRequestId:76d8f551-301a-0033-6768-3e3011000000\nTime:2025-10-16T06:45:00.0615426Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:36 GMT + - Thu, 16 Oct 2025 06:44:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -6287,17 +6287,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:22:37 GMT + - Thu, 16 Oct 2025 06:45:00 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_7 response: @@ -6307,36 +6307,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:37 GMT + - Thu, 16 Oct 2025 06:45:00 GMT etag: - - '"0x8DDF9980B7B5C28"' + - '"0x8DE0C7F87CA20AD"' last-modified: - - Mon, 22 Sep 2025 05:22:37 GMT + - Thu, 16 Oct 2025 06:45:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:37.9457576Z' + - '2025-10-16T06:45:01.1739821Z' x-ms-file-creation-time: - - '2025-09-22T05:22:37.9457576Z' + - '2025-10-16T06:45:01.1739821Z' x-ms-file-id: - - '13835192195700752384' + - '13835170205468196864' x-ms-file-last-write-time: - - '2025-09-22T05:22:37.9457576Z' + - '2025-10-16T06:45:01.1739821Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_7' headers: Accept: - application/xml @@ -6353,15 +6353,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:38 GMT + - Thu, 16 Oct 2025 06:45:01 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -6373,21 +6373,21 @@ interactions: content-length: - '0' content-md5: - - cVeWf1YlB4eIMe1+0plCvw== + - rOsd9c7SFYzJTJZHGTaOrA== date: - - Mon, 22 Sep 2025 05:22:38 GMT + - Thu, 16 Oct 2025 06:45:01 GMT etag: - - '"0x8DDF9980C1A6B45"' + - '"0x8DE0C7F8860F396"' last-modified: - - Mon, 22 Sep 2025 05:22:38 GMT + - Thu, 16 Oct 2025 06:45:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:38.9881669Z' + - '2025-10-16T06:45:02.1624214Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -6405,32 +6405,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:39 GMT + - Thu, 16 Oct 2025 06:45:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:64cd600b-701a-0068-5480-2b7eb2000000\nTime:2025-09-22T05:22:40.0153776Z" + specified resource does not exist.\nRequestId:aa51aba4-901a-0058-4968-3eb7e5000000\nTime:2025-10-16T06:45:03.1732567Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:39 GMT + - Thu, 16 Oct 2025 06:45:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -6450,32 +6450,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:40 GMT + - Thu, 16 Oct 2025 06:45:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:321020b5-b01a-0077-4e80-2bcdb6000000\nTime:2025-09-22T05:22:41.0833413Z" + specified resource already exists.\nRequestId:984a49f7-901a-003a-6668-3e75c2000000\nTime:2025-10-16T06:45:04.1710008Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:40 GMT + - Thu, 16 Oct 2025 06:45:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -6495,32 +6495,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:41 GMT + - Thu, 16 Oct 2025 06:45:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b06c3dc7-b01a-0005-7880-2bcaf9000000\nTime:2025-09-22T05:22:42.0942158Z" + specified resource already exists.\nRequestId:a80b3a24-601a-005c-2368-3e3ae2000000\nTime:2025-10-16T06:45:05.1839226Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:41 GMT + - Thu, 16 Oct 2025 06:45:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -6540,17 +6540,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:22:42 GMT + - Thu, 16 Oct 2025 06:45:05 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_8 response: @@ -6560,36 +6560,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:42 GMT + - Thu, 16 Oct 2025 06:45:05 GMT etag: - - '"0x8DDF9980E92D837"' + - '"0x8DE0C7F8AC87278"' last-modified: - - Mon, 22 Sep 2025 05:22:43 GMT + - Thu, 16 Oct 2025 06:45:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:43.1328311Z' + - '2025-10-16T06:45:06.1961336Z' x-ms-file-creation-time: - - '2025-09-22T05:22:43.1328311Z' + - '2025-10-16T06:45:06.1961336Z' x-ms-file-id: - - '13835135021096108032' + - '13835152613282152448' x-ms-file-last-write-time: - - '2025-09-22T05:22:43.1328311Z' + - '2025-10-16T06:45:06.1961336Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_8' headers: Accept: - application/xml @@ -6606,15 +6606,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:43 GMT + - Thu, 16 Oct 2025 06:45:06 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -6626,21 +6626,21 @@ interactions: content-length: - '0' content-md5: - - c071rLL0QMrEBSAUy25rSg== + - +3OkVvLEwyD67oDCUefpKA== date: - - Mon, 22 Sep 2025 05:22:44 GMT + - Thu, 16 Oct 2025 06:45:06 GMT etag: - - '"0x8DDF9980F34CD48"' + - '"0x8DE0C7F8B63D896"' last-modified: - - Mon, 22 Sep 2025 05:22:44 GMT + - Thu, 16 Oct 2025 06:45:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:44.1942344Z' + - '2025-10-16T06:45:07.2145558Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -6658,32 +6658,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:44 GMT + - Thu, 16 Oct 2025 06:45:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:c3a09623-801a-0053-0780-2b3b16000000\nTime:2025-09-22T05:22:45.2623882Z" + specified resource does not exist.\nRequestId:da665a95-101a-001b-7168-3e51b9000000\nTime:2025-10-16T06:45:08.1983205Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:44 GMT + - Thu, 16 Oct 2025 06:45:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -6703,32 +6703,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:45 GMT + - Thu, 16 Oct 2025 06:45:08 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f7aec449-d01a-0071-3380-2bfe09000000\nTime:2025-09-22T05:22:46.4100420Z" + specified resource already exists.\nRequestId:c22ae99a-901a-0083-3968-3e71d8000000\nTime:2025-10-16T06:45:09.1938775Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:46 GMT + - Thu, 16 Oct 2025 06:45:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -6748,32 +6748,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:46 GMT + - Thu, 16 Oct 2025 06:45:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:250d175b-201a-005a-1f80-2b7ec5000000\nTime:2025-09-22T05:22:47.4286800Z" + specified resource already exists.\nRequestId:2f9e84de-501a-0078-1f68-3ecc42000000\nTime:2025-10-16T06:45:10.2025343Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:47 GMT + - Thu, 16 Oct 2025 06:45:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -6793,17 +6793,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:22:47 GMT + - Thu, 16 Oct 2025 06:45:10 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_9 response: @@ -6813,36 +6813,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:48 GMT + - Thu, 16 Oct 2025 06:45:10 GMT etag: - - '"0x8DDF99811BBDE08"' + - '"0x8DE0C7F8DC871AC"' last-modified: - - Mon, 22 Sep 2025 05:22:48 GMT + - Thu, 16 Oct 2025 06:45:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:48.4348424Z' + - '2025-10-16T06:45:11.2292780Z' x-ms-file-creation-time: - - '2025-09-22T05:22:48.4348424Z' + - '2025-10-16T06:45:11.2292780Z' x-ms-file-id: - - '13835170205468196864' + - '13835187797654241280' x-ms-file-last-write-time: - - '2025-09-22T05:22:48.4348424Z' + - '2025-10-16T06:45:11.2292780Z' x-ms-file-parent-id: - - '11529252429463814144' + - '11529320599184736256' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_9' headers: Accept: - application/xml @@ -6859,15 +6859,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:48 GMT + - Thu, 16 Oct 2025 06:45:11 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -6879,21 +6879,21 @@ interactions: content-length: - '0' content-md5: - - ZH8WYpwwi8ZDlXaP5Wc9jQ== + - Op5VO6ryixhhxH3c1Jcmhw== date: - - Mon, 22 Sep 2025 05:22:49 GMT + - Thu, 16 Oct 2025 06:45:11 GMT etag: - - '"0x8DDF998125D5DE5"' + - '"0x8DE0C7F8E651026"' last-modified: - - Mon, 22 Sep 2025 05:22:49 GMT + - Thu, 16 Oct 2025 06:45:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:49.4932453Z' + - '2025-10-16T06:45:12.2556966Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -6911,32 +6911,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:49 GMT + - Thu, 16 Oct 2025 06:45:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:36152b19-a01a-0036-5d80-2b9552000000\nTime:2025-09-22T05:22:50.5646167Z" + specified resource does not exist.\nRequestId:c53c9ee5-101a-0079-4b68-3e939e000000\nTime:2025-10-16T06:45:13.2572792Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:49 GMT + - Thu, 16 Oct 2025 06:45:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -6956,13 +6956,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:50 GMT + - Thu, 16 Oct 2025 06:45:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: @@ -6972,31 +6972,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:50 GMT + - Thu, 16 Oct 2025 06:45:13 GMT etag: - - '"0x8DDF99813A4A2CD"' + - '"0x8DE0C7F8F965EF2"' last-modified: - - Mon, 22 Sep 2025 05:22:51 GMT + - Thu, 16 Oct 2025 06:45:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:22:51.6380365Z' + - '2025-10-16T06:45:14.2565618Z' x-ms-file-creation-time: - - '2025-09-22T05:22:51.6380365Z' + - '2025-10-16T06:45:14.2565618Z' x-ms-file-id: - - '16141026408821424128' + - '13835073448444952576' x-ms-file-last-write-time: - - '2025-09-22T05:22:51.6380365Z' + - '2025-10-16T06:45:14.2565618Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -7016,13 +7016,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:51 GMT + - Thu, 16 Oct 2025 06:45:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: @@ -7032,31 +7032,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:52 GMT + - Thu, 16 Oct 2025 06:45:14 GMT etag: - - '"0x8DDF9981443D912"' + - '"0x8DE0C7F902B364D"' last-modified: - - Mon, 22 Sep 2025 05:22:52 GMT + - Thu, 16 Oct 2025 06:45:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:22:52.6814482Z' + - '2025-10-16T06:45:15.2320077Z' x-ms-file-creation-time: - - '2025-09-22T05:22:52.6814482Z' + - '2025-10-16T06:45:15.2320077Z' x-ms-file-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-last-write-time: - - '2025-09-22T05:22:52.6814482Z' + - '2025-10-16T06:45:15.2320077Z' x-ms-file-parent-id: - - '16141026408821424128' + - '13835073448444952576' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -7076,17 +7076,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:22:52 GMT + - Thu, 16 Oct 2025 06:45:15 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_0 response: @@ -7096,36 +7096,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:53 GMT + - Thu, 16 Oct 2025 06:45:15 GMT etag: - - '"0x8DDF99814E8B3D4"' + - '"0x8DE0C7F90C8BF02"' last-modified: - - Mon, 22 Sep 2025 05:22:53 GMT + - Thu, 16 Oct 2025 06:45:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:53.7618388Z' + - '2025-10-16T06:45:16.2644226Z' x-ms-file-creation-time: - - '2025-09-22T05:22:53.7618388Z' + - '2025-10-16T06:45:16.2644226Z' x-ms-file-id: - - '13835152613282152448' + - '13835108632817041408' x-ms-file-last-write-time: - - '2025-09-22T05:22:53.7618388Z' + - '2025-10-16T06:45:16.2644226Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_0' headers: Accept: - application/xml @@ -7142,15 +7142,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:53 GMT + - Thu, 16 Oct 2025 06:45:16 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -7162,21 +7162,21 @@ interactions: content-length: - '0' content-md5: - - k8Zx5M2q2PHzbUlUMXErpg== + - jthxIgd41/XkEgzeTQJddA== date: - - Mon, 22 Sep 2025 05:22:54 GMT + - Thu, 16 Oct 2025 06:45:17 GMT etag: - - '"0x8DDF99815863CD2"' + - '"0x8DE0C7F9164C14B"' last-modified: - - Mon, 22 Sep 2025 05:22:54 GMT + - Thu, 16 Oct 2025 06:45:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:22:54.7942610Z' + - '2025-10-16T06:45:17.2868427Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -7194,32 +7194,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:54 GMT + - Thu, 16 Oct 2025 06:45:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:03de454f-301a-0079-5d80-2be406000000\nTime:2025-09-22T05:22:56.0900287Z" + specified resource does not exist.\nRequestId:5d0f1e9e-201a-003f-0768-3ea719000000\nTime:2025-10-16T06:45:18.2649196Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:55 GMT + - Thu, 16 Oct 2025 06:45:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -7239,32 +7239,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:56 GMT + - Thu, 16 Oct 2025 06:45:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:c3a09648-801a-0053-1080-2b3b16000000\nTime:2025-09-22T05:22:57.1136575Z" + specified resource already exists.\nRequestId:d29f781d-001a-0081-4a68-3ecf60000000\nTime:2025-10-16T06:45:19.2740774Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:56 GMT + - Thu, 16 Oct 2025 06:45:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -7284,32 +7284,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:57 GMT + - Thu, 16 Oct 2025 06:45:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:bc54060b-001a-005d-4a80-2b12a6000000\nTime:2025-09-22T05:22:58.2178454Z" + specified resource already exists.\nRequestId:3609c653-701a-0050-4c68-3eadea000000\nTime:2025-10-16T06:45:20.3293288Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:22:57 GMT + - Thu, 16 Oct 2025 06:45:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -7329,17 +7329,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:22:58 GMT + - Thu, 16 Oct 2025 06:45:20 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_1 response: @@ -7349,36 +7349,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:22:58 GMT + - Thu, 16 Oct 2025 06:45:20 GMT etag: - - '"0x8DDF998182C9322"' + - '"0x8DE0C7F93D89A6D"' last-modified: - - Mon, 22 Sep 2025 05:22:59 GMT + - Thu, 16 Oct 2025 06:45:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:22:59.2398114Z' + - '2025-10-16T06:45:21.4015085Z' x-ms-file-creation-time: - - '2025-09-22T05:22:59.2398114Z' + - '2025-10-16T06:45:21.4015085Z' x-ms-file-id: - - '13835073448444952576' + - '13835091040630996992' x-ms-file-last-write-time: - - '2025-09-22T05:22:59.2398114Z' + - '2025-10-16T06:45:21.4015085Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_1' headers: Accept: - application/xml @@ -7395,15 +7395,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:22:59 GMT + - Thu, 16 Oct 2025 06:45:21 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -7415,21 +7415,21 @@ interactions: content-length: - '0' content-md5: - - cwF08WPzFkpQ+bMhSsphoQ== + - Jo5T0BMw1E1GNwT+XhP/xA== date: - - Mon, 22 Sep 2025 05:22:59 GMT + - Thu, 16 Oct 2025 06:45:22 GMT etag: - - '"0x8DDF99818CD2943"' + - '"0x8DE0C7F94738B6E"' last-modified: - - Mon, 22 Sep 2025 05:23:00 GMT + - Thu, 16 Oct 2025 06:45:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:00.2922307Z' + - '2025-10-16T06:45:22.4169326Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -7447,32 +7447,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:00 GMT + - Thu, 16 Oct 2025 06:45:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:abb8879d-a01a-0054-2e80-2b5775000000\nTime:2025-09-22T05:23:01.3958063Z" + specified resource does not exist.\nRequestId:16dafe43-d01a-0066-3c68-3e209a000000\nTime:2025-10-16T06:45:23.3932068Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:01 GMT + - Thu, 16 Oct 2025 06:45:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -7492,32 +7492,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:01 GMT + - Thu, 16 Oct 2025 06:45:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ae6faded-c01a-0042-3d80-2ba1a2000000\nTime:2025-09-22T05:23:02.4505952Z" + specified resource already exists.\nRequestId:f787a4f6-001a-0028-3168-3e0e12000000\nTime:2025-10-16T06:45:24.3561584Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:02 GMT + - Thu, 16 Oct 2025 06:45:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -7537,32 +7537,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:02 GMT + - Thu, 16 Oct 2025 06:45:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:03de45f4-301a-0079-6380-2be406000000\nTime:2025-09-22T05:23:03.5231150Z" + specified resource already exists.\nRequestId:99a05979-501a-0035-4e68-3e03ae000000\nTime:2025-10-16T06:45:25.3500945Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:02 GMT + - Thu, 16 Oct 2025 06:45:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -7582,17 +7582,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:23:03 GMT + - Thu, 16 Oct 2025 06:45:25 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_2 response: @@ -7602,36 +7602,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:03 GMT + - Thu, 16 Oct 2025 06:45:26 GMT etag: - - '"0x8DDF9981B57E513"' + - '"0x8DE0C7F96CD0292"' last-modified: - - Mon, 22 Sep 2025 05:23:04 GMT + - Thu, 16 Oct 2025 06:45:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:23:04.5568787Z' + - '2025-10-16T06:45:26.3586962Z' x-ms-file-creation-time: - - '2025-09-22T05:23:04.5568787Z' + - '2025-10-16T06:45:26.3586962Z' x-ms-file-id: - - '11529230439231258624' + - '13835161409375174656' x-ms-file-last-write-time: - - '2025-09-22T05:23:04.5568787Z' + - '2025-10-16T06:45:26.3586962Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_2' headers: Accept: - application/xml @@ -7648,15 +7648,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:04 GMT + - Thu, 16 Oct 2025 06:45:26 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -7668,21 +7668,21 @@ interactions: content-length: - '0' content-md5: - - L4r3/bgo4fHmwgOikoWiUw== + - N2A8vvJh/SW5XFfWUlxfdQ== date: - - Mon, 22 Sep 2025 05:23:05 GMT + - Thu, 16 Oct 2025 06:45:27 GMT etag: - - '"0x8DDF9981BF5204B"' + - '"0x8DE0C7F97669441"' last-modified: - - Mon, 22 Sep 2025 05:23:05 GMT + - Thu, 16 Oct 2025 06:45:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:05.5873099Z' + - '2025-10-16T06:45:27.3651265Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -7700,32 +7700,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:05 GMT + - Thu, 16 Oct 2025 06:45:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:0761b076-c01a-001f-2180-2bab26000000\nTime:2025-09-22T05:23:06.6737389Z" + specified resource does not exist.\nRequestId:e4b51e2c-b01a-0060-7c68-3e1325000000\nTime:2025-10-16T06:45:28.3966761Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:06 GMT + - Thu, 16 Oct 2025 06:45:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -7745,32 +7745,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:06 GMT + - Thu, 16 Oct 2025 06:45:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b94967b4-f01a-002b-0d80-2b98ee000000\nTime:2025-09-22T05:23:07.6948683Z" + specified resource already exists.\nRequestId:588cc83d-101a-0046-4768-3e5b3d000000\nTime:2025-10-16T06:45:29.4049946Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:06 GMT + - Thu, 16 Oct 2025 06:45:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -7790,32 +7790,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:07 GMT + - Thu, 16 Oct 2025 06:45:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:74b8d137-f01a-0066-0880-2b5702000000\nTime:2025-09-22T05:23:08.7584512Z" + specified resource already exists.\nRequestId:0b6e8376-d01a-0004-5c68-3ee2bd000000\nTime:2025-10-16T06:45:30.3882161Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:08 GMT + - Thu, 16 Oct 2025 06:45:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -7835,17 +7835,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:23:08 GMT + - Thu, 16 Oct 2025 06:45:30 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_3 response: @@ -7855,36 +7855,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:09 GMT + - Thu, 16 Oct 2025 06:45:30 GMT etag: - - '"0x8DDF9981E72BE8D"' + - '"0x8DE0C7F99CBA270"' last-modified: - - Mon, 22 Sep 2025 05:23:09 GMT + - Thu, 16 Oct 2025 06:45:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:23:09.7660045Z' + - '2025-10-16T06:45:31.3828464Z' x-ms-file-creation-time: - - '2025-09-22T05:23:09.7660045Z' + - '2025-10-16T06:45:31.3828464Z' x-ms-file-id: - - '11529329395277758464' + - '11529270021649858560' x-ms-file-last-write-time: - - '2025-09-22T05:23:09.7660045Z' + - '2025-10-16T06:45:31.3828464Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_3' headers: Accept: - application/xml @@ -7901,15 +7901,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:09 GMT + - Thu, 16 Oct 2025 06:45:31 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -7921,21 +7921,21 @@ interactions: content-length: - '0' content-md5: - - HxpGZUGVoXw8bGL++vpYLA== + - GpuHJGcIkJPl8VfU3rQQ1g== date: - - Mon, 22 Sep 2025 05:23:10 GMT + - Thu, 16 Oct 2025 06:45:32 GMT etag: - - '"0x8DDF9981F15021A"' + - '"0x8DE0C7F9A633892"' last-modified: - - Mon, 22 Sep 2025 05:23:10 GMT + - Thu, 16 Oct 2025 06:45:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:10.8294170Z' + - '2025-10-16T06:45:32.3762834Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -7953,32 +7953,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:10 GMT + - Thu, 16 Oct 2025 06:45:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:36152bdd-a01a-0036-6880-2b9552000000\nTime:2025-09-22T05:23:11.8668771Z" + specified resource does not exist.\nRequestId:072eaa26-601a-004c-3a68-3eff8a000000\nTime:2025-10-16T06:45:33.3644957Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:11 GMT + - Thu, 16 Oct 2025 06:45:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -7998,32 +7998,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:12 GMT + - Thu, 16 Oct 2025 06:45:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:287ad1cc-501a-001d-0580-2b159e000000\nTime:2025-09-22T05:23:12.9061383Z" + specified resource already exists.\nRequestId:78192f28-401a-0080-1968-3e90bc000000\nTime:2025-10-16T06:45:34.3503357Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:12 GMT + - Thu, 16 Oct 2025 06:45:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -8043,32 +8043,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:13 GMT + - Thu, 16 Oct 2025 06:45:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:712dae9f-401a-003e-2c80-2b8f5d000000\nTime:2025-09-22T05:23:13.9479677Z" + specified resource already exists.\nRequestId:27973dfd-f01a-0071-1668-3e8991000000\nTime:2025-10-16T06:45:35.3302900Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:13 GMT + - Thu, 16 Oct 2025 06:45:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -8088,17 +8088,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:23:14 GMT + - Thu, 16 Oct 2025 06:45:35 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_4 response: @@ -8108,36 +8108,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:14 GMT + - Thu, 16 Oct 2025 06:45:36 GMT etag: - - '"0x8DDF99821949BCA"' + - '"0x8DE0C7F9CC11BE6"' last-modified: - - Mon, 22 Sep 2025 05:23:15 GMT + - Thu, 16 Oct 2025 06:45:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:23:15.0211018Z' + - '2025-10-16T06:45:36.3470310Z' x-ms-file-creation-time: - - '2025-09-22T05:23:15.0211018Z' + - '2025-10-16T06:45:36.3470310Z' x-ms-file-id: - - '13835161409375174656' + - '11529281016766136320' x-ms-file-last-write-time: - - '2025-09-22T05:23:15.0211018Z' + - '2025-10-16T06:45:36.3470310Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_4' headers: Accept: - application/xml @@ -8154,15 +8154,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:15 GMT + - Thu, 16 Oct 2025 06:45:36 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -8174,21 +8174,21 @@ interactions: content-length: - '0' content-md5: - - rFwY8FENvLF1PE8ze8Dtog== + - xiiB+SYpZJkicKIRt88KYQ== date: - - Mon, 22 Sep 2025 05:23:15 GMT + - Thu, 16 Oct 2025 06:45:37 GMT etag: - - '"0x8DDF9982252C7D2"' + - '"0x8DE0C7F9D5AD492"' last-modified: - - Mon, 22 Sep 2025 05:23:16 GMT + - Thu, 16 Oct 2025 06:45:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:16.2674130Z' + - '2025-10-16T06:45:37.3544594Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -8206,32 +8206,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:16 GMT + - Thu, 16 Oct 2025 06:45:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:59662188-b01a-0058-2681-2bc07d000000\nTime:2025-09-22T05:23:17.2820090Z" + specified resource does not exist.\nRequestId:27973ea6-f01a-0071-1a68-3e8991000000\nTime:2025-10-16T06:45:38.3736133Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:16 GMT + - Thu, 16 Oct 2025 06:45:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -8251,32 +8251,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:17 GMT + - Thu, 16 Oct 2025 06:45:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b9386864-e01a-0055-1681-2b08a9000000\nTime:2025-09-22T05:23:18.2969379Z" + specified resource already exists.\nRequestId:99a05b6b-501a-0035-7b68-3e03ae000000\nTime:2025-10-16T06:45:39.3809790Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:18 GMT + - Thu, 16 Oct 2025 06:45:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -8296,32 +8296,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:18 GMT + - Thu, 16 Oct 2025 06:45:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:03de46b8-301a-0079-7481-2be406000000\nTime:2025-09-22T05:23:19.3396639Z" + specified resource already exists.\nRequestId:84fead7b-201a-0010-7368-3eaad2000000\nTime:2025-10-16T06:45:40.3873013Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:18 GMT + - Thu, 16 Oct 2025 06:45:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -8341,17 +8341,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:23:19 GMT + - Thu, 16 Oct 2025 06:45:40 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_5 response: @@ -8361,36 +8361,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:20 GMT + - Thu, 16 Oct 2025 06:45:41 GMT etag: - - '"0x8DDF99824C543F1"' + - '"0x8DE0C7F9FC1DE54"' last-modified: - - Mon, 22 Sep 2025 05:23:20 GMT + - Thu, 16 Oct 2025 06:45:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:23:20.3731441Z' + - '2025-10-16T06:45:41.3851732Z' x-ms-file-creation-time: - - '2025-09-22T05:23:20.3731441Z' + - '2025-10-16T06:45:41.3851732Z' x-ms-file-id: - - '11529327196254502912' + - '13835129523537969152' x-ms-file-last-write-time: - - '2025-09-22T05:23:20.3731441Z' + - '2025-10-16T06:45:41.3851732Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_5' headers: Accept: - application/xml @@ -8407,15 +8407,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:20 GMT + - Thu, 16 Oct 2025 06:45:41 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -8427,21 +8427,21 @@ interactions: content-length: - '0' content-md5: - - s0jhw7Od0vqCqPLUVT7keA== + - VZXPj/zZtQkzq4xtEDoABw== date: - - Mon, 22 Sep 2025 05:23:21 GMT + - Thu, 16 Oct 2025 06:45:42 GMT etag: - - '"0x8DDF9982566EB4F"' + - '"0x8DE0C7FA0568EAD"' last-modified: - - Mon, 22 Sep 2025 05:23:21 GMT + - Thu, 16 Oct 2025 06:45:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:21.4325583Z' + - '2025-10-16T06:45:42.3596205Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -8459,32 +8459,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:21 GMT + - Thu, 16 Oct 2025 06:45:42 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:86dfd1ad-f01a-0014-7a81-2b504d000000\nTime:2025-09-22T05:23:22.4921589Z" + specified resource does not exist.\nRequestId:984a5267-901a-003a-5a68-3e75c2000000\nTime:2025-10-16T06:45:43.3822031Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:22 GMT + - Thu, 16 Oct 2025 06:45:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -8504,32 +8504,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:22 GMT + - Thu, 16 Oct 2025 06:45:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:682f3254-d01a-005e-3481-2bf3c2000000\nTime:2025-09-22T05:23:23.5234688Z" + specified resource already exists.\nRequestId:3da3d6c1-901a-002a-0a68-3eb0aa000000\nTime:2025-10-16T06:45:44.3908625Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:23 GMT + - Thu, 16 Oct 2025 06:45:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -8549,32 +8549,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:23 GMT + - Thu, 16 Oct 2025 06:45:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:2f17f292-401a-004c-2f81-2b8812000000\nTime:2025-09-22T05:23:24.5369860Z" + specified resource already exists.\nRequestId:41002e38-e01a-007d-5168-3e1e99000000\nTime:2025-10-16T06:45:45.3799757Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:24 GMT + - Thu, 16 Oct 2025 06:45:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -8594,17 +8594,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:23:24 GMT + - Thu, 16 Oct 2025 06:45:45 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_6 response: @@ -8614,36 +8614,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:25 GMT + - Thu, 16 Oct 2025 06:45:45 GMT etag: - - '"0x8DDF99827E218B4"' + - '"0x8DE0C7FA2BD4A57"' last-modified: - - Mon, 22 Sep 2025 05:23:25 GMT + - Thu, 16 Oct 2025 06:45:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:23:25.5952564Z' + - '2025-10-16T06:45:46.3883351Z' x-ms-file-creation-time: - - '2025-09-22T05:23:25.5952564Z' + - '2025-10-16T06:45:46.3883351Z' x-ms-file-id: - - '11529300807975436288' + - '16140947243984224256' x-ms-file-last-write-time: - - '2025-09-22T05:23:25.5952564Z' + - '2025-10-16T06:45:46.3883351Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_6' headers: Accept: - application/xml @@ -8660,15 +8660,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:25 GMT + - Thu, 16 Oct 2025 06:45:46 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -8680,21 +8680,21 @@ interactions: content-length: - '0' content-md5: - - P9j9GyHTl+Lvtgri+Z0Opw== + - CPJQkFtCDEKcxfjk8KiYIw== date: - - Mon, 22 Sep 2025 05:23:26 GMT + - Thu, 16 Oct 2025 06:45:46 GMT etag: - - '"0x8DDF99828867ECF"' + - '"0x8DE0C7FA358B07A"' last-modified: - - Mon, 22 Sep 2025 05:23:26 GMT + - Thu, 16 Oct 2025 06:45:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:26.6726607Z' + - '2025-10-16T06:45:47.4067578Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -8712,32 +8712,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:26 GMT + - Thu, 16 Oct 2025 06:45:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:e98e3579-c01a-007d-1081-2b6901000000\nTime:2025-09-22T05:23:27.7559830Z" + specified resource does not exist.\nRequestId:3b290eda-b01a-002d-6668-3edcc9000000\nTime:2025-10-16T06:45:48.3989561Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:27 GMT + - Thu, 16 Oct 2025 06:45:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -8757,32 +8757,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:27 GMT + - Thu, 16 Oct 2025 06:45:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ab11c6d7-601a-0006-0281-2b2b9d000000\nTime:2025-09-22T05:23:28.8920262Z" + specified resource already exists.\nRequestId:7132f6f3-001a-005a-7368-3e095d000000\nTime:2025-10-16T06:45:49.3828936Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:28 GMT + - Thu, 16 Oct 2025 06:45:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -8802,32 +8802,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:29 GMT + - Thu, 16 Oct 2025 06:45:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:d3fcfde1-901a-0002-3981-2ba69a000000\nTime:2025-09-22T05:23:29.9468976Z" + specified resource already exists.\nRequestId:e6588f46-201a-0062-3368-3ead9d000000\nTime:2025-10-16T06:45:50.3842981Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:29 GMT + - Thu, 16 Oct 2025 06:45:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -8847,17 +8847,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:23:30 GMT + - Thu, 16 Oct 2025 06:45:50 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_7 response: @@ -8867,36 +8867,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:30 GMT + - Thu, 16 Oct 2025 06:45:50 GMT etag: - - '"0x8DDF9982B1BC02A"' + - '"0x8DE0C7FA5BA8AE0"' last-modified: - - Mon, 22 Sep 2025 05:23:31 GMT + - Thu, 16 Oct 2025 06:45:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:23:31.0062634Z' + - '2025-10-16T06:45:51.4034912Z' x-ms-file-creation-time: - - '2025-09-22T05:23:31.0062634Z' + - '2025-10-16T06:45:51.4034912Z' x-ms-file-id: - - '11529322798207991808' + - '13835147115724013568' x-ms-file-last-write-time: - - '2025-09-22T05:23:31.0062634Z' + - '2025-10-16T06:45:51.4034912Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_7' headers: Accept: - application/xml @@ -8913,15 +8913,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:31 GMT + - Thu, 16 Oct 2025 06:45:51 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -8933,21 +8933,21 @@ interactions: content-length: - '0' content-md5: - - 5mJU+I023XlY93NE4MI/tQ== + - jQv6037DDRs4mS977dwlTA== date: - - Mon, 22 Sep 2025 05:23:31 GMT + - Thu, 16 Oct 2025 06:45:52 GMT etag: - - '"0x8DDF9982BBCA443"' + - '"0x8DE0C7FA64F3B2F"' last-modified: - - Mon, 22 Sep 2025 05:23:32 GMT + - Thu, 16 Oct 2025 06:45:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:32.0606787Z' + - '2025-10-16T06:45:52.3779375Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -8965,32 +8965,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:32 GMT + - Thu, 16 Oct 2025 06:45:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:16bab359-501a-0050-6f81-2bda72000000\nTime:2025-09-22T05:23:33.1276377Z" + specified resource does not exist.\nRequestId:962d8391-501a-0057-4468-3ec189000000\nTime:2025-10-16T06:45:53.4089621Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:32 GMT + - Thu, 16 Oct 2025 06:45:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -9010,32 +9010,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:33 GMT + - Thu, 16 Oct 2025 06:45:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f0c62135-801a-007c-4781-2b36dd000000\nTime:2025-09-22T05:23:34.1733327Z" + specified resource already exists.\nRequestId:e521a834-e01a-0020-6b68-3e141d000000\nTime:2025-10-16T06:45:54.3894795Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:33 GMT + - Thu, 16 Oct 2025 06:45:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -9055,32 +9055,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:34 GMT + - Thu, 16 Oct 2025 06:45:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:1d1d70cc-201a-0007-6f81-2b7441000000\nTime:2025-09-22T05:23:35.2354567Z" + specified resource already exists.\nRequestId:b30aeb06-401a-0006-6368-3e5c05000000\nTime:2025-10-16T06:45:55.3925933Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:34 GMT + - Thu, 16 Oct 2025 06:45:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -9100,17 +9100,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:23:35 GMT + - Thu, 16 Oct 2025 06:45:55 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_8 response: @@ -9120,36 +9120,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:35 GMT + - Thu, 16 Oct 2025 06:45:55 GMT etag: - - '"0x8DDF9982E4738AB"' + - '"0x8DE0C7FA8B50CA2"' last-modified: - - Mon, 22 Sep 2025 05:23:36 GMT + - Thu, 16 Oct 2025 06:45:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:23:36.3243179Z' + - '2025-10-16T06:45:56.4006562Z' x-ms-file-creation-time: - - '2025-09-22T05:23:36.3243179Z' + - '2025-10-16T06:45:56.4006562Z' x-ms-file-id: - - '11529338191370780672' + - '13835182300096102400' x-ms-file-last-write-time: - - '2025-09-22T05:23:36.3243179Z' + - '2025-10-16T06:45:56.4006562Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_8' headers: Accept: - application/xml @@ -9166,15 +9166,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:36 GMT + - Thu, 16 Oct 2025 06:45:56 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -9186,21 +9186,21 @@ interactions: content-length: - '0' content-md5: - - 8ZN27ct23XhQKjuv8OhezQ== + - t4fnVcSQrGH9P9IrxqKbUw== date: - - Mon, 22 Sep 2025 05:23:37 GMT + - Thu, 16 Oct 2025 06:45:57 GMT etag: - - '"0x8DDF9982EE473D0"' + - '"0x8DE0C7FA94C7BB7"' last-modified: - - Mon, 22 Sep 2025 05:23:37 GMT + - Thu, 16 Oct 2025 06:45:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:37.3547472Z' + - '2025-10-16T06:45:57.3930935Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -9218,32 +9218,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:37 GMT + - Thu, 16 Oct 2025 06:45:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:432dce01-d01a-003c-1f81-2b31e5000000\nTime:2025-09-22T05:23:38.4938268Z" + specified resource does not exist.\nRequestId:e521a93e-e01a-0020-6a68-3e141d000000\nTime:2025-10-16T06:45:58.4197577Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:37 GMT + - Thu, 16 Oct 2025 06:45:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -9263,32 +9263,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:38 GMT + - Thu, 16 Oct 2025 06:45:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:74b8d17e-f01a-0066-2c81-2b5702000000\nTime:2025-09-22T05:23:39.5289690Z" + specified resource already exists.\nRequestId:d1db0605-a01a-000e-5768-3e460a000000\nTime:2025-10-16T06:45:59.3997574Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:39 GMT + - Thu, 16 Oct 2025 06:45:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -9308,32 +9308,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:39 GMT + - Thu, 16 Oct 2025 06:45:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:11957a72-e01a-0045-1281-2bcdc1000000\nTime:2025-09-22T05:23:40.5404269Z" + specified resource already exists.\nRequestId:ec54141f-201a-0000-2f68-3e6fba000000\nTime:2025-10-16T06:46:00.3710935Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:40 GMT + - Thu, 16 Oct 2025 06:46:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -9353,17 +9353,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:23:40 GMT + - Thu, 16 Oct 2025 06:46:00 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_9 response: @@ -9373,36 +9373,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:40 GMT + - Thu, 16 Oct 2025 06:46:01 GMT etag: - - '"0x8DDF998316FCB5B"' + - '"0x8DE0C7FABABE56C"' last-modified: - - Mon, 22 Sep 2025 05:23:41 GMT + - Thu, 16 Oct 2025 06:46:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:23:41.6233819Z' + - '2025-10-16T06:46:01.3738348Z' x-ms-file-creation-time: - - '2025-09-22T05:23:41.6233819Z' + - '2025-10-16T06:46:01.3738348Z' x-ms-file-id: - - '13835129523537969152' + - '13835138319630991360' x-ms-file-last-write-time: - - '2025-09-22T05:23:41.6233819Z' + - '2025-10-16T06:46:01.3738348Z' x-ms-file-parent-id: - - '13835082244537974784' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_9' headers: Accept: - application/xml @@ -9419,15 +9419,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:41 GMT + - Thu, 16 Oct 2025 06:46:01 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -9439,21 +9439,21 @@ interactions: content-length: - '0' content-md5: - - DrxOZ7gt9PzTq/2SyV8+yQ== + - k5cAdn344lvlcFw8h9a5tg== date: - - Mon, 22 Sep 2025 05:23:41 GMT + - Thu, 16 Oct 2025 06:46:01 GMT etag: - - '"0x8DDF9983214316C"' + - '"0x8DE0C7FAC5023E2"' last-modified: - - Mon, 22 Sep 2025 05:23:42 GMT + - Thu, 16 Oct 2025 06:46:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:23:42.7007852Z' + - '2025-10-16T06:46:02.4502242Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -9471,32 +9471,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:42 GMT + - Thu, 16 Oct 2025 06:46:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:4acd2972-401a-0063-6381-2b85d9000000\nTime:2025-09-22T05:23:43.7382794Z" + specified resource does not exist.\nRequestId:41002e90-e01a-007d-1068-3e1e99000000\nTime:2025-10-16T06:46:03.4918455Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:42 GMT + - Thu, 16 Oct 2025 06:46:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -9514,13 +9514,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:43 GMT + - Thu, 16 Oct 2025 06:46:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1?restype=directory&comp=list response: @@ -9528,21 +9528,21 @@ interactions: string: "\uFEFF0apple13835093239654252544butter13835080045514719232duff16141026408821424128butter13835150414258896896duff13835073448444952576readme1383512842402634137687" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:44 GMT + - Thu, 16 Oct 2025 06:46:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -9560,32 +9560,32 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:45 GMT + - Thu, 16 Oct 2025 06:46:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory&comp=list response: body: string: "\uFEFF13835093239654252544file_013835163608398430208133file_113835146016212385792133file_213835110831840296960133file_313835181200584474624133file_413835137220119363584133file_513835172404491452416133file_613835154812305408000133file_713835189996677496832133file_813835132822072852480133file_91383516800644494131213313835093239654252544file_013835163608398430208133file_113835146016212385792133file_213835110831840296960133file_313835066851375185920133file_413835102035747274752133file_513835084443561230336133file_613835119627933319168133file_713835062453328674816133file_813835097637700763648133file_913835080045514719232133" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:45 GMT + - Thu, 16 Oct 2025 06:46:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -9603,33 +9603,33 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:46 GMT + - Thu, 16 Oct 2025 06:46:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter?restype=directory&comp=list response: body: string: "\uFEFF13835080045514719232charlie11529252429463814144file_013835150414258896896134file_113835185598630985728134file_211529241434347536384134file_313835106433793785856134file_411529307405045202944134file_513835159210351919104134file_616140936248867946496134file_713835060254305419264134file_811529333793324269568134file_91383516580742168576013413835150414258896896charlie11529320599184736256file_013835115229886808064134file_111529241434347536384134file_213835141618165874688134file_311529303006998691840134file_413835088841607741440134file_513835124025979830272134file_613835194394724007936134file_713835060254305419264134file_813835095438677508096134file_913835077846491463680134" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:46 GMT + - Thu, 16 Oct 2025 06:46:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -9647,32 +9647,32 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:47 GMT + - Thu, 16 Oct 2025 06:46:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff?restype=directory&comp=list response: body: string: "\uFEFF16141026408821424128edward1383508224453797478413835073448444952576edward13835143817189130240" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:48 GMT + - Thu, 16 Oct 2025 06:46:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -9690,32 +9690,32 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:48 GMT + - Thu, 16 Oct 2025 06:46:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory&comp=list response: body: string: "\uFEFF11529252429463814144file_013835077846491463680142file_116140938447891202048142file_213835183399607730176142file_313835139419142619136142file_413835174603514707968142file_511529340390394036224142file_610376330924856967168142file_713835192195700752384142file_813835135021096108032142file_91383517020546819686414211529320599184736256file_013835113030863552512142file_111529232638254514176142file_213835139419142619136142file_313835174603514707968142file_413835157011328663552142file_513835192195700752384142file_613835135021096108032142file_713835170205468196864142file_813835152613282152448142file_913835187797654241280142" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:49 GMT + - Thu, 16 Oct 2025 06:46:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -9733,32 +9733,32 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:49 GMT + - Thu, 16 Oct 2025 06:46:08 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory&comp=list response: body: string: "\uFEFF13835082244537974784file_013835152613282152448139file_113835073448444952576139file_211529230439231258624139file_311529329395277758464139file_413835161409375174656139file_511529327196254502912139file_611529300807975436288139file_711529322798207991808139file_811529338191370780672139file_91383512952353796915213913835143817189130240file_013835108632817041408139file_113835091040630996992139file_213835161409375174656139file_311529270021649858560139file_411529281016766136320139file_513835129523537969152139file_616140947243984224256139file_713835147115724013568139file_813835182300096102400139file_913835138319630991360139" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:23:50 GMT + - Thu, 16 Oct 2025 06:46:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -9778,13 +9778,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:50 GMT + - Thu, 16 Oct 2025 06:46:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/readme response: @@ -9794,11 +9794,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:50 GMT + - Thu, 16 Oct 2025 06:46:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -9818,13 +9818,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:51 GMT + - Thu, 16 Oct 2025 06:46:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_0 response: @@ -9834,11 +9834,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:51 GMT + - Thu, 16 Oct 2025 06:46:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -9858,13 +9858,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:52 GMT + - Thu, 16 Oct 2025 06:46:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_1 response: @@ -9874,11 +9874,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:53 GMT + - Thu, 16 Oct 2025 06:46:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -9898,13 +9898,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:53 GMT + - Thu, 16 Oct 2025 06:46:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_2 response: @@ -9914,11 +9914,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:53 GMT + - Thu, 16 Oct 2025 06:46:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -9938,13 +9938,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:54 GMT + - Thu, 16 Oct 2025 06:46:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_3 response: @@ -9954,11 +9954,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:54 GMT + - Thu, 16 Oct 2025 06:46:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -9978,13 +9978,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:55 GMT + - Thu, 16 Oct 2025 06:46:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_4 response: @@ -9994,11 +9994,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:56 GMT + - Thu, 16 Oct 2025 06:46:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10018,13 +10018,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:56 GMT + - Thu, 16 Oct 2025 06:46:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_5 response: @@ -10034,11 +10034,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:56 GMT + - Thu, 16 Oct 2025 06:46:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10058,13 +10058,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:58 GMT + - Thu, 16 Oct 2025 06:46:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_6 response: @@ -10074,11 +10074,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:58 GMT + - Thu, 16 Oct 2025 06:46:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10098,13 +10098,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:23:59 GMT + - Thu, 16 Oct 2025 06:46:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_7 response: @@ -10114,11 +10114,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:23:59 GMT + - Thu, 16 Oct 2025 06:46:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10138,13 +10138,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:00 GMT + - Thu, 16 Oct 2025 06:46:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_8 response: @@ -10154,11 +10154,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:01 GMT + - Thu, 16 Oct 2025 06:46:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10178,13 +10178,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:01 GMT + - Thu, 16 Oct 2025 06:46:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/apple/file_9 response: @@ -10194,11 +10194,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:02 GMT + - Thu, 16 Oct 2025 06:46:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10218,13 +10218,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:02 GMT + - Thu, 16 Oct 2025 06:46:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_0 response: @@ -10234,11 +10234,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:03 GMT + - Thu, 16 Oct 2025 06:46:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10258,13 +10258,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:03 GMT + - Thu, 16 Oct 2025 06:46:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_1 response: @@ -10274,11 +10274,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:04 GMT + - Thu, 16 Oct 2025 06:46:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10298,13 +10298,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:04 GMT + - Thu, 16 Oct 2025 06:46:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_2 response: @@ -10314,11 +10314,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:05 GMT + - Thu, 16 Oct 2025 06:46:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10338,13 +10338,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:05 GMT + - Thu, 16 Oct 2025 06:46:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_3 response: @@ -10354,11 +10354,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:06 GMT + - Thu, 16 Oct 2025 06:46:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10378,13 +10378,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:06 GMT + - Thu, 16 Oct 2025 06:46:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_4 response: @@ -10394,11 +10394,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:06 GMT + - Thu, 16 Oct 2025 06:46:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10418,13 +10418,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:07 GMT + - Thu, 16 Oct 2025 06:46:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_5 response: @@ -10434,11 +10434,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:08 GMT + - Thu, 16 Oct 2025 06:46:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10458,13 +10458,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:09 GMT + - Thu, 16 Oct 2025 06:46:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_6 response: @@ -10474,11 +10474,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:09 GMT + - Thu, 16 Oct 2025 06:46:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10498,13 +10498,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:10 GMT + - Thu, 16 Oct 2025 06:46:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_7 response: @@ -10514,11 +10514,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:10 GMT + - Thu, 16 Oct 2025 06:46:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10538,13 +10538,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:11 GMT + - Thu, 16 Oct 2025 06:46:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_8 response: @@ -10554,11 +10554,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:12 GMT + - Thu, 16 Oct 2025 06:46:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10578,13 +10578,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:12 GMT + - Thu, 16 Oct 2025 06:46:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/file_9 response: @@ -10594,11 +10594,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:12 GMT + - Thu, 16 Oct 2025 06:46:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10618,13 +10618,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:13 GMT + - Thu, 16 Oct 2025 06:46:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_0 response: @@ -10634,11 +10634,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:14 GMT + - Thu, 16 Oct 2025 06:46:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10658,13 +10658,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:14 GMT + - Thu, 16 Oct 2025 06:46:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_1 response: @@ -10674,11 +10674,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:15 GMT + - Thu, 16 Oct 2025 06:46:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10698,13 +10698,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:15 GMT + - Thu, 16 Oct 2025 06:46:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_2 response: @@ -10714,11 +10714,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:15 GMT + - Thu, 16 Oct 2025 06:46:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10738,13 +10738,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:16 GMT + - Thu, 16 Oct 2025 06:46:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_3 response: @@ -10754,11 +10754,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:17 GMT + - Thu, 16 Oct 2025 06:46:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10778,13 +10778,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:18 GMT + - Thu, 16 Oct 2025 06:46:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_4 response: @@ -10794,11 +10794,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:19 GMT + - Thu, 16 Oct 2025 06:46:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10818,13 +10818,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:19 GMT + - Thu, 16 Oct 2025 06:46:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_5 response: @@ -10834,11 +10834,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:20 GMT + - Thu, 16 Oct 2025 06:46:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10858,13 +10858,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:20 GMT + - Thu, 16 Oct 2025 06:46:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_6 response: @@ -10874,11 +10874,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:20 GMT + - Thu, 16 Oct 2025 06:46:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10898,13 +10898,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:21 GMT + - Thu, 16 Oct 2025 06:46:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_7 response: @@ -10914,11 +10914,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:21 GMT + - Thu, 16 Oct 2025 06:46:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10938,13 +10938,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:22 GMT + - Thu, 16 Oct 2025 06:46:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_8 response: @@ -10954,11 +10954,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:23 GMT + - Thu, 16 Oct 2025 06:46:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -10978,13 +10978,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:23 GMT + - Thu, 16 Oct 2025 06:46:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/butter/charlie/file_9 response: @@ -10994,11 +10994,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:24 GMT + - Thu, 16 Oct 2025 06:46:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11018,13 +11018,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:24 GMT + - Thu, 16 Oct 2025 06:46:42 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_0 response: @@ -11034,11 +11034,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:25 GMT + - Thu, 16 Oct 2025 06:46:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11058,13 +11058,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:26 GMT + - Thu, 16 Oct 2025 06:46:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_1 response: @@ -11074,11 +11074,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:26 GMT + - Thu, 16 Oct 2025 06:46:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11098,13 +11098,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:27 GMT + - Thu, 16 Oct 2025 06:46:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_2 response: @@ -11114,11 +11114,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:27 GMT + - Thu, 16 Oct 2025 06:46:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11138,13 +11138,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:28 GMT + - Thu, 16 Oct 2025 06:46:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_3 response: @@ -11154,11 +11154,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:28 GMT + - Thu, 16 Oct 2025 06:46:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11178,13 +11178,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:29 GMT + - Thu, 16 Oct 2025 06:46:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_4 response: @@ -11194,11 +11194,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:29 GMT + - Thu, 16 Oct 2025 06:46:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11218,13 +11218,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:30 GMT + - Thu, 16 Oct 2025 06:46:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_5 response: @@ -11234,11 +11234,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:31 GMT + - Thu, 16 Oct 2025 06:46:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11258,13 +11258,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:31 GMT + - Thu, 16 Oct 2025 06:46:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_6 response: @@ -11274,11 +11274,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:32 GMT + - Thu, 16 Oct 2025 06:46:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11298,13 +11298,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:32 GMT + - Thu, 16 Oct 2025 06:46:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_7 response: @@ -11314,11 +11314,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:32 GMT + - Thu, 16 Oct 2025 06:46:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11338,13 +11338,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:33 GMT + - Thu, 16 Oct 2025 06:46:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_8 response: @@ -11354,11 +11354,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:34 GMT + - Thu, 16 Oct 2025 06:46:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11378,13 +11378,13 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:34 GMT + - Thu, 16 Oct 2025 06:46:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share1/duff/edward/file_9 response: @@ -11394,11 +11394,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:35 GMT + - Thu, 16 Oct 2025 06:46:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -11416,35 +11416,134 @@ interactions: ParameterSetName: - -s --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:46:52 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share1?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:46:53 GMT + etag: + - '"0x8DE0C7F3ED033E5"' + last-modified: + - Thu, 16 Oct 2025 06:42:58 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:35 GMT + - Thu, 16 Oct 2025 06:46:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share1?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share1?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF50000apple138350932396542525442025-09-22T05:20:17.2708044Z2025-09-22T05:20:17.2708044Z2025-09-22T05:20:17.2708044Z2025-09-22T05:20:17.2708044ZMon, - 22 Sep 2025 05:20:17 GMT\"0x8DDF997B7A210CC\"Directory9957663114370902142*16351338570168795127butter138350800455147192322025-09-22T05:21:02.8678711Z2025-09-22T05:21:02.8678711Z2025-09-22T05:21:02.8678711Z2025-09-22T05:21:02.8678711ZMon, - 22 Sep 2025 05:21:02 GMT\"0x8DDF997D2CFA037\"Directory9957663114370902142*16351338570168795127duff161410264088214241282025-09-22T05:22:51.6380365Z2025-09-22T05:22:51.6380365Z2025-09-22T05:22:51.6380365Z2025-09-22T05:22:51.6380365ZMon, - 22 Sep 2025 05:22:51 GMT\"0x8DDF99813A4A2CD\"Directory9957663114370902142*16351338570168795127" + DirectoryPath=\"\">50000apple13835093239654252544butter13835150414258896896duff13835073448444952576" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:35 GMT + - Thu, 16 Oct 2025 06:46:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:46:54 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share1?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:46:54 GMT + etag: + - '"0x8DE0C7F3ED033E5"' + last-modified: + - Thu, 16 Oct 2025 06:42:58 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' status: code: 200 message: OK @@ -11462,15 +11561,15 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:36 GMT + - Thu, 16 Oct 2025 06:46:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share1/apple?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500013835080045514719232charlie115292524294638141442025-09-22T05:21:48.3649820Z2025-09-22T05:21:48.3649820Z2025-09-22T05:21:48.3649820Z2025-09-22T05:21:48.3649820ZMon, - 22 Sep 2025 05:21:48 GMT\"0x8DDF997EDEDEF1C\"Directory9957663114370902142*16351338570168795127" + DirectoryPath=\"butter\">500013835150414258896896charlie11529320599184736256" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:38 GMT + - Thu, 16 Oct 2025 06:46:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -11549,32 +11697,132 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:46:58 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share1?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:46:59 GMT + etag: + - '"0x8DE0C7F3ED033E5"' + last-modified: + - Thu, 16 Oct 2025 06:42:58 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:39 GMT + - Thu, 16 Oct 2025 06:46:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share1/butter%2Fcharlie?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500011529252429463814144500011529320599184736256" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:39 GMT + - Thu, 16 Oct 2025 06:47:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:47:01 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share1?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:47:01 GMT + etag: + - '"0x8DE0C7F3ED033E5"' + last-modified: + - Thu, 16 Oct 2025 06:42:58 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' status: code: 200 message: OK @@ -11592,32 +11840,32 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:40 GMT + - Thu, 16 Oct 2025 06:47:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share1/duff%2Fedward?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500013835082244537974784500013835143817189130240" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:40 GMT + - Thu, 16 Oct 2025 06:47:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -11637,11 +11885,11 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:24:41 GMT + - Thu, 16 Oct 2025 06:47:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2?restype=share response: @@ -11651,15 +11899,15 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:41 GMT + - Thu, 16 Oct 2025 06:47:03 GMT etag: - - '"0x8DDF99855B9455A"' + - '"0x8DE0C7FD10965B8"' last-modified: - - Mon, 22 Sep 2025 05:24:42 GMT + - Thu, 16 Oct 2025 06:47:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -11679,17 +11927,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '87' x-ms-date: - - Mon, 22 Sep 2025 05:24:42 GMT + - Thu, 16 Oct 2025 06:47:04 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/readme response: @@ -11699,31 +11947,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:42 GMT + - Thu, 16 Oct 2025 06:47:04 GMT etag: - - '"0x8DDF998567651BC"' + - '"0x8DE0C7FD1B088E4"' last-modified: - - Mon, 22 Sep 2025 05:24:43 GMT + - Thu, 16 Oct 2025 06:47:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:24:43.7418428Z' + - '2025-10-16T06:47:05.1576548Z' x-ms-file-creation-time: - - '2025-09-22T05:24:43.7418428Z' + - '2025-10-16T06:47:05.1576548Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-22T05:24:43.7418428Z' + - '2025-10-16T06:47:05.1576548Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -11746,15 +11994,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:43 GMT + - Thu, 16 Oct 2025 06:47:05 GMT x-ms-range: - bytes=0-86 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -11768,19 +12016,19 @@ interactions: content-md5: - sYGKK8OX+WLKH+2bAe4tSQ== date: - - Mon, 22 Sep 2025 05:24:44 GMT + - Thu, 16 Oct 2025 06:47:05 GMT etag: - - '"0x8DDF99857138CBB"' + - '"0x8DE0C7FD247F7F3"' last-modified: - - Mon, 22 Sep 2025 05:24:44 GMT + - Thu, 16 Oct 2025 06:47:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:24:44.7722683Z' + - '2025-10-16T06:47:06.1500915Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -11798,32 +12046,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:44 GMT + - Thu, 16 Oct 2025 06:47:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/readme?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:c3a09987-801a-0053-6781-2b3b16000000\nTime:2025-09-22T05:24:45.8184813Z" + specified resource does not exist.\nRequestId:e3bbfbc4-d01a-0049-7e68-3e2d51000000\nTime:2025-10-16T06:47:07.1406466Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:45 GMT + - Thu, 16 Oct 2025 06:47:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -11843,13 +12091,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:45 GMT + - Thu, 16 Oct 2025 06:47:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: @@ -11859,31 +12107,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:46 GMT + - Thu, 16 Oct 2025 06:47:07 GMT etag: - - '"0x8DDF99858D26211"' + - '"0x8DE0C7FD375C4D9"' last-modified: - - Mon, 22 Sep 2025 05:24:47 GMT + - Thu, 16 Oct 2025 06:47:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:24:47.7006353Z' + - '2025-10-16T06:47:08.1279705Z' x-ms-file-creation-time: - - '2025-09-22T05:24:47.7006353Z' + - '2025-10-16T06:47:08.1279705Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-22T05:24:47.7006353Z' + - '2025-10-16T06:47:08.1279705Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -11903,17 +12151,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:24:47 GMT + - Thu, 16 Oct 2025 06:47:08 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_0 response: @@ -11923,36 +12171,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:48 GMT + - Thu, 16 Oct 2025 06:47:08 GMT etag: - - '"0x8DDF998598E1D2C"' + - '"0x8DE0C7FD40B3866"' last-modified: - - Mon, 22 Sep 2025 05:24:48 GMT + - Thu, 16 Oct 2025 06:47:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:24:48.9309484Z' + - '2025-10-16T06:47:09.1074150Z' x-ms-file-creation-time: - - '2025-09-22T05:24:48.9309484Z' + - '2025-10-16T06:47:09.1074150Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-22T05:24:48.9309484Z' + - '2025-10-16T06:47:09.1074150Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_0' headers: Accept: - application/xml @@ -11969,15 +12217,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:49 GMT + - Thu, 16 Oct 2025 06:47:09 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -11989,21 +12237,21 @@ interactions: content-length: - '0' content-md5: - - KbdzhOgKXngDw2ixfMkoBw== + - GMBfqA6dOsWsabR0DMnMbw== date: - - Mon, 22 Sep 2025 05:24:49 GMT + - Thu, 16 Oct 2025 06:47:09 GMT etag: - - '"0x8DDF9985A2CB780"' + - '"0x8DE0C7FD4A1BD39"' last-modified: - - Mon, 22 Sep 2025 05:24:49 GMT + - Thu, 16 Oct 2025 06:47:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:24:49.9703680Z' + - '2025-10-16T06:47:10.0938553Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -12021,32 +12269,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:50 GMT + - Thu, 16 Oct 2025 06:47:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:8e3dea08-c01a-0052-0b81-2b64ca000000\nTime:2025-09-22T05:24:51.0055957Z" + specified resource does not exist.\nRequestId:d29f84f9-001a-0081-4c68-3ecf60000000\nTime:2025-10-16T06:47:11.0777376Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:50 GMT + - Thu, 16 Oct 2025 06:47:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -12066,32 +12314,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:51 GMT + - Thu, 16 Oct 2025 06:47:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:bc54095c-001a-005d-1d81-2b12a6000000\nTime:2025-09-22T05:24:52.0808631Z" + specified resource already exists.\nRequestId:3db9913e-b01a-0012-6468-3e146a000000\nTime:2025-10-16T06:47:12.0755170Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:51 GMT + - Thu, 16 Oct 2025 06:47:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -12111,17 +12359,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:24:52 GMT + - Thu, 16 Oct 2025 06:47:12 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_1 response: @@ -12131,36 +12379,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:52 GMT + - Thu, 16 Oct 2025 06:47:12 GMT etag: - - '"0x8DDF9985C2F42DF"' + - '"0x8DE0C7FD6674744"' last-modified: - - Mon, 22 Sep 2025 05:24:53 GMT + - Thu, 16 Oct 2025 06:47:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:24:53.3424863Z' + - '2025-10-16T06:47:13.0661700Z' x-ms-file-creation-time: - - '2025-09-22T05:24:53.3424863Z' + - '2025-10-16T06:47:13.0661700Z' x-ms-file-id: - '13835146016212385792' x-ms-file-last-write-time: - - '2025-09-22T05:24:53.3424863Z' + - '2025-10-16T06:47:13.0661700Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_1' headers: Accept: - application/xml @@ -12177,15 +12425,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:53 GMT + - Thu, 16 Oct 2025 06:47:13 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -12197,21 +12445,21 @@ interactions: content-length: - '0' content-md5: - - kuGKGesKoTwJvOGFQ17+kw== + - HU1+WcfbbWcK5FKWNknTGw== date: - - Mon, 22 Sep 2025 05:24:53 GMT + - Thu, 16 Oct 2025 06:47:13 GMT etag: - - '"0x8DDF9985CD2E58D"' + - '"0x8DE0C7FD7014DF6"' last-modified: - - Mon, 22 Sep 2025 05:24:54 GMT + - Thu, 16 Oct 2025 06:47:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:24:54.4148877Z' + - '2025-10-16T06:47:14.0755958Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -12229,32 +12477,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:54 GMT + - Thu, 16 Oct 2025 06:47:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:81c213bd-401a-0001-0b81-2b47fe000000\nTime:2025-09-22T05:24:55.4846525Z" + specified resource does not exist.\nRequestId:471159c5-901a-0077-7268-3eba2e000000\nTime:2025-10-16T06:47:15.0712476Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:54 GMT + - Thu, 16 Oct 2025 06:47:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -12274,32 +12522,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:55 GMT + - Thu, 16 Oct 2025 06:47:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:e4ee2aad-b01a-0015-7d81-2b0f91000000\nTime:2025-09-22T05:24:56.5212832Z" + specified resource already exists.\nRequestId:072eb050-601a-004c-0268-3eff8a000000\nTime:2025-10-16T06:47:16.0992269Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:55 GMT + - Thu, 16 Oct 2025 06:47:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -12319,17 +12567,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:24:56 GMT + - Thu, 16 Oct 2025 06:47:16 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_2 response: @@ -12339,36 +12587,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:24:56 GMT + - Thu, 16 Oct 2025 06:47:16 GMT etag: - - '"0x8DDF9985EB0D721"' + - '"0x8DE0C7FD8D15DC0"' last-modified: - - Mon, 22 Sep 2025 05:24:57 GMT + - Thu, 16 Oct 2025 06:47:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:24:57.5471393Z' + - '2025-10-16T06:47:17.1168704Z' x-ms-file-creation-time: - - '2025-09-22T05:24:57.5471393Z' + - '2025-10-16T06:47:17.1168704Z' x-ms-file-id: - '13835181200584474624' x-ms-file-last-write-time: - - '2025-09-22T05:24:57.5471393Z' + - '2025-10-16T06:47:17.1168704Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_2' headers: Accept: - application/xml @@ -12385,15 +12633,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:57 GMT + - Thu, 16 Oct 2025 06:47:17 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -12405,21 +12653,21 @@ interactions: content-length: - '0' content-md5: - - fNTbj5ykfKeLNN8v2zG5AQ== + - aUmY2BUfmBcforlMsUR8QQ== date: - - Mon, 22 Sep 2025 05:24:58 GMT + - Thu, 16 Oct 2025 06:47:17 GMT etag: - - '"0x8DDF9985F560037"' + - '"0x8DE0C7FD96857BC"' last-modified: - - Mon, 22 Sep 2025 05:24:58 GMT + - Thu, 16 Oct 2025 06:47:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:24:58.6295351Z' + - '2025-10-16T06:47:18.1063100Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -12437,32 +12685,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:58 GMT + - Thu, 16 Oct 2025 06:47:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:59662517-b01a-0058-1b81-2bc07d000000\nTime:2025-09-22T05:24:59.6826007Z" + specified resource does not exist.\nRequestId:aaae9293-701a-007f-3868-3ea021000000\nTime:2025-10-16T06:47:19.1032442Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:24:58 GMT + - Thu, 16 Oct 2025 06:47:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -12482,32 +12730,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:24:59 GMT + - Thu, 16 Oct 2025 06:47:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:287ad511-501a-001d-5a81-2b159e000000\nTime:2025-09-22T05:25:00.7219993Z" + specified resource already exists.\nRequestId:27974375-f01a-0071-1e68-3e8991000000\nTime:2025-10-16T06:47:20.1092410Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:00 GMT + - Thu, 16 Oct 2025 06:47:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -12527,17 +12775,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:25:00 GMT + - Thu, 16 Oct 2025 06:47:20 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_3 response: @@ -12547,36 +12795,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:01 GMT + - Thu, 16 Oct 2025 06:47:20 GMT etag: - - '"0x8DDF9986131A821"' + - '"0x8DE0C7FDB3274F6"' last-modified: - - Mon, 22 Sep 2025 05:25:01 GMT + - Thu, 16 Oct 2025 06:47:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:01.7467937Z' + - '2025-10-16T06:47:21.1086070Z' x-ms-file-creation-time: - - '2025-09-22T05:25:01.7467937Z' + - '2025-10-16T06:47:21.1086070Z' x-ms-file-id: - '13835137220119363584' x-ms-file-last-write-time: - - '2025-09-22T05:25:01.7467937Z' + - '2025-10-16T06:47:21.1086070Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_3' headers: Accept: - application/xml @@ -12593,15 +12841,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:01 GMT + - Thu, 16 Oct 2025 06:47:21 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -12613,21 +12861,21 @@ interactions: content-length: - '0' content-md5: - - UKf+C7/9lCB+xsTHT0AT+w== + - hPmGhgGQmw7V5li0VjAEvw== date: - - Mon, 22 Sep 2025 05:25:02 GMT + - Thu, 16 Oct 2025 06:47:21 GMT etag: - - '"0x8DDF99861E1CC1F"' + - '"0x8DE0C7FDBCE9E57"' last-modified: - - Mon, 22 Sep 2025 05:25:02 GMT + - Thu, 16 Oct 2025 06:47:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:02.9011487Z' + - '2025-10-16T06:47:22.1320279Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -12645,32 +12893,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:03 GMT + - Thu, 16 Oct 2025 06:47:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7e7dbe06-301a-000b-0481-2be349000000\nTime:2025-09-22T05:25:03.9591222Z" + specified resource does not exist.\nRequestId:a042e8bc-901a-0048-6e68-3e728d000000\nTime:2025-10-16T06:47:23.1384434Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:03 GMT + - Thu, 16 Oct 2025 06:47:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -12690,32 +12938,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:04 GMT + - Thu, 16 Oct 2025 06:47:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f7aec90c-d01a-0071-1381-2bfe09000000\nTime:2025-09-22T05:25:05.0384849Z" + specified resource already exists.\nRequestId:0b6e8dfd-d01a-0004-6968-3ee2bd000000\nTime:2025-10-16T06:47:24.1496380Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:04 GMT + - Thu, 16 Oct 2025 06:47:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -12735,17 +12983,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:25:05 GMT + - Thu, 16 Oct 2025 06:47:24 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_4 response: @@ -12755,36 +13003,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:05 GMT + - Thu, 16 Oct 2025 06:47:24 GMT etag: - - '"0x8DDF99863C2CA7B"' + - '"0x8DE0C7FDD9A68F0"' last-modified: - - Mon, 22 Sep 2025 05:25:06 GMT + - Thu, 16 Oct 2025 06:47:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:06.0533883Z' + - '2025-10-16T06:47:25.1453168Z' x-ms-file-creation-time: - - '2025-09-22T05:25:06.0533883Z' + - '2025-10-16T06:47:25.1453168Z' x-ms-file-id: - '13835172404491452416' x-ms-file-last-write-time: - - '2025-09-22T05:25:06.0533883Z' + - '2025-10-16T06:47:25.1453168Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_4' headers: Accept: - application/xml @@ -12801,15 +13049,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:06 GMT + - Thu, 16 Oct 2025 06:47:25 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -12821,21 +13069,21 @@ interactions: content-length: - '0' content-md5: - - Pi+XuYBhmVHlmaHQrsN5uA== + - DlPxXRJLOtEhmGFpPvCAlA== date: - - Mon, 22 Sep 2025 05:25:06 GMT + - Thu, 16 Oct 2025 06:47:25 GMT etag: - - '"0x8DDF998646227FC"' + - '"0x8DE0C7FDE34BDCD"' last-modified: - - Mon, 22 Sep 2025 05:25:07 GMT + - Thu, 16 Oct 2025 06:47:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:07.0978044Z' + - '2025-10-16T06:47:26.1567437Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -12853,32 +13101,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:07 GMT + - Thu, 16 Oct 2025 06:47:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:bfd1777b-c01a-0030-4281-2ba6ed000000\nTime:2025-09-22T05:25:08.1665251Z" + specified resource does not exist.\nRequestId:1ca2d74f-201a-004d-4468-3ea056000000\nTime:2025-10-16T06:47:27.1588380Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:07 GMT + - Thu, 16 Oct 2025 06:47:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -12898,32 +13146,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:08 GMT + - Thu, 16 Oct 2025 06:47:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:250d1c0b-201a-005a-0281-2b7ec5000000\nTime:2025-09-22T05:25:09.2017983Z" + specified resource already exists.\nRequestId:5d0f33e2-201a-003f-7268-3ea719000000\nTime:2025-10-16T06:47:28.1518492Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:08 GMT + - Thu, 16 Oct 2025 06:47:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -12943,17 +13191,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:25:09 GMT + - Thu, 16 Oct 2025 06:47:28 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_5 response: @@ -12963,36 +13211,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:09 GMT + - Thu, 16 Oct 2025 06:47:28 GMT etag: - - '"0x8DDF998663A26E2"' + - '"0x8DE0C7FE003953F"' last-modified: - - Mon, 22 Sep 2025 05:25:10 GMT + - Thu, 16 Oct 2025 06:47:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:10.1910754Z' + - '2025-10-16T06:47:29.1900223Z' x-ms-file-creation-time: - - '2025-09-22T05:25:10.1910754Z' + - '2025-10-16T06:47:29.1900223Z' x-ms-file-id: - '13835154812305408000' x-ms-file-last-write-time: - - '2025-09-22T05:25:10.1910754Z' + - '2025-10-16T06:47:29.1900223Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_5' headers: Accept: - application/xml @@ -13009,15 +13257,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:10 GMT + - Thu, 16 Oct 2025 06:47:29 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -13029,21 +13277,21 @@ interactions: content-length: - '0' content-md5: - - Wuik022KBMDN72Q+nUmr8A== + - imMhomA+vGB7t3uZ7bxeTw== date: - - Mon, 22 Sep 2025 05:25:10 GMT + - Thu, 16 Oct 2025 06:47:29 GMT etag: - - '"0x8DDF99866D8C12F"' + - '"0x8DE0C7FE0A31975"' last-modified: - - Mon, 22 Sep 2025 05:25:11 GMT + - Thu, 16 Oct 2025 06:47:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:11.2304943Z' + - '2025-10-16T06:47:30.2354293Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -13061,32 +13309,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:11 GMT + - Thu, 16 Oct 2025 06:47:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:fd189ca4-901a-0012-6d81-2b63f2000000\nTime:2025-09-22T05:25:12.2529739Z" + specified resource does not exist.\nRequestId:731ff09b-d01a-0014-7d68-3e27d5000000\nTime:2025-10-16T06:47:31.2285579Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:11 GMT + - Thu, 16 Oct 2025 06:47:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -13106,32 +13354,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:12 GMT + - Thu, 16 Oct 2025 06:47:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7e7dbe2b-301a-000b-0e81-2be349000000\nTime:2025-09-22T05:25:13.4359770Z" + specified resource already exists.\nRequestId:118d3ee1-b01a-0002-6668-3ed102000000\nTime:2025-10-16T06:47:32.2362906Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:12 GMT + - Thu, 16 Oct 2025 06:47:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -13151,17 +13399,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:25:13 GMT + - Thu, 16 Oct 2025 06:47:32 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_6 response: @@ -13171,36 +13419,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:13 GMT + - Thu, 16 Oct 2025 06:47:32 GMT etag: - - '"0x8DDF99868CC0C57"' + - '"0x8DE0C7FE26B3B30"' last-modified: - - Mon, 22 Sep 2025 05:25:14 GMT + - Thu, 16 Oct 2025 06:47:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:14.5026647Z' + - '2025-10-16T06:47:33.2247344Z' x-ms-file-creation-time: - - '2025-09-22T05:25:14.5026647Z' + - '2025-10-16T06:47:33.2247344Z' x-ms-file-id: - '13835189996677496832' x-ms-file-last-write-time: - - '2025-09-22T05:25:14.5026647Z' + - '2025-10-16T06:47:33.2247344Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_6' headers: Accept: - application/xml @@ -13217,15 +13465,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:14 GMT + - Thu, 16 Oct 2025 06:47:33 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -13237,21 +13485,21 @@ interactions: content-length: - '0' content-md5: - - qquEyGmOv0aX/uuJOTos8A== + - wT7M3aB+ZMNisG9Rq9ZoNA== date: - - Mon, 22 Sep 2025 05:25:15 GMT + - Thu, 16 Oct 2025 06:47:33 GMT etag: - - '"0x8DDF99869752C72"' + - '"0x8DE0C7FE3062C37"' last-modified: - - Mon, 22 Sep 2025 05:25:15 GMT + - Thu, 16 Oct 2025 06:47:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:15.6110450Z' + - '2025-10-16T06:47:34.2401591Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -13269,32 +13517,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:15 GMT + - Thu, 16 Oct 2025 06:47:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:0bdb7236-e01a-006a-1681-2bc00a000000\nTime:2025-09-22T05:25:16.6872592Z" + specified resource does not exist.\nRequestId:410031e6-e01a-007d-0d68-3e1e99000000\nTime:2025-10-16T06:47:35.2608236Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:15 GMT + - Thu, 16 Oct 2025 06:47:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -13314,32 +13562,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:16 GMT + - Thu, 16 Oct 2025 06:47:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6ec91e8b-d01a-0061-2c81-2b3b61000000\nTime:2025-09-22T05:25:17.7962481Z" + specified resource already exists.\nRequestId:072eb21b-601a-004c-7468-3eff8a000000\nTime:2025-10-16T06:47:36.2452935Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:17 GMT + - Thu, 16 Oct 2025 06:47:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -13359,17 +13607,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:25:17 GMT + - Thu, 16 Oct 2025 06:47:36 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_7 response: @@ -13379,36 +13627,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:18 GMT + - Thu, 16 Oct 2025 06:47:36 GMT etag: - - '"0x8DDF9986B714FF7"' + - '"0x8DE0C7FE4CFAD3E"' last-modified: - - Mon, 22 Sep 2025 05:25:18 GMT + - Thu, 16 Oct 2025 06:47:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:18.9411831Z' + - '2025-10-16T06:47:37.2384574Z' x-ms-file-creation-time: - - '2025-09-22T05:25:18.9411831Z' + - '2025-10-16T06:47:37.2384574Z' x-ms-file-id: - - '13835132822072852480' + - '13835062453328674816' x-ms-file-last-write-time: - - '2025-09-22T05:25:18.9411831Z' + - '2025-10-16T06:47:37.2384574Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_7' headers: Accept: - application/xml @@ -13425,15 +13673,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:19 GMT + - Thu, 16 Oct 2025 06:47:37 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -13445,21 +13693,21 @@ interactions: content-length: - '0' content-md5: - - biL542V00BF18M6U4OGaIA== + - L5t+H2oSdOhUGmhpilfyxg== date: - - Mon, 22 Sep 2025 05:25:19 GMT + - Thu, 16 Oct 2025 06:47:37 GMT etag: - - '"0x8DDF9986C189B90"' + - '"0x8DE0C7FE56B3A64"' last-modified: - - Mon, 22 Sep 2025 05:25:20 GMT + - Thu, 16 Oct 2025 06:47:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:20.0375696Z' + - '2025-10-16T06:47:38.2578788Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -13477,32 +13725,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:20 GMT + - Thu, 16 Oct 2025 06:47:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ae6fb286-c01a-0042-2581-2ba1a2000000\nTime:2025-09-22T05:25:21.0932164Z" + specified resource does not exist.\nRequestId:7d81a49f-f01a-003c-3c68-3e467d000000\nTime:2025-10-16T06:47:39.2528098Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:20 GMT + - Thu, 16 Oct 2025 06:47:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -13522,32 +13770,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:21 GMT + - Thu, 16 Oct 2025 06:47:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:51d3d3c5-401a-005c-2c81-2b4d7a000000\nTime:2025-09-22T05:25:22.1366568Z" + specified resource already exists.\nRequestId:9aefd68d-401a-0064-4568-3e9e22000000\nTime:2025-10-16T06:47:40.2709568Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:21 GMT + - Thu, 16 Oct 2025 06:47:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -13567,17 +13815,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:25:22 GMT + - Thu, 16 Oct 2025 06:47:40 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_8 response: @@ -13587,36 +13835,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:22 GMT + - Thu, 16 Oct 2025 06:47:40 GMT etag: - - '"0x8DDF9986DF1D2BB"' + - '"0x8DE0C7FE73F6852"' last-modified: - - Mon, 22 Sep 2025 05:25:23 GMT + - Thu, 16 Oct 2025 06:47:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:23.1388347Z' + - '2025-10-16T06:47:41.3261394Z' x-ms-file-creation-time: - - '2025-09-22T05:25:23.1388347Z' + - '2025-10-16T06:47:41.3261394Z' x-ms-file-id: - - '11529311803091714048' + - '13835097637700763648' x-ms-file-last-write-time: - - '2025-09-22T05:25:23.1388347Z' + - '2025-10-16T06:47:41.3261394Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_8' headers: Accept: - application/xml @@ -13633,15 +13881,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:23 GMT + - Thu, 16 Oct 2025 06:47:41 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -13653,21 +13901,21 @@ interactions: content-length: - '0' content-md5: - - S9MbniItyGWAX8HUaXtvQw== + - CX9hZzMKEb4/Kk7oy0Up2Q== date: - - Mon, 22 Sep 2025 05:25:23 GMT + - Thu, 16 Oct 2025 06:47:41 GMT etag: - - '"0x8DDF9986E917E49"' + - '"0x8DE0C7FE7DC54CF"' last-modified: - - Mon, 22 Sep 2025 05:25:24 GMT + - Thu, 16 Oct 2025 06:47:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:24.1852489Z' + - '2025-10-16T06:47:42.3545551Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -13685,32 +13933,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:24 GMT + - Thu, 16 Oct 2025 06:47:42 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:79ce2373-901a-0070-2481-2ba1d5000000\nTime:2025-09-22T05:25:25.2936066Z" + specified resource does not exist.\nRequestId:e4b52501-b01a-0060-5868-3e1325000000\nTime:2025-10-16T06:47:43.3560374Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:24 GMT + - Thu, 16 Oct 2025 06:47:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -13730,32 +13978,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:25 GMT + - Thu, 16 Oct 2025 06:47:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ce4b4f4a-001a-0062-5181-2bda05000000\nTime:2025-09-22T05:25:26.3114433Z" + specified resource already exists.\nRequestId:47115f07-901a-0077-4d68-3eba2e000000\nTime:2025-10-16T06:47:44.3807272Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:25 GMT + - Thu, 16 Oct 2025 06:47:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -13775,17 +14023,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:25:26 GMT + - Thu, 16 Oct 2025 06:47:44 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/apple/file_9 response: @@ -13795,36 +14043,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:26 GMT + - Thu, 16 Oct 2025 06:47:45 GMT etag: - - '"0x8DDF99870753B3A"' + - '"0x8DE0C7FE9ABC870"' last-modified: - - Mon, 22 Sep 2025 05:25:27 GMT + - Thu, 16 Oct 2025 06:47:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:27.3554746Z' + - '2025-10-16T06:47:45.3918320Z' x-ms-file-creation-time: - - '2025-09-22T05:25:27.3554746Z' + - '2025-10-16T06:47:45.3918320Z' x-ms-file-id: - - '13835168006444941312' + - '13835080045514719232' x-ms-file-last-write-time: - - '2025-09-22T05:25:27.3554746Z' + - '2025-10-16T06:47:45.3918320Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_9' headers: Accept: - application/xml @@ -13841,15 +14089,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:27 GMT + - Thu, 16 Oct 2025 06:47:45 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -13861,21 +14109,21 @@ interactions: content-length: - '0' content-md5: - - E3ZgXfXwhQXZcB6MZXVUnw== + - DVh4bMDTdULHbAxwCEq5XA== date: - - Mon, 22 Sep 2025 05:25:28 GMT + - Thu, 16 Oct 2025 06:47:45 GMT etag: - - '"0x8DDF998711582F7"' + - '"0x8DE0C7FEA464450"' last-modified: - - Mon, 22 Sep 2025 05:25:28 GMT + - Thu, 16 Oct 2025 06:47:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:28.4058871Z' + - '2025-10-16T06:47:46.4042576Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -13893,32 +14141,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:28 GMT + - Thu, 16 Oct 2025 06:47:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9e7e7452-001a-003f-3581-2bd081000000\nTime:2025-09-22T05:25:29.4363441Z" + specified resource does not exist.\nRequestId:196594db-c01a-0045-5f68-3eba59000000\nTime:2025-10-16T06:47:47.4113216Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:28 GMT + - Thu, 16 Oct 2025 06:47:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -13938,13 +14186,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:29 GMT + - Thu, 16 Oct 2025 06:47:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: @@ -13954,31 +14202,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:29 GMT + - Thu, 16 Oct 2025 06:47:48 GMT etag: - - '"0x8DDF9987257E6E2"' + - '"0x8DE0C7FEB7CC281"' last-modified: - - Mon, 22 Sep 2025 05:25:30 GMT + - Thu, 16 Oct 2025 06:47:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:25:30.5187042Z' + - '2025-10-16T06:47:48.4391041Z' x-ms-file-creation-time: - - '2025-09-22T05:25:30.5187042Z' + - '2025-10-16T06:47:48.4391041Z' x-ms-file-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-last-write-time: - - '2025-09-22T05:25:30.5187042Z' + - '2025-10-16T06:47:48.4391041Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -13998,17 +14246,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:25:30 GMT + - Thu, 16 Oct 2025 06:47:48 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_0 response: @@ -14018,36 +14266,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:31 GMT + - Thu, 16 Oct 2025 06:47:49 GMT etag: - - '"0x8DDF99872F65A1C"' + - '"0x8DE0C7FEC1B837A"' last-modified: - - Mon, 22 Sep 2025 05:25:31 GMT + - Thu, 16 Oct 2025 06:47:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:31.5571228Z' + - '2025-10-16T06:47:49.4795130Z' x-ms-file-creation-time: - - '2025-09-22T05:25:31.5571228Z' + - '2025-10-16T06:47:49.4795130Z' x-ms-file-id: - - '13835150414258896896' + - '13835115229886808064' x-ms-file-last-write-time: - - '2025-09-22T05:25:31.5571228Z' + - '2025-10-16T06:47:49.4795130Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_0' headers: Accept: - application/xml @@ -14064,15 +14312,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:31 GMT + - Thu, 16 Oct 2025 06:47:49 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -14084,21 +14332,21 @@ interactions: content-length: - '0' content-md5: - - 3XjDte19KE9ZGl2znDo4ow== + - vtvTNO3D4e1hg746MxfIgg== date: - - Mon, 22 Sep 2025 05:25:32 GMT + - Thu, 16 Oct 2025 06:47:49 GMT etag: - - '"0x8DDF99873954279"' + - '"0x8DE0C7FECBBF1F0"' last-modified: - - Mon, 22 Sep 2025 05:25:32 GMT + - Thu, 16 Oct 2025 06:47:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:32.5985401Z' + - '2025-10-16T06:47:50.5309168Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -14116,32 +14364,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:32 GMT + - Thu, 16 Oct 2025 06:47:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:dbfd4213-f01a-0082-2881-2b599c000000\nTime:2025-09-22T05:25:33.8046170Z" + specified resource does not exist.\nRequestId:1ca2d9e3-201a-004d-1d68-3ea056000000\nTime:2025-10-16T06:47:51.5600308Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:33 GMT + - Thu, 16 Oct 2025 06:47:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -14161,32 +14409,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:33 GMT + - Thu, 16 Oct 2025 06:47:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:03de4a49-301a-0079-6a81-2be406000000\nTime:2025-09-22T05:25:34.9053340Z" + specified resource already exists.\nRequestId:e65897bb-201a-0062-0668-3ead9d000000\nTime:2025-10-16T06:47:52.5844502Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:33 GMT + - Thu, 16 Oct 2025 06:47:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -14206,17 +14454,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:25:35 GMT + - Thu, 16 Oct 2025 06:47:52 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_1 response: @@ -14226,36 +14474,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:35 GMT + - Thu, 16 Oct 2025 06:47:53 GMT etag: - - '"0x8DDF99875927725"' + - '"0x8DE0C7FEE8D611A"' last-modified: - - Mon, 22 Sep 2025 05:25:35 GMT + - Thu, 16 Oct 2025 06:47:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:35.9356709Z' + - '2025-10-16T06:47:53.5811866Z' x-ms-file-creation-time: - - '2025-09-22T05:25:35.9356709Z' + - '2025-10-16T06:47:53.5811866Z' x-ms-file-id: - - '13835185598630985728' + - '11529254628487069696' x-ms-file-last-write-time: - - '2025-09-22T05:25:35.9356709Z' + - '2025-10-16T06:47:53.5811866Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_1' headers: Accept: - application/xml @@ -14272,15 +14520,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:36 GMT + - Thu, 16 Oct 2025 06:47:53 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -14292,21 +14540,21 @@ interactions: content-length: - '0' content-md5: - - yiT8wkakc8SFbxbkHsRrGg== + - Cigad3Fr4V3pGpcR23fKmA== date: - - Mon, 22 Sep 2025 05:25:36 GMT + - Thu, 16 Oct 2025 06:47:54 GMT etag: - - '"0x8DDF998763667D7"' + - '"0x8DE0C7FEF22FBB2"' last-modified: - - Mon, 22 Sep 2025 05:25:37 GMT + - Thu, 16 Oct 2025 06:47:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:37.0100695Z' + - '2025-10-16T06:47:54.5616306Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -14324,32 +14572,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:37 GMT + - Thu, 16 Oct 2025 06:47:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:11b9373e-201a-004a-7a81-2bbbad000000\nTime:2025-09-22T05:25:38.0905783Z" + specified resource does not exist.\nRequestId:3b291a11-b01a-002d-7568-3edcc9000000\nTime:2025-10-16T06:47:55.5504906Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:37 GMT + - Thu, 16 Oct 2025 06:47:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -14369,32 +14617,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:38 GMT + - Thu, 16 Oct 2025 06:47:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f629f427-c01a-0020-2c81-2b6385000000\nTime:2025-09-22T05:25:39.1056243Z" + specified resource already exists.\nRequestId:99a06597-501a-0035-7d68-3e03ae000000\nTime:2025-10-16T06:47:56.5407547Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:38 GMT + - Thu, 16 Oct 2025 06:47:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -14414,17 +14662,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:25:39 GMT + - Thu, 16 Oct 2025 06:47:56 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_2 response: @@ -14434,36 +14682,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:39 GMT + - Thu, 16 Oct 2025 06:47:56 GMT etag: - - '"0x8DDF998781B35FF"' + - '"0x8DE0C7FF0F359A0"' last-modified: - - Mon, 22 Sep 2025 05:25:40 GMT + - Thu, 16 Oct 2025 06:47:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:40.1872895Z' + - '2025-10-16T06:47:57.6049056Z' x-ms-file-creation-time: - - '2025-09-22T05:25:40.1872895Z' + - '2025-10-16T06:47:57.6049056Z' x-ms-file-id: - '13835141618165874688' x-ms-file-last-write-time: - - '2025-09-22T05:25:40.1872895Z' + - '2025-10-16T06:47:57.6049056Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_2' headers: Accept: - application/xml @@ -14480,15 +14728,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:40 GMT + - Thu, 16 Oct 2025 06:47:57 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -14500,21 +14748,21 @@ interactions: content-length: - '0' content-md5: - - tsjnDVjXxMi7Qa1MWEtfYQ== + - b8SD0ePfMbVS4En4o7f4lg== date: - - Mon, 22 Sep 2025 05:25:40 GMT + - Thu, 16 Oct 2025 06:47:58 GMT etag: - - '"0x8DDF99878C344C4"' + - '"0x8DE0C7FF194161E"' last-modified: - - Mon, 22 Sep 2025 05:25:41 GMT + - Thu, 16 Oct 2025 06:47:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:41.2886724Z' + - '2025-10-16T06:47:58.6583070Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -14532,32 +14780,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:41 GMT + - Thu, 16 Oct 2025 06:47:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:8542c93a-001a-0072-6981-2b1f6d000000\nTime:2025-09-22T05:25:42.3361269Z" + specified resource does not exist.\nRequestId:54fc0850-401a-0074-4c68-3e5b4a000000\nTime:2025-10-16T06:47:59.6625530Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:41 GMT + - Thu, 16 Oct 2025 06:47:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -14577,32 +14825,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:42 GMT + - Thu, 16 Oct 2025 06:47:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:81c21597-401a-0001-5d81-2b47fe000000\nTime:2025-09-22T05:25:43.3443474Z" + specified resource already exists.\nRequestId:d2f93060-501a-0047-4368-3e04e1000000\nTime:2025-10-16T06:48:00.6501832Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:42 GMT + - Thu, 16 Oct 2025 06:48:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -14622,17 +14870,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:25:43 GMT + - Thu, 16 Oct 2025 06:48:00 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_3 response: @@ -14642,36 +14890,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:43 GMT + - Thu, 16 Oct 2025 06:48:01 GMT etag: - - '"0x8DDF9987A9884C6"' + - '"0x8DE0C7FF35F44A5"' last-modified: - - Mon, 22 Sep 2025 05:25:44 GMT + - Thu, 16 Oct 2025 06:48:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:44.3639494Z' + - '2025-10-16T06:48:01.6676005Z' x-ms-file-creation-time: - - '2025-09-22T05:25:44.3639494Z' + - '2025-10-16T06:48:01.6676005Z' x-ms-file-id: - - '13835106433793785856' + - '13835176802537963520' x-ms-file-last-write-time: - - '2025-09-22T05:25:44.3639494Z' + - '2025-10-16T06:48:01.6676005Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_3' headers: Accept: - application/xml @@ -14688,15 +14936,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:44 GMT + - Thu, 16 Oct 2025 06:48:01 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -14708,21 +14956,21 @@ interactions: content-length: - '0' content-md5: - - HcnEATe1I7SvSDaK35gT8Q== + - cH6xmWTjJVoXNPlYJwv0yg== date: - - Mon, 22 Sep 2025 05:25:44 GMT + - Thu, 16 Oct 2025 06:48:02 GMT etag: - - '"0x8DDF9987B4219EF"' + - '"0x8DE0C7FF3F88830"' last-modified: - - Mon, 22 Sep 2025 05:25:45 GMT + - Thu, 16 Oct 2025 06:48:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:45.4753263Z' + - '2025-10-16T06:48:02.6720304Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -14740,32 +14988,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:45 GMT + - Thu, 16 Oct 2025 06:48:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:013b88c9-a01a-0026-7981-2b503a000000\nTime:2025-09-22T05:25:46.5347313Z" + specified resource does not exist.\nRequestId:6cfa6c06-601a-0063-0f68-3ef241000000\nTime:2025-10-16T06:48:03.7501282Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:45 GMT + - Thu, 16 Oct 2025 06:48:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -14785,32 +15033,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:46 GMT + - Thu, 16 Oct 2025 06:48:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ce4b4f71-001a-0062-6281-2bda05000000\nTime:2025-09-22T05:25:47.5832482Z" + specified resource already exists.\nRequestId:c3aa3f02-a01a-0043-6168-3e89e6000000\nTime:2025-10-16T06:48:04.8527689Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:47 GMT + - Thu, 16 Oct 2025 06:48:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -14830,17 +15078,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:25:47 GMT + - Thu, 16 Oct 2025 06:48:05 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_4 response: @@ -14850,36 +15098,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:48 GMT + - Thu, 16 Oct 2025 06:48:05 GMT etag: - - '"0x8DDF9987D1F6F1D"' + - '"0x8DE0C7FF5E8EC94"' last-modified: - - Mon, 22 Sep 2025 05:25:48 GMT + - Thu, 16 Oct 2025 06:48:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:48.6035741Z' + - '2025-10-16T06:48:05.9251860Z' x-ms-file-creation-time: - - '2025-09-22T05:25:48.6035741Z' + - '2025-10-16T06:48:05.9251860Z' x-ms-file-id: - - '11529324997231247360' + - '13835159210351919104' x-ms-file-last-write-time: - - '2025-09-22T05:25:48.6035741Z' + - '2025-10-16T06:48:05.9251860Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_4' headers: Accept: - application/xml @@ -14896,15 +15144,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:48 GMT + - Thu, 16 Oct 2025 06:48:06 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -14916,21 +15164,21 @@ interactions: content-length: - '0' content-md5: - - wwbnvXkfmgkyoLckzwLpMw== + - s4qgV0u9fOH8jGS/pQv4nA== date: - - Mon, 22 Sep 2025 05:25:49 GMT + - Thu, 16 Oct 2025 06:48:06 GMT etag: - - '"0x8DDF9987DBA394F"' + - '"0x8DE0C7FF681BB01"' last-modified: - - Mon, 22 Sep 2025 05:25:49 GMT + - Thu, 16 Oct 2025 06:48:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:49.6180047Z' + - '2025-10-16T06:48:06.9266177Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -14948,32 +15196,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:49 GMT + - Thu, 16 Oct 2025 06:48:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:741f0e1e-701a-0047-5881-2b7379000000\nTime:2025-09-22T05:25:50.7309830Z" + specified resource does not exist.\nRequestId:b3c126f9-c01a-007a-3a68-3e72fa000000\nTime:2025-10-16T06:48:07.9163365Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:50 GMT + - Thu, 16 Oct 2025 06:48:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -14993,32 +15241,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:50 GMT + - Thu, 16 Oct 2025 06:48:08 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:35a26f1e-501a-006f-4f81-2b12d1000000\nTime:2025-09-22T05:25:51.8027592Z" + specified resource already exists.\nRequestId:20e48001-701a-000d-2168-3ea76e000000\nTime:2025-10-16T06:48:08.9250124Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:51 GMT + - Thu, 16 Oct 2025 06:48:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -15038,17 +15286,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:25:51 GMT + - Thu, 16 Oct 2025 06:48:09 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_5 response: @@ -15058,36 +15306,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:52 GMT + - Thu, 16 Oct 2025 06:48:09 GMT etag: - - '"0x8DDF9987FA9181C"' + - '"0x8DE0C7FF84C9B65"' last-modified: - - Mon, 22 Sep 2025 05:25:52 GMT + - Thu, 16 Oct 2025 06:48:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:52.8611868Z' + - '2025-10-16T06:48:09.9339109Z' x-ms-file-creation-time: - - '2025-09-22T05:25:52.8611868Z' + - '2025-10-16T06:48:09.9339109Z' x-ms-file-id: - - '13835088841607741440' + - '11529316201138225152' x-ms-file-last-write-time: - - '2025-09-22T05:25:52.8611868Z' + - '2025-10-16T06:48:09.9339109Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_5' headers: Accept: - application/xml @@ -15104,15 +15352,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:53 GMT + - Thu, 16 Oct 2025 06:48:10 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -15124,21 +15372,21 @@ interactions: content-length: - '0' content-md5: - - XczklXENgGaFFdFgg093CQ== + - /GtWAYSuHvdlxMMDcEtpoA== date: - - Mon, 22 Sep 2025 05:25:53 GMT + - Thu, 16 Oct 2025 06:48:10 GMT etag: - - '"0x8DDF998804C1E81"' + - '"0x8DE0C7FF8E67B20"' last-modified: - - Mon, 22 Sep 2025 05:25:53 GMT + - Thu, 16 Oct 2025 06:48:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:53.9295873Z' + - '2025-10-16T06:48:10.9423392Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -15156,32 +15404,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:54 GMT + - Thu, 16 Oct 2025 06:48:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:f7aeca18-d01a-0071-4a81-2bfe09000000\nTime:2025-09-22T05:25:55.0338991Z" + specified resource does not exist.\nRequestId:ef98b9df-c01a-006a-6168-3eb792000000\nTime:2025-10-16T06:48:11.9649026Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:54 GMT + - Thu, 16 Oct 2025 06:48:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -15201,32 +15449,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:55 GMT + - Thu, 16 Oct 2025 06:48:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:00fed053-901a-004f-8081-2b6976000000\nTime:2025-09-22T05:25:56.4367143Z" + specified resource already exists.\nRequestId:f787c7d2-001a-0028-1468-3e0e12000000\nTime:2025-10-16T06:48:12.9724766Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:56 GMT + - Thu, 16 Oct 2025 06:48:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -15246,17 +15494,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:25:56 GMT + - Thu, 16 Oct 2025 06:48:13 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_6 response: @@ -15266,36 +15514,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:25:56 GMT + - Thu, 16 Oct 2025 06:48:13 GMT etag: - - '"0x8DDF9988273DF66"' + - '"0x8DE0C7FFAB4685D"' last-modified: - - Mon, 22 Sep 2025 05:25:57 GMT + - Thu, 16 Oct 2025 06:48:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:25:57.5455590Z' + - '2025-10-16T06:48:13.9696221Z' x-ms-file-creation-time: - - '2025-09-22T05:25:57.5455590Z' + - '2025-10-16T06:48:13.9696221Z' x-ms-file-id: - - '13835124025979830272' + - '13835060254305419264' x-ms-file-last-write-time: - - '2025-09-22T05:25:57.5455590Z' + - '2025-10-16T06:48:13.9696221Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_6' headers: Accept: - application/xml @@ -15312,15 +15560,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:57 GMT + - Thu, 16 Oct 2025 06:48:14 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -15332,21 +15580,21 @@ interactions: content-length: - '0' content-md5: - - NxK5WO6Uvg04pcYNVCRaxQ== + - ShR+5lD1DciwQwuM/dbGvQ== date: - - Mon, 22 Sep 2025 05:25:58 GMT + - Thu, 16 Oct 2025 06:48:14 GMT etag: - - '"0x8DDF998835D0C7B"' + - '"0x8DE0C7FFB501C8F"' last-modified: - - Mon, 22 Sep 2025 05:25:59 GMT + - Thu, 16 Oct 2025 06:48:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:25:59.0737019Z' + - '2025-10-16T06:48:14.9900431Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -15364,32 +15612,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:25:59 GMT + - Thu, 16 Oct 2025 06:48:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:432dd196-d01a-003c-1081-2b31e5000000\nTime:2025-09-22T05:26:00.4445802Z" + specified resource does not exist.\nRequestId:8416e0ed-a01a-0053-3668-3e4c8e000000\nTime:2025-10-16T06:48:16.0315110Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:25:59 GMT + - Thu, 16 Oct 2025 06:48:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -15409,32 +15657,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:00 GMT + - Thu, 16 Oct 2025 06:48:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:afbfdfa4-801a-001e-3081-2bf4fa000000\nTime:2025-09-22T05:26:01.4659625Z" + specified resource already exists.\nRequestId:41003462-e01a-007d-3368-3e1e99000000\nTime:2025-10-16T06:48:17.0790960Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:01 GMT + - Thu, 16 Oct 2025 06:48:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -15454,17 +15702,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:26:01 GMT + - Thu, 16 Oct 2025 06:48:17 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_7 response: @@ -15474,36 +15722,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:01 GMT + - Thu, 16 Oct 2025 06:48:17 GMT etag: - - '"0x8DDF99885675E88"' + - '"0x8DE0C7FFD27092B"' last-modified: - - Mon, 22 Sep 2025 05:26:02 GMT + - Thu, 16 Oct 2025 06:48:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:02.4967816Z' + - '2025-10-16T06:48:18.0762923Z' x-ms-file-creation-time: - - '2025-09-22T05:26:02.4967816Z' + - '2025-10-16T06:48:18.0762923Z' x-ms-file-id: - - '11529289812859158528' + - '11529223842161491968' x-ms-file-last-write-time: - - '2025-09-22T05:26:02.4967816Z' + - '2025-10-16T06:48:18.0762923Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_7' headers: Accept: - application/xml @@ -15520,15 +15768,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:02 GMT + - Thu, 16 Oct 2025 06:48:18 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -15540,21 +15788,21 @@ interactions: content-length: - '0' content-md5: - - 0SyjZIfp/k+83Zndgb9WOw== + - 8U6KZX5JlwP7KOFTIQ3dcg== date: - - Mon, 22 Sep 2025 05:26:03 GMT + - Thu, 16 Oct 2025 06:48:18 GMT etag: - - '"0x8DDF9988601B3A2"' + - '"0x8DE0C7FFDC506FF"' last-modified: - - Mon, 22 Sep 2025 05:26:03 GMT + - Thu, 16 Oct 2025 06:48:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:03.5082146Z' + - '2025-10-16T06:48:19.1117055Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -15572,32 +15820,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:03 GMT + - Thu, 16 Oct 2025 06:48:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6ff9e75a-101a-0033-4681-2b4789000000\nTime:2025-09-22T05:26:04.5591147Z" + specified resource does not exist.\nRequestId:6d6b7156-801a-0054-5c68-3e20ed000000\nTime:2025-10-16T06:48:20.1040247Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:04 GMT + - Thu, 16 Oct 2025 06:48:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -15617,32 +15865,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:04 GMT + - Thu, 16 Oct 2025 06:48:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:039be0c1-601a-0039-7c81-2be33e000000\nTime:2025-09-22T05:26:05.6650591Z" + specified resource already exists.\nRequestId:8416e12f-a01a-0053-6168-3e4c8e000000\nTime:2025-10-16T06:48:21.1402943Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:05 GMT + - Thu, 16 Oct 2025 06:48:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -15662,17 +15910,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:26:05 GMT + - Thu, 16 Oct 2025 06:48:21 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_8 response: @@ -15682,36 +15930,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:06 GMT + - Thu, 16 Oct 2025 06:48:21 GMT etag: - - '"0x8DDF99887E4D438"' + - '"0x8DE0C7FFF9209FB"' last-modified: - - Mon, 22 Sep 2025 05:26:06 GMT + - Thu, 16 Oct 2025 06:48:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:06.6744376Z' + - '2025-10-16T06:48:22.1329915Z' x-ms-file-creation-time: - - '2025-09-22T05:26:06.6744376Z' + - '2025-10-16T06:48:22.1329915Z' x-ms-file-id: - - '13835130623049596928' + - '13835165807421685760' x-ms-file-last-write-time: - - '2025-09-22T05:26:06.6744376Z' + - '2025-10-16T06:48:22.1329915Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_8' headers: Accept: - application/xml @@ -15728,15 +15976,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:06 GMT + - Thu, 16 Oct 2025 06:48:22 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -15748,21 +15996,21 @@ interactions: content-length: - '0' content-md5: - - Y6KduLz+RaaUoIV7LVRRWQ== + - 4RQJueF/CFN0cLVuuppI4w== date: - - Mon, 22 Sep 2025 05:26:07 GMT + - Thu, 16 Oct 2025 06:48:22 GMT etag: - - '"0x8DDF99888856A00"' + - '"0x8DE0C80002AB15D"' last-modified: - - Mon, 22 Sep 2025 05:26:07 GMT + - Thu, 16 Oct 2025 06:48:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:07.7268480Z' + - '2025-10-16T06:48:23.1334237Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -15780,32 +16028,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:07 GMT + - Thu, 16 Oct 2025 06:48:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:cb48abe4-b01a-0048-0c81-2b0515000000\nTime:2025-09-22T05:26:08.8261724Z" + specified resource does not exist.\nRequestId:b44aab69-601a-0011-8068-3ef50e000000\nTime:2025-10-16T06:48:24.1450474Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:08 GMT + - Thu, 16 Oct 2025 06:48:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -15825,32 +16073,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:08 GMT + - Thu, 16 Oct 2025 06:48:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:5c9010c7-501a-0022-7b81-2bdd3d000000\nTime:2025-09-22T05:26:10.0125315Z" + specified resource already exists.\nRequestId:f380d060-c01a-0008-7468-3e75b5000000\nTime:2025-10-16T06:48:25.1583619Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:09 GMT + - Thu, 16 Oct 2025 06:48:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -15870,17 +16118,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:26:10 GMT + - Thu, 16 Oct 2025 06:48:25 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/file_9 response: @@ -15890,36 +16138,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:10 GMT + - Thu, 16 Oct 2025 06:48:25 GMT etag: - - '"0x8DDF9988A85F961"' + - '"0x8DE0C8001F6CA24"' last-modified: - - Mon, 22 Sep 2025 05:26:11 GMT + - Thu, 16 Oct 2025 06:48:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:11.0859617Z' + - '2025-10-16T06:48:26.1487140Z' x-ms-file-creation-time: - - '2025-09-22T05:26:11.0859617Z' + - '2025-10-16T06:48:26.1487140Z' x-ms-file-id: - - '13835095438677508096' + - '13835148215235641344' x-ms-file-last-write-time: - - '2025-09-22T05:26:11.0859617Z' + - '2025-10-16T06:48:26.1487140Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_9' headers: Accept: - application/xml @@ -15936,15 +16184,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:11 GMT + - Thu, 16 Oct 2025 06:48:26 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -15956,21 +16204,21 @@ interactions: content-length: - '0' content-md5: - - Kc6GMNeUgWqh8FicLNI5JA== + - GIiZOf8P0heOATvCZ5pF+w== date: - - Mon, 22 Sep 2025 05:26:11 GMT + - Thu, 16 Oct 2025 06:48:26 GMT etag: - - '"0x8DDF9988B233434"' + - '"0x8DE0C800293DDB6"' last-modified: - - Mon, 22 Sep 2025 05:26:12 GMT + - Thu, 16 Oct 2025 06:48:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:12.1163828Z' + - '2025-10-16T06:48:27.1781302Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -15988,32 +16236,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:12 GMT + - Thu, 16 Oct 2025 06:48:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:fcb0f201-301a-0024-6981-2bee82000000\nTime:2025-09-22T05:26:13.1702143Z" + specified resource does not exist.\nRequestId:c14c516b-101a-0024-5568-3e991a000000\nTime:2025-10-16T06:48:28.1917555Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:12 GMT + - Thu, 16 Oct 2025 06:48:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -16033,32 +16281,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:13 GMT + - Thu, 16 Oct 2025 06:48:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:3b8fa3d1-601a-005b-5d81-2b2119000000\nTime:2025-09-22T05:26:14.1843737Z" + specified resource already exists.\nRequestId:55c119ed-701a-006f-2468-3e6549000000\nTime:2025-10-16T06:48:29.2071215Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:13 GMT + - Thu, 16 Oct 2025 06:48:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -16078,13 +16326,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:14 GMT + - Thu, 16 Oct 2025 06:48:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: @@ -16094,31 +16342,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:14 GMT + - Thu, 16 Oct 2025 06:48:29 GMT etag: - - '"0x8DDF9988D059193"' + - '"0x8DE0C8004630342"' last-modified: - - Mon, 22 Sep 2025 05:26:15 GMT + - Thu, 16 Oct 2025 06:48:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:26:15.2776083Z' + - '2025-10-16T06:48:30.2134082Z' x-ms-file-creation-time: - - '2025-09-22T05:26:15.2776083Z' + - '2025-10-16T06:48:30.2134082Z' x-ms-file-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-last-write-time: - - '2025-09-22T05:26:15.2776083Z' + - '2025-10-16T06:48:30.2134082Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835150414258896896' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -16138,17 +16386,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:15 GMT + - Thu, 16 Oct 2025 06:48:30 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_0 response: @@ -16158,36 +16406,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:16 GMT + - Thu, 16 Oct 2025 06:48:30 GMT etag: - - '"0x8DDF9988DA2303D"' + - '"0x8DE0C8004FFC8C5"' last-modified: - - Mon, 22 Sep 2025 05:26:16 GMT + - Thu, 16 Oct 2025 06:48:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:16.3040317Z' + - '2025-10-16T06:48:31.2408261Z' x-ms-file-creation-time: - - '2025-09-22T05:26:16.3040317Z' + - '2025-10-16T06:48:31.2408261Z' x-ms-file-id: - - '13835148215235641344' + - '11529324997231247360' x-ms-file-last-write-time: - - '2025-09-22T05:26:16.3040317Z' + - '2025-10-16T06:48:31.2408261Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_0' headers: Accept: - application/xml @@ -16204,15 +16452,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:16 GMT + - Thu, 16 Oct 2025 06:48:31 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -16224,21 +16472,21 @@ interactions: content-length: - '0' content-md5: - - j8goj/lkge0qY1c0aKyPlg== + - cjQNQJ7cyeeIdmq8ZmLFMA== date: - - Mon, 22 Sep 2025 05:26:17 GMT + - Thu, 16 Oct 2025 06:48:32 GMT etag: - - '"0x8DDF9988E3EF5EF"' + - '"0x8DE0C80059FE91C"' last-modified: - - Mon, 22 Sep 2025 05:26:17 GMT + - Thu, 16 Oct 2025 06:48:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:17.3314543Z' + - '2025-10-16T06:48:32.2902300Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -16256,32 +16504,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:17 GMT + - Thu, 16 Oct 2025 06:48:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:c3a09cb7-801a-0053-3581-2b3b16000000\nTime:2025-09-22T05:26:18.3485790Z" + specified resource does not exist.\nRequestId:b30af31e-401a-0006-2068-3e5c05000000\nTime:2025-10-16T06:48:33.3137166Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:17 GMT + - Thu, 16 Oct 2025 06:48:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -16301,32 +16549,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:18 GMT + - Thu, 16 Oct 2025 06:48:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:afbfe06c-801a-001e-3f81-2bf4fa000000\nTime:2025-09-22T05:26:19.4798442Z" + specified resource already exists.\nRequestId:1e03567a-601a-0001-7368-3e3066000000\nTime:2025-10-16T06:48:34.3302202Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:19 GMT + - Thu, 16 Oct 2025 06:48:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -16346,32 +16594,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:19 GMT + - Thu, 16 Oct 2025 06:48:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:a1812da2-901a-003d-5f81-2b6e39000000\nTime:2025-09-22T05:26:20.7148890Z" + specified resource already exists.\nRequestId:7f96fa7a-501a-001a-0168-3e0e65000000\nTime:2025-10-16T06:48:35.3233242Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:19 GMT + - Thu, 16 Oct 2025 06:48:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -16391,17 +16639,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:20 GMT + - Thu, 16 Oct 2025 06:48:35 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_1 response: @@ -16411,36 +16659,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:21 GMT + - Thu, 16 Oct 2025 06:48:35 GMT etag: - - '"0x8DDF99890ED8699"' + - '"0x8DE0C80080A4DC2"' last-modified: - - Mon, 22 Sep 2025 05:26:21 GMT + - Thu, 16 Oct 2025 06:48:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:21.8309273Z' + - '2025-10-16T06:48:36.3429314Z' x-ms-file-creation-time: - - '2025-09-22T05:26:21.8309273Z' + - '2025-10-16T06:48:36.3429314Z' x-ms-file-id: - - '13835183399607730176' + - '13835069050398441472' x-ms-file-last-write-time: - - '2025-09-22T05:26:21.8309273Z' + - '2025-10-16T06:48:36.3429314Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_1' headers: Accept: - application/xml @@ -16457,15 +16705,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:21 GMT + - Thu, 16 Oct 2025 06:48:36 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -16477,21 +16725,21 @@ interactions: content-length: - '0' content-md5: - - tEL9g+wOLQy1q16oJFdahQ== + - KLEXXHYyxm8bHZ+vxuy5Og== date: - - Mon, 22 Sep 2025 05:26:22 GMT + - Thu, 16 Oct 2025 06:48:37 GMT etag: - - '"0x8DDF9989186A358"' + - '"0x8DE0C8008A67712"' last-modified: - - Mon, 22 Sep 2025 05:26:22 GMT + - Thu, 16 Oct 2025 06:48:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:22.8343640Z' + - '2025-10-16T06:48:37.3663506Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -16509,32 +16757,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:22 GMT + - Thu, 16 Oct 2025 06:48:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:f629f539-c01a-0020-6881-2b6385000000\nTime:2025-09-22T05:26:23.8652614Z" + specified resource does not exist.\nRequestId:e6589cf5-201a-0062-0e68-3ead9d000000\nTime:2025-10-16T06:48:38.3818199Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:22 GMT + - Thu, 16 Oct 2025 06:48:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -16554,32 +16802,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:23 GMT + - Thu, 16 Oct 2025 06:48:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:e4ee2e0c-b01a-0015-7581-2b0f91000000\nTime:2025-09-22T05:26:24.9566945Z" + specified resource already exists.\nRequestId:5436f76f-201a-002f-1268-3e6271000000\nTime:2025-10-16T06:48:39.4081664Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:24 GMT + - Thu, 16 Oct 2025 06:48:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -16599,32 +16847,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:25 GMT + - Thu, 16 Oct 2025 06:48:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:09523971-801a-006c-5a81-2bf3b5000000\nTime:2025-09-22T05:26:26.1914116Z" + specified resource already exists.\nRequestId:3da3e738-901a-002a-4568-3eb0aa000000\nTime:2025-10-16T06:48:40.4246365Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:25 GMT + - Thu, 16 Oct 2025 06:48:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -16644,17 +16892,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:26 GMT + - Thu, 16 Oct 2025 06:48:40 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_2 response: @@ -16664,36 +16912,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:26 GMT + - Thu, 16 Oct 2025 06:48:40 GMT etag: - - '"0x8DDF998941CA66C"' + - '"0x8DE0C800B134C62"' last-modified: - - Mon, 22 Sep 2025 05:26:27 GMT + - Thu, 16 Oct 2025 06:48:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:27.1729260Z' + - '2025-10-16T06:48:41.4350434Z' x-ms-file-creation-time: - - '2025-09-22T05:26:27.1729260Z' + - '2025-10-16T06:48:41.4350434Z' x-ms-file-id: - - '13835069050398441472' + - '13835174603514707968' x-ms-file-last-write-time: - - '2025-09-22T05:26:27.1729260Z' + - '2025-10-16T06:48:41.4350434Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_2' headers: Accept: - application/xml @@ -16710,15 +16958,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:27 GMT + - Thu, 16 Oct 2025 06:48:41 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -16730,21 +16978,21 @@ interactions: content-length: - '0' content-md5: - - aYCPbUHHnweLODzaHD8BDA== + - ng8zw1jfdcGCuQHGqq0uzQ== date: - - Mon, 22 Sep 2025 05:26:28 GMT + - Thu, 16 Oct 2025 06:48:41 GMT etag: - - '"0x8DDF99894B9932B"' + - '"0x8DE0C800BAB308D"' last-modified: - - Mon, 22 Sep 2025 05:26:28 GMT + - Thu, 16 Oct 2025 06:48:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:28.2013483Z' + - '2025-10-16T06:48:42.4304781Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -16762,32 +17010,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:28 GMT + - Thu, 16 Oct 2025 06:48:42 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5be37972-401a-0011-2381-2b8296000000\nTime:2025-09-22T05:26:29.2274010Z" + specified resource does not exist.\nRequestId:dde83d7b-801a-0009-3468-3e2a69000000\nTime:2025-10-16T06:48:43.4405040Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:28 GMT + - Thu, 16 Oct 2025 06:48:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -16807,32 +17055,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:29 GMT + - Thu, 16 Oct 2025 06:48:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:d636e07b-601a-0064-1781-2be9ba000000\nTime:2025-09-22T05:26:30.3250158Z" + specified resource already exists.\nRequestId:943ed25a-001a-0065-6f68-3ec1fe000000\nTime:2025-10-16T06:48:44.4742469Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:29 GMT + - Thu, 16 Oct 2025 06:48:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -16852,32 +17100,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:30 GMT + - Thu, 16 Oct 2025 06:48:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:bfd179ad-c01a-0030-4281-2ba6ed000000\nTime:2025-09-22T05:26:31.3371635Z" + specified resource already exists.\nRequestId:56f9df7a-e01a-0042-6868-3ed63a000000\nTime:2025-10-16T06:48:45.4815840Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:30 GMT + - Thu, 16 Oct 2025 06:48:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -16897,17 +17145,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:31 GMT + - Thu, 16 Oct 2025 06:48:45 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_3 response: @@ -16917,36 +17165,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:31 GMT + - Thu, 16 Oct 2025 06:48:46 GMT etag: - - '"0x8DDF9989732EA9A"' + - '"0x8DE0C800E1A7677"' last-modified: - - Mon, 22 Sep 2025 05:26:32 GMT + - Thu, 16 Oct 2025 06:48:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:32.3520154Z' + - '2025-10-16T06:48:46.5151607Z' x-ms-file-creation-time: - - '2025-09-22T05:26:32.3520154Z' + - '2025-10-16T06:48:46.5151607Z' x-ms-file-id: - - '16141015413705146368' + - '13835121826956574720' x-ms-file-last-write-time: - - '2025-09-22T05:26:32.3520154Z' + - '2025-10-16T06:48:46.5151607Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_3' headers: Accept: - application/xml @@ -16963,15 +17211,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:32 GMT + - Thu, 16 Oct 2025 06:48:46 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -16983,21 +17231,21 @@ interactions: content-length: - '0' content-md5: - - jJtPI2+DVGvr4ptmz0uw3A== + - 48KtueCB1hHYvOiEIqSxZQ== date: - - Mon, 22 Sep 2025 05:26:32 GMT + - Thu, 16 Oct 2025 06:48:47 GMT etag: - - '"0x8DDF99897D68D1F"' + - '"0x8DE0C800EB714F2"' last-modified: - - Mon, 22 Sep 2025 05:26:33 GMT + - Thu, 16 Oct 2025 06:48:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:33.4244127Z' + - '2025-10-16T06:48:47.5415794Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -17015,32 +17263,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:33 GMT + - Thu, 16 Oct 2025 06:48:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7a0ff2a1-301a-0056-5d81-2be9cd000000\nTime:2025-09-22T05:26:35.1951933Z" + specified resource does not exist.\nRequestId:76d928ac-301a-0033-0e68-3e3011000000\nTime:2025-10-16T06:48:48.5439461Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:34 GMT + - Thu, 16 Oct 2025 06:48:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -17060,32 +17308,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:35 GMT + - Thu, 16 Oct 2025 06:48:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f0c62685-801a-007c-0181-2b36dd000000\nTime:2025-09-22T05:26:36.4010918Z" + specified resource already exists.\nRequestId:6d6b742e-801a-0054-4d68-3e20ed000000\nTime:2025-10-16T06:48:49.5659973Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:35 GMT + - Thu, 16 Oct 2025 06:48:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -17105,32 +17353,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:36 GMT + - Thu, 16 Oct 2025 06:48:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:321027f5-b01a-0077-6381-2bcdb6000000\nTime:2025-09-22T05:26:37.4219148Z" + specified resource already exists.\nRequestId:4c1ca190-e01a-000f-1368-3e19d6000000\nTime:2025-10-16T06:48:50.5787918Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:36 GMT + - Thu, 16 Oct 2025 06:48:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -17150,17 +17398,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:37 GMT + - Thu, 16 Oct 2025 06:48:50 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_4 response: @@ -17170,36 +17418,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:38 GMT + - Thu, 16 Oct 2025 06:48:51 GMT etag: - - '"0x8DDF9989ADD4320"' + - '"0x8DE0C801121EEB0"' last-modified: - - Mon, 22 Sep 2025 05:26:38 GMT + - Thu, 16 Oct 2025 06:48:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:38.5015584Z' + - '2025-10-16T06:48:51.5972784Z' x-ms-file-creation-time: - - '2025-09-22T05:26:38.5015584Z' + - '2025-10-16T06:48:51.5972784Z' x-ms-file-id: - - '11529338191370780672' + - '13835064652351930368' x-ms-file-last-write-time: - - '2025-09-22T05:26:38.5015584Z' + - '2025-10-16T06:48:51.5972784Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_4' headers: Accept: - application/xml @@ -17216,15 +17464,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:38 GMT + - Thu, 16 Oct 2025 06:48:51 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -17236,21 +17484,21 @@ interactions: content-length: - '0' content-md5: - - 1FMHxV89aQKn/MPEJUNokQ== + - DLn9pVd1BGG+5JxQ57dpRQ== date: - - Mon, 22 Sep 2025 05:26:39 GMT + - Thu, 16 Oct 2025 06:48:52 GMT etag: - - '"0x8DDF9989B7CA07F"' + - '"0x8DE0C8011B95DC8"' last-modified: - - Mon, 22 Sep 2025 05:26:39 GMT + - Thu, 16 Oct 2025 06:48:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:39.5459711Z' + - '2025-10-16T06:48:52.5897160Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -17268,32 +17516,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:39 GMT + - Thu, 16 Oct 2025 06:48:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:36153174-a01a-0036-5c81-2b9552000000\nTime:2025-09-22T05:26:40.6023149Z" + specified resource does not exist.\nRequestId:62bbb829-801a-007b-3a68-3e2d26000000\nTime:2025-10-16T06:48:53.5861536Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:39 GMT + - Thu, 16 Oct 2025 06:48:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -17313,32 +17561,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:40 GMT + - Thu, 16 Oct 2025 06:48:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:c3a09cee-801a-0053-5781-2b3b16000000\nTime:2025-09-22T05:26:41.6908087Z" + specified resource already exists.\nRequestId:731ff3ce-d01a-0014-6368-3e27d5000000\nTime:2025-10-16T06:48:54.5948907Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:41 GMT + - Thu, 16 Oct 2025 06:48:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -17358,32 +17606,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:41 GMT + - Thu, 16 Oct 2025 06:48:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cb48acda-b01a-0048-3981-2b0515000000\nTime:2025-09-22T05:26:42.8365483Z" + specified resource already exists.\nRequestId:c53caded-101a-0079-0c68-3e939e000000\nTime:2025-10-16T06:48:55.6076697Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:42 GMT + - Thu, 16 Oct 2025 06:48:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -17403,17 +17651,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:42 GMT + - Thu, 16 Oct 2025 06:48:55 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_5 response: @@ -17423,36 +17671,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:43 GMT + - Thu, 16 Oct 2025 06:48:55 GMT etag: - - '"0x8DDF9989E0C89E1"' + - '"0x8DE0C80141C9786"' last-modified: - - Mon, 22 Sep 2025 05:26:43 GMT + - Thu, 16 Oct 2025 06:48:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:43.8445537Z' + - '2025-10-16T06:48:56.5954438Z' x-ms-file-creation-time: - - '2025-09-22T05:26:43.8445537Z' + - '2025-10-16T06:48:56.5954438Z' x-ms-file-id: - - '13835121826956574720' + - '13835170205468196864' x-ms-file-last-write-time: - - '2025-09-22T05:26:43.8445537Z' + - '2025-10-16T06:48:56.5954438Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_5' headers: Accept: - application/xml @@ -17469,15 +17717,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:43 GMT + - Thu, 16 Oct 2025 06:48:56 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -17489,21 +17737,21 @@ interactions: content-length: - '0' content-md5: - - pnb/AJk4CLXSX7s+Rgs3oA== + - lq539U6p25m3aiooQhtQPw== date: - - Mon, 22 Sep 2025 05:26:44 GMT + - Thu, 16 Oct 2025 06:48:56 GMT etag: - - '"0x8DDF9989EAC0E47"' + - '"0x8DE0C8014B39171"' last-modified: - - Mon, 22 Sep 2025 05:26:44 GMT + - Thu, 16 Oct 2025 06:48:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:44.8899655Z' + - '2025-10-16T06:48:57.5848817Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -17521,32 +17769,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:45 GMT + - Thu, 16 Oct 2025 06:48:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ae6fb487-c01a-0042-0e81-2ba1a2000000\nTime:2025-09-22T05:26:46.0163643Z" + specified resource does not exist.\nRequestId:0b6e95fc-d01a-0004-0668-3ee2bd000000\nTime:2025-10-16T06:48:58.5955071Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:45 GMT + - Thu, 16 Oct 2025 06:48:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -17566,32 +17814,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:46 GMT + - Thu, 16 Oct 2025 06:48:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7956da00-501a-0040-0e81-2b1f1a000000\nTime:2025-09-22T05:26:47.0547508Z" + specified resource already exists.\nRequestId:c14c5523-101a-0024-4668-3e991a000000\nTime:2025-10-16T06:48:59.6147803Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:46 GMT + - Thu, 16 Oct 2025 06:48:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -17611,32 +17859,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:47 GMT + - Thu, 16 Oct 2025 06:48:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:539e3e7b-001a-002f-2081-2b15e9000000\nTime:2025-09-22T05:26:48.1385325Z" + specified resource already exists.\nRequestId:fa4d24e7-b01a-004f-1368-3e1eee000000\nTime:2025-10-16T06:49:00.6290866Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:48 GMT + - Thu, 16 Oct 2025 06:49:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -17656,17 +17904,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:48 GMT + - Thu, 16 Oct 2025 06:49:00 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_6 response: @@ -17676,36 +17924,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:49 GMT + - Thu, 16 Oct 2025 06:49:00 GMT etag: - - '"0x8DDF998A13C6CBF"' + - '"0x8DE0C80171C48B0"' last-modified: - - Mon, 22 Sep 2025 05:26:49 GMT + - Thu, 16 Oct 2025 06:49:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:49.1915455Z' + - '2025-10-16T06:49:01.6265904Z' x-ms-file-creation-time: - - '2025-09-22T05:26:49.1915455Z' + - '2025-10-16T06:49:01.6265904Z' x-ms-file-id: - - '11529250230440558592' + - '16140997821519101952' x-ms-file-last-write-time: - - '2025-09-22T05:26:49.1915455Z' + - '2025-10-16T06:49:01.6265904Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_6' headers: Accept: - application/xml @@ -17722,15 +17970,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:49 GMT + - Thu, 16 Oct 2025 06:49:01 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -17742,21 +17990,21 @@ interactions: content-length: - '0' content-md5: - - vheskXV4xLT/cCWHUCv1Uw== + - ihn0MlXF3yvQVOGJMPgSEA== date: - - Mon, 22 Sep 2025 05:26:49 GMT + - Thu, 16 Oct 2025 06:49:02 GMT etag: - - '"0x8DDF998A1D7FA19"' + - '"0x8DE0C8017B89924"' last-modified: - - Mon, 22 Sep 2025 05:26:50 GMT + - Thu, 16 Oct 2025 06:49:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:50.2109721Z' + - '2025-10-16T06:49:02.6510116Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -17774,32 +18022,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:50 GMT + - Thu, 16 Oct 2025 06:49:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:00e3f5b0-a01a-0044-3c81-2b921d000000\nTime:2025-09-22T05:26:51.3140971Z" + specified resource does not exist.\nRequestId:8776cc70-f01a-0003-5f68-3e8ede000000\nTime:2025-10-16T06:49:03.6406109Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:50 GMT + - Thu, 16 Oct 2025 06:49:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -17819,32 +18067,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:51 GMT + - Thu, 16 Oct 2025 06:49:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:a1812dfc-901a-003d-1081-2b6e39000000\nTime:2025-09-22T05:26:52.4136332Z" + specified resource already exists.\nRequestId:1ca3d9bd-a01a-006c-5268-3e842d000000\nTime:2025-10-16T06:49:04.6229984Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:51 GMT + - Thu, 16 Oct 2025 06:49:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -17864,32 +18112,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:52 GMT + - Thu, 16 Oct 2025 06:49:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6ec920b1-d01a-0061-2a81-2b3b61000000\nTime:2025-09-22T05:26:53.7577582Z" + specified resource already exists.\nRequestId:2797470b-f01a-0071-3168-3e8991000000\nTime:2025-10-16T06:49:05.6323520Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:53 GMT + - Thu, 16 Oct 2025 06:49:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -17909,17 +18157,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:53 GMT + - Thu, 16 Oct 2025 06:49:05 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_7 response: @@ -17929,36 +18177,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:54 GMT + - Thu, 16 Oct 2025 06:49:05 GMT etag: - - '"0x8DDF998A492BDD3"' + - '"0x8DE0C801A2A2892"' last-modified: - - Mon, 22 Sep 2025 05:26:54 GMT + - Thu, 16 Oct 2025 06:49:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:26:54.7903955Z' + - '2025-10-16T06:49:06.7506834Z' x-ms-file-creation-time: - - '2025-09-22T05:26:54.7903955Z' + - '2025-10-16T06:49:06.7506834Z' x-ms-file-id: - - '11529307405045202944' + - '13835117428910063616' x-ms-file-last-write-time: - - '2025-09-22T05:26:54.7903955Z' + - '2025-10-16T06:49:06.7506834Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_7' headers: Accept: - application/xml @@ -17975,15 +18223,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:54 GMT + - Thu, 16 Oct 2025 06:49:06 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -17995,21 +18243,21 @@ interactions: content-length: - '0' content-md5: - - cVeWf1YlB4eIMe1+0plCvw== + - rOsd9c7SFYzJTJZHGTaOrA== date: - - Mon, 22 Sep 2025 05:26:55 GMT + - Thu, 16 Oct 2025 06:49:07 GMT etag: - - '"0x8DDF998A53AA572"' + - '"0x8DE0C801AC6EE11"' last-modified: - - Mon, 22 Sep 2025 05:26:55 GMT + - Thu, 16 Oct 2025 06:49:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:26:55.8907762Z' + - '2025-10-16T06:49:07.7781009Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -18027,32 +18275,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:56 GMT + - Thu, 16 Oct 2025 06:49:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6a6edab5-101a-0041-5d81-2b40c6000000\nTime:2025-09-22T05:26:56.9262806Z" + specified resource does not exist.\nRequestId:dde8417d-801a-0009-0f68-3e2a69000000\nTime:2025-10-16T06:49:08.7718397Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:56 GMT + - Thu, 16 Oct 2025 06:49:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -18072,32 +18320,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:57 GMT + - Thu, 16 Oct 2025 06:49:08 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:596628fe-b01a-0058-5981-2bc07d000000\nTime:2025-09-22T05:26:58.1462412Z" + specified resource already exists.\nRequestId:99a06787-501a-0035-5668-3e03ae000000\nTime:2025-10-16T06:49:09.8033084Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:57 GMT + - Thu, 16 Oct 2025 06:49:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -18117,32 +18365,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:26:58 GMT + - Thu, 16 Oct 2025 06:49:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:56e48d49-901a-0060-6481-2b64bd000000\nTime:2025-09-22T05:26:59.3770917Z" + specified resource already exists.\nRequestId:da66790b-101a-001b-2068-3e51b9000000\nTime:2025-10-16T06:49:10.8089745Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:26:58 GMT + - Thu, 16 Oct 2025 06:49:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -18162,17 +18410,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:26:59 GMT + - Thu, 16 Oct 2025 06:49:11 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_8 response: @@ -18182,36 +18430,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:26:59 GMT + - Thu, 16 Oct 2025 06:49:11 GMT etag: - - '"0x8DDF998A7F457D2"' + - '"0x8DE0C801D31EED6"' last-modified: - - Mon, 22 Sep 2025 05:27:00 GMT + - Thu, 16 Oct 2025 06:49:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:00.4632018Z' + - '2025-10-16T06:49:11.8347990Z' x-ms-file-creation-time: - - '2025-09-22T05:27:00.4632018Z' + - '2025-10-16T06:49:11.8347990Z' x-ms-file-id: - - '13835170205468196864' + - '11529256827510325248' x-ms-file-last-write-time: - - '2025-09-22T05:27:00.4632018Z' + - '2025-10-16T06:49:11.8347990Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_8' headers: Accept: - application/xml @@ -18228,15 +18476,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:00 GMT + - Thu, 16 Oct 2025 06:49:12 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -18248,21 +18496,21 @@ interactions: content-length: - '0' content-md5: - - c071rLL0QMrEBSAUy25rSg== + - +3OkVvLEwyD67oDCUefpKA== date: - - Mon, 22 Sep 2025 05:27:00 GMT + - Thu, 16 Oct 2025 06:49:12 GMT etag: - - '"0x8DDF998A899F5DC"' + - '"0x8DE0C801DCD54F2"' last-modified: - - Mon, 22 Sep 2025 05:27:01 GMT + - Thu, 16 Oct 2025 06:49:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:01.5485916Z' + - '2025-10-16T06:49:12.8532210Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -18280,32 +18528,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:01 GMT + - Thu, 16 Oct 2025 06:49:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:180dadf7-601a-0016-7681-2beef5000000\nTime:2025-09-22T05:27:02.5808088Z" + specified resource does not exist.\nRequestId:6d6b75a2-801a-0054-1d68-3e20ed000000\nTime:2025-10-16T06:49:13.8266833Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:02 GMT + - Thu, 16 Oct 2025 06:49:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -18325,32 +18573,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:02 GMT + - Thu, 16 Oct 2025 06:49:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:81c2189d-401a-0001-7e81-2b47fe000000\nTime:2025-09-22T05:27:03.6736745Z" + specified resource already exists.\nRequestId:20e4881c-701a-000d-0d68-3ea76e000000\nTime:2025-10-16T06:49:14.8324473Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:02 GMT + - Thu, 16 Oct 2025 06:49:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -18370,32 +18618,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:03 GMT + - Thu, 16 Oct 2025 06:49:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:039be290-601a-0039-4181-2be33e000000\nTime:2025-09-22T05:27:04.7176925Z" + specified resource already exists.\nRequestId:0b6e975a-d01a-0004-2068-3ee2bd000000\nTime:2025-10-16T06:49:15.8197327Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:04 GMT + - Thu, 16 Oct 2025 06:49:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -18415,17 +18663,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:27:04 GMT + - Thu, 16 Oct 2025 06:49:16 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_9 response: @@ -18435,36 +18683,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:04 GMT + - Thu, 16 Oct 2025 06:49:16 GMT etag: - - '"0x8DDF998AB1659E8"' + - '"0x8DE0C80202DCFFC"' last-modified: - - Mon, 22 Sep 2025 05:27:05 GMT + - Thu, 16 Oct 2025 06:49:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:05.7192424Z' + - '2025-10-16T06:49:16.8409596Z' x-ms-file-creation-time: - - '2025-09-22T05:27:05.7192424Z' + - '2025-10-16T06:49:16.8409596Z' x-ms-file-id: - - '13835082244537974784' + - '11529285414812647424' x-ms-file-last-write-time: - - '2025-09-22T05:27:05.7192424Z' + - '2025-10-16T06:49:16.8409596Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835183399607730176' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_9' headers: Accept: - application/xml @@ -18481,15 +18729,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:05 GMT + - Thu, 16 Oct 2025 06:49:17 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -18501,21 +18749,21 @@ interactions: content-length: - '0' content-md5: - - ZH8WYpwwi8ZDlXaP5Wc9jQ== + - Op5VO6ryixhhxH3c1Jcmhw== date: - - Mon, 22 Sep 2025 05:27:05 GMT + - Thu, 16 Oct 2025 06:49:17 GMT etag: - - '"0x8DDF998ABBFA0E2"' + - '"0x8DE0C8020C8C0F6"' last-modified: - - Mon, 22 Sep 2025 05:27:06 GMT + - Thu, 16 Oct 2025 06:49:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:06.8286178Z' + - '2025-10-16T06:49:17.8563830Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -18533,32 +18781,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:06 GMT + - Thu, 16 Oct 2025 06:49:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7956dacd-501a-0040-1c81-2b1f1a000000\nTime:2025-09-22T05:27:07.8693756Z" + specified resource does not exist.\nRequestId:0040e8f5-001a-0038-6a68-3ecb7a000000\nTime:2025-10-16T06:49:18.8708261Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:07 GMT + - Thu, 16 Oct 2025 06:49:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -18578,13 +18826,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:08 GMT + - Thu, 16 Oct 2025 06:49:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: @@ -18594,31 +18842,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:08 GMT + - Thu, 16 Oct 2025 06:49:19 GMT etag: - - '"0x8DDF998ACFB27B6"' + - '"0x8DE0C802205A6D3"' last-modified: - - Mon, 22 Sep 2025 05:27:08 GMT + - Thu, 16 Oct 2025 06:49:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:27:08.8964534Z' + - '2025-10-16T06:49:19.9332051Z' x-ms-file-creation-time: - - '2025-09-22T05:27:08.8964534Z' + - '2025-10-16T06:49:19.9332051Z' x-ms-file-id: - - '11529296409928925184' + - '13835073448444952576' x-ms-file-last-write-time: - - '2025-09-22T05:27:08.8964534Z' + - '2025-10-16T06:49:19.9332051Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -18638,13 +18886,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:09 GMT + - Thu, 16 Oct 2025 06:49:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: @@ -18654,31 +18902,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:09 GMT + - Thu, 16 Oct 2025 06:49:20 GMT etag: - - '"0x8DDF998AD983B6D"' + - '"0x8DE0C8022A7E9C7"' last-modified: - - Mon, 22 Sep 2025 05:27:09 GMT + - Thu, 16 Oct 2025 06:49:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:27:09.9258733Z' + - '2025-10-16T06:49:20.9966023Z' x-ms-file-creation-time: - - '2025-09-22T05:27:09.9258733Z' + - '2025-10-16T06:49:20.9966023Z' x-ms-file-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-last-write-time: - - '2025-09-22T05:27:09.9258733Z' + - '2025-10-16T06:49:20.9966023Z' x-ms-file-parent-id: - - '11529296409928925184' + - '13835073448444952576' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -18698,17 +18946,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:10 GMT + - Thu, 16 Oct 2025 06:49:21 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_0 response: @@ -18718,36 +18966,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:10 GMT + - Thu, 16 Oct 2025 06:49:21 GMT etag: - - '"0x8DDF998AE4B6C0F"' + - '"0x8DE0C8023452460"' last-modified: - - Mon, 22 Sep 2025 05:27:11 GMT + - Thu, 16 Oct 2025 06:49:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:11.1002127Z' + - '2025-10-16T06:49:22.0270176Z' x-ms-file-creation-time: - - '2025-09-22T05:27:11.1002127Z' + - '2025-10-16T06:49:22.0270176Z' x-ms-file-id: - - '13835117428910063616' + - '13835143817189130240' x-ms-file-last-write-time: - - '2025-09-22T05:27:11.1002127Z' + - '2025-10-16T06:49:22.0270176Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_0' headers: Accept: - application/xml @@ -18764,15 +19012,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:11 GMT + - Thu, 16 Oct 2025 06:49:22 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -18784,21 +19032,21 @@ interactions: content-length: - '0' content-md5: - - k8Zx5M2q2PHzbUlUMXErpg== + - jthxIgd41/XkEgzeTQJddA== date: - - Mon, 22 Sep 2025 05:27:11 GMT + - Thu, 16 Oct 2025 06:49:22 GMT etag: - - '"0x8DDF998AEEDFD3F"' + - '"0x8DE0C8023E03C70"' last-modified: - - Mon, 22 Sep 2025 05:27:12 GMT + - Thu, 16 Oct 2025 06:49:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:12.1656127Z' + - '2025-10-16T06:49:23.0434416Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -18816,32 +19064,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:12 GMT + - Thu, 16 Oct 2025 06:49:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:51a8619f-301a-0046-1381-2b2ca5000000\nTime:2025-09-22T05:27:13.2132941Z" + specified resource does not exist.\nRequestId:b95daefb-d01a-002b-0969-3eef76000000\nTime:2025-10-16T06:49:24.0653340Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:12 GMT + - Thu, 16 Oct 2025 06:49:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -18861,32 +19109,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:13 GMT + - Thu, 16 Oct 2025 06:49:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:72d01053-701a-000a-3581-2bbc95000000\nTime:2025-09-22T05:27:14.3241714Z" + specified resource already exists.\nRequestId:c97a196d-101a-000b-1a69-3e94d1000000\nTime:2025-10-16T06:49:25.0987421Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:14 GMT + - Thu, 16 Oct 2025 06:49:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -18906,32 +19154,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:14 GMT + - Thu, 16 Oct 2025 06:49:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:c3a09e72-801a-0053-7181-2b3b16000000\nTime:2025-09-22T05:27:15.4098745Z" + specified resource already exists.\nRequestId:6d6b788e-801a-0054-4369-3e20ed000000\nTime:2025-10-16T06:49:26.0947717Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:14 GMT + - Thu, 16 Oct 2025 06:49:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -18951,17 +19199,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:15 GMT + - Thu, 16 Oct 2025 06:49:26 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_1 response: @@ -18971,36 +19219,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:15 GMT + - Thu, 16 Oct 2025 06:49:26 GMT etag: - - '"0x8DDF998B181B674"' + - '"0x8DE0C802653C77A"' last-modified: - - Mon, 22 Sep 2025 05:27:16 GMT + - Thu, 16 Oct 2025 06:49:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:16.4891764Z' + - '2025-10-16T06:49:27.1561082Z' x-ms-file-creation-time: - - '2025-09-22T05:27:16.4891764Z' + - '2025-10-16T06:49:27.1561082Z' x-ms-file-id: - - '10376407890670911488' + - '11529314002114969600' x-ms-file-last-write-time: - - '2025-09-22T05:27:16.4891764Z' + - '2025-10-16T06:49:27.1561082Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_1' headers: Accept: - application/xml @@ -19017,15 +19265,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:16 GMT + - Thu, 16 Oct 2025 06:49:27 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -19037,21 +19285,21 @@ interactions: content-length: - '0' content-md5: - - cwF08WPzFkpQ+bMhSsphoQ== + - Jo5T0BMw1E1GNwT+XhP/xA== date: - - Mon, 22 Sep 2025 05:27:17 GMT + - Thu, 16 Oct 2025 06:49:27 GMT etag: - - '"0x8DDF998B225CE0E"' + - '"0x8DE0C8026F1291F"' last-modified: - - Mon, 22 Sep 2025 05:27:17 GMT + - Thu, 16 Oct 2025 06:49:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:17.5645710Z' + - '2025-10-16T06:49:28.1875231Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -19069,32 +19317,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:17 GMT + - Thu, 16 Oct 2025 06:49:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:d3fd04ae-901a-0002-7e81-2ba69a000000\nTime:2025-09-22T05:27:18.6106262Z" + specified resource does not exist.\nRequestId:20e48ce8-701a-000d-7469-3ea76e000000\nTime:2025-10-16T06:49:29.1865432Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:18 GMT + - Thu, 16 Oct 2025 06:49:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -19114,32 +19362,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:18 GMT + - Thu, 16 Oct 2025 06:49:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:8e3def13-c01a-0052-2581-2b64ca000000\nTime:2025-09-22T05:27:19.6772994Z" + specified resource already exists.\nRequestId:b3c14016-c01a-007a-1669-3e72fa000000\nTime:2025-10-16T06:49:30.1883762Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:18 GMT + - Thu, 16 Oct 2025 06:49:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -19159,32 +19407,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:19 GMT + - Thu, 16 Oct 2025 06:49:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cec162d0-701a-0078-5281-2bbbda000000\nTime:2025-09-22T05:27:20.8103402Z" + specified resource already exists.\nRequestId:c22b01f3-901a-0083-7c69-3e71d8000000\nTime:2025-10-16T06:49:31.2022599Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:19 GMT + - Thu, 16 Oct 2025 06:49:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -19204,17 +19452,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:20 GMT + - Thu, 16 Oct 2025 06:49:31 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_2 response: @@ -19224,36 +19472,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:21 GMT + - Thu, 16 Oct 2025 06:49:31 GMT etag: - - '"0x8DDF998B4CB10EE"' + - '"0x8DE0C802954B0F3"' last-modified: - - Mon, 22 Sep 2025 05:27:22 GMT + - Thu, 16 Oct 2025 06:49:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:22.0030702Z' + - '2025-10-16T06:49:32.1952499Z' x-ms-file-creation-time: - - '2025-09-22T05:27:22.0030702Z' + - '2025-10-16T06:49:32.1952499Z' x-ms-file-id: - - '11529234837277769728' + - '11529329395277758464' x-ms-file-last-write-time: - - '2025-09-22T05:27:22.0030702Z' + - '2025-10-16T06:49:32.1952499Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_2' headers: Accept: - application/xml @@ -19270,15 +19518,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:22 GMT + - Thu, 16 Oct 2025 06:49:32 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -19290,21 +19538,21 @@ interactions: content-length: - '0' content-md5: - - L4r3/bgo4fHmwgOikoWiUw== + - N2A8vvJh/SW5XFfWUlxfdQ== date: - - Mon, 22 Sep 2025 05:27:22 GMT + - Thu, 16 Oct 2025 06:49:33 GMT etag: - - '"0x8DDF998B56C90C8"' + - '"0x8DE0C8029E9FD76"' last-modified: - - Mon, 22 Sep 2025 05:27:23 GMT + - Thu, 16 Oct 2025 06:49:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:23.0614728Z' + - '2025-10-16T06:49:33.1736950Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -19322,32 +19570,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:23 GMT + - Thu, 16 Oct 2025 06:49:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b06c4639-b01a-0005-6e81-2bcaf9000000\nTime:2025-09-22T05:27:24.4191699Z" + specified resource does not exist.\nRequestId:27762dfc-001a-0075-3069-3e0496000000\nTime:2025-10-16T06:49:34.1783678Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:23 GMT + - Thu, 16 Oct 2025 06:49:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -19367,32 +19615,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:24 GMT + - Thu, 16 Oct 2025 06:49:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:64297203-801a-0043-2e81-2bfe7e000000\nTime:2025-09-22T05:27:25.4519421Z" + specified resource already exists.\nRequestId:d29f8f68-001a-0081-1b69-3ecf60000000\nTime:2025-10-16T06:49:35.1864781Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:25 GMT + - Thu, 16 Oct 2025 06:49:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -19412,32 +19660,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:25 GMT + - Thu, 16 Oct 2025 06:49:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:293c13e9-101a-0051-2381-2b85ae000000\nTime:2025-09-22T05:27:26.4622328Z" + specified resource already exists.\nRequestId:24d3caf2-d01a-0076-5669-3ee5f2000000\nTime:2025-10-16T06:49:36.2425710Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:25 GMT + - Thu, 16 Oct 2025 06:49:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -19457,17 +19705,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:26 GMT + - Thu, 16 Oct 2025 06:49:36 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_3 response: @@ -19477,36 +19725,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:26 GMT + - Thu, 16 Oct 2025 06:49:36 GMT etag: - - '"0x8DDF998B81296D9"' + - '"0x8DE0C802C5C5030"' last-modified: - - Mon, 22 Sep 2025 05:27:27 GMT + - Thu, 16 Oct 2025 06:49:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:27.5049689Z' + - '2025-10-16T06:49:37.2783664Z' x-ms-file-creation-time: - - '2025-09-22T05:27:27.5049689Z' + - '2025-10-16T06:49:37.2783664Z' x-ms-file-id: - - '13835179001561219072' + - '13835161409375174656' x-ms-file-last-write-time: - - '2025-09-22T05:27:27.5049689Z' + - '2025-10-16T06:49:37.2783664Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_3' headers: Accept: - application/xml @@ -19523,15 +19771,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:27 GMT + - Thu, 16 Oct 2025 06:49:37 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -19543,21 +19791,21 @@ interactions: content-length: - '0' content-md5: - - HxpGZUGVoXw8bGL++vpYLA== + - GpuHJGcIkJPl8VfU3rQQ1g== date: - - Mon, 22 Sep 2025 05:27:27 GMT + - Thu, 16 Oct 2025 06:49:37 GMT etag: - - '"0x8DDF998B8B26946"' + - '"0x8DE0C802CF6F31A"' last-modified: - - Mon, 22 Sep 2025 05:27:28 GMT + - Thu, 16 Oct 2025 06:49:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:28.5523782Z' + - '2025-10-16T06:49:38.2917914Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -19575,32 +19823,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:28 GMT + - Thu, 16 Oct 2025 06:49:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:180daed4-601a-0016-1481-2beef5000000\nTime:2025-09-22T05:27:29.7034556Z" + specified resource does not exist.\nRequestId:6cfa7311-601a-0063-2069-3ef241000000\nTime:2025-10-16T06:49:39.2831664Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:29 GMT + - Thu, 16 Oct 2025 06:49:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -19620,32 +19868,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:29 GMT + - Thu, 16 Oct 2025 06:49:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:09523b5b-801a-006c-2281-2bf3b5000000\nTime:2025-09-22T05:27:30.7752016Z" + specified resource already exists.\nRequestId:aa51d068-901a-0058-5469-3eb7e5000000\nTime:2025-10-16T06:49:40.3377589Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:30 GMT + - Thu, 16 Oct 2025 06:49:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -19665,32 +19913,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:30 GMT + - Thu, 16 Oct 2025 06:49:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:9008277c-e01a-0027-3581-2b0fe6000000\nTime:2025-09-22T05:27:31.8255430Z" + specified resource already exists.\nRequestId:55c11cb0-701a-006f-2e69-3e6549000000\nTime:2025-10-16T06:49:41.3785830Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:30 GMT + - Thu, 16 Oct 2025 06:49:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -19710,17 +19958,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:31 GMT + - Thu, 16 Oct 2025 06:49:41 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_4 response: @@ -19730,36 +19978,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:31 GMT + - Thu, 16 Oct 2025 06:49:41 GMT etag: - - '"0x8DDF998BB402FE3"' + - '"0x8DE0C802F668726"' last-modified: - - Mon, 22 Sep 2025 05:27:32 GMT + - Thu, 16 Oct 2025 06:49:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:32.8369635Z' + - '2025-10-16T06:49:42.3784742Z' x-ms-file-creation-time: - - '2025-09-22T05:27:32.8369635Z' + - '2025-10-16T06:49:42.3784742Z' x-ms-file-id: - - '13835161409375174656' + - '13835196593747263488' x-ms-file-last-write-time: - - '2025-09-22T05:27:32.8369635Z' + - '2025-10-16T06:49:42.3784742Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_4' headers: Accept: - application/xml @@ -19776,15 +20024,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:32 GMT + - Thu, 16 Oct 2025 06:49:42 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -19796,21 +20044,21 @@ interactions: content-length: - '0' content-md5: - - rFwY8FENvLF1PE8ze8Dtog== + - xiiB+SYpZJkicKIRt88KYQ== date: - - Mon, 22 Sep 2025 05:27:33 GMT + - Thu, 16 Oct 2025 06:49:42 GMT etag: - - '"0x8DDF998BBE2E809"' + - '"0x8DE0C802FFE6B53"' last-modified: - - Mon, 22 Sep 2025 05:27:33 GMT + - Thu, 16 Oct 2025 06:49:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:33.9033609Z' + - '2025-10-16T06:49:43.3739091Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -19828,32 +20076,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:34 GMT + - Thu, 16 Oct 2025 06:49:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:f9e0e753-201a-0028-2681-2b798a000000\nTime:2025-09-22T05:27:34.9654264Z" + specified resource does not exist.\nRequestId:d2f953e6-501a-0047-5669-3e04e1000000\nTime:2025-10-16T06:49:44.3818378Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:34 GMT + - Thu, 16 Oct 2025 06:49:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -19873,32 +20121,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:35 GMT + - Thu, 16 Oct 2025 06:49:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:321029d3-b01a-0077-3381-2bcdb6000000\nTime:2025-09-22T05:27:36.0596015Z" + specified resource already exists.\nRequestId:64d74d3e-d01a-003b-7269-3e2a1e000000\nTime:2025-10-16T06:49:45.3920821Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:35 GMT + - Thu, 16 Oct 2025 06:49:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -19918,32 +20166,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:36 GMT + - Thu, 16 Oct 2025 06:49:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:00e3f75c-a01a-0044-6a81-2b921d000000\nTime:2025-09-22T05:27:37.0575833Z" + specified resource already exists.\nRequestId:0800bee7-e01a-001f-1369-3edcbe000000\nTime:2025-10-16T06:49:46.4066682Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:36 GMT + - Thu, 16 Oct 2025 06:49:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -19963,17 +20211,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:37 GMT + - Thu, 16 Oct 2025 06:49:46 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_5 response: @@ -19983,36 +20231,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:37 GMT + - Thu, 16 Oct 2025 06:49:46 GMT etag: - - '"0x8DDF998BE66C4FB"' + - '"0x8DE0C80326D8A3C"' last-modified: - - Mon, 22 Sep 2025 05:27:38 GMT + - Thu, 16 Oct 2025 06:49:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:38.1229819Z' + - '2025-10-16T06:49:47.4575932Z' x-ms-file-creation-time: - - '2025-09-22T05:27:38.1229819Z' + - '2025-10-16T06:49:47.4575932Z' x-ms-file-id: - - '13835126225003085824' + - '13835129523537969152' x-ms-file-last-write-time: - - '2025-09-22T05:27:38.1229819Z' + - '2025-10-16T06:49:47.4575932Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_5' headers: Accept: - application/xml @@ -20029,15 +20277,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:38 GMT + - Thu, 16 Oct 2025 06:49:47 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -20049,21 +20297,21 @@ interactions: content-length: - '0' content-md5: - - s0jhw7Od0vqCqPLUVT7keA== + - VZXPj/zZtQkzq4xtEDoABw== date: - - Mon, 22 Sep 2025 05:27:38 GMT + - Thu, 16 Oct 2025 06:49:48 GMT etag: - - '"0x8DDF998BF0D4D2C"' + - '"0x8DE0C80330AC4D4"' last-modified: - - Mon, 22 Sep 2025 05:27:39 GMT + - Thu, 16 Oct 2025 06:49:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:39.2143660Z' + - '2025-10-16T06:49:48.4880084Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -20081,32 +20329,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:39 GMT + - Thu, 16 Oct 2025 06:49:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:f7aecce2-d01a-0071-3781-2bfe09000000\nTime:2025-09-22T05:27:40.2799011Z" + specified resource does not exist.\nRequestId:7f970041-501a-001a-4969-3e0e65000000\nTime:2025-10-16T06:49:49.5521960Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:40 GMT + - Thu, 16 Oct 2025 06:49:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -20126,32 +20374,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:40 GMT + - Thu, 16 Oct 2025 06:49:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f7aecce6-d01a-0071-3981-2bfe09000000\nTime:2025-09-22T05:27:41.3047939Z" + specified resource already exists.\nRequestId:54370cce-201a-002f-7569-3e6271000000\nTime:2025-10-16T06:49:50.5385824Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:41 GMT + - Thu, 16 Oct 2025 06:49:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -20171,32 +20419,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:41 GMT + - Thu, 16 Oct 2025 06:49:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:51a86294-301a-0046-4681-2b2ca5000000\nTime:2025-09-22T05:27:42.3786187Z" + specified resource already exists.\nRequestId:f787e605-001a-0028-2769-3e0e12000000\nTime:2025-10-16T06:49:51.5479478Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:42 GMT + - Thu, 16 Oct 2025 06:49:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -20216,17 +20464,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:42 GMT + - Thu, 16 Oct 2025 06:49:51 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_6 response: @@ -20236,36 +20484,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:43 GMT + - Thu, 16 Oct 2025 06:49:51 GMT etag: - - '"0x8DDF998C195963E"' + - '"0x8DE0C80357A7FE9"' last-modified: - - Mon, 22 Sep 2025 05:27:43 GMT + - Thu, 16 Oct 2025 06:49:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:43.4629694Z' + - '2025-10-16T06:49:52.5756905Z' x-ms-file-creation-time: - - '2025-09-22T05:27:43.4629694Z' + - '2025-10-16T06:49:52.5756905Z' x-ms-file-id: - - '13835059154793791488' + - '13835094339165880320' x-ms-file-last-write-time: - - '2025-09-22T05:27:43.4629694Z' + - '2025-10-16T06:49:52.5756905Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_6' headers: Accept: - application/xml @@ -20282,15 +20530,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:43 GMT + - Thu, 16 Oct 2025 06:49:52 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -20302,21 +20550,21 @@ interactions: content-length: - '0' content-md5: - - P9j9GyHTl+Lvtgri+Z0Opw== + - CPJQkFtCDEKcxfjk8KiYIw== date: - - Mon, 22 Sep 2025 05:27:44 GMT + - Thu, 16 Oct 2025 06:49:53 GMT etag: - - '"0x8DDF998C23E4107"' + - '"0x8DE0C803614869C"' last-modified: - - Mon, 22 Sep 2025 05:27:44 GMT + - Thu, 16 Oct 2025 06:49:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:44.5683463Z' + - '2025-10-16T06:49:53.5851164Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -20334,32 +20582,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:44 GMT + - Thu, 16 Oct 2025 06:49:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6c67aa4b-b01a-0067-7481-2b08de000000\nTime:2025-09-22T05:27:45.6254209Z" + specified resource does not exist.\nRequestId:1ca3e18e-a01a-006c-1a69-3e842d000000\nTime:2025-10-16T06:49:54.6208804Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:45 GMT + - Thu, 16 Oct 2025 06:49:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -20379,32 +20627,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:45 GMT + - Thu, 16 Oct 2025 06:49:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7e7dc5a5-301a-000b-4e81-2be349000000\nTime:2025-09-22T05:27:46.6661991Z" + specified resource already exists.\nRequestId:d2f95609-501a-0047-6a69-3e04e1000000\nTime:2025-10-16T06:49:55.6121732Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:45 GMT + - Thu, 16 Oct 2025 06:49:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -20424,32 +20672,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:46 GMT + - Thu, 16 Oct 2025 06:49:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:293c1422-101a-0051-4281-2b85ae000000\nTime:2025-09-22T05:27:47.7371482Z" + specified resource already exists.\nRequestId:84fec115-201a-0010-3569-3eaad2000000\nTime:2025-10-16T06:49:56.6230588Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:46 GMT + - Thu, 16 Oct 2025 06:49:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -20469,17 +20717,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:47 GMT + - Thu, 16 Oct 2025 06:49:56 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_7 response: @@ -20489,36 +20737,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:48 GMT + - Thu, 16 Oct 2025 06:49:57 GMT etag: - - '"0x8DDF998C4E076FD"' + - '"0x8DE0C80387D16CC"' last-modified: - - Mon, 22 Sep 2025 05:27:48 GMT + - Thu, 16 Oct 2025 06:49:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:48.9868541Z' + - '2025-10-16T06:49:57.6258252Z' x-ms-file-creation-time: - - '2025-09-22T05:27:48.9868541Z' + - '2025-10-16T06:49:57.6258252Z' x-ms-file-id: - - '11529278817742880768' + - '13835076746979835904' x-ms-file-last-write-time: - - '2025-09-22T05:27:48.9868541Z' + - '2025-10-16T06:49:57.6258252Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_7' headers: Accept: - application/xml @@ -20535,15 +20783,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:49 GMT + - Thu, 16 Oct 2025 06:49:57 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -20555,21 +20803,21 @@ interactions: content-length: - '0' content-md5: - - 5mJU+I023XlY93NE4MI/tQ== + - jQv6037DDRs4mS977dwlTA== date: - - Mon, 22 Sep 2025 05:27:49 GMT + - Thu, 16 Oct 2025 06:49:58 GMT etag: - - '"0x8DDF998C5821DD3"' + - '"0x8DE0C803918CAFB"' last-modified: - - Mon, 22 Sep 2025 05:27:50 GMT + - Thu, 16 Oct 2025 06:49:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:50.0462547Z' + - '2025-10-16T06:49:58.6462459Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -20587,32 +20835,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:50 GMT + - Thu, 16 Oct 2025 06:49:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:0658175c-701a-001a-1f81-2b79fd000000\nTime:2025-09-22T05:27:51.1104765Z" + specified resource does not exist.\nRequestId:b30af5e3-401a-0006-2069-3e5c05000000\nTime:2025-10-16T06:49:59.6725915Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:50 GMT + - Thu, 16 Oct 2025 06:49:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -20632,32 +20880,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:51 GMT + - Thu, 16 Oct 2025 06:49:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:9b8b60f1-201a-0017-0781-2bb129000000\nTime:2025-09-22T05:27:52.1973278Z" + specified resource already exists.\nRequestId:4512fc39-701a-0032-4b69-3e6fcd000000\nTime:2025-10-16T06:50:00.6926023Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:51 GMT + - Thu, 16 Oct 2025 06:50:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -20677,32 +20925,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:52 GMT + - Thu, 16 Oct 2025 06:50:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:08dff5b6-b01a-002a-6b81-2bc732000000\nTime:2025-09-22T05:27:53.2535127Z" + specified resource already exists.\nRequestId:78193e47-401a-0080-7969-3e90bc000000\nTime:2025-10-16T06:50:01.7133335Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:53 GMT + - Thu, 16 Oct 2025 06:50:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -20722,17 +20970,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:53 GMT + - Thu, 16 Oct 2025 06:50:01 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_8 response: @@ -20742,36 +20990,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:53 GMT + - Thu, 16 Oct 2025 06:50:02 GMT etag: - - '"0x8DDF998C80DE8CC"' + - '"0x8DE0C803B86637F"' last-modified: - - Mon, 22 Sep 2025 05:27:54 GMT + - Thu, 16 Oct 2025 06:50:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:54.3178444Z' + - '2025-10-16T06:50:02.7199359Z' x-ms-file-creation-time: - - '2025-09-22T05:27:54.3178444Z' + - '2025-10-16T06:50:02.7199359Z' x-ms-file-id: - - '13835094339165880320' + - '13835111931351924736' x-ms-file-last-write-time: - - '2025-09-22T05:27:54.3178444Z' + - '2025-10-16T06:50:02.7199359Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_8' headers: Accept: - application/xml @@ -20788,15 +21036,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:54 GMT + - Thu, 16 Oct 2025 06:50:02 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -20808,21 +21056,21 @@ interactions: content-length: - '0' content-md5: - - 8ZN27ct23XhQKjuv8OhezQ== + - t4fnVcSQrGH9P9IrxqKbUw== date: - - Mon, 22 Sep 2025 05:27:54 GMT + - Thu, 16 Oct 2025 06:50:03 GMT etag: - - '"0x8DDF998C8AEA579"' + - '"0x8DE0C803C1DF994"' last-modified: - - Mon, 22 Sep 2025 05:27:55 GMT + - Thu, 16 Oct 2025 06:50:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:27:55.3712505Z' + - '2025-10-16T06:50:03.7133716Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -20840,32 +21088,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:55 GMT + - Thu, 16 Oct 2025 06:50:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ff8f9b2d-a01a-0019-3c81-2b9899000000\nTime:2025-09-22T05:27:56.4827234Z" + specified resource does not exist.\nRequestId:78193e66-401a-0080-1169-3e90bc000000\nTime:2025-10-16T06:50:04.7204545Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:56 GMT + - Thu, 16 Oct 2025 06:50:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -20885,32 +21133,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:56 GMT + - Thu, 16 Oct 2025 06:50:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6a6edc81-101a-0041-1c81-2b40c6000000\nTime:2025-09-22T05:27:57.5299713Z" + specified resource already exists.\nRequestId:4f7e45e6-101a-0056-4269-3e9e55000000\nTime:2025-10-16T06:50:05.7178064Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:56 GMT + - Thu, 16 Oct 2025 06:50:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -20930,32 +21178,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:57 GMT + - Thu, 16 Oct 2025 06:50:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6a18c3ee-201a-0065-0781-2bb666000000\nTime:2025-09-22T05:27:58.6107331Z" + specified resource already exists.\nRequestId:7d9c32d0-d01a-0082-3d69-3e2e04000000\nTime:2025-10-16T06:50:06.7290957Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:27:58 GMT + - Thu, 16 Oct 2025 06:50:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -20975,17 +21223,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:27:58 GMT + - Thu, 16 Oct 2025 06:50:06 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_9 response: @@ -20995,36 +21243,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:27:59 GMT + - Thu, 16 Oct 2025 06:50:07 GMT etag: - - '"0x8DDF998CB489F2A"' + - '"0x8DE0C803E91369A"' last-modified: - - Mon, 22 Sep 2025 05:27:59 GMT + - Thu, 16 Oct 2025 06:50:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:27:59.7357866Z' + - '2025-10-16T06:50:07.8240410Z' x-ms-file-creation-time: - - '2025-09-22T05:27:59.7357866Z' + - '2025-10-16T06:50:07.8240410Z' x-ms-file-id: - - '13835147115724013568' + - '11529304106510319616' x-ms-file-last-write-time: - - '2025-09-22T05:27:59.7357866Z' + - '2025-10-16T06:50:07.8240410Z' x-ms-file-parent-id: - - '13835152613282152448' + - '11529217245091725312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_9' headers: Accept: - application/xml @@ -21041,15 +21289,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:27:59 GMT + - Thu, 16 Oct 2025 06:50:08 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -21061,21 +21309,21 @@ interactions: content-length: - '0' content-md5: - - DrxOZ7gt9PzTq/2SyV8+yQ== + - k5cAdn344lvlcFw8h9a5tg== date: - - Mon, 22 Sep 2025 05:28:00 GMT + - Thu, 16 Oct 2025 06:50:08 GMT etag: - - '"0x8DDF998CBE8237D"' + - '"0x8DE0C803F3526F0"' last-modified: - - Mon, 22 Sep 2025 05:28:00 GMT + - Thu, 16 Oct 2025 06:50:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:28:00.7811965Z' + - '2025-10-16T06:50:08.8984304Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -21093,32 +21341,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:00 GMT + - Thu, 16 Oct 2025 06:50:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:1d1d7888-201a-0007-5a81-2b7441000000\nTime:2025-09-22T05:28:01.8219789Z" + specified resource does not exist.\nRequestId:360a1606-701a-0050-0769-3eadea000000\nTime:2025-10-16T06:50:09.9538026Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:01 GMT + - Thu, 16 Oct 2025 06:50:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -21136,32 +21384,32 @@ interactions: ParameterSetName: - -s -p -o --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:02 GMT + - Thu, 16 Oct 2025 06:50:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/readme?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6ec92331-d01a-0061-7581-2b3b61000000\nTime:2025-09-22T05:28:02.9656088Z" + specified resource does not exist.\nRequestId:1ca2ef0c-201a-004d-0869-3ea056000000\nTime:2025-10-16T06:50:11.3344710Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:02 GMT + - Thu, 16 Oct 2025 06:50:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -21179,13 +21427,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:03 GMT + - Thu, 16 Oct 2025 06:50:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2?restype=directory&comp=list response: @@ -21193,21 +21441,21 @@ interactions: string: "\uFEFF0apple13835093239654252544butter13835080045514719232duff11529296409928925184butter13835150414258896896duff13835073448444952576readme1383512842402634137687" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:04 GMT + - Thu, 16 Oct 2025 06:50:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -21225,32 +21473,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:04 GMT + - Thu, 16 Oct 2025 06:50:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory&comp=list response: body: string: "\uFEFF13835093239654252544file_013835163608398430208133file_113835146016212385792133file_213835181200584474624133file_313835137220119363584133file_413835172404491452416133file_513835154812305408000133file_613835189996677496832133file_713835132822072852480133file_811529311803091714048133file_91383516800644494131213313835093239654252544file_013835163608398430208133file_113835146016212385792133file_213835181200584474624133file_313835137220119363584133file_413835172404491452416133file_513835154812305408000133file_613835189996677496832133file_713835062453328674816133file_813835097637700763648133file_913835080045514719232133" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:05 GMT + - Thu, 16 Oct 2025 06:50:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -21268,33 +21516,33 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:05 GMT + - Thu, 16 Oct 2025 06:50:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory&comp=list response: body: string: "\uFEFF13835080045514719232charlie13835077846491463680file_013835150414258896896134file_113835185598630985728134file_213835141618165874688134file_313835106433793785856134file_411529324997231247360134file_513835088841607741440134file_613835124025979830272134file_711529289812859158528134file_813835130623049596928134file_91383509543867750809613413835150414258896896charlie13835183399607730176file_013835115229886808064134file_111529254628487069696134file_213835141618165874688134file_313835176802537963520134file_413835159210351919104134file_511529316201138225152134file_613835060254305419264134file_711529223842161491968134file_813835165807421685760134file_913835148215235641344134" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:06 GMT + - Thu, 16 Oct 2025 06:50:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -21312,32 +21560,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:06 GMT + - Thu, 16 Oct 2025 06:50:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff?restype=directory&comp=list response: body: string: "\uFEFF11529296409928925184edward1383515261328215244813835073448444952576edward11529217245091725312" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:07 GMT + - Thu, 16 Oct 2025 06:50:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -21355,32 +21603,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:07 GMT + - Thu, 16 Oct 2025 06:50:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory&comp=list response: body: string: "\uFEFF13835077846491463680file_013835148215235641344142file_113835183399607730176142file_213835069050398441472142file_316141015413705146368142file_411529338191370780672142file_513835121826956574720142file_611529250230440558592142file_711529307405045202944142file_813835170205468196864142file_91383508224453797478414213835183399607730176file_011529324997231247360142file_113835069050398441472142file_213835174603514707968142file_313835121826956574720142file_413835064652351930368142file_513835170205468196864142file_616140997821519101952142file_713835117428910063616142file_811529256827510325248142file_911529285414812647424142" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:08 GMT + - Thu, 16 Oct 2025 06:50:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -21398,32 +21646,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:09 GMT + - Thu, 16 Oct 2025 06:50:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory&comp=list response: body: string: "\uFEFF13835152613282152448file_013835117428910063616139file_110376407890670911488139file_211529234837277769728139file_313835179001561219072139file_413835161409375174656139file_513835126225003085824139file_613835059154793791488139file_711529278817742880768139file_813835094339165880320139file_91383514711572401356813911529217245091725312file_013835143817189130240139file_111529314002114969600139file_211529329395277758464139file_313835161409375174656139file_413835196593747263488139file_513835129523537969152139file_613835094339165880320139file_713835076746979835904139file_813835111931351924736139file_911529304106510319616139" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:09 GMT + - Thu, 16 Oct 2025 06:50:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -21443,13 +21691,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:10 GMT + - Thu, 16 Oct 2025 06:50:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/readme response: @@ -21459,11 +21707,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:10 GMT + - Thu, 16 Oct 2025 06:50:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21483,13 +21731,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:11 GMT + - Thu, 16 Oct 2025 06:50:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_0 response: @@ -21499,11 +21747,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:12 GMT + - Thu, 16 Oct 2025 06:50:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21523,13 +21771,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:12 GMT + - Thu, 16 Oct 2025 06:50:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_1 response: @@ -21539,11 +21787,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:13 GMT + - Thu, 16 Oct 2025 06:50:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21563,13 +21811,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:13 GMT + - Thu, 16 Oct 2025 06:50:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_2 response: @@ -21579,11 +21827,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:14 GMT + - Thu, 16 Oct 2025 06:50:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21603,13 +21851,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:14 GMT + - Thu, 16 Oct 2025 06:50:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_3 response: @@ -21619,11 +21867,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:15 GMT + - Thu, 16 Oct 2025 06:50:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21643,13 +21891,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:15 GMT + - Thu, 16 Oct 2025 06:50:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_4 response: @@ -21659,11 +21907,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:16 GMT + - Thu, 16 Oct 2025 06:50:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21683,13 +21931,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:16 GMT + - Thu, 16 Oct 2025 06:50:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_5 response: @@ -21699,11 +21947,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:17 GMT + - Thu, 16 Oct 2025 06:50:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21723,13 +21971,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:18 GMT + - Thu, 16 Oct 2025 06:50:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_6 response: @@ -21739,11 +21987,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:18 GMT + - Thu, 16 Oct 2025 06:50:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21763,13 +22011,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:19 GMT + - Thu, 16 Oct 2025 06:50:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_7 response: @@ -21779,11 +22027,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:20 GMT + - Thu, 16 Oct 2025 06:50:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21803,13 +22051,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:20 GMT + - Thu, 16 Oct 2025 06:50:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_8 response: @@ -21819,11 +22067,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:22 GMT + - Thu, 16 Oct 2025 06:50:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21843,13 +22091,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:22 GMT + - Thu, 16 Oct 2025 06:50:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/apple/file_9 response: @@ -21859,11 +22107,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:23 GMT + - Thu, 16 Oct 2025 06:50:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21883,13 +22131,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:23 GMT + - Thu, 16 Oct 2025 06:50:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_0 response: @@ -21899,11 +22147,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:24 GMT + - Thu, 16 Oct 2025 06:50:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21923,13 +22171,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:25 GMT + - Thu, 16 Oct 2025 06:50:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_1 response: @@ -21939,11 +22187,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:25 GMT + - Thu, 16 Oct 2025 06:50:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -21963,13 +22211,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:26 GMT + - Thu, 16 Oct 2025 06:50:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_2 response: @@ -21979,11 +22227,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:27 GMT + - Thu, 16 Oct 2025 06:50:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22003,13 +22251,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:27 GMT + - Thu, 16 Oct 2025 06:50:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_3 response: @@ -22019,11 +22267,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:28 GMT + - Thu, 16 Oct 2025 06:50:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22043,13 +22291,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:28 GMT + - Thu, 16 Oct 2025 06:50:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_4 response: @@ -22059,11 +22307,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:29 GMT + - Thu, 16 Oct 2025 06:50:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22083,13 +22331,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:29 GMT + - Thu, 16 Oct 2025 06:50:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_5 response: @@ -22099,11 +22347,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:29 GMT + - Thu, 16 Oct 2025 06:50:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22123,13 +22371,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:30 GMT + - Thu, 16 Oct 2025 06:50:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_6 response: @@ -22139,11 +22387,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:31 GMT + - Thu, 16 Oct 2025 06:50:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22163,13 +22411,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:32 GMT + - Thu, 16 Oct 2025 06:50:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_7 response: @@ -22179,11 +22427,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:32 GMT + - Thu, 16 Oct 2025 06:50:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22203,13 +22451,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:33 GMT + - Thu, 16 Oct 2025 06:50:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_8 response: @@ -22219,11 +22467,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:34 GMT + - Thu, 16 Oct 2025 06:50:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22243,13 +22491,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:34 GMT + - Thu, 16 Oct 2025 06:50:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/file_9 response: @@ -22259,11 +22507,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:34 GMT + - Thu, 16 Oct 2025 06:50:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22283,13 +22531,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:35 GMT + - Thu, 16 Oct 2025 06:50:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_0 response: @@ -22299,11 +22547,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:35 GMT + - Thu, 16 Oct 2025 06:50:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22323,13 +22571,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:36 GMT + - Thu, 16 Oct 2025 06:50:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_1 response: @@ -22339,11 +22587,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:38 GMT + - Thu, 16 Oct 2025 06:50:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22363,13 +22611,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:38 GMT + - Thu, 16 Oct 2025 06:50:42 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_2 response: @@ -22379,11 +22627,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:39 GMT + - Thu, 16 Oct 2025 06:50:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22403,13 +22651,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:40 GMT + - Thu, 16 Oct 2025 06:50:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_3 response: @@ -22419,11 +22667,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:40 GMT + - Thu, 16 Oct 2025 06:50:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22443,13 +22691,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:41 GMT + - Thu, 16 Oct 2025 06:50:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_4 response: @@ -22459,11 +22707,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:41 GMT + - Thu, 16 Oct 2025 06:50:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22483,13 +22731,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:42 GMT + - Thu, 16 Oct 2025 06:50:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_5 response: @@ -22499,11 +22747,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:42 GMT + - Thu, 16 Oct 2025 06:50:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22523,13 +22771,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:43 GMT + - Thu, 16 Oct 2025 06:50:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_6 response: @@ -22539,11 +22787,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:44 GMT + - Thu, 16 Oct 2025 06:50:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22563,13 +22811,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:44 GMT + - Thu, 16 Oct 2025 06:50:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_7 response: @@ -22579,11 +22827,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:45 GMT + - Thu, 16 Oct 2025 06:50:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22603,13 +22851,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:45 GMT + - Thu, 16 Oct 2025 06:50:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_8 response: @@ -22619,11 +22867,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:45 GMT + - Thu, 16 Oct 2025 06:50:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22643,13 +22891,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:46 GMT + - Thu, 16 Oct 2025 06:50:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/butter/charlie/file_9 response: @@ -22659,11 +22907,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:47 GMT + - Thu, 16 Oct 2025 06:50:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22683,13 +22931,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:47 GMT + - Thu, 16 Oct 2025 06:50:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_0 response: @@ -22699,11 +22947,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:47 GMT + - Thu, 16 Oct 2025 06:50:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22723,13 +22971,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:49 GMT + - Thu, 16 Oct 2025 06:50:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_1 response: @@ -22739,11 +22987,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:49 GMT + - Thu, 16 Oct 2025 06:50:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22763,13 +23011,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:50 GMT + - Thu, 16 Oct 2025 06:50:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_2 response: @@ -22779,11 +23027,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:50 GMT + - Thu, 16 Oct 2025 06:50:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22803,13 +23051,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:51 GMT + - Thu, 16 Oct 2025 06:50:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_3 response: @@ -22819,11 +23067,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:51 GMT + - Thu, 16 Oct 2025 06:50:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22843,13 +23091,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:52 GMT + - Thu, 16 Oct 2025 06:50:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_4 response: @@ -22859,11 +23107,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:52 GMT + - Thu, 16 Oct 2025 06:50:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22883,13 +23131,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:53 GMT + - Thu, 16 Oct 2025 06:50:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_5 response: @@ -22899,11 +23147,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:53 GMT + - Thu, 16 Oct 2025 06:50:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22923,13 +23171,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:54 GMT + - Thu, 16 Oct 2025 06:50:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_6 response: @@ -22939,11 +23187,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:55 GMT + - Thu, 16 Oct 2025 06:50:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -22963,13 +23211,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:55 GMT + - Thu, 16 Oct 2025 06:50:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_7 response: @@ -22979,11 +23227,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:56 GMT + - Thu, 16 Oct 2025 06:50:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -23003,13 +23251,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:56 GMT + - Thu, 16 Oct 2025 06:51:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_8 response: @@ -23019,11 +23267,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:57 GMT + - Thu, 16 Oct 2025 06:51:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -23043,13 +23291,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:58 GMT + - Thu, 16 Oct 2025 06:51:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share2/duff/edward/file_9 response: @@ -23059,11 +23307,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:28:58 GMT + - Thu, 16 Oct 2025 06:51:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -23081,35 +23329,270 @@ interactions: ParameterSetName: - -s --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:51:02 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share2?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:51:03 GMT + etag: + - '"0x8DE0C7FD10965B8"' + last-modified: + - Thu, 16 Oct 2025 06:47:04 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:28:59 GMT + - Thu, 16 Oct 2025 06:51:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share2?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share2?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF50000apple138350932396542525442025-09-22T05:24:47.7006353Z2025-09-22T05:24:47.7006353Z2025-09-22T05:24:47.7006353Z2025-09-22T05:24:47.7006353ZMon, - 22 Sep 2025 05:24:47 GMT\"0x8DDF99858D26211\"Directory9957663114370902142*16351338570168795127butter138350800455147192322025-09-22T05:25:30.5187042Z2025-09-22T05:25:30.5187042Z2025-09-22T05:25:30.5187042Z2025-09-22T05:25:30.5187042ZMon, - 22 Sep 2025 05:25:30 GMT\"0x8DDF9987257E6E2\"Directory9957663114370902142*16351338570168795127duff115292964099289251842025-09-22T05:27:08.8964534Z2025-09-22T05:27:08.8964534Z2025-09-22T05:27:08.8964534Z2025-09-22T05:27:08.8964534ZMon, - 22 Sep 2025 05:27:08 GMT\"0x8DDF998ACFB27B6\"Directory9957663114370902142*16351338570168795127" + DirectoryPath=\"\">50000apple13835093239654252544butter13835150414258896896duff13835073448444952576" + headers: + content-type: + - application/xml + date: + - Thu, 16 Oct 2025 06:51:03 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:51:04 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share2?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:51:05 GMT + etag: + - '"0x8DE0C7FD10965B8"' + last-modified: + - Thu, 16 Oct 2025 06:47:04 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-date: + - Thu, 16 Oct 2025 06:51:05 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF500013835093239654252544" + headers: + content-type: + - application/xml + date: + - Thu, 16 Oct 2025 06:51:05 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:51:06 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share2?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:51:06 GMT + etag: + - '"0x8DE0C7FD10965B8"' + last-modified: + - Thu, 16 Oct 2025 06:47:04 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-date: + - Thu, 16 Oct 2025 06:51:07 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory&comp=list&maxresults=5000 + response: + body: + string: "\uFEFF500013835150414258896896charlie13835183399607730176" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:28:59 GMT + - Thu, 16 Oct 2025 06:51:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -23127,32 +23610,39 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) - x-ms-allow-trailing-dot: - - 'true' + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:29:00 GMT + - Thu, 16 Oct 2025 06:51:08 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share2/apple?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share2?restype=share response: body: - string: "\uFEFF500013835093239654252544" + string: '' headers: - content-type: - - application/xml + content-length: + - '0' date: - - Mon, 22 Sep 2025 05:29:01 GMT + - Thu, 16 Oct 2025 06:51:08 GMT + etag: + - '"0x8DE0C7FD10965B8"' + last-modified: + - Thu, 16 Oct 2025 06:47:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -23170,33 +23660,32 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:01 GMT + - Thu, 16 Oct 2025 06:51:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share2/butter?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500013835080045514719232charlie138350778464914636802025-09-22T05:26:15.2776083Z2025-09-22T05:26:15.2776083Z2025-09-22T05:26:15.2776083Z2025-09-22T05:26:15.2776083ZMon, - 22 Sep 2025 05:26:15 GMT\"0x8DDF9988D059193\"Directory9957663114370902142*16351338570168795127" + DirectoryPath=\"butter/charlie\">500013835183399607730176" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:02 GMT + - Thu, 16 Oct 2025 06:51:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -23214,32 +23703,39 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) - x-ms-allow-trailing-dot: - - 'true' + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:29:02 GMT + - Thu, 16 Oct 2025 06:51:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share2/butter%2Fcharlie?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share2?restype=share response: body: - string: "\uFEFF500013835077846491463680" + string: '' headers: - content-type: - - application/xml + content-length: + - '0' date: - - Mon, 22 Sep 2025 05:29:03 GMT + - Thu, 16 Oct 2025 06:51:10 GMT + etag: + - '"0x8DE0C7FD10965B8"' + last-modified: + - Thu, 16 Oct 2025 06:47:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -23257,32 +23753,32 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:03 GMT + - Thu, 16 Oct 2025 06:51:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share2/duff%2Fedward?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500013835152613282152448500011529217245091725312" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:04 GMT + - Thu, 16 Oct 2025 06:51:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -23302,11 +23798,11 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:29:05 GMT + - Thu, 16 Oct 2025 06:51:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3?restype=share response: @@ -23316,15 +23812,15 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:05 GMT + - Thu, 16 Oct 2025 06:51:13 GMT etag: - - '"0x8DDF998F2E3CAC2"' + - '"0x8DE0C8066040802"' last-modified: - - Mon, 22 Sep 2025 05:29:06 GMT + - Thu, 16 Oct 2025 06:51:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -23344,17 +23840,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '87' x-ms-date: - - Mon, 22 Sep 2025 05:29:06 GMT + - Thu, 16 Oct 2025 06:51:14 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/readme response: @@ -23364,31 +23860,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:06 GMT + - Thu, 16 Oct 2025 06:51:14 GMT etag: - - '"0x8DDF998F3892AE2"' + - '"0x8DE0C8066AFE05E"' last-modified: - - Mon, 22 Sep 2025 05:29:07 GMT + - Thu, 16 Oct 2025 06:51:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:07.2676578Z' + - '2025-10-16T06:51:15.1338590Z' x-ms-file-creation-time: - - '2025-09-22T05:29:07.2676578Z' + - '2025-10-16T06:51:15.1338590Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-22T05:29:07.2676578Z' + - '2025-10-16T06:51:15.1338590Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -23411,15 +23907,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:07 GMT + - Thu, 16 Oct 2025 06:51:15 GMT x-ms-range: - bytes=0-86 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -23433,19 +23929,19 @@ interactions: content-md5: - sYGKK8OX+WLKH+2bAe4tSQ== date: - - Mon, 22 Sep 2025 05:29:07 GMT + - Thu, 16 Oct 2025 06:51:15 GMT etag: - - '"0x8DDF998F427020F"' + - '"0x8DE0C80674A3537"' last-modified: - - Mon, 22 Sep 2025 05:29:08 GMT + - Thu, 16 Oct 2025 06:51:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:08.3020815Z' + - '2025-10-16T06:51:16.1452855Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -23463,32 +23959,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:08 GMT + - Thu, 16 Oct 2025 06:51:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/readme?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:add9ab4e-101a-000c-7881-2b8f2a000000\nTime:2025-09-22T05:29:09.3736896Z" + specified resource does not exist.\nRequestId:adf0c6d9-301a-001c-7069-3e3dda000000\nTime:2025-10-16T06:51:17.1595091Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:09 GMT + - Thu, 16 Oct 2025 06:51:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -23508,13 +24004,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:09 GMT + - Thu, 16 Oct 2025 06:51:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: @@ -23524,31 +24020,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:10 GMT + - Thu, 16 Oct 2025 06:51:17 GMT etag: - - '"0x8DDF998F575C077"' + - '"0x8DE0C8068803E42"' last-modified: - - Mon, 22 Sep 2025 05:29:10 GMT + - Thu, 16 Oct 2025 06:51:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:29:10.4958583Z' + - '2025-10-16T06:51:18.1771330Z' x-ms-file-creation-time: - - '2025-09-22T05:29:10.4958583Z' + - '2025-10-16T06:51:18.1771330Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-22T05:29:10.4958583Z' + - '2025-10-16T06:51:18.1771330Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -23568,17 +24064,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:10 GMT + - Thu, 16 Oct 2025 06:51:18 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_0 response: @@ -23588,36 +24084,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:11 GMT + - Thu, 16 Oct 2025 06:51:18 GMT etag: - - '"0x8DDF998F61A265A"' + - '"0x8DE0C80691C8EA2"' last-modified: - - Mon, 22 Sep 2025 05:29:11 GMT + - Thu, 16 Oct 2025 06:51:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:11.5732570Z' + - '2025-10-16T06:51:19.2015522Z' x-ms-file-creation-time: - - '2025-09-22T05:29:11.5732570Z' + - '2025-10-16T06:51:19.2015522Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-22T05:29:11.5732570Z' + - '2025-10-16T06:51:19.2015522Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_0' headers: Accept: - application/xml @@ -23634,15 +24130,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:11 GMT + - Thu, 16 Oct 2025 06:51:19 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -23654,21 +24150,21 @@ interactions: content-length: - '0' content-md5: - - KbdzhOgKXngDw2ixfMkoBw== + - GMBfqA6dOsWsabR0DMnMbw== date: - - Mon, 22 Sep 2025 05:29:12 GMT + - Thu, 16 Oct 2025 06:51:20 GMT etag: - - '"0x8DDF998F6BF4F78"' + - '"0x8DE0C8069B7318E"' last-modified: - - Mon, 22 Sep 2025 05:29:12 GMT + - Thu, 16 Oct 2025 06:51:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:12.6556536Z' + - '2025-10-16T06:51:20.2149774Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -23686,32 +24182,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:12 GMT + - Thu, 16 Oct 2025 06:51:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6a6ee149-101a-0041-6581-2b40c6000000\nTime:2025-09-22T05:29:13.6927076Z" + specified resource does not exist.\nRequestId:2f9e9f4b-501a-0078-1669-3ecc42000000\nTime:2025-10-16T06:51:21.2406968Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:13 GMT + - Thu, 16 Oct 2025 06:51:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -23731,32 +24227,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:13 GMT + - Thu, 16 Oct 2025 06:51:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:3b8fa931-601a-005b-1781-2b2119000000\nTime:2025-09-22T05:29:14.7078037Z" + specified resource already exists.\nRequestId:0800d165-e01a-001f-4669-3edcbe000000\nTime:2025-10-16T06:51:22.2385271Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:14 GMT + - Thu, 16 Oct 2025 06:51:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -23776,17 +24272,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:14 GMT + - Thu, 16 Oct 2025 06:51:22 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_1 response: @@ -23796,36 +24292,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:15 GMT + - Thu, 16 Oct 2025 06:51:22 GMT etag: - - '"0x8DDF998F8A5A462"' + - '"0x8DE0C806B8CE5E2"' last-modified: - - Mon, 22 Sep 2025 05:29:15 GMT + - Thu, 16 Oct 2025 06:51:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:15.8428770Z' + - '2025-10-16T06:51:23.2932322Z' x-ms-file-creation-time: - - '2025-09-22T05:29:15.8428770Z' + - '2025-10-16T06:51:23.2932322Z' x-ms-file-id: - '13835146016212385792' x-ms-file-last-write-time: - - '2025-09-22T05:29:15.8428770Z' + - '2025-10-16T06:51:23.2932322Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_1' headers: Accept: - application/xml @@ -23842,15 +24338,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:15 GMT + - Thu, 16 Oct 2025 06:51:23 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -23862,21 +24358,21 @@ interactions: content-length: - '0' content-md5: - - kuGKGesKoTwJvOGFQ17+kw== + - HU1+WcfbbWcK5FKWNknTGw== date: - - Mon, 22 Sep 2025 05:29:16 GMT + - Thu, 16 Oct 2025 06:51:23 GMT etag: - - '"0x8DDF998F9443EBA"' + - '"0x8DE0C806C2DA263"' last-modified: - - Mon, 22 Sep 2025 05:29:16 GMT + - Thu, 16 Oct 2025 06:51:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:16.8822970Z' + - '2025-10-16T06:51:24.3466339Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -23894,32 +24390,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:17 GMT + - Thu, 16 Oct 2025 06:51:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:8008cd8d-701a-0035-3b81-2b7436000000\nTime:2025-09-22T05:29:17.9463419Z" + specified resource does not exist.\nRequestId:89f68e0d-e01a-006d-1669-3edbf1000000\nTime:2025-10-16T06:51:25.3905746Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:17 GMT + - Thu, 16 Oct 2025 06:51:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -23939,32 +24435,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:18 GMT + - Thu, 16 Oct 2025 06:51:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:16bac0fc-501a-0050-5d81-2bda72000000\nTime:2025-09-22T05:29:19.0163083Z" + specified resource already exists.\nRequestId:27974bf2-f01a-0071-3569-3e8991000000\nTime:2025-10-16T06:51:26.4282774Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:18 GMT + - Thu, 16 Oct 2025 06:51:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -23984,17 +24480,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:19 GMT + - Thu, 16 Oct 2025 06:51:26 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_2 response: @@ -24004,36 +24500,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:19 GMT + - Thu, 16 Oct 2025 06:51:27 GMT etag: - - '"0x8DDF998FB3EB4E7"' + - '"0x8DE0C806E097055"' last-modified: - - Mon, 22 Sep 2025 05:29:20 GMT + - Thu, 16 Oct 2025 06:51:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:20.2014439Z' + - '2025-10-16T06:51:27.4648661Z' x-ms-file-creation-time: - - '2025-09-22T05:29:20.2014439Z' + - '2025-10-16T06:51:27.4648661Z' x-ms-file-id: - '13835181200584474624' x-ms-file-last-write-time: - - '2025-09-22T05:29:20.2014439Z' + - '2025-10-16T06:51:27.4648661Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_2' headers: Accept: - application/xml @@ -24050,15 +24546,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:20 GMT + - Thu, 16 Oct 2025 06:51:27 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -24070,21 +24566,21 @@ interactions: content-length: - '0' content-md5: - - fNTbj5ykfKeLNN8v2zG5AQ== + - aUmY2BUfmBcforlMsUR8QQ== date: - - Mon, 22 Sep 2025 05:29:20 GMT + - Thu, 16 Oct 2025 06:51:27 GMT etag: - - '"0x8DDF998FBEA93CC"' + - '"0x8DE0C806EA635CB"' last-modified: - - Mon, 22 Sep 2025 05:29:21 GMT + - Thu, 16 Oct 2025 06:51:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:21.3278156Z' + - '2025-10-16T06:51:28.4922827Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -24102,32 +24598,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:21 GMT + - Thu, 16 Oct 2025 06:51:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:432dd824-d01a-003c-4b81-2b31e5000000\nTime:2025-09-22T05:29:22.4000019Z" + specified resource does not exist.\nRequestId:00410a13-001a-0038-3d69-3ecb7a000000\nTime:2025-10-16T06:51:29.5319862Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:21 GMT + - Thu, 16 Oct 2025 06:51:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -24147,32 +24643,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:22 GMT + - Thu, 16 Oct 2025 06:51:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:add9ab6e-101a-000c-0781-2b8f2a000000\nTime:2025-09-22T05:29:23.5286598Z" + specified resource already exists.\nRequestId:aa51e2fa-901a-0058-6769-3eb7e5000000\nTime:2025-10-16T06:51:30.5390205Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:23 GMT + - Thu, 16 Oct 2025 06:51:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -24192,17 +24688,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:23 GMT + - Thu, 16 Oct 2025 06:51:30 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_3 response: @@ -24212,36 +24708,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:24 GMT + - Thu, 16 Oct 2025 06:51:31 GMT etag: - - '"0x8DDF998FDF1644A"' + - '"0x8DE0C80707A159A"' last-modified: - - Mon, 22 Sep 2025 05:29:24 GMT + - Thu, 16 Oct 2025 06:51:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:24.7279178Z' + - '2025-10-16T06:51:31.5585434Z' x-ms-file-creation-time: - - '2025-09-22T05:29:24.7279178Z' + - '2025-10-16T06:51:31.5585434Z' x-ms-file-id: - - '13835066851375185920' + - '13835137220119363584' x-ms-file-last-write-time: - - '2025-09-22T05:29:24.7279178Z' + - '2025-10-16T06:51:31.5585434Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_3' headers: Accept: - application/xml @@ -24258,15 +24754,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:24 GMT + - Thu, 16 Oct 2025 06:51:31 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -24278,21 +24774,21 @@ interactions: content-length: - '0' content-md5: - - UKf+C7/9lCB+xsTHT0AT+w== + - hPmGhgGQmw7V5li0VjAEvw== date: - - Mon, 22 Sep 2025 05:29:24 GMT + - Thu, 16 Oct 2025 06:51:32 GMT etag: - - '"0x8DDF998FE8E5128"' + - '"0x8DE0C80711554AD"' last-modified: - - Mon, 22 Sep 2025 05:29:25 GMT + - Thu, 16 Oct 2025 06:51:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:25.7563432Z' + - '2025-10-16T06:51:32.5759661Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -24310,32 +24806,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:25 GMT + - Thu, 16 Oct 2025 06:51:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5c9016b9-501a-0022-3c81-2bdd3d000000\nTime:2025-09-22T05:29:26.8263353Z" + specified resource does not exist.\nRequestId:f90e1a53-801a-0036-4869-3ee2ca000000\nTime:2025-10-16T06:51:33.5945504Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:26 GMT + - Thu, 16 Oct 2025 06:51:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -24355,32 +24851,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:26 GMT + - Thu, 16 Oct 2025 06:51:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ec3333ea-601a-0029-7a81-2b2656000000\nTime:2025-09-22T05:29:27.8885262Z" + specified resource already exists.\nRequestId:072ec17d-601a-004c-2569-3eff8a000000\nTime:2025-10-16T06:51:34.6075812Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:27 GMT + - Thu, 16 Oct 2025 06:51:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -24400,17 +24896,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:28 GMT + - Thu, 16 Oct 2025 06:51:34 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_4 response: @@ -24420,36 +24916,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:28 GMT + - Thu, 16 Oct 2025 06:51:35 GMT etag: - - '"0x8DDF9990079AE4E"' + - '"0x8DE0C8072E7FC37"' last-modified: - - Mon, 22 Sep 2025 05:29:28 GMT + - Thu, 16 Oct 2025 06:51:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:28.9765454Z' + - '2025-10-16T06:51:35.6342327Z' x-ms-file-creation-time: - - '2025-09-22T05:29:28.9765454Z' + - '2025-10-16T06:51:35.6342327Z' x-ms-file-id: - - '13835102035747274752' + - '13835172404491452416' x-ms-file-last-write-time: - - '2025-09-22T05:29:28.9765454Z' + - '2025-10-16T06:51:35.6342327Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_4' headers: Accept: - application/xml @@ -24466,15 +24962,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:29 GMT + - Thu, 16 Oct 2025 06:51:35 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -24486,21 +24982,21 @@ interactions: content-length: - '0' content-md5: - - Pi+XuYBhmVHlmaHQrsN5uA== + - DlPxXRJLOtEhmGFpPvCAlA== date: - - Mon, 22 Sep 2025 05:29:29 GMT + - Thu, 16 Oct 2025 06:51:36 GMT etag: - - '"0x8DDF999011CDBD8"' + - '"0x8DE0C8073827813"' last-modified: - - Mon, 22 Sep 2025 05:29:30 GMT + - Thu, 16 Oct 2025 06:51:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:30.0459480Z' + - '2025-10-16T06:51:36.6466579Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -24518,32 +25014,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:30 GMT + - Thu, 16 Oct 2025 06:51:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b93872bc-e01a-0055-5f81-2b08a9000000\nTime:2025-09-22T05:29:31.0675053Z" + specified resource does not exist.\nRequestId:78194833-401a-0080-6069-3e90bc000000\nTime:2025-10-16T06:51:37.6503108Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:30 GMT + - Thu, 16 Oct 2025 06:51:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -24563,32 +25059,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:31 GMT + - Thu, 16 Oct 2025 06:51:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:0bdb7968-e01a-006a-2b81-2bc00a000000\nTime:2025-09-22T05:29:32.1612357Z" + specified resource already exists.\nRequestId:aa51e4ec-901a-0058-2d69-3eb7e5000000\nTime:2025-10-16T06:51:38.6458755Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:32 GMT + - Thu, 16 Oct 2025 06:51:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -24608,17 +25104,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:32 GMT + - Thu, 16 Oct 2025 06:51:38 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_5 response: @@ -24628,36 +25124,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:32 GMT + - Thu, 16 Oct 2025 06:51:39 GMT etag: - - '"0x8DDF999030E5297"' + - '"0x8DE0C80754DF4A1"' last-modified: - - Mon, 22 Sep 2025 05:29:33 GMT + - Thu, 16 Oct 2025 06:51:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:33.3061271Z' + - '2025-10-16T06:51:39.6579489Z' x-ms-file-creation-time: - - '2025-09-22T05:29:33.3061271Z' + - '2025-10-16T06:51:39.6579489Z' x-ms-file-id: - - '13835172404491452416' + - '13835084443561230336' x-ms-file-last-write-time: - - '2025-09-22T05:29:33.3061271Z' + - '2025-10-16T06:51:39.6579489Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_5' headers: Accept: - application/xml @@ -24674,15 +25170,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:33 GMT + - Thu, 16 Oct 2025 06:51:39 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -24694,21 +25190,21 @@ interactions: content-length: - '0' content-md5: - - Wuik022KBMDN72Q+nUmr8A== + - imMhomA+vGB7t3uZ7bxeTw== date: - - Mon, 22 Sep 2025 05:29:34 GMT + - Thu, 16 Oct 2025 06:51:40 GMT etag: - - '"0x8DDF99903B1801C"' + - '"0x8DE0C8075E8497B"' last-modified: - - Mon, 22 Sep 2025 05:29:34 GMT + - Thu, 16 Oct 2025 06:51:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:34.3755292Z' + - '2025-10-16T06:51:40.6693755Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -24726,32 +25222,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:34 GMT + - Thu, 16 Oct 2025 06:51:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:0b8e42f1-d01a-0003-0581-2bf946000000\nTime:2025-09-22T05:29:35.4250423Z" + specified resource does not exist.\nRequestId:f2da8cb3-f01a-0013-3b69-3e4bb6000000\nTime:2025-10-16T06:51:41.6862551Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:34 GMT + - Thu, 16 Oct 2025 06:51:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -24771,32 +25267,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:35 GMT + - Thu, 16 Oct 2025 06:51:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:2fd69fc7-e01a-007a-5e81-2b0562000000\nTime:2025-09-22T05:29:36.4800874Z" + specified resource already exists.\nRequestId:bcbd5dfd-401a-005b-0169-3e5681000000\nTime:2025-10-16T06:51:42.7122778Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:36 GMT + - Thu, 16 Oct 2025 06:51:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -24816,17 +25312,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:36 GMT + - Thu, 16 Oct 2025 06:51:42 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_6 response: @@ -24836,36 +25332,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:36 GMT + - Thu, 16 Oct 2025 06:51:42 GMT etag: - - '"0x8DDF999058DC427"' + - '"0x8DE0C8077BDD6B7"' last-modified: - - Mon, 22 Sep 2025 05:29:37 GMT + - Thu, 16 Oct 2025 06:51:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:37.4967847Z' + - '2025-10-16T06:51:43.7466295Z' x-ms-file-creation-time: - - '2025-09-22T05:29:37.4967847Z' + - '2025-10-16T06:51:43.7466295Z' x-ms-file-id: - - '13835154812305408000' + - '13835119627933319168' x-ms-file-last-write-time: - - '2025-09-22T05:29:37.4967847Z' + - '2025-10-16T06:51:43.7466295Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_6' headers: Accept: - application/xml @@ -24882,15 +25378,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:37 GMT + - Thu, 16 Oct 2025 06:51:43 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -24902,21 +25398,21 @@ interactions: content-length: - '0' content-md5: - - qquEyGmOv0aX/uuJOTos8A== + - wT7M3aB+ZMNisG9Rq9ZoNA== date: - - Mon, 22 Sep 2025 05:29:38 GMT + - Thu, 16 Oct 2025 06:51:44 GMT etag: - - '"0x8DDF999062CFAA1"' + - '"0x8DE0C8078598AEC"' last-modified: - - Mon, 22 Sep 2025 05:29:38 GMT + - Thu, 16 Oct 2025 06:51:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:38.5402017Z' + - '2025-10-16T06:51:44.7670508Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -24934,32 +25430,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:38 GMT + - Thu, 16 Oct 2025 06:51:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ff8f9e80-a01a-0019-2581-2b9899000000\nTime:2025-09-22T05:29:39.6766573Z" + specified resource does not exist.\nRequestId:71332e68-001a-005a-0f69-3e095d000000\nTime:2025-10-16T06:51:45.7830956Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:39 GMT + - Thu, 16 Oct 2025 06:51:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -24979,32 +25475,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:39 GMT + - Thu, 16 Oct 2025 06:51:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:d01dcb40-801a-0031-6581-2bf931000000\nTime:2025-09-22T05:29:40.7383976Z" + specified resource already exists.\nRequestId:d2f96932-501a-0047-7769-3e04e1000000\nTime:2025-10-16T06:51:46.8232039Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:39 GMT + - Thu, 16 Oct 2025 06:51:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -25024,17 +25520,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:40 GMT + - Thu, 16 Oct 2025 06:51:47 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_7 response: @@ -25044,36 +25540,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:41 GMT + - Thu, 16 Oct 2025 06:51:47 GMT etag: - - '"0x8DDF999081EBF69"' + - '"0x8DE0C807A35A6E9"' last-modified: - - Mon, 22 Sep 2025 05:29:41 GMT + - Thu, 16 Oct 2025 06:51:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:41.8023785Z' + - '2025-10-16T06:51:47.8872809Z' x-ms-file-creation-time: - - '2025-09-22T05:29:41.8023785Z' + - '2025-10-16T06:51:47.8872809Z' x-ms-file-id: - - '13835189996677496832' + - '13835062453328674816' x-ms-file-last-write-time: - - '2025-09-22T05:29:41.8023785Z' + - '2025-10-16T06:51:47.8872809Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_7' headers: Accept: - application/xml @@ -25090,15 +25586,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:41 GMT + - Thu, 16 Oct 2025 06:51:48 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -25110,21 +25606,21 @@ interactions: content-length: - '0' content-md5: - - biL542V00BF18M6U4OGaIA== + - L5t+H2oSdOhUGmhpilfyxg== date: - - Mon, 22 Sep 2025 05:29:42 GMT + - Thu, 16 Oct 2025 06:51:48 GMT etag: - - '"0x8DDF99908BF5537"' + - '"0x8DE0C807AD0BEF9"' last-modified: - - Mon, 22 Sep 2025 05:29:42 GMT + - Thu, 16 Oct 2025 06:51:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:42.8547895Z' + - '2025-10-16T06:51:48.9037049Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -25142,32 +25638,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:42 GMT + - Thu, 16 Oct 2025 06:51:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9b8b6475-201a-0017-7e81-2bb129000000\nTime:2025-09-22T05:29:44.0216992Z" + specified resource does not exist.\nRequestId:5d71d33d-601a-002e-0a69-3e3dad000000\nTime:2025-10-16T06:51:49.9235025Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:43 GMT + - Thu, 16 Oct 2025 06:51:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -25187,32 +25683,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:44 GMT + - Thu, 16 Oct 2025 06:51:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:8542d0c6-001a-0072-5681-2b1f6d000000\nTime:2025-09-22T05:29:45.0794978Z" + specified resource already exists.\nRequestId:e3bc3074-d01a-0049-2e69-3e2d51000000\nTime:2025-10-16T06:51:50.9379982Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:44 GMT + - Thu, 16 Oct 2025 06:51:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -25232,17 +25728,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:45 GMT + - Thu, 16 Oct 2025 06:51:51 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_8 response: @@ -25252,36 +25748,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:45 GMT + - Thu, 16 Oct 2025 06:51:51 GMT etag: - - '"0x8DDF9990ABCFF28"' + - '"0x8DE0C807CA2CA44"' last-modified: - - Mon, 22 Sep 2025 05:29:46 GMT + - Thu, 16 Oct 2025 06:51:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:46.1949224Z' + - '2025-10-16T06:51:51.9579716Z' x-ms-file-creation-time: - - '2025-09-22T05:29:46.1949224Z' + - '2025-10-16T06:51:51.9579716Z' x-ms-file-id: - - '13835132822072852480' + - '11529267822626603008' x-ms-file-last-write-time: - - '2025-09-22T05:29:46.1949224Z' + - '2025-10-16T06:51:51.9579716Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_8' headers: Accept: - application/xml @@ -25298,15 +25794,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:46 GMT + - Thu, 16 Oct 2025 06:51:52 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -25318,21 +25814,21 @@ interactions: content-length: - '0' content-md5: - - S9MbniItyGWAX8HUaXtvQw== + - CX9hZzMKEb4/Kk7oy0Up2Q== date: - - Mon, 22 Sep 2025 05:29:47 GMT + - Thu, 16 Oct 2025 06:51:52 GMT etag: - - '"0x8DDF9990B60C8D5"' + - '"0x8DE0C807D3C5BEF"' last-modified: - - Mon, 22 Sep 2025 05:29:47 GMT + - Thu, 16 Oct 2025 06:51:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:47.2683221Z' + - '2025-10-16T06:51:52.9644015Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -25350,32 +25846,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:47 GMT + - Thu, 16 Oct 2025 06:51:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:79ce2b4f-901a-0070-3a81-2ba1d5000000\nTime:2025-09-22T05:29:48.3646823Z" + specified resource does not exist.\nRequestId:20e4a5f5-701a-000d-3169-3ea76e000000\nTime:2025-10-16T06:51:54.0239890Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:47 GMT + - Thu, 16 Oct 2025 06:51:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -25395,32 +25891,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:48 GMT + - Thu, 16 Oct 2025 06:51:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:039be7bc-601a-0039-7181-2be33e000000\nTime:2025-09-22T05:29:49.4569356Z" + specified resource already exists.\nRequestId:0190badc-c01a-0037-5369-3ebd16000000\nTime:2025-10-16T06:51:55.0322608Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:48 GMT + - Thu, 16 Oct 2025 06:51:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -25440,17 +25936,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:29:49 GMT + - Thu, 16 Oct 2025 06:51:55 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/apple/file_9 response: @@ -25460,36 +25956,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:50 GMT + - Thu, 16 Oct 2025 06:51:55 GMT etag: - - '"0x8DDF9990D576ED7"' + - '"0x8DE0C807F12854F"' last-modified: - - Mon, 22 Sep 2025 05:29:50 GMT + - Thu, 16 Oct 2025 06:51:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:50.5624791Z' + - '2025-10-16T06:51:56.0456527Z' x-ms-file-creation-time: - - '2025-09-22T05:29:50.5624791Z' + - '2025-10-16T06:51:56.0456527Z' x-ms-file-id: - - '13835168006444941312' + - '13835097637700763648' x-ms-file-last-write-time: - - '2025-09-22T05:29:50.5624791Z' + - '2025-10-16T06:51:56.0456527Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_9' headers: Accept: - application/xml @@ -25506,15 +26002,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:50 GMT + - Thu, 16 Oct 2025 06:51:56 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -25526,21 +26022,21 @@ interactions: content-length: - '0' content-md5: - - E3ZgXfXwhQXZcB6MZXVUnw== + - DVh4bMDTdULHbAxwCEq5XA== date: - - Mon, 22 Sep 2025 05:29:51 GMT + - Thu, 16 Oct 2025 06:51:56 GMT etag: - - '"0x8DDF9990E0410DD"' + - '"0x8DE0C807FB368ED"' last-modified: - - Mon, 22 Sep 2025 05:29:51 GMT + - Thu, 16 Oct 2025 06:51:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:51.6938461Z' + - '2025-10-16T06:51:57.1000557Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -25558,32 +26054,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:51 GMT + - Thu, 16 Oct 2025 06:51:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:3b8faa23-601a-005b-3d81-2b2119000000\nTime:2025-09-22T05:29:52.8507764Z" + specified resource does not exist.\nRequestId:6d6b841c-801a-0054-4369-3e20ed000000\nTime:2025-10-16T06:51:58.1137058Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:52 GMT + - Thu, 16 Oct 2025 06:51:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -25603,13 +26099,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:52 GMT + - Thu, 16 Oct 2025 06:51:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: @@ -25619,31 +26115,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:53 GMT + - Thu, 16 Oct 2025 06:51:58 GMT etag: - - '"0x8DDF9990F5BCE84"' + - '"0x8DE0C8080E998F7"' last-modified: - - Mon, 22 Sep 2025 05:29:53 GMT + - Thu, 16 Oct 2025 06:51:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:29:53.9465860Z' + - '2025-10-16T06:51:59.1329015Z' x-ms-file-creation-time: - - '2025-09-22T05:29:53.9465860Z' + - '2025-10-16T06:51:59.1329015Z' x-ms-file-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-last-write-time: - - '2025-09-22T05:29:53.9465860Z' + - '2025-10-16T06:51:59.1329015Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -25663,17 +26159,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:29:54 GMT + - Thu, 16 Oct 2025 06:51:59 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_0 response: @@ -25683,36 +26179,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:54 GMT + - Thu, 16 Oct 2025 06:51:59 GMT etag: - - '"0x8DDF9990FFB7A12"' + - '"0x8DE0C808184D80E"' last-modified: - - Mon, 22 Sep 2025 05:29:54 GMT + - Thu, 16 Oct 2025 06:52:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:54.9930002Z' + - '2025-10-16T06:52:00.1503246Z' x-ms-file-creation-time: - - '2025-09-22T05:29:54.9930002Z' + - '2025-10-16T06:52:00.1503246Z' x-ms-file-id: - - '13835150414258896896' + - '13835080045514719232' x-ms-file-last-write-time: - - '2025-09-22T05:29:54.9930002Z' + - '2025-10-16T06:52:00.1503246Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_0' headers: Accept: - application/xml @@ -25729,15 +26225,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:55 GMT + - Thu, 16 Oct 2025 06:52:00 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -25749,21 +26245,21 @@ interactions: content-length: - '0' content-md5: - - 3XjDte19KE9ZGl2znDo4ow== + - vtvTNO3D4e1hg746MxfIgg== date: - - Mon, 22 Sep 2025 05:29:55 GMT + - Thu, 16 Oct 2025 06:52:00 GMT etag: - - '"0x8DDF9991095A832"' + - '"0x8DE0C808223C029"' last-modified: - - Mon, 22 Sep 2025 05:29:56 GMT + - Thu, 16 Oct 2025 06:52:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:29:56.0034354Z' + - '2025-10-16T06:52:01.1917353Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -25781,32 +26277,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:56 GMT + - Thu, 16 Oct 2025 06:52:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:add9ad02-101a-000c-2f81-2b8f2a000000\nTime:2025-09-22T05:29:57.0644171Z" + specified resource does not exist.\nRequestId:da668a3f-101a-001b-4869-3e51b9000000\nTime:2025-10-16T06:52:02.1963956Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:56 GMT + - Thu, 16 Oct 2025 06:52:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -25826,32 +26322,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:57 GMT + - Thu, 16 Oct 2025 06:52:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:293c17fc-101a-0051-6281-2b85ae000000\nTime:2025-09-22T05:29:58.1374769Z" + specified resource already exists.\nRequestId:ef98c898-c01a-006a-0669-3eb792000000\nTime:2025-10-16T06:52:03.2127049Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:29:57 GMT + - Thu, 16 Oct 2025 06:52:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -25871,17 +26367,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:29:58 GMT + - Thu, 16 Oct 2025 06:52:03 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_1 response: @@ -25891,36 +26387,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:29:58 GMT + - Thu, 16 Oct 2025 06:52:03 GMT etag: - - '"0x8DDF9991286348A"' + - '"0x8DE0C8083F6198A"' last-modified: - - Mon, 22 Sep 2025 05:29:59 GMT + - Thu, 16 Oct 2025 06:52:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:29:59.2576138Z' + - '2025-10-16T06:52:04.2480010Z' x-ms-file-creation-time: - - '2025-09-22T05:29:59.2576138Z' + - '2025-10-16T06:52:04.2480010Z' x-ms-file-id: - - '13835185598630985728' + - '11529276618719625216' x-ms-file-last-write-time: - - '2025-09-22T05:29:59.2576138Z' + - '2025-10-16T06:52:04.2480010Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_1' headers: Accept: - application/xml @@ -25937,15 +26433,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:29:59 GMT + - Thu, 16 Oct 2025 06:52:04 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -25957,21 +26453,21 @@ interactions: content-length: - '0' content-md5: - - yiT8wkakc8SFbxbkHsRrGg== + - Cigad3Fr4V3pGpcR23fKmA== date: - - Mon, 22 Sep 2025 05:29:59 GMT + - Thu, 16 Oct 2025 06:52:04 GMT etag: - - '"0x8DDF9991322AC40"' + - '"0x8DE0C80848EE7F5"' last-modified: - - Mon, 22 Sep 2025 05:30:00 GMT + - Thu, 16 Oct 2025 06:52:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:00.2830400Z' + - '2025-10-16T06:52:05.2494325Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -25989,32 +26485,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:00 GMT + - Thu, 16 Oct 2025 06:52:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:bee585e0-501a-007f-5881-2bd7b9000000\nTime:2025-09-22T05:30:01.3289867Z" + specified resource does not exist.\nRequestId:e4ba2620-601a-003e-2a69-3ef8c5000000\nTime:2025-10-16T06:52:06.2472751Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:00 GMT + - Thu, 16 Oct 2025 06:52:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -26034,32 +26530,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:01 GMT + - Thu, 16 Oct 2025 06:52:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:039be7df-601a-0039-7681-2be33e000000\nTime:2025-09-22T05:30:02.3821335Z" + specified resource already exists.\nRequestId:78db60cb-f01a-0061-7f69-3e4cf9000000\nTime:2025-10-16T06:52:07.2462504Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:01 GMT + - Thu, 16 Oct 2025 06:52:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -26079,17 +26575,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:30:02 GMT + - Thu, 16 Oct 2025 06:52:07 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_2 response: @@ -26099,36 +26595,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:02 GMT + - Thu, 16 Oct 2025 06:52:07 GMT etag: - - '"0x8DDF99915088BB0"' + - '"0x8DE0C808659C862"' last-modified: - - Mon, 22 Sep 2025 05:30:03 GMT + - Thu, 16 Oct 2025 06:52:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:03.4672560Z' + - '2025-10-16T06:52:08.2567266Z' x-ms-file-creation-time: - - '2025-09-22T05:30:03.4672560Z' + - '2025-10-16T06:52:08.2567266Z' x-ms-file-id: - - '13835071249421697024' + - '16140909860588879872' x-ms-file-last-write-time: - - '2025-09-22T05:30:03.4672560Z' + - '2025-10-16T06:52:08.2567266Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_2' headers: Accept: - application/xml @@ -26145,15 +26641,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:03 GMT + - Thu, 16 Oct 2025 06:52:08 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -26165,21 +26661,21 @@ interactions: content-length: - '0' content-md5: - - tsjnDVjXxMi7Qa1MWEtfYQ== + - b8SD0ePfMbVS4En4o7f4lg== date: - - Mon, 22 Sep 2025 05:30:04 GMT + - Thu, 16 Oct 2025 06:52:08 GMT etag: - - '"0x8DDF99915B184C0"' + - '"0x8DE0C8086F86257"' last-modified: - - Mon, 22 Sep 2025 05:30:04 GMT + - Thu, 16 Oct 2025 06:52:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:04.5746368Z' + - '2025-10-16T06:52:09.2961367Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -26197,32 +26693,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:04 GMT + - Thu, 16 Oct 2025 06:52:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b82d65f9-301a-0034-1981-2b2bea000000\nTime:2025-09-22T05:30:05.6991479Z" + specified resource does not exist.\nRequestId:89f69404-e01a-006d-2269-3edbf1000000\nTime:2025-10-16T06:52:10.3096921Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:05 GMT + - Thu, 16 Oct 2025 06:52:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -26242,32 +26738,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:05 GMT + - Thu, 16 Oct 2025 06:52:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:79ce2c15-901a-0070-4481-2ba1d5000000\nTime:2025-09-22T05:30:06.7774604Z" + specified resource already exists.\nRequestId:7d9c42f7-d01a-0082-3269-3e2e04000000\nTime:2025-10-16T06:52:11.2987601Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:05 GMT + - Thu, 16 Oct 2025 06:52:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -26287,17 +26783,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:30:06 GMT + - Thu, 16 Oct 2025 06:52:11 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_3 response: @@ -26307,36 +26803,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:07 GMT + - Thu, 16 Oct 2025 06:52:11 GMT etag: - - '"0x8DDF99917A14DD1"' + - '"0x8DE0C8088C56555"' last-modified: - - Mon, 22 Sep 2025 05:30:07 GMT + - Thu, 16 Oct 2025 06:52:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:07.8238161Z' + - '2025-10-16T06:52:12.3174229Z' x-ms-file-creation-time: - - '2025-09-22T05:30:07.8238161Z' + - '2025-10-16T06:52:12.3174229Z' x-ms-file-id: - - '13835141618165874688' + - '13835071249421697024' x-ms-file-last-write-time: - - '2025-09-22T05:30:07.8238161Z' + - '2025-10-16T06:52:12.3174229Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_3' headers: Accept: - application/xml @@ -26353,15 +26849,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:07 GMT + - Thu, 16 Oct 2025 06:52:12 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -26373,21 +26869,21 @@ interactions: content-length: - '0' content-md5: - - HcnEATe1I7SvSDaK35gT8Q== + - cH6xmWTjJVoXNPlYJwv0yg== date: - - Mon, 22 Sep 2025 05:30:07 GMT + - Thu, 16 Oct 2025 06:52:13 GMT etag: - - '"0x8DDF9991847D631"' + - '"0x8DE0C80896278E2"' last-modified: - - Mon, 22 Sep 2025 05:30:08 GMT + - Thu, 16 Oct 2025 06:52:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:08.9152049Z' + - '2025-10-16T06:52:13.3468386Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -26405,32 +26901,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:09 GMT + - Thu, 16 Oct 2025 06:52:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:606715c7-901a-002d-0b81-2bab51000000\nTime:2025-09-22T05:30:09.9764393Z" + specified resource does not exist.\nRequestId:5d0f5d6a-201a-003f-4769-3ea719000000\nTime:2025-10-16T06:52:14.3426973Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:09 GMT + - Thu, 16 Oct 2025 06:52:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -26450,32 +26946,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:10 GMT + - Thu, 16 Oct 2025 06:52:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7956dff1-501a-0040-3c81-2b1f1a000000\nTime:2025-09-22T05:30:11.0741253Z" + specified resource already exists.\nRequestId:c53cd373-101a-0079-3069-3e939e000000\nTime:2025-10-16T06:52:15.3722129Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:10 GMT + - Thu, 16 Oct 2025 06:52:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -26495,17 +26991,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:30:11 GMT + - Thu, 16 Oct 2025 06:52:15 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_4 response: @@ -26515,36 +27011,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:12 GMT + - Thu, 16 Oct 2025 06:52:16 GMT etag: - - '"0x8DDF9991A30E97A"' + - '"0x8DE0C808B3A28B8"' last-modified: - - Mon, 22 Sep 2025 05:30:12 GMT + - Thu, 16 Oct 2025 06:52:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:12.1204090Z' + - '2025-10-16T06:52:16.4380856Z' x-ms-file-creation-time: - - '2025-09-22T05:30:12.1204090Z' + - '2025-10-16T06:52:16.4380856Z' x-ms-file-id: - - '13835176802537963520' + - '13835106433793785856' x-ms-file-last-write-time: - - '2025-09-22T05:30:12.1204090Z' + - '2025-10-16T06:52:16.4380856Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_4' headers: Accept: - application/xml @@ -26561,15 +27057,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:12 GMT + - Thu, 16 Oct 2025 06:52:16 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -26581,21 +27077,21 @@ interactions: content-length: - '0' content-md5: - - wwbnvXkfmgkyoLckzwLpMw== + - s4qgV0u9fOH8jGS/pQv4nA== date: - - Mon, 22 Sep 2025 05:30:12 GMT + - Thu, 16 Oct 2025 06:52:17 GMT etag: - - '"0x8DDF9991ACFAAC5"' + - '"0x8DE0C808BDBCF81"' last-modified: - - Mon, 22 Sep 2025 05:30:13 GMT + - Thu, 16 Oct 2025 06:52:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:13.1608261Z' + - '2025-10-16T06:52:17.4974849Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -26613,32 +27109,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:13 GMT + - Thu, 16 Oct 2025 06:52:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6ff9ef01-101a-0033-3a81-2b4789000000\nTime:2025-09-22T05:30:14.6067750Z" + specified resource does not exist.\nRequestId:17beb5b1-801a-006b-5169-3ee84e000000\nTime:2025-10-16T06:52:18.5214055Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:14 GMT + - Thu, 16 Oct 2025 06:52:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -26658,32 +27154,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:14 GMT + - Thu, 16 Oct 2025 06:52:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cec16899-701a-0078-6381-2bbbda000000\nTime:2025-09-22T05:30:15.7070501Z" + specified resource already exists.\nRequestId:0190bb5c-c01a-0037-3469-3ebd16000000\nTime:2025-10-16T06:52:19.5312459Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:15 GMT + - Thu, 16 Oct 2025 06:52:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -26703,17 +27199,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:30:15 GMT + - Thu, 16 Oct 2025 06:52:19 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_5 response: @@ -26723,36 +27219,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:15 GMT + - Thu, 16 Oct 2025 06:52:19 GMT etag: - - '"0x8DDF9991CFA2A72"' + - '"0x8DE0C808DB135B8"' last-modified: - - Mon, 22 Sep 2025 05:30:16 GMT + - Thu, 16 Oct 2025 06:52:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:16.7947890Z' + - '2025-10-16T06:52:20.5737400Z' x-ms-file-creation-time: - - '2025-09-22T05:30:16.7947890Z' + - '2025-10-16T06:52:20.5737400Z' x-ms-file-id: - - '13835159210351919104' + - '13835176802537963520' x-ms-file-last-write-time: - - '2025-09-22T05:30:16.7947890Z' + - '2025-10-16T06:52:20.5737400Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_5' headers: Accept: - application/xml @@ -26769,15 +27265,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:16 GMT + - Thu, 16 Oct 2025 06:52:20 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -26789,21 +27285,21 @@ interactions: content-length: - '0' content-md5: - - XczklXENgGaFFdFgg093CQ== + - /GtWAYSuHvdlxMMDcEtpoA== date: - - Mon, 22 Sep 2025 05:30:17 GMT + - Thu, 16 Oct 2025 06:52:21 GMT etag: - - '"0x8DDF9991D9EDE4F"' + - '"0x8DE0C808E4DAD20"' last-modified: - - Mon, 22 Sep 2025 05:30:17 GMT + - Thu, 16 Oct 2025 06:52:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:17.8741839Z' + - '2025-10-16T06:52:21.5991584Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -26821,32 +27317,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:18 GMT + - Thu, 16 Oct 2025 06:52:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:741f15d7-701a-0047-4381-2b7379000000\nTime:2025-09-22T05:30:18.9599885Z" + specified resource does not exist.\nRequestId:58e7e74d-e01a-0030-7569-3ed175000000\nTime:2025-10-16T06:52:22.5976256Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:18 GMT + - Thu, 16 Oct 2025 06:52:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -26866,32 +27362,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:19 GMT + - Thu, 16 Oct 2025 06:52:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6c67af23-b01a-0067-6681-2b08de000000\nTime:2025-09-22T05:30:20.0505574Z" + specified resource already exists.\nRequestId:c53cd450-101a-0079-7469-3e939e000000\nTime:2025-10-16T06:52:23.6238863Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:19 GMT + - Thu, 16 Oct 2025 06:52:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -26911,17 +27407,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:30:20 GMT + - Thu, 16 Oct 2025 06:52:23 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_6 response: @@ -26931,36 +27427,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:21 GMT + - Thu, 16 Oct 2025 06:52:23 GMT etag: - - '"0x8DDF9991F950F16"' + - '"0x8DE0C80901E5916"' last-modified: - - Mon, 22 Sep 2025 05:30:21 GMT + - Thu, 16 Oct 2025 06:52:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:21.1653398Z' + - '2025-10-16T06:52:24.6444310Z' x-ms-file-creation-time: - - '2025-09-22T05:30:21.1653398Z' + - '2025-10-16T06:52:24.6444310Z' x-ms-file-id: - - '13835194394724007936' + - '13835088841607741440' x-ms-file-last-write-time: - - '2025-09-22T05:30:21.1653398Z' + - '2025-10-16T06:52:24.6444310Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_6' headers: Accept: - application/xml @@ -26977,15 +27473,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:21 GMT + - Thu, 16 Oct 2025 06:52:24 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -26997,21 +27493,21 @@ interactions: content-length: - '0' content-md5: - - NxK5WO6Uvg04pcYNVCRaxQ== + - ShR+5lD1DciwQwuM/dbGvQ== date: - - Mon, 22 Sep 2025 05:30:21 GMT + - Thu, 16 Oct 2025 06:52:25 GMT etag: - - '"0x8DDF999204114E0"' + - '"0x8DE0C8090B99832"' last-modified: - - Mon, 22 Sep 2025 05:30:22 GMT + - Thu, 16 Oct 2025 06:52:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:22.2927072Z' + - '2025-10-16T06:52:25.6618546Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -27029,32 +27525,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:22 GMT + - Thu, 16 Oct 2025 06:52:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6a18c8e3-201a-0065-2281-2bb666000000\nTime:2025-09-22T05:30:23.4638558Z" + specified resource does not exist.\nRequestId:64d75f18-d01a-003b-4e69-3e2a1e000000\nTime:2025-10-16T06:52:26.6727620Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:23 GMT + - Thu, 16 Oct 2025 06:52:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -27074,32 +27570,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:23 GMT + - Thu, 16 Oct 2025 06:52:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cb48b30f-b01a-0048-0f81-2b0515000000\nTime:2025-09-22T05:30:24.6204793Z" + specified resource already exists.\nRequestId:4f7e59ae-101a-0056-7c69-3e9e55000000\nTime:2025-10-16T06:52:27.6931119Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:24 GMT + - Thu, 16 Oct 2025 06:52:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -27119,17 +27615,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:30:24 GMT + - Thu, 16 Oct 2025 06:52:27 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_7 response: @@ -27139,36 +27635,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:25 GMT + - Thu, 16 Oct 2025 06:52:27 GMT etag: - - '"0x8DDF999225E01EC"' + - '"0x8DE0C80928D29E9"' last-modified: - - Mon, 22 Sep 2025 05:30:25 GMT + - Thu, 16 Oct 2025 06:52:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:25.8377196Z' + - '2025-10-16T06:52:28.7261161Z' x-ms-file-creation-time: - - '2025-09-22T05:30:25.8377196Z' + - '2025-10-16T06:52:28.7261161Z' x-ms-file-id: - - '13835130623049596928' + - '13835159210351919104' x-ms-file-last-write-time: - - '2025-09-22T05:30:25.8377196Z' + - '2025-10-16T06:52:28.7261161Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_7' headers: Accept: - application/xml @@ -27185,15 +27681,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:25 GMT + - Thu, 16 Oct 2025 06:52:28 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -27205,21 +27701,21 @@ interactions: content-length: - '0' content-md5: - - 0SyjZIfp/k+83Zndgb9WOw== + - 8U6KZX5JlwP7KOFTIQ3dcg== date: - - Mon, 22 Sep 2025 05:30:26 GMT + - Thu, 16 Oct 2025 06:52:29 GMT etag: - - '"0x8DDF99923043C2E"' + - '"0x8DE0C80932FBAE6"' last-modified: - - Mon, 22 Sep 2025 05:30:26 GMT + - Thu, 16 Oct 2025 06:52:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:26.9271086Z' + - '2025-10-16T06:52:29.7915110Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -27237,32 +27733,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:27 GMT + - Thu, 16 Oct 2025 06:52:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9b8b6616-201a-0017-2b82-2bb129000000\nTime:2025-09-22T05:30:27.9625029Z" + specified resource does not exist.\nRequestId:f380ea0d-c01a-0008-1569-3e75b5000000\nTime:2025-10-16T06:52:30.8079113Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:27 GMT + - Thu, 16 Oct 2025 06:52:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -27282,32 +27778,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:28 GMT + - Thu, 16 Oct 2025 06:52:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:fcb0f9bb-301a-0024-3d82-2bee82000000\nTime:2025-09-22T05:30:29.0654450Z" + specified resource already exists.\nRequestId:71333549-001a-005a-0d69-3e095d000000\nTime:2025-10-16T06:52:31.8143592Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:28 GMT + - Thu, 16 Oct 2025 06:52:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -27327,17 +27823,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:30:29 GMT + - Thu, 16 Oct 2025 06:52:32 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_8 response: @@ -27347,36 +27843,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:29 GMT + - Thu, 16 Oct 2025 06:52:32 GMT etag: - - '"0x8DDF99924E97F5F"' + - '"0x8DE0C8094FE1D40"' last-modified: - - Mon, 22 Sep 2025 05:30:30 GMT + - Thu, 16 Oct 2025 06:52:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:30.1073247Z' + - '2025-10-16T06:52:32.8217920Z' x-ms-file-creation-time: - - '2025-09-22T05:30:30.1073247Z' + - '2025-10-16T06:52:32.8217920Z' x-ms-file-id: - - '11529298608952180736' + - '13835194394724007936' x-ms-file-last-write-time: - - '2025-09-22T05:30:30.1073247Z' + - '2025-10-16T06:52:32.8217920Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_8' headers: Accept: - application/xml @@ -27393,15 +27889,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:30 GMT + - Thu, 16 Oct 2025 06:52:33 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -27413,21 +27909,21 @@ interactions: content-length: - '0' content-md5: - - Y6KduLz+RaaUoIV7LVRRWQ== + - 4RQJueF/CFN0cLVuuppI4w== date: - - Mon, 22 Sep 2025 05:30:30 GMT + - Thu, 16 Oct 2025 06:52:33 GMT etag: - - '"0x8DDF999258E814A"' + - '"0x8DE0C80959C1B16"' last-modified: - - Mon, 22 Sep 2025 05:30:31 GMT + - Thu, 16 Oct 2025 06:52:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:31.1887178Z' + - '2025-10-16T06:52:33.8572054Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -27445,32 +27941,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:31 GMT + - Thu, 16 Oct 2025 06:52:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:180db42e-601a-0016-5682-2beef5000000\nTime:2025-09-22T05:30:32.2229989Z" + specified resource does not exist.\nRequestId:6cfa7ce6-601a-0063-6169-3ef241000000\nTime:2025-10-16T06:52:34.8981761Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:31 GMT + - Thu, 16 Oct 2025 06:52:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -27490,32 +27986,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:32 GMT + - Thu, 16 Oct 2025 06:52:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6a18c902-201a-0065-3582-2bb666000000\nTime:2025-09-22T05:30:33.2832891Z" + specified resource already exists.\nRequestId:4ad12674-801a-0026-1c69-3e27a2000000\nTime:2025-10-16T06:52:35.9123768Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:32 GMT + - Thu, 16 Oct 2025 06:52:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -27535,17 +28031,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:30:33 GMT + - Thu, 16 Oct 2025 06:52:36 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/file_9 response: @@ -27555,36 +28051,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:33 GMT + - Thu, 16 Oct 2025 06:52:36 GMT etag: - - '"0x8DDF999277F5B8A"' + - '"0x8DE0C80977355C3"' last-modified: - - Mon, 22 Sep 2025 05:30:34 GMT + - Thu, 16 Oct 2025 06:52:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:34.4448906Z' + - '2025-10-16T06:52:36.9454531Z' x-ms-file-creation-time: - - '2025-09-22T05:30:34.4448906Z' + - '2025-10-16T06:52:36.9454531Z' x-ms-file-id: - - '13835077846491463680' + - '13835130623049596928' x-ms-file-last-write-time: - - '2025-09-22T05:30:34.4448906Z' + - '2025-10-16T06:52:36.9454531Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_9' headers: Accept: - application/xml @@ -27601,15 +28097,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:34 GMT + - Thu, 16 Oct 2025 06:52:37 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -27621,21 +28117,21 @@ interactions: content-length: - '0' content-md5: - - Kc6GMNeUgWqh8FicLNI5JA== + - GIiZOf8P0heOATvCZ5pF+w== date: - - Mon, 22 Sep 2025 05:30:34 GMT + - Thu, 16 Oct 2025 06:52:37 GMT etag: - - '"0x8DDF99928285484"' + - '"0x8DE0C80980DD1A3"' last-modified: - - Mon, 22 Sep 2025 05:30:35 GMT + - Thu, 16 Oct 2025 06:52:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:35.5522692Z' + - '2025-10-16T06:52:37.9578787Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -27653,32 +28149,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:35 GMT + - Thu, 16 Oct 2025 06:52:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:35a2784c-501a-006f-5382-2b12d1000000\nTime:2025-09-22T05:30:36.6920794Z" + specified resource does not exist.\nRequestId:55c1232b-701a-006f-0869-3e6549000000\nTime:2025-10-16T06:52:38.9597495Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:36 GMT + - Thu, 16 Oct 2025 06:52:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -27698,32 +28194,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:36 GMT + - Thu, 16 Oct 2025 06:52:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ab11d2e3-601a-0006-7c82-2b2b9d000000\nTime:2025-09-22T05:30:37.7226172Z" + specified resource already exists.\nRequestId:b3c165f8-c01a-007a-0469-3e72fa000000\nTime:2025-10-16T06:52:39.9687573Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:37 GMT + - Thu, 16 Oct 2025 06:52:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -27743,13 +28239,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:37 GMT + - Thu, 16 Oct 2025 06:52:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: @@ -27759,31 +28255,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:37 GMT + - Thu, 16 Oct 2025 06:52:40 GMT etag: - - '"0x8DDF9992A12C70A"' + - '"0x8DE0C8099DA5F87"' last-modified: - - Mon, 22 Sep 2025 05:30:38 GMT + - Thu, 16 Oct 2025 06:52:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:30:38.7664650Z' + - '2025-10-16T06:52:40.9761671Z' x-ms-file-creation-time: - - '2025-09-22T05:30:38.7664650Z' + - '2025-10-16T06:52:40.9761671Z' x-ms-file-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-last-write-time: - - '2025-09-22T05:30:38.7664650Z' + - '2025-10-16T06:52:40.9761671Z' x-ms-file-parent-id: - - '13835080045514719232' + - '13835168006444941312' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -27803,17 +28299,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:30:38 GMT + - Thu, 16 Oct 2025 06:52:41 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_0 response: @@ -27823,36 +28319,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:39 GMT + - Thu, 16 Oct 2025 06:52:41 GMT etag: - - '"0x8DDF9992AB83E18"' + - '"0x8DE0C809A741841"' last-modified: - - Mon, 22 Sep 2025 05:30:39 GMT + - Thu, 16 Oct 2025 06:52:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:39.8508568Z' + - '2025-10-16T06:52:41.9835969Z' x-ms-file-creation-time: - - '2025-09-22T05:30:39.8508568Z' + - '2025-10-16T06:52:41.9835969Z' x-ms-file-id: - - '13835113030863552512' + - '11529250230440558592' x-ms-file-last-write-time: - - '2025-09-22T05:30:39.8508568Z' + - '2025-10-16T06:52:41.9835969Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_0' headers: Accept: - application/xml @@ -27869,15 +28365,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:39 GMT + - Thu, 16 Oct 2025 06:52:42 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -27889,21 +28385,21 @@ interactions: content-length: - '0' content-md5: - - j8goj/lkge0qY1c0aKyPlg== + - cjQNQJ7cyeeIdmq8ZmLFMA== date: - - Mon, 22 Sep 2025 05:30:40 GMT + - Thu, 16 Oct 2025 06:52:42 GMT etag: - - '"0x8DDF9992B5E2A3B"' + - '"0x8DE0C809B0DD0E7"' last-modified: - - Mon, 22 Sep 2025 05:30:40 GMT + - Thu, 16 Oct 2025 06:52:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:40.9382459Z' + - '2025-10-16T06:52:42.9910247Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -27921,32 +28417,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:41 GMT + - Thu, 16 Oct 2025 06:52:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:4acd3645-401a-0063-5e82-2b85d9000000\nTime:2025-09-22T05:30:42.0025688Z" + specified resource does not exist.\nRequestId:adf0cbe8-301a-001c-0369-3e3dda000000\nTime:2025-10-16T06:52:44.0371111Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:41 GMT + - Thu, 16 Oct 2025 06:52:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -27966,32 +28462,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:42 GMT + - Thu, 16 Oct 2025 06:52:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:039be96a-601a-0039-2282-2be33e000000\nTime:2025-09-22T05:30:43.0880683Z" + specified resource already exists.\nRequestId:31e3ce2b-801a-0044-0b69-3ee585000000\nTime:2025-10-16T06:52:45.0801746Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:42 GMT + - Thu, 16 Oct 2025 06:52:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -28011,32 +28507,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:43 GMT + - Thu, 16 Oct 2025 06:52:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:180db44a-601a-0016-6582-2beef5000000\nTime:2025-09-22T05:30:44.1405768Z" + specified resource already exists.\nRequestId:0b6ecbd2-d01a-0004-7069-3ee2bd000000\nTime:2025-10-16T06:52:46.1206438Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:43 GMT + - Thu, 16 Oct 2025 06:52:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -28056,17 +28552,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:30:44 GMT + - Thu, 16 Oct 2025 06:52:46 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_1 response: @@ -28076,36 +28572,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:44 GMT + - Thu, 16 Oct 2025 06:52:46 GMT etag: - - '"0x8DDF9992DED5091"' + - '"0x8DE0C809D8BBAAA"' last-modified: - - Mon, 22 Sep 2025 05:30:45 GMT + - Thu, 16 Oct 2025 06:52:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:45.2318353Z' + - '2025-10-16T06:52:47.1716522Z' x-ms-file-creation-time: - - '2025-09-22T05:30:45.2318353Z' + - '2025-10-16T06:52:47.1716522Z' x-ms-file-id: - - '11529217245091725312' + - '11529329395277758464' x-ms-file-last-write-time: - - '2025-09-22T05:30:45.2318353Z' + - '2025-10-16T06:52:47.1716522Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_1' headers: Accept: - application/xml @@ -28122,15 +28618,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:45 GMT + - Thu, 16 Oct 2025 06:52:47 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -28142,21 +28638,21 @@ interactions: content-length: - '0' content-md5: - - tEL9g+wOLQy1q16oJFdahQ== + - KLEXXHYyxm8bHZ+vxuy5Og== date: - - Mon, 22 Sep 2025 05:30:46 GMT + - Thu, 16 Oct 2025 06:52:47 GMT etag: - - '"0x8DDF9992E9426F4"' + - '"0x8DE0C809E2795EC"' last-modified: - - Mon, 22 Sep 2025 05:30:46 GMT + - Thu, 16 Oct 2025 06:52:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:46.3252212Z' + - '2025-10-16T06:52:48.1930732Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -28174,32 +28670,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:46 GMT + - Thu, 16 Oct 2025 06:52:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:f7aed225-d01a-0071-5882-2bfe09000000\nTime:2025-09-22T05:30:47.4099104Z" + specified resource does not exist.\nRequestId:5d71d66a-601a-002e-3069-3e3dad000000\nTime:2025-10-16T06:52:49.2289023Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:47 GMT + - Thu, 16 Oct 2025 06:52:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -28219,32 +28715,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:47 GMT + - Thu, 16 Oct 2025 06:52:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ce4b5818-001a-0062-7b82-2bda05000000\nTime:2025-09-22T05:30:48.4391015Z" + specified resource already exists.\nRequestId:4f7e5b79-101a-0056-2c69-3e9e55000000\nTime:2025-10-16T06:52:50.2153257Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:47 GMT + - Thu, 16 Oct 2025 06:52:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -28264,32 +28760,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:48 GMT + - Thu, 16 Oct 2025 06:52:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ce4b581b-001a-0062-7c82-2bda05000000\nTime:2025-09-22T05:30:49.5674694Z" + specified resource already exists.\nRequestId:4c1cc996-e01a-000f-5a69-3e19d6000000\nTime:2025-10-16T06:52:51.2384780Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:48 GMT + - Thu, 16 Oct 2025 06:52:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -28309,17 +28805,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:30:49 GMT + - Thu, 16 Oct 2025 06:52:51 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_2 response: @@ -28329,36 +28825,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:50 GMT + - Thu, 16 Oct 2025 06:52:52 GMT etag: - - '"0x8DDF999312B6264"' + - '"0x8DE0C80A096B4CD"' last-modified: - - Mon, 22 Sep 2025 05:30:50 GMT + - Thu, 16 Oct 2025 06:52:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:50.6717796Z' + - '2025-10-16T06:52:52.2767565Z' x-ms-file-creation-time: - - '2025-09-22T05:30:50.6717796Z' + - '2025-10-16T06:52:52.2767565Z' x-ms-file-id: - - '11529320599184736256' + - '13835183399607730176' x-ms-file-last-write-time: - - '2025-09-22T05:30:50.6717796Z' + - '2025-10-16T06:52:52.2767565Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_2' headers: Accept: - application/xml @@ -28375,15 +28871,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:50 GMT + - Thu, 16 Oct 2025 06:52:52 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -28395,21 +28891,21 @@ interactions: content-length: - '0' content-md5: - - aYCPbUHHnweLODzaHD8BDA== + - ng8zw1jfdcGCuQHGqq0uzQ== date: - - Mon, 22 Sep 2025 05:30:51 GMT + - Thu, 16 Oct 2025 06:52:52 GMT etag: - - '"0x8DDF99931D593AC"' + - '"0x8DE0C80A13109A8"' last-modified: - - Mon, 22 Sep 2025 05:30:51 GMT + - Thu, 16 Oct 2025 06:52:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:51.7871532Z' + - '2025-10-16T06:52:53.2881832Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -28427,32 +28923,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:51 GMT + - Thu, 16 Oct 2025 06:52:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5eb3962a-101a-001c-0a82-2b4a42000000\nTime:2025-09-22T05:30:52.8700416Z" + specified resource does not exist.\nRequestId:b30b02fa-401a-0006-0a69-3e5c05000000\nTime:2025-10-16T06:52:54.3230063Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:52 GMT + - Thu, 16 Oct 2025 06:52:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -28472,32 +28968,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:53 GMT + - Thu, 16 Oct 2025 06:52:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:4a3d1b6a-501a-000d-1482-2bd0f6000000\nTime:2025-09-22T05:30:53.9231920Z" + specified resource already exists.\nRequestId:f787ff0d-001a-0028-4569-3e0e12000000\nTime:2025-10-16T06:52:55.3217763Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:53 GMT + - Thu, 16 Oct 2025 06:52:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -28517,32 +29013,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:54 GMT + - Thu, 16 Oct 2025 06:52:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:61725ddc-b01a-003a-6d82-2b025a000000\nTime:2025-09-22T05:30:55.0284259Z" + specified resource already exists.\nRequestId:3b292922-b01a-002d-6869-3edcc9000000\nTime:2025-10-16T06:52:56.3098580Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:54 GMT + - Thu, 16 Oct 2025 06:52:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -28562,17 +29058,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:30:55 GMT + - Thu, 16 Oct 2025 06:52:56 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_3 response: @@ -28582,36 +29078,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:30:55 GMT + - Thu, 16 Oct 2025 06:52:56 GMT etag: - - '"0x8DDF999346B48B8"' + - '"0x8DE0C80A398D696"' last-modified: - - Mon, 22 Sep 2025 05:30:56 GMT + - Thu, 16 Oct 2025 06:52:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:30:56.1237176Z' + - '2025-10-16T06:52:57.3238934Z' x-ms-file-creation-time: - - '2025-09-22T05:30:56.1237176Z' + - '2025-10-16T06:52:57.3238934Z' x-ms-file-id: - - '11529305206021947392' + - '13835104234770530304' x-ms-file-last-write-time: - - '2025-09-22T05:30:56.1237176Z' + - '2025-10-16T06:52:57.3238934Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_3' headers: Accept: - application/xml @@ -28628,15 +29124,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:56 GMT + - Thu, 16 Oct 2025 06:52:57 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -28648,21 +29144,21 @@ interactions: content-length: - '0' content-md5: - - jJtPI2+DVGvr4ptmz0uw3A== + - 48KtueCB1hHYvOiEIqSxZQ== date: - - Mon, 22 Sep 2025 05:30:56 GMT + - Thu, 16 Oct 2025 06:52:58 GMT etag: - - '"0x8DDF9993509E2E2"' + - '"0x8DE0C80A433C79E"' last-modified: - - Mon, 22 Sep 2025 05:30:57 GMT + - Thu, 16 Oct 2025 06:52:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:30:57.1631330Z' + - '2025-10-16T06:52:58.3393182Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -28680,32 +29176,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:57 GMT + - Thu, 16 Oct 2025 06:52:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6c67b019-b01a-0067-1082-2b08de000000\nTime:2025-09-22T05:30:58.2449135Z" + specified resource does not exist.\nRequestId:9af00856-401a-0064-1669-3e9e22000000\nTime:2025-10-16T06:52:59.3658956Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:57 GMT + - Thu, 16 Oct 2025 06:52:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -28725,32 +29221,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:58 GMT + - Thu, 16 Oct 2025 06:52:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:120e0a98-a01a-006b-2982-2b9fd6000000\nTime:2025-09-22T05:30:59.2965393Z" + specified resource already exists.\nRequestId:20e4ab26-701a-000d-5569-3ea76e000000\nTime:2025-10-16T06:53:00.4095785Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:58 GMT + - Thu, 16 Oct 2025 06:53:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -28770,32 +29266,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:30:59 GMT + - Thu, 16 Oct 2025 06:53:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:32103042-b01a-0077-3682-2bcdb6000000\nTime:2025-09-22T05:31:00.3574957Z" + specified resource already exists.\nRequestId:54fc5a1b-401a-0074-7a69-3e5b4a000000\nTime:2025-10-16T06:53:01.4269279Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:30:59 GMT + - Thu, 16 Oct 2025 06:53:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -28815,17 +29311,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:31:00 GMT + - Thu, 16 Oct 2025 06:53:01 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_4 response: @@ -28835,36 +29331,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:01 GMT + - Thu, 16 Oct 2025 06:53:02 GMT etag: - - '"0x8DDF9993795FC54"' + - '"0x8DE0C80A6A1D539"' last-modified: - - Mon, 22 Sep 2025 05:31:01 GMT + - Thu, 16 Oct 2025 06:53:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:01.4367316Z' + - '2025-10-16T06:53:02.4160057Z' x-ms-file-creation-time: - - '2025-09-22T05:31:01.4367316Z' + - '2025-10-16T06:53:02.4160057Z' x-ms-file-id: - - '13835174603514707968' + - '11529252429463814144' x-ms-file-last-write-time: - - '2025-09-22T05:31:01.4367316Z' + - '2025-10-16T06:53:02.4160057Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_4' headers: Accept: - application/xml @@ -28881,15 +29377,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:01 GMT + - Thu, 16 Oct 2025 06:53:02 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -28901,21 +29397,21 @@ interactions: content-length: - '0' content-md5: - - 1FMHxV89aQKn/MPEJUNokQ== + - DLn9pVd1BGG+5JxQ57dpRQ== date: - - Mon, 22 Sep 2025 05:31:02 GMT + - Thu, 16 Oct 2025 06:53:03 GMT etag: - - '"0x8DDF99938344862"' + - '"0x8DE0C80A7455082"' last-modified: - - Mon, 22 Sep 2025 05:31:02 GMT + - Thu, 16 Oct 2025 06:53:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:02.4741474Z' + - '2025-10-16T06:53:03.4873986Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -28933,32 +29429,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:02 GMT + - Thu, 16 Oct 2025 06:53:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:8008d0bc-701a-0035-0882-2b7436000000\nTime:2025-09-22T05:31:03.5269834Z" + specified resource does not exist.\nRequestId:ca744da4-701a-001d-5469-3e6206000000\nTime:2025-10-16T06:53:04.5444871Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:03 GMT + - Thu, 16 Oct 2025 06:53:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -28978,32 +29474,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:03 GMT + - Thu, 16 Oct 2025 06:53:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:c3a0a6ca-801a-0053-2d82-2b3b16000000\nTime:2025-09-22T05:31:04.5667844Z" + specified resource already exists.\nRequestId:a10e5eaf-701a-0022-0569-3eaaa5000000\nTime:2025-10-16T06:53:05.6249999Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:03 GMT + - Thu, 16 Oct 2025 06:53:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -29023,32 +29519,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:04 GMT + - Thu, 16 Oct 2025 06:53:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b06c4c37-b01a-0005-2182-2bcaf9000000\nTime:2025-09-22T05:31:05.6519777Z" + specified resource already exists.\nRequestId:76d95b75-301a-0033-4e69-3e3011000000\nTime:2025-10-16T06:53:06.6235243Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:04 GMT + - Thu, 16 Oct 2025 06:53:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -29068,17 +29564,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:31:05 GMT + - Thu, 16 Oct 2025 06:53:06 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_5 response: @@ -29088,36 +29584,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:06 GMT + - Thu, 16 Oct 2025 06:53:07 GMT etag: - - '"0x8DDF9993ACEDEA7"' + - '"0x8DE0C80A9BFDF6F"' last-modified: - - Mon, 22 Sep 2025 05:31:06 GMT + - Thu, 16 Oct 2025 06:53:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:06.8426919Z' + - '2025-10-16T06:53:07.6460399Z' x-ms-file-creation-time: - - '2025-09-22T05:31:06.8426919Z' + - '2025-10-16T06:53:07.6460399Z' x-ms-file-id: - - '13835121826956574720' + - '13835192195700752384' x-ms-file-last-write-time: - - '2025-09-22T05:31:06.8426919Z' + - '2025-10-16T06:53:07.6460399Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_5' headers: Accept: - application/xml @@ -29134,15 +29630,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:06 GMT + - Thu, 16 Oct 2025 06:53:07 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -29154,21 +29650,21 @@ interactions: content-length: - '0' content-md5: - - pnb/AJk4CLXSX7s+Rgs3oA== + - lq539U6p25m3aiooQhtQPw== date: - - Mon, 22 Sep 2025 05:31:07 GMT + - Thu, 16 Oct 2025 06:53:08 GMT etag: - - '"0x8DDF9993B6D78D0"' + - '"0x8DE0C80AA5AD065"' last-modified: - - Mon, 22 Sep 2025 05:31:07 GMT + - Thu, 16 Oct 2025 06:53:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:07.8821072Z' + - '2025-10-16T06:53:08.6614629Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -29186,32 +29682,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:08 GMT + - Thu, 16 Oct 2025 06:53:08 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:74b8df27-f01a-0066-5b82-2b5702000000\nTime:2025-09-22T05:31:08.9405761Z" + specified resource does not exist.\nRequestId:efcc4a51-401a-0016-2e69-3e996d000000\nTime:2025-10-16T06:53:09.7020980Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:08 GMT + - Thu, 16 Oct 2025 06:53:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -29231,32 +29727,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:09 GMT + - Thu, 16 Oct 2025 06:53:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:039bea40-601a-0039-3682-2be33e000000\nTime:2025-09-22T05:31:09.9801406Z" + specified resource already exists.\nRequestId:e4ba2887-601a-003e-7e69-3ef8c5000000\nTime:2025-10-16T06:53:10.8188267Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:09 GMT + - Thu, 16 Oct 2025 06:53:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -29276,32 +29772,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:10 GMT + - Thu, 16 Oct 2025 06:53:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6ec92920-d01a-0061-2e82-2b3b61000000\nTime:2025-09-22T05:31:11.0981797Z" + specified resource already exists.\nRequestId:f380eeff-c01a-0008-3169-3e75b5000000\nTime:2025-10-16T06:53:11.8549077Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:10 GMT + - Thu, 16 Oct 2025 06:53:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -29321,17 +29817,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:31:11 GMT + - Thu, 16 Oct 2025 06:53:12 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_6 response: @@ -29341,36 +29837,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:11 GMT + - Thu, 16 Oct 2025 06:53:12 GMT etag: - - '"0x8DDF9993DFB3FA3"' + - '"0x8DE0C80ACE207AA"' last-modified: - - Mon, 22 Sep 2025 05:31:12 GMT + - Thu, 16 Oct 2025 06:53:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:12.1666979Z' + - '2025-10-16T06:53:12.9030570Z' x-ms-file-creation-time: - - '2025-09-22T05:31:12.1666979Z' + - '2025-10-16T06:53:12.9030570Z' x-ms-file-id: - - '11529324997231247360' + - '13835099836724019200' x-ms-file-last-write-time: - - '2025-09-22T05:31:12.1666979Z' + - '2025-10-16T06:53:12.9030570Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_6' headers: Accept: - application/xml @@ -29387,15 +29883,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:12 GMT + - Thu, 16 Oct 2025 06:53:13 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -29407,21 +29903,21 @@ interactions: content-length: - '0' content-md5: - - vheskXV4xLT/cCWHUCv1Uw== + - ihn0MlXF3yvQVOGJMPgSEA== date: - - Mon, 22 Sep 2025 05:31:13 GMT + - Thu, 16 Oct 2025 06:53:13 GMT etag: - - '"0x8DDF9993E9B6037"' + - '"0x8DE0C80AD7F6951"' last-modified: - - Mon, 22 Sep 2025 05:31:13 GMT + - Thu, 16 Oct 2025 06:53:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:13.2161079Z' + - '2025-10-16T06:53:13.9344721Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -29439,32 +29935,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:13 GMT + - Thu, 16 Oct 2025 06:53:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:288007c5-d01a-002c-1e82-2bf48d000000\nTime:2025-09-22T05:31:14.2906214Z" + specified resource does not exist.\nRequestId:41004bc2-e01a-007d-3869-3e1e99000000\nTime:2025-10-16T06:53:14.9507775Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:14 GMT + - Thu, 16 Oct 2025 06:53:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -29484,32 +29980,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:14 GMT + - Thu, 16 Oct 2025 06:53:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b938784b-e01a-0055-2c82-2b08a9000000\nTime:2025-09-22T05:31:15.3096707Z" + specified resource already exists.\nRequestId:c53cddaf-101a-0079-5869-3e939e000000\nTime:2025-10-16T06:53:16.0049894Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:14 GMT + - Thu, 16 Oct 2025 06:53:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -29529,32 +30025,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:15 GMT + - Thu, 16 Oct 2025 06:53:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:bee5884d-501a-007f-0f82-2bd7b9000000\nTime:2025-09-22T05:31:16.4906424Z" + specified resource already exists.\nRequestId:efcc4ab5-401a-0016-0369-3e996d000000\nTime:2025-10-16T06:53:17.0500462Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:16 GMT + - Thu, 16 Oct 2025 06:53:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -29574,17 +30070,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:31:16 GMT + - Thu, 16 Oct 2025 06:53:17 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_7 response: @@ -29594,36 +30090,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:16 GMT + - Thu, 16 Oct 2025 06:53:17 GMT etag: - - '"0x8DDF9994131B149"' + - '"0x8DE0C80AFFD5318"' last-modified: - - Mon, 22 Sep 2025 05:31:17 GMT + - Thu, 16 Oct 2025 06:53:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:17.5566665Z' + - '2025-10-16T06:53:18.1151000Z' x-ms-file-creation-time: - - '2025-09-22T05:31:17.5566665Z' + - '2025-10-16T06:53:18.1151000Z' x-ms-file-id: - - '16140973632263290880' + - '13835082244537974784' x-ms-file-last-write-time: - - '2025-09-22T05:31:17.5566665Z' + - '2025-10-16T06:53:18.1151000Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_7' headers: Accept: - application/xml @@ -29640,15 +30136,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:17 GMT + - Thu, 16 Oct 2025 06:53:18 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -29660,21 +30156,21 @@ interactions: content-length: - '0' content-md5: - - cVeWf1YlB4eIMe1+0plCvw== + - rOsd9c7SFYzJTJZHGTaOrA== date: - - Mon, 22 Sep 2025 05:31:18 GMT + - Thu, 16 Oct 2025 06:53:18 GMT etag: - - '"0x8DDF99941D66517"' + - '"0x8DE0C80B0970BC6"' last-modified: - - Mon, 22 Sep 2025 05:31:18 GMT + - Thu, 16 Oct 2025 06:53:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:18.6360599Z' + - '2025-10-16T06:53:19.1225286Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -29692,32 +30188,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:18 GMT + - Thu, 16 Oct 2025 06:53:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:e2557594-101a-007e-6582-2b8865000000\nTime:2025-09-22T05:31:19.6987204Z" + specified resource does not exist.\nRequestId:bcbd67e1-401a-005b-2d69-3e5681000000\nTime:2025-10-16T06:53:20.1410289Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:19 GMT + - Thu, 16 Oct 2025 06:53:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -29737,32 +30233,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:19 GMT + - Thu, 16 Oct 2025 06:53:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:bee58855-501a-007f-1382-2bd7b9000000\nTime:2025-09-22T05:31:20.7578908Z" + specified resource already exists.\nRequestId:b4564e8d-401a-004b-3a69-3e93e9000000\nTime:2025-10-16T06:53:21.1844769Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:20 GMT + - Thu, 16 Oct 2025 06:53:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -29782,32 +30278,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:20 GMT + - Thu, 16 Oct 2025 06:53:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6ec92935-d01a-0061-3582-2b3b61000000\nTime:2025-09-22T05:31:21.8286021Z" + specified resource already exists.\nRequestId:99a0900d-501a-0035-4569-3e03ae000000\nTime:2025-10-16T06:53:22.2290184Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:21 GMT + - Thu, 16 Oct 2025 06:53:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -29827,17 +30323,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:31:21 GMT + - Thu, 16 Oct 2025 06:53:22 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_8 response: @@ -29847,36 +30343,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:22 GMT + - Thu, 16 Oct 2025 06:53:23 GMT etag: - - '"0x8DDF999445E6046"' + - '"0x8DE0C80B313E4C4"' last-modified: - - Mon, 22 Sep 2025 05:31:22 GMT + - Thu, 16 Oct 2025 06:53:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:22.8826694Z' + - '2025-10-16T06:53:23.2961732Z' x-ms-file-creation-time: - - '2025-09-22T05:31:22.8826694Z' + - '2025-10-16T06:53:23.2961732Z' x-ms-file-id: - - '13835099836724019200' + - '13835117428910063616' x-ms-file-last-write-time: - - '2025-09-22T05:31:22.8826694Z' + - '2025-10-16T06:53:23.2961732Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_8' headers: Accept: - application/xml @@ -29893,15 +30389,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:23 GMT + - Thu, 16 Oct 2025 06:53:23 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -29913,21 +30409,21 @@ interactions: content-length: - '0' content-md5: - - c071rLL0QMrEBSAUy25rSg== + - +3OkVvLEwyD67oDCUefpKA== date: - - Mon, 22 Sep 2025 05:31:23 GMT + - Thu, 16 Oct 2025 06:53:24 GMT etag: - - '"0x8DDF99945033B13"' + - '"0x8DE0C80B3B4EEEA"' last-modified: - - Mon, 22 Sep 2025 05:31:23 GMT + - Thu, 16 Oct 2025 06:53:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:23.9630611Z' + - '2025-10-16T06:53:24.3515626Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -29945,32 +30441,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:24 GMT + - Thu, 16 Oct 2025 06:53:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:a181369f-901a-003d-2c82-2b6e39000000\nTime:2025-09-22T05:31:25.0602911Z" + specified resource does not exist.\nRequestId:45131acf-701a-0032-5b69-3e6fcd000000\nTime:2025-10-16T06:53:25.3746712Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:24 GMT + - Thu, 16 Oct 2025 06:53:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -29990,32 +30486,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:25 GMT + - Thu, 16 Oct 2025 06:53:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:08a5a3f9-501a-0032-2a82-2b1855000000\nTime:2025-09-22T05:31:26.1794790Z" + specified resource already exists.\nRequestId:7d9c4ddc-d01a-0082-4869-3e2e04000000\nTime:2025-10-16T06:53:26.4639278Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:25 GMT + - Thu, 16 Oct 2025 06:53:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -30035,32 +30531,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:26 GMT + - Thu, 16 Oct 2025 06:53:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7721dc42-c01a-006d-1182-2bac69000000\nTime:2025-09-22T05:31:27.3676281Z" + specified resource already exists.\nRequestId:ab5f9ff7-101a-0034-3069-3e5c72000000\nTime:2025-10-16T06:53:27.5065635Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:26 GMT + - Thu, 16 Oct 2025 06:53:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -30080,17 +30576,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:31:27 GMT + - Thu, 16 Oct 2025 06:53:27 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/butter/charlie/file_9 response: @@ -30100,36 +30596,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:28 GMT + - Thu, 16 Oct 2025 06:53:27 GMT etag: - - '"0x8DDF99947A60D65"' + - '"0x8DE0C80B6341112"' last-modified: - - Mon, 22 Sep 2025 05:31:28 GMT + - Thu, 16 Oct 2025 06:53:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:28.3855717Z' + - '2025-10-16T06:53:28.5401874Z' x-ms-file-creation-time: - - '2025-09-22T05:31:28.3855717Z' + - '2025-10-16T06:53:28.5401874Z' x-ms-file-id: - - '11529351385510313984' + - '13835073448444952576' x-ms-file-last-write-time: - - '2025-09-22T05:31:28.3855717Z' + - '2025-10-16T06:53:28.5401874Z' x-ms-file-parent-id: - - '13835148215235641344' + - '13835165807421685760' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_9' headers: Accept: - application/xml @@ -30146,15 +30642,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:28 GMT + - Thu, 16 Oct 2025 06:53:28 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -30166,21 +30662,21 @@ interactions: content-length: - '0' content-md5: - - ZH8WYpwwi8ZDlXaP5Wc9jQ== + - Op5VO6ryixhhxH3c1Jcmhw== date: - - Mon, 22 Sep 2025 05:31:28 GMT + - Thu, 16 Oct 2025 06:53:29 GMT etag: - - '"0x8DDF9994849AFE3"' + - '"0x8DE0C80B6D9AEE4"' last-modified: - - Mon, 22 Sep 2025 05:31:29 GMT + - Thu, 16 Oct 2025 06:53:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:29.4579683Z' + - '2025-10-16T06:53:29.6255716Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -30198,32 +30694,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:29 GMT + - Thu, 16 Oct 2025 06:53:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:eb6514a4-e01a-0008-7982-2b022d000000\nTime:2025-09-22T05:31:30.5287842Z" + specified resource does not exist.\nRequestId:5d0f66bf-201a-003f-4a69-3ea719000000\nTime:2025-10-16T06:53:30.6285022Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:30 GMT + - Thu, 16 Oct 2025 06:53:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -30243,13 +30739,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:30 GMT + - Thu, 16 Oct 2025 06:53:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: @@ -30259,31 +30755,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:30 GMT + - Thu, 16 Oct 2025 06:53:31 GMT etag: - - '"0x8DDF999498DC0FD"' + - '"0x8DE0C80B80CF92F"' last-modified: - - Mon, 22 Sep 2025 05:31:31 GMT + - Thu, 16 Oct 2025 06:53:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:31:31.5817725Z' + - '2025-10-16T06:53:31.6394287Z' x-ms-file-creation-time: - - '2025-09-22T05:31:31.5817725Z' + - '2025-10-16T06:53:31.6394287Z' x-ms-file-id: - - '13835082244537974784' + - '11529338191370780672' x-ms-file-last-write-time: - - '2025-09-22T05:31:31.5817725Z' + - '2025-10-16T06:53:31.6394287Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -30303,13 +30799,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:31 GMT + - Thu, 16 Oct 2025 06:53:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: @@ -30319,31 +30815,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:32 GMT + - Thu, 16 Oct 2025 06:53:32 GMT etag: - - '"0x8DDF9994A3692E4"' + - '"0x8DE0C80B8A85F51"' last-modified: - - Mon, 22 Sep 2025 05:31:32 GMT + - Thu, 16 Oct 2025 06:53:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:31:32.6881508Z' + - '2025-10-16T06:53:32.6578513Z' x-ms-file-creation-time: - - '2025-09-22T05:31:32.6881508Z' + - '2025-10-16T06:53:32.6578513Z' x-ms-file-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-last-write-time: - - '2025-09-22T05:31:32.6881508Z' + - '2025-10-16T06:53:32.6578513Z' x-ms-file-parent-id: - - '13835082244537974784' + - '11529338191370780672' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -30363,17 +30859,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:31:32 GMT + - Thu, 16 Oct 2025 06:53:32 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_0 response: @@ -30383,36 +30879,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:33 GMT + - Thu, 16 Oct 2025 06:53:33 GMT etag: - - '"0x8DDF9994AE2988D"' + - '"0x8DE0C80B941F0F0"' last-modified: - - Mon, 22 Sep 2025 05:31:33 GMT + - Thu, 16 Oct 2025 06:53:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:33.8155149Z' + - '2025-10-16T06:53:33.6642800Z' x-ms-file-creation-time: - - '2025-09-22T05:31:33.8155149Z' + - '2025-10-16T06:53:33.6642800Z' x-ms-file-id: - - '11529261225556836352' + - '11529314002114969600' x-ms-file-last-write-time: - - '2025-09-22T05:31:33.8155149Z' + - '2025-10-16T06:53:33.6642800Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_0' headers: Accept: - application/xml @@ -30429,15 +30925,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:33 GMT + - Thu, 16 Oct 2025 06:53:33 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -30449,21 +30945,21 @@ interactions: content-length: - '0' content-md5: - - k8Zx5M2q2PHzbUlUMXErpg== + - jthxIgd41/XkEgzeTQJddA== date: - - Mon, 22 Sep 2025 05:31:34 GMT + - Thu, 16 Oct 2025 06:53:34 GMT etag: - - '"0x8DDF9994B84B4A0"' + - '"0x8DE0C80B9DA233C"' last-modified: - - Mon, 22 Sep 2025 05:31:34 GMT + - Thu, 16 Oct 2025 06:53:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:34.8779168Z' + - '2025-10-16T06:53:34.6617148Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -30481,32 +30977,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:35 GMT + - Thu, 16 Oct 2025 06:53:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:16bac8d5-501a-0050-7682-2bda72000000\nTime:2025-09-22T05:31:35.9524360Z" + specified resource does not exist.\nRequestId:360a2792-701a-0050-1269-3eadea000000\nTime:2025-10-16T06:53:35.6600290Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:35 GMT + - Thu, 16 Oct 2025 06:53:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -30526,32 +31022,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:36 GMT + - Thu, 16 Oct 2025 06:53:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7956e3c1-501a-0040-4f82-2b1f1a000000\nTime:2025-09-22T05:31:37.2444078Z" + specified resource already exists.\nRequestId:f380f35e-c01a-0008-4969-3e75b5000000\nTime:2025-10-16T06:53:36.6516705Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:36 GMT + - Thu, 16 Oct 2025 06:53:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -30571,32 +31067,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:37 GMT + - Thu, 16 Oct 2025 06:53:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:288007f8-d01a-002c-3782-2bf48d000000\nTime:2025-09-22T05:31:38.2732771Z" + specified resource already exists.\nRequestId:b30b07c5-401a-0006-5a69-3e5c05000000\nTime:2025-10-16T06:53:37.6529252Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:37 GMT + - Thu, 16 Oct 2025 06:53:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -30616,17 +31112,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:31:38 GMT + - Thu, 16 Oct 2025 06:53:37 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_1 response: @@ -30636,36 +31132,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:38 GMT + - Thu, 16 Oct 2025 06:53:38 GMT etag: - - '"0x8DDF9994E293456"' + - '"0x8DE0C80BC3DD21D"' last-modified: - - Mon, 22 Sep 2025 05:31:39 GMT + - Thu, 16 Oct 2025 06:53:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:39.3114198Z' + - '2025-10-16T06:53:38.6704413Z' x-ms-file-creation-time: - - '2025-09-22T05:31:39.3114198Z' + - '2025-10-16T06:53:38.6704413Z' x-ms-file-id: - - '11529228240208003072' + - '16140978030309801984' x-ms-file-last-write-time: - - '2025-09-22T05:31:39.3114198Z' + - '2025-10-16T06:53:38.6704413Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_1' headers: Accept: - application/xml @@ -30682,15 +31178,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:39 GMT + - Thu, 16 Oct 2025 06:53:38 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -30702,21 +31198,21 @@ interactions: content-length: - '0' content-md5: - - cwF08WPzFkpQ+bMhSsphoQ== + - Jo5T0BMw1E1GNwT+XhP/xA== date: - - Mon, 22 Sep 2025 05:31:39 GMT + - Thu, 16 Oct 2025 06:53:39 GMT etag: - - '"0x8DDF9994EC9C9FD"' + - '"0x8DE0C80BCD73CAC"' last-modified: - - Mon, 22 Sep 2025 05:31:40 GMT + - Thu, 16 Oct 2025 06:53:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:40.3638269Z' + - '2025-10-16T06:53:39.6758700Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -30734,32 +31230,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:40 GMT + - Thu, 16 Oct 2025 06:53:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:fcb0fbb9-301a-0024-1a82-2bee82000000\nTime:2025-09-22T05:31:41.4328924Z" + specified resource does not exist.\nRequestId:adf0cf2f-301a-001c-3e69-3e3dda000000\nTime:2025-10-16T06:53:40.6953492Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:40 GMT + - Thu, 16 Oct 2025 06:53:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -30779,32 +31275,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:41 GMT + - Thu, 16 Oct 2025 06:53:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:08a5a417-501a-0032-3682-2b1855000000\nTime:2025-09-22T05:31:42.4974563Z" + specified resource already exists.\nRequestId:2f9eaa07-501a-0078-6269-3ecc42000000\nTime:2025-10-16T06:53:41.7025430Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:41 GMT + - Thu, 16 Oct 2025 06:53:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -30824,32 +31320,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:42 GMT + - Thu, 16 Oct 2025 06:53:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:79ce30ca-901a-0070-3b82-2ba1d5000000\nTime:2025-09-22T05:31:43.6015342Z" + specified resource already exists.\nRequestId:8417106b-a01a-0053-1f69-3e4c8e000000\nTime:2025-10-16T06:53:42.7213061Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:42 GMT + - Thu, 16 Oct 2025 06:53:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -30869,17 +31365,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:31:43 GMT + - Thu, 16 Oct 2025 06:53:42 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_2 response: @@ -30889,36 +31385,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:43 GMT + - Thu, 16 Oct 2025 06:53:43 GMT etag: - - '"0x8DDF999515AC483"' + - '"0x8DE0C80BF446011"' last-modified: - - Mon, 22 Sep 2025 05:31:44 GMT + - Thu, 16 Oct 2025 06:53:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:44.6694019Z' + - '2025-10-16T06:53:43.7465617Z' x-ms-file-creation-time: - - '2025-09-22T05:31:44.6694019Z' + - '2025-10-16T06:53:43.7465617Z' x-ms-file-id: - - '13835187797654241280' + - '11529285414812647424' x-ms-file-last-write-time: - - '2025-09-22T05:31:44.6694019Z' + - '2025-10-16T06:53:43.7465617Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_2' headers: Accept: - application/xml @@ -30935,15 +31431,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:44 GMT + - Thu, 16 Oct 2025 06:53:43 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -30955,21 +31451,21 @@ interactions: content-length: - '0' content-md5: - - L4r3/bgo4fHmwgOikoWiUw== + - N2A8vvJh/SW5XFfWUlxfdQ== date: - - Mon, 22 Sep 2025 05:31:45 GMT + - Thu, 16 Oct 2025 06:53:43 GMT etag: - - '"0x8DDF9995203484C"' + - '"0x8DE0C80BFE12586"' last-modified: - - Mon, 22 Sep 2025 05:31:45 GMT + - Thu, 16 Oct 2025 06:53:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:45.7737804Z' + - '2025-10-16T06:53:44.7739782Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -30987,32 +31483,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:45 GMT + - Thu, 16 Oct 2025 06:53:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7e7dccd7-301a-000b-5582-2be349000000\nTime:2025-09-22T05:31:46.8915967Z" + specified resource does not exist.\nRequestId:aaaeb26d-701a-007f-5a69-3ea021000000\nTime:2025-10-16T06:53:45.8046626Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:45 GMT + - Thu, 16 Oct 2025 06:53:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -31032,32 +31528,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:47 GMT + - Thu, 16 Oct 2025 06:53:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:fd18a823-901a-0012-0282-2b63f2000000\nTime:2025-09-22T05:31:47.9402757Z" + specified resource already exists.\nRequestId:0800de41-e01a-001f-2569-3edcbe000000\nTime:2025-10-16T06:53:46.8426701Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:47 GMT + - Thu, 16 Oct 2025 06:53:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -31077,32 +31573,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:48 GMT + - Thu, 16 Oct 2025 06:53:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b9387886-e01a-0055-4582-2b08a9000000\nTime:2025-09-22T05:31:49.1608930Z" + specified resource already exists.\nRequestId:732032c9-d01a-0014-7169-3e27d5000000\nTime:2025-10-16T06:53:47.8620545Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:48 GMT + - Thu, 16 Oct 2025 06:53:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -31122,17 +31618,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:31:49 GMT + - Thu, 16 Oct 2025 06:53:48 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_3 response: @@ -31142,36 +31638,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:49 GMT + - Thu, 16 Oct 2025 06:53:48 GMT etag: - - '"0x8DDF99954BEA804"' + - '"0x8DE0C80C256AC21"' last-modified: - - Mon, 22 Sep 2025 05:31:50 GMT + - Thu, 16 Oct 2025 06:53:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:50.3571972Z' + - '2025-10-16T06:53:48.8996385Z' x-ms-file-creation-time: - - '2025-09-22T05:31:50.3571972Z' + - '2025-10-16T06:53:48.8996385Z' x-ms-file-id: - - '11529342589417291776' + - '13835091040630996992' x-ms-file-last-write-time: - - '2025-09-22T05:31:50.3571972Z' + - '2025-10-16T06:53:48.8996385Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_3' headers: Accept: - application/xml @@ -31188,15 +31684,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:50 GMT + - Thu, 16 Oct 2025 06:53:49 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -31208,21 +31704,21 @@ interactions: content-length: - '0' content-md5: - - HxpGZUGVoXw8bGL++vpYLA== + - GpuHJGcIkJPl8VfU3rQQ1g== date: - - Mon, 22 Sep 2025 05:31:51 GMT + - Thu, 16 Oct 2025 06:53:49 GMT etag: - - '"0x8DDF99955A51634"' + - '"0x8DE0C80C2F14F06"' last-modified: - - Mon, 22 Sep 2025 05:31:51 GMT + - Thu, 16 Oct 2025 06:53:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:51.8673460Z' + - '2025-10-16T06:53:49.9130630Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -31240,32 +31736,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:52 GMT + - Thu, 16 Oct 2025 06:53:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:4acd3825-401a-0063-2082-2b85d9000000\nTime:2025-09-22T05:31:53.0017631Z" + specified resource does not exist.\nRequestId:b44ace4f-601a-0011-1969-3ef50e000000\nTime:2025-10-16T06:53:50.9570549Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:52 GMT + - Thu, 16 Oct 2025 06:53:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -31285,32 +31781,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:53 GMT + - Thu, 16 Oct 2025 06:53:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:89a4ab21-f01a-0059-7982-2b9fa1000000\nTime:2025-09-22T05:31:54.0399638Z" + specified resource already exists.\nRequestId:781957c1-401a-0080-4c69-3e90bc000000\nTime:2025-10-16T06:53:52.0120829Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:53 GMT + - Thu, 16 Oct 2025 06:53:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -31330,32 +31826,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:54 GMT + - Thu, 16 Oct 2025 06:53:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:2f1802c3-401a-004c-6a82-2b8812000000\nTime:2025-09-22T05:31:55.1409696Z" + specified resource already exists.\nRequestId:e4ba2bd7-601a-003e-5269-3ef8c5000000\nTime:2025-10-16T06:53:53.0589137Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:54 GMT + - Thu, 16 Oct 2025 06:53:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -31375,17 +31871,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:31:55 GMT + - Thu, 16 Oct 2025 06:53:53 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_4 response: @@ -31395,36 +31891,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:31:55 GMT + - Thu, 16 Oct 2025 06:53:53 GMT etag: - - '"0x8DDF999583FFA45"' + - '"0x8DE0C80C56BDDF8"' last-modified: - - Mon, 22 Sep 2025 05:31:56 GMT + - Thu, 16 Oct 2025 06:53:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:31:56.2378821Z' + - '2025-10-16T06:53:54.0717048Z' x-ms-file-creation-time: - - '2025-09-22T05:31:56.2378821Z' + - '2025-10-16T06:53:54.0717048Z' x-ms-file-id: - - '13835108632817041408' + - '16140918656681902080' x-ms-file-last-write-time: - - '2025-09-22T05:31:56.2378821Z' + - '2025-10-16T06:53:54.0717048Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_4' headers: Accept: - application/xml @@ -31441,15 +31937,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:56 GMT + - Thu, 16 Oct 2025 06:53:54 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -31461,21 +31957,21 @@ interactions: content-length: - '0' content-md5: - - rFwY8FENvLF1PE8ze8Dtog== + - xiiB+SYpZJkicKIRt88KYQ== date: - - Mon, 22 Sep 2025 05:31:56 GMT + - Thu, 16 Oct 2025 06:53:55 GMT etag: - - '"0x8DDF99958DFF3C4"' + - '"0x8DE0C80C6091889"' last-modified: - - Mon, 22 Sep 2025 05:31:57 GMT + - Thu, 16 Oct 2025 06:53:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:31:57.2862916Z' + - '2025-10-16T06:53:55.1021193Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -31493,32 +31989,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:57 GMT + - Thu, 16 Oct 2025 06:53:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:59663256-b01a-0058-5382-2bc07d000000\nTime:2025-09-22T05:31:58.4615383Z" + specified resource does not exist.\nRequestId:c97a34b7-101a-000b-3b69-3e94d1000000\nTime:2025-10-16T06:53:56.1576853Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:58 GMT + - Thu, 16 Oct 2025 06:53:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -31538,32 +32034,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:58 GMT + - Thu, 16 Oct 2025 06:53:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ff8fa473-a01a-0019-1f82-2b9899000000\nTime:2025-09-22T05:31:59.4998789Z" + specified resource already exists.\nRequestId:76d962d5-301a-0033-2d69-3e3011000000\nTime:2025-10-16T06:53:57.1808507Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:59 GMT + - Thu, 16 Oct 2025 06:53:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -31583,32 +32079,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:31:59 GMT + - Thu, 16 Oct 2025 06:53:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ae6fbd8f-c01a-0042-5c82-2ba1a2000000\nTime:2025-09-22T05:32:00.5320857Z" + specified resource already exists.\nRequestId:d1db3cce-a01a-000e-5569-3e460a000000\nTime:2025-10-16T06:53:58.2052734Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:31:59 GMT + - Thu, 16 Oct 2025 06:53:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -31628,17 +32124,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:32:00 GMT + - Thu, 16 Oct 2025 06:53:58 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_5 response: @@ -31648,36 +32144,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:01 GMT + - Thu, 16 Oct 2025 06:53:58 GMT etag: - - '"0x8DDF9995B6EF2A7"' + - '"0x8DE0C80C8822112"' last-modified: - - Mon, 22 Sep 2025 05:32:01 GMT + - Thu, 16 Oct 2025 06:53:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:32:01.5788711Z' + - '2025-10-16T06:53:59.2507666Z' x-ms-file-creation-time: - - '2025-09-22T05:32:01.5788711Z' + - '2025-10-16T06:53:59.2507666Z' x-ms-file-id: - - '13835091040630996992' + - '13835126225003085824' x-ms-file-last-write-time: - - '2025-09-22T05:32:01.5788711Z' + - '2025-10-16T06:53:59.2507666Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_5' headers: Accept: - application/xml @@ -31694,15 +32190,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:01 GMT + - Thu, 16 Oct 2025 06:53:59 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -31714,21 +32210,21 @@ interactions: content-length: - '0' content-md5: - - s0jhw7Od0vqCqPLUVT7keA== + - VZXPj/zZtQkzq4xtEDoABw== date: - - Mon, 22 Sep 2025 05:32:02 GMT + - Thu, 16 Oct 2025 06:53:59 GMT etag: - - '"0x8DDF9995C0FAF59"' + - '"0x8DE0C80C920E214"' last-modified: - - Mon, 22 Sep 2025 05:32:02 GMT + - Thu, 16 Oct 2025 06:54:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:32:02.6322777Z' + - '2025-10-16T06:54:00.2911764Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -31746,32 +32242,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:02 GMT + - Thu, 16 Oct 2025 06:54:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:e7d885a7-a01a-0009-1082-2b5df1000000\nTime:2025-09-22T05:32:03.7920435Z" + specified resource does not exist.\nRequestId:27763f31-001a-0075-4269-3e0496000000\nTime:2025-10-16T06:54:01.3008514Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:02 GMT + - Thu, 16 Oct 2025 06:54:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -31791,32 +32287,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:03 GMT + - Thu, 16 Oct 2025 06:54:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:e98e441a-c01a-007d-4982-2b6901000000\nTime:2025-09-22T05:32:04.9160467Z" + specified resource already exists.\nRequestId:0800defa-e01a-001f-4a69-3edcbe000000\nTime:2025-10-16T06:54:02.3025145Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:04 GMT + - Thu, 16 Oct 2025 06:54:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -31836,32 +32332,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:05 GMT + - Thu, 16 Oct 2025 06:54:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:90082fde-e01a-0027-7c82-2b0fe6000000\nTime:2025-09-22T05:32:05.9240774Z" + specified resource already exists.\nRequestId:1ca41efd-a01a-006c-1069-3e842d000000\nTime:2025-10-16T06:54:03.3057344Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:05 GMT + - Thu, 16 Oct 2025 06:54:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -31881,17 +32377,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:32:06 GMT + - Thu, 16 Oct 2025 06:54:03 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_6 response: @@ -31901,36 +32397,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:06 GMT + - Thu, 16 Oct 2025 06:54:03 GMT etag: - - '"0x8DDF9995EAB087D"' + - '"0x8DE0C80CB8839F5"' last-modified: - - Mon, 22 Sep 2025 05:32:07 GMT + - Thu, 16 Oct 2025 06:54:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:32:07.0058109Z' + - '2025-10-16T06:54:04.3238901Z' x-ms-file-creation-time: - - '2025-09-22T05:32:07.0058109Z' + - '2025-10-16T06:54:04.3238901Z' x-ms-file-id: - - '16140978030309801984' + - '13835059154793791488' x-ms-file-last-write-time: - - '2025-09-22T05:32:07.0058109Z' + - '2025-10-16T06:54:04.3238901Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_6' headers: Accept: - application/xml @@ -31947,15 +32443,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:07 GMT + - Thu, 16 Oct 2025 06:54:04 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -31967,21 +32463,21 @@ interactions: content-length: - '0' content-md5: - - P9j9GyHTl+Lvtgri+Z0Opw== + - CPJQkFtCDEKcxfjk8KiYIw== date: - - Mon, 22 Sep 2025 05:32:07 GMT + - Thu, 16 Oct 2025 06:54:04 GMT etag: - - '"0x8DDF9995F5B2C40"' + - '"0x8DE0C80CC23C717"' last-modified: - - Mon, 22 Sep 2025 05:32:08 GMT + - Thu, 16 Oct 2025 06:54:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:32:08.1601600Z' + - '2025-10-16T06:54:05.3433111Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -31999,32 +32495,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:08 GMT + - Thu, 16 Oct 2025 06:54:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6c67b26e-b01a-0067-3982-2b08de000000\nTime:2025-09-22T05:32:09.2449794Z" + specified resource does not exist.\nRequestId:fa4d58d8-b01a-004f-1769-3e1eee000000\nTime:2025-10-16T06:54:06.3598268Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:08 GMT + - Thu, 16 Oct 2025 06:54:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -32044,32 +32540,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:09 GMT + - Thu, 16 Oct 2025 06:54:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:28800968-d01a-002c-4482-2bf48d000000\nTime:2025-09-22T05:32:10.2891934Z" + specified resource already exists.\nRequestId:41004da0-e01a-007d-1369-3e1e99000000\nTime:2025-10-16T06:54:07.3679564Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:09 GMT + - Thu, 16 Oct 2025 06:54:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -32089,32 +32585,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:10 GMT + - Thu, 16 Oct 2025 06:54:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:9b8b696a-201a-0017-0282-2bb129000000\nTime:2025-09-22T05:32:11.3579646Z" + specified resource already exists.\nRequestId:8986b18e-d01a-0059-5769-3ee839000000\nTime:2025-10-16T06:54:08.3849594Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:10 GMT + - Thu, 16 Oct 2025 06:54:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -32134,17 +32630,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:32:11 GMT + - Thu, 16 Oct 2025 06:54:08 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_7 response: @@ -32154,36 +32650,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:11 GMT + - Thu, 16 Oct 2025 06:54:08 GMT etag: - - '"0x8DDF99961E34E54"' + - '"0x8DE0C80CE8F6416"' last-modified: - - Mon, 22 Sep 2025 05:32:12 GMT + - Thu, 16 Oct 2025 06:54:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:32:12.4077652Z' + - '2025-10-16T06:54:09.4040086Z' x-ms-file-creation-time: - - '2025-09-22T05:32:12.4077652Z' + - '2025-10-16T06:54:09.4040086Z' x-ms-file-id: - - '14988019142307610624' + - '13835164707910057984' x-ms-file-last-write-time: - - '2025-09-22T05:32:12.4077652Z' + - '2025-10-16T06:54:09.4040086Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_7' headers: Accept: - application/xml @@ -32200,15 +32696,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:12 GMT + - Thu, 16 Oct 2025 06:54:09 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -32220,21 +32716,21 @@ interactions: content-length: - '0' content-md5: - - 5mJU+I023XlY93NE4MI/tQ== + - jQv6037DDRs4mS977dwlTA== date: - - Mon, 22 Sep 2025 05:32:13 GMT + - Thu, 16 Oct 2025 06:54:10 GMT etag: - - '"0x8DDF999628E1BA2"' + - '"0x8DE0C80CF260FF4"' last-modified: - - Mon, 22 Sep 2025 05:32:13 GMT + - Thu, 16 Oct 2025 06:54:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:32:13.5271330Z' + - '2025-10-16T06:54:10.3914484Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -32252,32 +32748,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:13 GMT + - Thu, 16 Oct 2025 06:54:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:eb651641-e01a-0008-1d82-2b022d000000\nTime:2025-09-22T05:32:14.5979589Z" + specified resource does not exist.\nRequestId:71333d4a-001a-005a-1169-3e095d000000\nTime:2025-10-16T06:54:11.5464023Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:14 GMT + - Thu, 16 Oct 2025 06:54:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -32297,32 +32793,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:14 GMT + - Thu, 16 Oct 2025 06:54:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:06581f7f-701a-001a-6782-2b79fd000000\nTime:2025-09-22T05:32:15.6932725Z" + specified resource already exists.\nRequestId:072ecb37-601a-004c-7869-3eff8a000000\nTime:2025-10-16T06:54:12.5439712Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:14 GMT + - Thu, 16 Oct 2025 06:54:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -32342,32 +32838,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:15 GMT + - Thu, 16 Oct 2025 06:54:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:d01dced6-801a-0031-4a82-2bf931000000\nTime:2025-09-22T05:32:16.8065953Z" + specified resource already exists.\nRequestId:2f9eb1ad-501a-0078-5669-3ecc42000000\nTime:2025-10-16T06:54:13.5635749Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:16 GMT + - Thu, 16 Oct 2025 06:54:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -32387,17 +32883,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:32:16 GMT + - Thu, 16 Oct 2025 06:54:13 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_8 response: @@ -32407,36 +32903,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:17 GMT + - Thu, 16 Oct 2025 06:54:13 GMT etag: - - '"0x8DDF9996527C74A"' + - '"0x8DE0C80D1AB99BF"' last-modified: - - Mon, 22 Sep 2025 05:32:17 GMT + - Thu, 16 Oct 2025 06:54:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:32:17.8896714Z' + - '2025-10-16T06:54:14.6220479Z' x-ms-file-creation-time: - - '2025-09-22T05:32:17.8896714Z' + - '2025-10-16T06:54:14.6220479Z' x-ms-file-id: - - '16140914258635390976' + - '11529327196254502912' x-ms-file-last-write-time: - - '2025-09-22T05:32:17.8896714Z' + - '2025-10-16T06:54:14.6220479Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_8' headers: Accept: - application/xml @@ -32453,15 +32949,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:18 GMT + - Thu, 16 Oct 2025 06:54:14 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -32473,21 +32969,21 @@ interactions: content-length: - '0' content-md5: - - 8ZN27ct23XhQKjuv8OhezQ== + - t4fnVcSQrGH9P9IrxqKbUw== date: - - Mon, 22 Sep 2025 05:32:18 GMT + - Thu, 16 Oct 2025 06:54:15 GMT etag: - - '"0x8DDF99965D55357"' + - '"0x8DE0C80D24B4509"' last-modified: - - Mon, 22 Sep 2025 05:32:19 GMT + - Thu, 16 Oct 2025 06:54:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:32:19.0270295Z' + - '2025-10-16T06:54:15.6684553Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -32505,32 +33001,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:19 GMT + - Thu, 16 Oct 2025 06:54:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:0761c53f-c01a-001f-5082-2bab26000000\nTime:2025-09-22T05:32:20.0919876Z" + specified resource does not exist.\nRequestId:ca7451b4-701a-001d-3869-3e6206000000\nTime:2025-10-16T06:54:16.6850157Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:19 GMT + - Thu, 16 Oct 2025 06:54:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -32550,32 +33046,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:20 GMT + - Thu, 16 Oct 2025 06:54:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b9497af2-f01a-002b-5382-2b98ee000000\nTime:2025-09-22T05:32:21.1570005Z" + specified resource already exists.\nRequestId:a0436c1a-901a-0048-5969-3e728d000000\nTime:2025-10-16T06:54:17.7145153Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:21 GMT + - Thu, 16 Oct 2025 06:54:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -32595,32 +33091,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:21 GMT + - Thu, 16 Oct 2025 06:54:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:11958cc8-e01a-0045-5482-2bcdc1000000\nTime:2025-09-22T05:32:22.1933887Z" + specified resource already exists.\nRequestId:aaaeb576-701a-007f-1c69-3ea021000000\nTime:2025-10-16T06:54:18.7396349Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:21 GMT + - Thu, 16 Oct 2025 06:54:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -32640,17 +33136,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:32:22 GMT + - Thu, 16 Oct 2025 06:54:18 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share3/duff/edward/file_9 response: @@ -32660,36 +33156,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:23 GMT + - Thu, 16 Oct 2025 06:54:18 GMT etag: - - '"0x8DDF9996865D88F"' + - '"0x8DE0C80D4BEA916"' last-modified: - - Mon, 22 Sep 2025 05:32:23 GMT + - Thu, 16 Oct 2025 06:54:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:32:23.3296015Z' + - '2025-10-16T06:54:19.7801238Z' x-ms-file-creation-time: - - '2025-09-22T05:32:23.3296015Z' + - '2025-10-16T06:54:19.7801238Z' x-ms-file-id: - - '13835129523537969152' + - '13835076746979835904' x-ms-file-last-write-time: - - '2025-09-22T05:32:23.3296015Z' + - '2025-10-16T06:54:19.7801238Z' x-ms-file-parent-id: - - '13835152613282152448' + - '13835143817189130240' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_9' headers: Accept: - application/xml @@ -32706,15 +33202,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:23 GMT + - Thu, 16 Oct 2025 06:54:19 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -32726,21 +33222,21 @@ interactions: content-length: - '0' content-md5: - - DrxOZ7gt9PzTq/2SyV8+yQ== + - k5cAdn344lvlcFw8h9a5tg== date: - - Mon, 22 Sep 2025 05:32:23 GMT + - Thu, 16 Oct 2025 06:54:19 GMT etag: - - '"0x8DDF999690890C3"' + - '"0x8DE0C80D561AF29"' last-modified: - - Mon, 22 Sep 2025 05:32:24 GMT + - Thu, 16 Oct 2025 06:54:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:32:24.3960003Z' + - '2025-10-16T06:54:20.8485161Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -32758,32 +33254,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:24 GMT + - Thu, 16 Oct 2025 06:54:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:fcb0fd68-301a-0024-4882-2bee82000000\nTime:2025-09-22T05:32:25.7878017Z" + specified resource does not exist.\nRequestId:072ecc11-601a-004c-6269-3eff8a000000\nTime:2025-10-16T06:54:21.9068740Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:25 GMT + - Thu, 16 Oct 2025 06:54:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -32801,13 +33297,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:25 GMT + - Thu, 16 Oct 2025 06:54:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3?restype=directory&comp=list response: @@ -32815,21 +33311,21 @@ interactions: string: "\uFEFF0apple13835093239654252544butter13835080045514719232duff13835082244537974784butter13835168006444941312duff11529338191370780672readme1383512842402634137687" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:26 GMT + - Thu, 16 Oct 2025 06:54:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -32847,32 +33343,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:27 GMT + - Thu, 16 Oct 2025 06:54:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory&comp=list response: body: string: "\uFEFF13835093239654252544file_013835163608398430208133file_113835146016212385792133file_213835181200584474624133file_313835066851375185920133file_413835102035747274752133file_513835172404491452416133file_613835154812305408000133file_713835189996677496832133file_813835132822072852480133file_91383516800644494131213313835093239654252544file_013835163608398430208133file_113835146016212385792133file_213835181200584474624133file_313835137220119363584133file_413835172404491452416133file_513835084443561230336133file_613835119627933319168133file_713835062453328674816133file_811529267822626603008133file_913835097637700763648133" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:27 GMT + - Thu, 16 Oct 2025 06:54:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -32890,33 +33386,33 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:28 GMT + - Thu, 16 Oct 2025 06:54:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter?restype=directory&comp=list response: body: string: "\uFEFF13835080045514719232charlie13835148215235641344file_013835150414258896896134file_113835185598630985728134file_213835071249421697024134file_313835141618165874688134file_413835176802537963520134file_513835159210351919104134file_613835194394724007936134file_713835130623049596928134file_811529298608952180736134file_91383507784649146368013413835168006444941312charlie13835165807421685760file_013835080045514719232134file_111529276618719625216134file_216140909860588879872134file_313835071249421697024134file_413835106433793785856134file_513835176802537963520134file_613835088841607741440134file_713835159210351919104134file_813835194394724007936134file_913835130623049596928134" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:28 GMT + - Thu, 16 Oct 2025 06:54:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -32934,32 +33430,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:29 GMT + - Thu, 16 Oct 2025 06:54:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff?restype=directory&comp=list response: body: string: "\uFEFF13835082244537974784edward1383515261328215244811529338191370780672edward13835143817189130240" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:30 GMT + - Thu, 16 Oct 2025 06:54:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -32977,32 +33473,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:30 GMT + - Thu, 16 Oct 2025 06:54:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/butter%2Fcharlie?restype=directory&comp=list response: body: string: "\uFEFF13835148215235641344file_013835113030863552512142file_111529217245091725312142file_211529320599184736256142file_311529305206021947392142file_413835174603514707968142file_513835121826956574720142file_611529324997231247360142file_716140973632263290880142file_813835099836724019200142file_91152935138551031398414213835165807421685760file_011529250230440558592142file_111529329395277758464142file_213835183399607730176142file_313835104234770530304142file_411529252429463814144142file_513835192195700752384142file_613835099836724019200142file_713835082244537974784142file_813835117428910063616142file_913835073448444952576142" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:30 GMT + - Thu, 16 Oct 2025 06:54:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -33020,32 +33516,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:31 GMT + - Thu, 16 Oct 2025 06:54:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share3/duff%2Fedward?restype=directory&comp=list response: body: string: "\uFEFF13835152613282152448file_011529261225556836352139file_111529228240208003072139file_213835187797654241280139file_311529342589417291776139file_413835108632817041408139file_513835091040630996992139file_616140978030309801984139file_714988019142307610624139file_816140914258635390976139file_91383512952353796915213913835143817189130240file_011529314002114969600139file_116140978030309801984139file_211529285414812647424139file_313835091040630996992139file_416140918656681902080139file_513835126225003085824139file_613835059154793791488139file_713835164707910057984139file_811529327196254502912139file_913835076746979835904139" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:32 GMT + - Thu, 16 Oct 2025 06:54:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -33065,13 +33561,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:32 GMT + - Thu, 16 Oct 2025 06:54:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_0 response: @@ -33081,11 +33577,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:33 GMT + - Thu, 16 Oct 2025 06:54:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33105,13 +33601,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:34 GMT + - Thu, 16 Oct 2025 06:54:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_1 response: @@ -33121,11 +33617,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:34 GMT + - Thu, 16 Oct 2025 06:54:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33145,13 +33641,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:35 GMT + - Thu, 16 Oct 2025 06:54:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_2 response: @@ -33161,11 +33657,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:35 GMT + - Thu, 16 Oct 2025 06:54:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33185,13 +33681,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:36 GMT + - Thu, 16 Oct 2025 06:54:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_3 response: @@ -33201,11 +33697,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:37 GMT + - Thu, 16 Oct 2025 06:54:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33225,13 +33721,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:38 GMT + - Thu, 16 Oct 2025 06:54:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_4 response: @@ -33241,11 +33737,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:39 GMT + - Thu, 16 Oct 2025 06:54:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33265,13 +33761,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:39 GMT + - Thu, 16 Oct 2025 06:54:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_5 response: @@ -33281,11 +33777,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:41 GMT + - Thu, 16 Oct 2025 06:54:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33305,13 +33801,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:41 GMT + - Thu, 16 Oct 2025 06:54:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_6 response: @@ -33321,11 +33817,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:42 GMT + - Thu, 16 Oct 2025 06:54:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33345,13 +33841,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:43 GMT + - Thu, 16 Oct 2025 06:54:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_7 response: @@ -33361,11 +33857,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:43 GMT + - Thu, 16 Oct 2025 06:54:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33385,13 +33881,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:44 GMT + - Thu, 16 Oct 2025 06:54:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_8 response: @@ -33401,11 +33897,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:45 GMT + - Thu, 16 Oct 2025 06:54:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33425,13 +33921,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:45 GMT + - Thu, 16 Oct 2025 06:54:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share3/apple/file_9 response: @@ -33441,11 +33937,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:46 GMT + - Thu, 16 Oct 2025 06:54:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -33463,15 +33959,65 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:54:39 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share3?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:54:39 GMT + etag: + - '"0x8DE0C8066040802"' + last-modified: + - Thu, 16 Oct 2025 06:51:14 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:46 GMT + - Thu, 16 Oct 2025 06:54:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share3/apple?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:add9b440-101a-000c-6f82-2b8f2a000000\nTime:2025-09-22T05:32:52.4979574Z" + specified resource does not exist.\nRequestId:ca74544b-701a-001d-3b69-3e6206000000\nTime:2025-10-16T06:54:46.0935670Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:52 GMT + - Thu, 16 Oct 2025 06:54:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -33714,13 +34260,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:52 GMT + - Thu, 16 Oct 2025 06:54:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: @@ -33730,31 +34276,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:53 GMT + - Thu, 16 Oct 2025 06:54:46 GMT etag: - - '"0x8DDF9997A69F505"' + - '"0x8DE0C80E50EC21B"' last-modified: - - Mon, 22 Sep 2025 05:32:53 GMT + - Thu, 16 Oct 2025 06:54:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:32:53.5555333Z' + - '2025-10-16T06:54:47.1485979Z' x-ms-file-creation-time: - - '2025-09-22T05:32:53.5555333Z' + - '2025-10-16T06:54:47.1485979Z' x-ms-file-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-22T05:32:53.5555333Z' + - '2025-10-16T06:54:47.1485979Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -33774,17 +34320,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:32:53 GMT + - Thu, 16 Oct 2025 06:54:47 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_0 response: @@ -33794,36 +34340,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:53 GMT + - Thu, 16 Oct 2025 06:54:47 GMT etag: - - '"0x8DDF9997B095246"' + - '"0x8DE0C80E5AB87F6"' last-modified: - - Mon, 22 Sep 2025 05:32:54 GMT + - Thu, 16 Oct 2025 06:54:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:32:54.5999430Z' + - '2025-10-16T06:54:48.1760246Z' x-ms-file-creation-time: - - '2025-09-22T05:32:54.5999430Z' + - '2025-10-16T06:54:48.1760246Z' x-ms-file-id: - - '13835093239654252544' + - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-22T05:32:54.5999430Z' + - '2025-10-16T06:54:48.1760246Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_0' headers: Accept: - application/xml @@ -33840,15 +34386,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:54 GMT + - Thu, 16 Oct 2025 06:54:48 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -33860,21 +34406,21 @@ interactions: content-length: - '0' content-md5: - - KbdzhOgKXngDw2ixfMkoBw== + - GMBfqA6dOsWsabR0DMnMbw== date: - - Mon, 22 Sep 2025 05:32:54 GMT + - Thu, 16 Oct 2025 06:54:49 GMT etag: - - '"0x8DDF9997BB160D7"' + - '"0x8DE0C80E64BF607"' last-modified: - - Mon, 22 Sep 2025 05:32:55 GMT + - Thu, 16 Oct 2025 06:54:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:32:55.7013207Z' + - '2025-10-16T06:54:49.2274183Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -33892,32 +34438,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:55 GMT + - Thu, 16 Oct 2025 06:54:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7e7dce9e-301a-000b-0b82-2be349000000\nTime:2025-09-22T05:32:56.8240855Z" + specified resource does not exist.\nRequestId:ef98cf5a-c01a-006a-2369-3eb792000000\nTime:2025-10-16T06:54:50.2525117Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:55 GMT + - Thu, 16 Oct 2025 06:54:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -33937,32 +34483,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:56 GMT + - Thu, 16 Oct 2025 06:54:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6ff9f37f-101a-0033-4b82-2b4789000000\nTime:2025-09-22T05:32:57.9162838Z" + specified resource already exists.\nRequestId:9bb1b6ec-a01a-0021-4d69-3e4bc1000000\nTime:2025-10-16T06:54:51.2929217Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:32:57 GMT + - Thu, 16 Oct 2025 06:54:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -33982,17 +34528,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:32:58 GMT + - Thu, 16 Oct 2025 06:54:51 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_1 response: @@ -34002,36 +34548,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:32:58 GMT + - Thu, 16 Oct 2025 06:54:51 GMT etag: - - '"0x8DDF9997DA60A9D"' + - '"0x8DE0C80E82A5BA6"' last-modified: - - Mon, 22 Sep 2025 05:32:58 GMT + - Thu, 16 Oct 2025 06:54:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:32:58.9824669Z' + - '2025-10-16T06:54:52.3626406Z' x-ms-file-creation-time: - - '2025-09-22T05:32:58.9824669Z' + - '2025-10-16T06:54:52.3626406Z' x-ms-file-id: - - '13835075647468208128' + - '13835146016212385792' x-ms-file-last-write-time: - - '2025-09-22T05:32:58.9824669Z' + - '2025-10-16T06:54:52.3626406Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_1' headers: Accept: - application/xml @@ -34048,15 +34594,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:32:59 GMT + - Thu, 16 Oct 2025 06:54:52 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -34068,21 +34614,21 @@ interactions: content-length: - '0' content-md5: - - kuGKGesKoTwJvOGFQ17+kw== + - HU1+WcfbbWcK5FKWNknTGw== date: - - Mon, 22 Sep 2025 05:32:59 GMT + - Thu, 16 Oct 2025 06:54:52 GMT etag: - - '"0x8DDF9997E4C6BB9"' + - '"0x8DE0C80E8C80B5E"' last-modified: - - Mon, 22 Sep 2025 05:33:00 GMT + - Thu, 16 Oct 2025 06:54:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:00.0728505Z' + - '2025-10-16T06:54:53.3960542Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -34100,32 +34646,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:00 GMT + - Thu, 16 Oct 2025 06:54:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:51a86e14-301a-0046-7682-2b2ca5000000\nTime:2025-09-22T05:33:01.1405367Z" + specified resource does not exist.\nRequestId:7726680e-901a-0067-3e69-3e7f46000000\nTime:2025-10-16T06:54:54.4103817Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:00 GMT + - Thu, 16 Oct 2025 06:54:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -34145,32 +34691,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:01 GMT + - Thu, 16 Oct 2025 06:54:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7721ded9-c01a-006d-5d82-2bac69000000\nTime:2025-09-22T05:33:02.2448427Z" + specified resource already exists.\nRequestId:bcbd7448-401a-005b-3a69-3e5681000000\nTime:2025-10-16T06:54:55.4722587Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:02 GMT + - Thu, 16 Oct 2025 06:54:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -34190,17 +34736,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:33:02 GMT + - Thu, 16 Oct 2025 06:54:55 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_2 response: @@ -34210,36 +34756,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:03 GMT + - Thu, 16 Oct 2025 06:54:56 GMT etag: - - '"0x8DDF9998033A9E9"' + - '"0x8DE0C80EA9F460A"' last-modified: - - Mon, 22 Sep 2025 05:33:03 GMT + - Thu, 16 Oct 2025 06:54:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:03.2660457Z' + - '2025-10-16T06:54:56.4843018Z' x-ms-file-creation-time: - - '2025-09-22T05:33:03.2660457Z' + - '2025-10-16T06:54:56.4843018Z' x-ms-file-id: - - '11529303006998691840' + - '13835181200584474624' x-ms-file-last-write-time: - - '2025-09-22T05:33:03.2660457Z' + - '2025-10-16T06:54:56.4843018Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_2' headers: Accept: - application/xml @@ -34256,15 +34802,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:03 GMT + - Thu, 16 Oct 2025 06:54:56 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -34276,21 +34822,21 @@ interactions: content-length: - '0' content-md5: - - fNTbj5ykfKeLNN8v2zG5AQ== + - aUmY2BUfmBcforlMsUR8QQ== date: - - Mon, 22 Sep 2025 05:33:03 GMT + - Thu, 16 Oct 2025 06:54:56 GMT etag: - - '"0x8DDF99980D577CD"' + - '"0x8DE0C80EB3EF14E"' last-modified: - - Mon, 22 Sep 2025 05:33:04 GMT + - Thu, 16 Oct 2025 06:54:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:04.3264461Z' + - '2025-10-16T06:54:57.5307086Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -34308,32 +34854,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:04 GMT + - Thu, 16 Oct 2025 06:54:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:86dfe5aa-f01a-0014-5982-2b504d000000\nTime:2025-09-22T05:33:05.4212374Z" + specified resource does not exist.\nRequestId:f90e2984-801a-0036-2c69-3ee2ca000000\nTime:2025-10-16T06:54:58.5488403Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:05 GMT + - Thu, 16 Oct 2025 06:54:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -34353,32 +34899,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:05 GMT + - Thu, 16 Oct 2025 06:54:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:741f1a3d-701a-0047-5182-2b7379000000\nTime:2025-09-22T05:33:06.5047008Z" + specified resource already exists.\nRequestId:b30b1481-401a-0006-0f69-3e5c05000000\nTime:2025-10-16T06:54:59.5662752Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:06 GMT + - Thu, 16 Oct 2025 06:54:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -34398,17 +34944,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:33:06 GMT + - Thu, 16 Oct 2025 06:54:59 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_3 response: @@ -34418,36 +34964,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:06 GMT + - Thu, 16 Oct 2025 06:54:59 GMT etag: - - '"0x8DDF99982D48048"' + - '"0x8DE0C80ED136D46"' last-modified: - - Mon, 22 Sep 2025 05:33:07 GMT + - Thu, 16 Oct 2025 06:55:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:07.6755528Z' + - '2025-10-16T06:55:00.6009670Z' x-ms-file-creation-time: - - '2025-09-22T05:33:07.6755528Z' + - '2025-10-16T06:55:00.6009670Z' x-ms-file-id: - - '13835181200584474624' + - '13835137220119363584' x-ms-file-last-write-time: - - '2025-09-22T05:33:07.6755528Z' + - '2025-10-16T06:55:00.6009670Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_3' headers: Accept: - application/xml @@ -34464,15 +35010,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:07 GMT + - Thu, 16 Oct 2025 06:55:00 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -34484,21 +35030,21 @@ interactions: content-length: - '0' content-md5: - - UKf+C7/9lCB+xsTHT0AT+w== + - hPmGhgGQmw7V5li0VjAEvw== date: - - Mon, 22 Sep 2025 05:33:07 GMT + - Thu, 16 Oct 2025 06:55:01 GMT etag: - - '"0x8DDF999837479B1"' + - '"0x8DE0C80EDB36699"' last-modified: - - Mon, 22 Sep 2025 05:33:08 GMT + - Thu, 16 Oct 2025 06:55:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:08.7239601Z' + - '2025-10-16T06:55:01.6493721Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -34516,32 +35062,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:08 GMT + - Thu, 16 Oct 2025 06:55:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:287ae2c9-501a-001d-0482-2b159e000000\nTime:2025-09-22T05:33:09.7739629Z" + specified resource does not exist.\nRequestId:279763df-f01a-0071-2369-3e8991000000\nTime:2025-10-16T06:55:02.6796017Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:09 GMT + - Thu, 16 Oct 2025 06:55:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -34561,32 +35107,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:09 GMT + - Thu, 16 Oct 2025 06:55:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:06582081-701a-001a-0c82-2b79fd000000\nTime:2025-09-22T05:33:10.9020493Z" + specified resource already exists.\nRequestId:64d76934-d01a-003b-5669-3e2a1e000000\nTime:2025-10-16T06:55:03.6876179Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:10 GMT + - Thu, 16 Oct 2025 06:55:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -34606,17 +35152,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:33:11 GMT + - Thu, 16 Oct 2025 06:55:03 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_4 response: @@ -34626,36 +35172,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:11 GMT + - Thu, 16 Oct 2025 06:55:04 GMT etag: - - '"0x8DDF999855EEBB4"' + - '"0x8DE0C80EF926863"' last-modified: - - Mon, 22 Sep 2025 05:33:11 GMT + - Thu, 16 Oct 2025 06:55:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:11.9381428Z' + - '2025-10-16T06:55:04.7885923Z' x-ms-file-creation-time: - - '2025-09-22T05:33:11.9381428Z' + - '2025-10-16T06:55:04.7885923Z' x-ms-file-id: - - '13835137220119363584' + - '13835172404491452416' x-ms-file-last-write-time: - - '2025-09-22T05:33:11.9381428Z' + - '2025-10-16T06:55:04.7885923Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_4' headers: Accept: - application/xml @@ -34672,15 +35218,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:12 GMT + - Thu, 16 Oct 2025 06:55:04 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -34692,21 +35238,21 @@ interactions: content-length: - '0' content-md5: - - Pi+XuYBhmVHlmaHQrsN5uA== + - DlPxXRJLOtEhmGFpPvCAlA== date: - - Mon, 22 Sep 2025 05:33:12 GMT + - Thu, 16 Oct 2025 06:55:05 GMT etag: - - '"0x8DDF999860489A3"' + - '"0x8DE0C80F033E818"' last-modified: - - Mon, 22 Sep 2025 05:33:13 GMT + - Thu, 16 Oct 2025 06:55:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:13.0235299Z' + - '2025-10-16T06:55:05.8469912Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -34724,32 +35270,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:13 GMT + - Thu, 16 Oct 2025 06:55:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:180db920-601a-0016-5182-2beef5000000\nTime:2025-09-22T05:33:14.1085970Z" + specified resource does not exist.\nRequestId:0b6ee4d9-d01a-0004-5469-3ee2bd000000\nTime:2025-10-16T06:55:06.9049200Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:13 GMT + - Thu, 16 Oct 2025 06:55:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -34769,32 +35315,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:14 GMT + - Thu, 16 Oct 2025 06:55:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:5be38607-401a-0011-7382-2b8296000000\nTime:2025-09-22T05:33:15.1624258Z" + specified resource already exists.\nRequestId:00412550-001a-0038-3369-3ecb7a000000\nTime:2025-10-16T06:55:07.9554529Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:14 GMT + - Thu, 16 Oct 2025 06:55:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -34814,17 +35360,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:33:15 GMT + - Thu, 16 Oct 2025 06:55:08 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_5 response: @@ -34834,36 +35380,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:15 GMT + - Thu, 16 Oct 2025 06:55:08 GMT etag: - - '"0x8DDF99987F319BA"' + - '"0x8DE0C80F2111560"' last-modified: - - Mon, 22 Sep 2025 05:33:16 GMT + - Thu, 16 Oct 2025 06:55:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:16.2646970Z' + - '2025-10-16T06:55:08.9742176Z' x-ms-file-creation-time: - - '2025-09-22T05:33:16.2646970Z' + - '2025-10-16T06:55:08.9742176Z' x-ms-file-id: - - '13835172404491452416' + - '13835154812305408000' x-ms-file-last-write-time: - - '2025-09-22T05:33:16.2646970Z' + - '2025-10-16T06:55:08.9742176Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_5' headers: Accept: - application/xml @@ -34880,15 +35426,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:16 GMT + - Thu, 16 Oct 2025 06:55:09 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -34900,21 +35446,21 @@ interactions: content-length: - '0' content-md5: - - Wuik022KBMDN72Q+nUmr8A== + - imMhomA+vGB7t3uZ7bxeTw== date: - - Mon, 22 Sep 2025 05:33:16 GMT + - Thu, 16 Oct 2025 06:55:09 GMT etag: - - '"0x8DDF99988949983"' + - '"0x8DE0C80F2B3CD6B"' last-modified: - - Mon, 22 Sep 2025 05:33:17 GMT + - Thu, 16 Oct 2025 06:55:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:17.3230979Z' + - '2025-10-16T06:55:10.0406123Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -34932,32 +35478,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:17 GMT + - Thu, 16 Oct 2025 06:55:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:abd585b1-f01a-0049-2582-2b5ac9000000\nTime:2025-09-22T05:33:18.3665382Z" + specified resource does not exist.\nRequestId:3ee9adc9-001a-004a-2769-3ecc35000000\nTime:2025-10-16T06:55:11.0729264Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:18 GMT + - Thu, 16 Oct 2025 06:55:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -34977,32 +35523,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:18 GMT + - Thu, 16 Oct 2025 06:55:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:385b8311-201a-0038-5482-2bbce2000000\nTime:2025-09-22T05:33:19.4250724Z" + specified resource already exists.\nRequestId:072ed175-601a-004c-7e69-3eff8a000000\nTime:2025-10-16T06:55:12.1310056Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:19 GMT + - Thu, 16 Oct 2025 06:55:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -35022,17 +35568,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:33:19 GMT + - Thu, 16 Oct 2025 06:55:12 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_6 response: @@ -35042,36 +35588,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:20 GMT + - Thu, 16 Oct 2025 06:55:12 GMT etag: - - '"0x8DDF9998A78F1EB"' + - '"0x8DE0C80F49EB455"' last-modified: - - Mon, 22 Sep 2025 05:33:20 GMT + - Thu, 16 Oct 2025 06:55:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:20.4973035Z' + - '2025-10-16T06:55:13.2577877Z' x-ms-file-creation-time: - - '2025-09-22T05:33:20.4973035Z' + - '2025-10-16T06:55:13.2577877Z' x-ms-file-id: - - '11529232638254514176' + - '11529259026533580800' x-ms-file-last-write-time: - - '2025-09-22T05:33:20.4973035Z' + - '2025-10-16T06:55:13.2577877Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_6' headers: Accept: - application/xml @@ -35088,15 +35634,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:20 GMT + - Thu, 16 Oct 2025 06:55:13 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -35108,21 +35654,21 @@ interactions: content-length: - '0' content-md5: - - qquEyGmOv0aX/uuJOTos8A== + - wT7M3aB+ZMNisG9Rq9ZoNA== date: - - Mon, 22 Sep 2025 05:33:20 GMT + - Thu, 16 Oct 2025 06:55:13 GMT etag: - - '"0x8DDF9998B2322FF"' + - '"0x8DE0C80F538BB20"' last-modified: - - Mon, 22 Sep 2025 05:33:21 GMT + - Thu, 16 Oct 2025 06:55:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:21.6126719Z' + - '2025-10-16T06:55:14.2672160Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -35140,32 +35686,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:21 GMT + - Thu, 16 Oct 2025 06:55:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:d3fd0f01-901a-0002-3c82-2ba69a000000\nTime:2025-09-22T05:33:22.6944847Z" + specified resource does not exist.\nRequestId:41004f90-e01a-007d-7669-3e1e99000000\nTime:2025-10-16T06:55:15.3139484Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:21 GMT + - Thu, 16 Oct 2025 06:55:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -35185,32 +35731,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:22 GMT + - Thu, 16 Oct 2025 06:55:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:4a3d1fa9-501a-000d-0d82-2bd0f6000000\nTime:2025-09-22T05:33:23.7761269Z" + specified resource already exists.\nRequestId:2776460f-001a-0075-4c69-3e0496000000\nTime:2025-10-16T06:55:16.3216650Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:23 GMT + - Thu, 16 Oct 2025 06:55:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -35230,17 +35776,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:33:23 GMT + - Thu, 16 Oct 2025 06:55:16 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_7 response: @@ -35250,36 +35796,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:24 GMT + - Thu, 16 Oct 2025 06:55:16 GMT etag: - - '"0x8DDF9998D10927F"' + - '"0x8DE0C80F710B8FC"' last-modified: - - Mon, 22 Sep 2025 05:33:24 GMT + - Thu, 16 Oct 2025 06:55:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:24.8464511Z' + - '2025-10-16T06:55:17.3604604Z' x-ms-file-creation-time: - - '2025-09-22T05:33:24.8464511Z' + - '2025-10-16T06:55:17.3604604Z' x-ms-file-id: - - '13835154812305408000' + - '13835062453328674816' x-ms-file-last-write-time: - - '2025-09-22T05:33:24.8464511Z' + - '2025-10-16T06:55:17.3604604Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_7' headers: Accept: - application/xml @@ -35296,15 +35842,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:24 GMT + - Thu, 16 Oct 2025 06:55:17 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -35316,21 +35862,21 @@ interactions: content-length: - '0' content-md5: - - biL542V00BF18M6U4OGaIA== + - L5t+H2oSdOhUGmhpilfyxg== date: - - Mon, 22 Sep 2025 05:33:25 GMT + - Thu, 16 Oct 2025 06:55:17 GMT etag: - - '"0x8DDF9998DBB86D0"' + - '"0x8DE0C80F7AE68BD"' last-modified: - - Mon, 22 Sep 2025 05:33:25 GMT + - Thu, 16 Oct 2025 06:55:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:25.9668176Z' + - '2025-10-16T06:55:18.3938749Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -35348,32 +35894,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:26 GMT + - Thu, 16 Oct 2025 06:55:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:78c9bf96-001a-0010-5482-2bdd4a000000\nTime:2025-09-22T05:33:26.9981654Z" + specified resource does not exist.\nRequestId:e521f634-e01a-0020-0169-3e141d000000\nTime:2025-10-16T06:55:19.4374568Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:26 GMT + - Thu, 16 Oct 2025 06:55:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -35393,32 +35939,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:27 GMT + - Thu, 16 Oct 2025 06:55:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ab11d7cc-601a-0006-7082-2b2b9d000000\nTime:2025-09-22T05:33:28.1126293Z" + specified resource already exists.\nRequestId:e4b5429c-b01a-0060-3f69-3e1325000000\nTime:2025-10-16T06:55:20.4609338Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:27 GMT + - Thu, 16 Oct 2025 06:55:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -35438,17 +35984,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:33:28 GMT + - Thu, 16 Oct 2025 06:55:20 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_8 response: @@ -35458,36 +36004,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:28 GMT + - Thu, 16 Oct 2025 06:55:20 GMT etag: - - '"0x8DDF9998FB7826F"' + - '"0x8DE0C80F98A0F93"' last-modified: - - Mon, 22 Sep 2025 05:33:29 GMT + - Thu, 16 Oct 2025 06:55:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:29.2959343Z' + - '2025-10-16T06:55:21.5111059Z' x-ms-file-creation-time: - - '2025-09-22T05:33:29.2959343Z' + - '2025-10-16T06:55:21.5111059Z' x-ms-file-id: - - '13835189996677496832' + - '13835097637700763648' x-ms-file-last-write-time: - - '2025-09-22T05:33:29.2959343Z' + - '2025-10-16T06:55:21.5111059Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_8' headers: Accept: - application/xml @@ -35504,15 +36050,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:29 GMT + - Thu, 16 Oct 2025 06:55:21 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -35524,21 +36070,21 @@ interactions: content-length: - '0' content-md5: - - S9MbniItyGWAX8HUaXtvQw== + - CX9hZzMKEb4/Kk7oy0Up2Q== date: - - Mon, 22 Sep 2025 05:33:30 GMT + - Thu, 16 Oct 2025 06:55:22 GMT etag: - - '"0x8DDF999905F69E8"' + - '"0x8DE0C80FA296CC3"' last-modified: - - Mon, 22 Sep 2025 05:33:30 GMT + - Thu, 16 Oct 2025 06:55:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:30.3963112Z' + - '2025-10-16T06:55:22.5555139Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -35556,32 +36102,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:30 GMT + - Thu, 16 Oct 2025 06:55:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:bc541ae0-001a-005d-2d82-2b12a6000000\nTime:2025-09-22T05:33:31.5438442Z" + specified resource does not exist.\nRequestId:1de865ae-f01a-002c-0869-3e8315000000\nTime:2025-10-16T06:55:23.5926429Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:30 GMT + - Thu, 16 Oct 2025 06:55:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -35601,32 +36147,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:31 GMT + - Thu, 16 Oct 2025 06:55:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:095245f7-801a-006c-0a82-2bf3b5000000\nTime:2025-09-22T05:33:32.6655910Z" + specified resource already exists.\nRequestId:fc091caa-f01a-004e-0e69-3e4132000000\nTime:2025-10-16T06:55:24.6441451Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:31 GMT + - Thu, 16 Oct 2025 06:55:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -35646,17 +36192,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:33:32 GMT + - Thu, 16 Oct 2025 06:55:24 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/apple/file_9 response: @@ -35666,36 +36212,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:33 GMT + - Thu, 16 Oct 2025 06:55:25 GMT etag: - - '"0x8DDF9999254AFC4"' + - '"0x8DE0C80FC0A1BED"' last-modified: - - Mon, 22 Sep 2025 05:33:33 GMT + - Thu, 16 Oct 2025 06:55:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:33.6814532Z' + - '2025-10-16T06:55:25.7057261Z' x-ms-file-creation-time: - - '2025-09-22T05:33:33.6814532Z' + - '2025-10-16T06:55:25.7057261Z' x-ms-file-id: - - '11529267822626603008' + - '13835080045514719232' x-ms-file-last-write-time: - - '2025-09-22T05:33:33.6814532Z' + - '2025-10-16T06:55:25.7057261Z' x-ms-file-parent-id: - - '11529285414812647424' + - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_9' headers: Accept: - application/xml @@ -35712,15 +36258,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:33 GMT + - Thu, 16 Oct 2025 06:55:25 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -35732,21 +36278,21 @@ interactions: content-length: - '0' content-md5: - - E3ZgXfXwhQXZcB6MZXVUnw== + - DVh4bMDTdULHbAxwCEq5XA== date: - - Mon, 22 Sep 2025 05:33:34 GMT + - Thu, 16 Oct 2025 06:55:26 GMT etag: - - '"0x8DDF9999304D36F"' + - '"0x8DE0C80FCA24E35"' last-modified: - - Mon, 22 Sep 2025 05:33:34 GMT + - Thu, 16 Oct 2025 06:55:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:34.8357999Z' + - '2025-10-16T06:55:26.7031605Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -35764,32 +36310,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:34 GMT + - Thu, 16 Oct 2025 06:55:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:e2557be2-101a-007e-1f82-2b8865000000\nTime:2025-09-22T05:33:35.8963967Z" + specified resource does not exist.\nRequestId:943f1a07-001a-0065-5769-3ec1fe000000\nTime:2025-10-16T06:55:27.7220592Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:35 GMT + - Thu, 16 Oct 2025 06:55:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -35809,13 +36355,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:36 GMT + - Thu, 16 Oct 2025 06:55:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: @@ -35825,31 +36371,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:36 GMT + - Thu, 16 Oct 2025 06:55:27 GMT etag: - - '"0x8DDF9999442A3A3"' + - '"0x8DE0C80FDD76D06"' last-modified: - - Mon, 22 Sep 2025 05:33:36 GMT + - Thu, 16 Oct 2025 06:55:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:33:36.9186211Z' + - '2025-10-16T06:55:28.7290118Z' x-ms-file-creation-time: - - '2025-09-22T05:33:36.9186211Z' + - '2025-10-16T06:55:28.7290118Z' x-ms-file-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-last-write-time: - - '2025-09-22T05:33:36.9186211Z' + - '2025-10-16T06:55:28.7290118Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -35869,17 +36415,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:33:37 GMT + - Thu, 16 Oct 2025 06:55:28 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_0 response: @@ -35889,36 +36435,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:37 GMT + - Thu, 16 Oct 2025 06:55:28 GMT etag: - - '"0x8DDF99994E3FC64"' + - '"0x8DE0C80FE7988ED"' last-modified: - - Mon, 22 Sep 2025 05:33:37 GMT + - Thu, 16 Oct 2025 06:55:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:37.9760228Z' + - '2025-10-16T06:55:29.7914093Z' x-ms-file-creation-time: - - '2025-09-22T05:33:37.9760228Z' + - '2025-10-16T06:55:29.7914093Z' x-ms-file-id: - - '13835097637700763648' + - '13835150414258896896' x-ms-file-last-write-time: - - '2025-09-22T05:33:37.9760228Z' + - '2025-10-16T06:55:29.7914093Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_0' headers: Accept: - application/xml @@ -35935,15 +36481,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:38 GMT + - Thu, 16 Oct 2025 06:55:29 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -35955,21 +36501,21 @@ interactions: content-length: - '0' content-md5: - - 3XjDte19KE9ZGl2znDo4ow== + - vtvTNO3D4e1hg746MxfIgg== date: - - Mon, 22 Sep 2025 05:33:38 GMT + - Thu, 16 Oct 2025 06:55:30 GMT etag: - - '"0x8DDF99995907717"' + - '"0x8DE0C80FF15642D"' last-modified: - - Mon, 22 Sep 2025 05:33:39 GMT + - Thu, 16 Oct 2025 06:55:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:39.1063831Z' + - '2025-10-16T06:55:30.8128301Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -35987,32 +36533,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:39 GMT + - Thu, 16 Oct 2025 06:55:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:de506644-001a-004d-5282-2bd7ce000000\nTime:2025-09-22T05:33:40.1695163Z" + specified resource does not exist.\nRequestId:ca74582b-701a-001d-4369-3e6206000000\nTime:2025-10-16T06:55:31.8434829Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:39 GMT + - Thu, 16 Oct 2025 06:55:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -36032,32 +36578,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:40 GMT + - Thu, 16 Oct 2025 06:55:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:de506649-001a-004d-5382-2bd7ce000000\nTime:2025-09-22T05:33:41.2090211Z" + specified resource already exists.\nRequestId:277647a7-001a-0075-2069-3e0496000000\nTime:2025-10-16T06:55:32.8740712Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:40 GMT + - Thu, 16 Oct 2025 06:55:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -36077,17 +36623,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:33:41 GMT + - Thu, 16 Oct 2025 06:55:33 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_1 response: @@ -36097,36 +36643,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:41 GMT + - Thu, 16 Oct 2025 06:55:33 GMT etag: - - '"0x8DDF99997793B99"' + - '"0x8DE0C8100EC50C4"' last-modified: - - Mon, 22 Sep 2025 05:33:42 GMT + - Thu, 16 Oct 2025 06:55:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:42.3095705Z' + - '2025-10-16T06:55:33.8990788Z' x-ms-file-creation-time: - - '2025-09-22T05:33:42.3095705Z' + - '2025-10-16T06:55:33.8990788Z' x-ms-file-id: - - '13835080045514719232' + - '13835115229886808064' x-ms-file-last-write-time: - - '2025-09-22T05:33:42.3095705Z' + - '2025-10-16T06:55:33.8990788Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_1' headers: Accept: - application/xml @@ -36143,15 +36689,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:42 GMT + - Thu, 16 Oct 2025 06:55:34 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -36163,21 +36709,21 @@ interactions: content-length: - '0' content-md5: - - yiT8wkakc8SFbxbkHsRrGg== + - Cigad3Fr4V3pGpcR23fKmA== date: - - Mon, 22 Sep 2025 05:33:43 GMT + - Thu, 16 Oct 2025 06:55:34 GMT etag: - - '"0x8DDF999981B5792"' + - '"0x8DE0C8101878FD9"' last-modified: - - Mon, 22 Sep 2025 05:33:43 GMT + - Thu, 16 Oct 2025 06:55:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:43.3719698Z' + - '2025-10-16T06:55:34.9165017Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -36195,32 +36741,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:43 GMT + - Thu, 16 Oct 2025 06:55:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:81c22617-401a-0001-7c82-2b47fe000000\nTime:2025-09-22T05:33:44.4652705Z" + specified resource does not exist.\nRequestId:9bb1b97c-a01a-0021-0469-3e4bc1000000\nTime:2025-10-16T06:55:35.9321801Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:43 GMT + - Thu, 16 Oct 2025 06:55:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -36240,32 +36786,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:44 GMT + - Thu, 16 Oct 2025 06:55:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:bc541af4-001a-005d-3382-2b12a6000000\nTime:2025-09-22T05:33:45.5270181Z" + specified resource already exists.\nRequestId:76d974c1-301a-0033-6769-3e3011000000\nTime:2025-10-16T06:55:36.9670708Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:44 GMT + - Thu, 16 Oct 2025 06:55:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -36285,17 +36831,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:33:45 GMT + - Thu, 16 Oct 2025 06:55:37 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_2 response: @@ -36305,36 +36851,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:46 GMT + - Thu, 16 Oct 2025 06:55:37 GMT etag: - - '"0x8DDF9999A08AF4B"' + - '"0x8DE0C81035DB945"' last-modified: - - Mon, 22 Sep 2025 05:33:46 GMT + - Thu, 16 Oct 2025 06:55:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:46.6051403Z' + - '2025-10-16T06:55:37.9977541Z' x-ms-file-creation-time: - - '2025-09-22T05:33:46.6051403Z' + - '2025-10-16T06:55:37.9977541Z' x-ms-file-id: - - '10376311133647667200' + - '13835071249421697024' x-ms-file-last-write-time: - - '2025-09-22T05:33:46.6051403Z' + - '2025-10-16T06:55:37.9977541Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_2' headers: Accept: - application/xml @@ -36351,15 +36897,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:46 GMT + - Thu, 16 Oct 2025 06:55:38 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -36371,21 +36917,21 @@ interactions: content-length: - '0' content-md5: - - tsjnDVjXxMi7Qa1MWEtfYQ== + - b8SD0ePfMbVS4En4o7f4lg== date: - - Mon, 22 Sep 2025 05:33:47 GMT + - Thu, 16 Oct 2025 06:55:38 GMT etag: - - '"0x8DDF9999AAAA42A"' + - '"0x8DE0C8103F5766B"' last-modified: - - Mon, 22 Sep 2025 05:33:47 GMT + - Thu, 16 Oct 2025 06:55:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:47.6665386Z' + - '2025-10-16T06:55:38.9921899Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -36403,32 +36949,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:47 GMT + - Thu, 16 Oct 2025 06:55:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:d3fd0f3d-901a-0002-5982-2ba69a000000\nTime:2025-09-22T05:33:48.7275661Z" + specified resource does not exist.\nRequestId:fa4d757d-b01a-004f-4069-3e1eee000000\nTime:2025-10-16T06:55:40.0090843Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:47 GMT + - Thu, 16 Oct 2025 06:55:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -36448,32 +36994,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:48 GMT + - Thu, 16 Oct 2025 06:55:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:682f45ac-d01a-005e-7c82-2bf3c2000000\nTime:2025-09-22T05:33:49.8608048Z" + specified resource already exists.\nRequestId:17a5407c-401a-0029-1c69-3e51ce000000\nTime:2025-10-16T06:55:41.0197899Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:48 GMT + - Thu, 16 Oct 2025 06:55:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -36493,17 +37039,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:33:49 GMT + - Thu, 16 Oct 2025 06:55:41 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_3 response: @@ -36513,36 +37059,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:49 GMT + - Thu, 16 Oct 2025 06:55:41 GMT etag: - - '"0x8DDF9999C9849F5"' + - '"0x8DE0C8105CB9FD9"' last-modified: - - Mon, 22 Sep 2025 05:33:50 GMT + - Thu, 16 Oct 2025 06:55:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:50.9017077Z' + - '2025-10-16T06:55:42.0734425Z' x-ms-file-creation-time: - - '2025-09-22T05:33:50.9017077Z' + - '2025-10-16T06:55:42.0734425Z' x-ms-file-id: - - '11529272220673114112' + - '13835106433793785856' x-ms-file-last-write-time: - - '2025-09-22T05:33:50.9017077Z' + - '2025-10-16T06:55:42.0734425Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_3' headers: Accept: - application/xml @@ -36559,15 +37105,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:51 GMT + - Thu, 16 Oct 2025 06:55:42 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -36579,21 +37125,21 @@ interactions: content-length: - '0' content-md5: - - HcnEATe1I7SvSDaK35gT8Q== + - cH6xmWTjJVoXNPlYJwv0yg== date: - - Mon, 22 Sep 2025 05:33:51 GMT + - Thu, 16 Oct 2025 06:55:43 GMT etag: - - '"0x8DDF9999D390685"' + - '"0x8DE0C810673D55E"' last-modified: - - Mon, 22 Sep 2025 05:33:51 GMT + - Thu, 16 Oct 2025 06:55:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:51.9551109Z' + - '2025-10-16T06:55:43.1758174Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -36611,32 +37157,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:52 GMT + - Thu, 16 Oct 2025 06:55:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:3e08355a-801a-000e-3b82-2b3192000000\nTime:2025-09-22T05:33:53.0385641Z" + specified resource does not exist.\nRequestId:295925a0-401a-0039-0469-3e94a6000000\nTime:2025-10-16T06:55:44.1783921Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:52 GMT + - Thu, 16 Oct 2025 06:55:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -36656,32 +37202,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:53 GMT + - Thu, 16 Oct 2025 06:55:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:539e4b78-001a-002f-3982-2b15e9000000\nTime:2025-09-22T05:33:54.1613061Z" + specified resource already exists.\nRequestId:31e3ed5e-801a-0044-4a69-3ee585000000\nTime:2025-10-16T06:55:45.1976607Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:53 GMT + - Thu, 16 Oct 2025 06:55:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -36701,17 +37247,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:33:54 GMT + - Thu, 16 Oct 2025 06:55:45 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_4 response: @@ -36721,36 +37267,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:54 GMT + - Thu, 16 Oct 2025 06:55:45 GMT etag: - - '"0x8DDF9999F254CEB"' + - '"0x8DE0C810846A3DE"' last-modified: - - Mon, 22 Sep 2025 05:33:55 GMT + - Thu, 16 Oct 2025 06:55:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:55.1812843Z' + - '2025-10-16T06:55:46.2350814Z' x-ms-file-creation-time: - - '2025-09-22T05:33:55.1812843Z' + - '2025-10-16T06:55:46.2350814Z' x-ms-file-id: - - '16140971433240035328' + - '13835088841607741440' x-ms-file-last-write-time: - - '2025-09-22T05:33:55.1812843Z' + - '2025-10-16T06:55:46.2350814Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_4' headers: Accept: - application/xml @@ -36767,15 +37313,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:55 GMT + - Thu, 16 Oct 2025 06:55:46 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -36787,21 +37333,21 @@ interactions: content-length: - '0' content-md5: - - wwbnvXkfmgkyoLckzwLpMw== + - s4qgV0u9fOH8jGS/pQv4nA== date: - - Mon, 22 Sep 2025 05:33:55 GMT + - Thu, 16 Oct 2025 06:55:46 GMT etag: - - '"0x8DDF9999FC8531F"' + - '"0x8DE0C8108E27F20"' last-modified: - - Mon, 22 Sep 2025 05:33:56 GMT + - Thu, 16 Oct 2025 06:55:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:33:56.2496799Z' + - '2025-10-16T06:55:47.2565024Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -36819,32 +37365,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:56 GMT + - Thu, 16 Oct 2025 06:55:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9e520517-d01a-0013-7582-2b3c2e000000\nTime:2025-09-22T05:33:57.3027780Z" + specified resource does not exist.\nRequestId:a10e6d8b-701a-0022-4c69-3eaaa5000000\nTime:2025-10-16T06:55:48.2717536Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:56 GMT + - Thu, 16 Oct 2025 06:55:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -36864,32 +37410,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:57 GMT + - Thu, 16 Oct 2025 06:55:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:9e52051b-d01a-0013-7682-2b3c2e000000\nTime:2025-09-22T05:33:58.3276728Z" + specified resource already exists.\nRequestId:295925f1-401a-0039-4c69-3e94a6000000\nTime:2025-10-16T06:55:49.2874010Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:33:57 GMT + - Thu, 16 Oct 2025 06:55:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -36909,17 +37455,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:33:58 GMT + - Thu, 16 Oct 2025 06:55:49 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_5 response: @@ -36929,36 +37475,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:33:58 GMT + - Thu, 16 Oct 2025 06:55:49 GMT etag: - - '"0x8DDF999A1AC8458"' + - '"0x8DE0C810AB3EE48"' last-modified: - - Mon, 22 Sep 2025 05:33:59 GMT + - Thu, 16 Oct 2025 06:55:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:33:59.4228824Z' + - '2025-10-16T06:55:50.3067720Z' x-ms-file-creation-time: - - '2025-09-22T05:33:59.4228824Z' + - '2025-10-16T06:55:50.3067720Z' x-ms-file-id: - - '11529338191370780672' + - '11529254628487069696' x-ms-file-last-write-time: - - '2025-09-22T05:33:59.4228824Z' + - '2025-10-16T06:55:50.3067720Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_5' headers: Accept: - application/xml @@ -36975,15 +37521,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:33:59 GMT + - Thu, 16 Oct 2025 06:55:50 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -36995,21 +37541,21 @@ interactions: content-length: - '0' content-md5: - - XczklXENgGaFFdFgg093CQ== + - /GtWAYSuHvdlxMMDcEtpoA== date: - - Mon, 22 Sep 2025 05:33:59 GMT + - Thu, 16 Oct 2025 06:55:51 GMT etag: - - '"0x8DDF999A257C6B6"' + - '"0x8DE0C810B53998C"' last-modified: - - Mon, 22 Sep 2025 05:34:00 GMT + - Thu, 16 Oct 2025 06:55:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:00.5452470Z' + - '2025-10-16T06:55:51.3531788Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -37027,32 +37573,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:00 GMT + - Thu, 16 Oct 2025 06:55:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:4f269d4a-f01a-0004-7c82-2b9525000000\nTime:2025-09-22T05:34:01.5930630Z" + specified resource does not exist.\nRequestId:41005155-e01a-007d-4d69-3e1e99000000\nTime:2025-10-16T06:55:52.4076353Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:01 GMT + - Thu, 16 Oct 2025 06:55:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -37072,32 +37618,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:01 GMT + - Thu, 16 Oct 2025 06:55:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:1d1d84e3-201a-0007-2482-2b7441000000\nTime:2025-09-22T05:34:02.6231800Z" + specified resource already exists.\nRequestId:89f6b4c2-e01a-006d-6569-3edbf1000000\nTime:2025-10-16T06:55:53.4244789Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:01 GMT + - Thu, 16 Oct 2025 06:55:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -37117,17 +37663,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:34:02 GMT + - Thu, 16 Oct 2025 06:55:53 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_6 response: @@ -37137,36 +37683,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:02 GMT + - Thu, 16 Oct 2025 06:55:54 GMT etag: - - '"0x8DDF999A43B82D3"' + - '"0x8DE0C810D2D1DDA"' last-modified: - - Mon, 22 Sep 2025 05:34:03 GMT + - Thu, 16 Oct 2025 06:55:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:03.7154515Z' + - '2025-10-16T06:55:54.4564186Z' x-ms-file-creation-time: - - '2025-09-22T05:34:03.7154515Z' + - '2025-10-16T06:55:54.4564186Z' x-ms-file-id: - - '11529259026533580800' + - '13835194394724007936' x-ms-file-last-write-time: - - '2025-09-22T05:34:03.7154515Z' + - '2025-10-16T06:55:54.4564186Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_6' headers: Accept: - application/xml @@ -37183,15 +37729,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:03 GMT + - Thu, 16 Oct 2025 06:55:54 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -37203,21 +37749,21 @@ interactions: content-length: - '0' content-md5: - - NxK5WO6Uvg04pcYNVCRaxQ== + - ShR+5lD1DciwQwuM/dbGvQ== date: - - Mon, 22 Sep 2025 05:34:04 GMT + - Thu, 16 Oct 2025 06:55:55 GMT etag: - - '"0x8DDF999A4EDA20C"' + - '"0x8DE0C810DC96E36"' last-modified: - - Mon, 22 Sep 2025 05:34:04 GMT + - Thu, 16 Oct 2025 06:55:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:04.8827916Z' + - '2025-10-16T06:55:55.4808374Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -37235,32 +37781,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:05 GMT + - Thu, 16 Oct 2025 06:55:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5be3871b-401a-0011-2382-2b8296000000\nTime:2025-09-22T05:34:05.9682157Z" + specified resource does not exist.\nRequestId:4711e6c7-901a-0077-3169-3eba2e000000\nTime:2025-10-16T06:55:56.5065431Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:05 GMT + - Thu, 16 Oct 2025 06:55:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -37280,32 +37826,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:06 GMT + - Thu, 16 Oct 2025 06:55:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:81c226fb-401a-0001-1d82-2b47fe000000\nTime:2025-09-22T05:34:07.0106555Z" + specified resource already exists.\nRequestId:1de867ca-f01a-002c-4469-3e8315000000\nTime:2025-10-16T06:55:57.5229060Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:06 GMT + - Thu, 16 Oct 2025 06:55:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -37325,17 +37871,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:34:07 GMT + - Thu, 16 Oct 2025 06:55:57 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_7 response: @@ -37345,36 +37891,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:07 GMT + - Thu, 16 Oct 2025 06:55:58 GMT etag: - - '"0x8DDF999A6D09AED"' + - '"0x8DE0C810FA6746C"' last-modified: - - Mon, 22 Sep 2025 05:34:08 GMT + - Thu, 16 Oct 2025 06:55:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:08.0479981Z' + - '2025-10-16T06:55:58.6070636Z' x-ms-file-creation-time: - - '2025-09-22T05:34:08.0479981Z' + - '2025-10-16T06:55:58.6070636Z' x-ms-file-id: - - '11529346987463802880' + - '13835130623049596928' x-ms-file-last-write-time: - - '2025-09-22T05:34:08.0479981Z' + - '2025-10-16T06:55:58.6070636Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_7' headers: Accept: - application/xml @@ -37391,15 +37937,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:08 GMT + - Thu, 16 Oct 2025 06:55:58 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -37411,21 +37957,21 @@ interactions: content-length: - '0' content-md5: - - 0SyjZIfp/k+83Zndgb9WOw== + - 8U6KZX5JlwP7KOFTIQ3dcg== date: - - Mon, 22 Sep 2025 05:34:08 GMT + - Thu, 16 Oct 2025 06:55:59 GMT etag: - - '"0x8DDF999A77C2B5A"' + - '"0x8DE0C8110438802"' last-modified: - - Mon, 22 Sep 2025 05:34:09 GMT + - Thu, 16 Oct 2025 06:55:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:09.1723610Z' + - '2025-10-16T06:55:59.6364802Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -37443,32 +37989,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:09 GMT + - Thu, 16 Oct 2025 06:55:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9e7e8393-001a-003f-7e82-2bd081000000\nTime:2025-09-22T05:34:10.3249841Z" + specified resource does not exist.\nRequestId:3815f367-301a-007e-1769-3efffd000000\nTime:2025-10-16T06:56:00.6807664Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:09 GMT + - Thu, 16 Oct 2025 06:56:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -37488,32 +38034,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:10 GMT + - Thu, 16 Oct 2025 06:56:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6c67b822-b01a-0067-1682-2b08de000000\nTime:2025-09-22T05:34:11.4574947Z" + specified resource already exists.\nRequestId:ca745b33-701a-001d-7e69-3e6206000000\nTime:2025-10-16T06:56:01.6810771Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:10 GMT + - Thu, 16 Oct 2025 06:56:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -37533,17 +38079,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:34:11 GMT + - Thu, 16 Oct 2025 06:56:01 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_8 response: @@ -37553,36 +38099,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:11 GMT + - Thu, 16 Oct 2025 06:56:02 GMT etag: - - '"0x8DDF999A975DD4A"' + - '"0x8DE0C8112167D92"' last-modified: - - Mon, 22 Sep 2025 05:34:12 GMT + - Thu, 16 Oct 2025 06:56:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:12.4864842Z' + - '2025-10-16T06:56:02.6967442Z' x-ms-file-creation-time: - - '2025-09-22T05:34:12.4864842Z' + - '2025-10-16T06:56:02.6967442Z' x-ms-file-id: - - '13835176802537963520' + - '11529267822626603008' x-ms-file-last-write-time: - - '2025-09-22T05:34:12.4864842Z' + - '2025-10-16T06:56:02.6967442Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_8' headers: Accept: - application/xml @@ -37599,15 +38145,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:12 GMT + - Thu, 16 Oct 2025 06:56:02 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -37619,21 +38165,21 @@ interactions: content-length: - '0' content-md5: - - Y6KduLz+RaaUoIV7LVRRWQ== + - 4RQJueF/CFN0cLVuuppI4w== date: - - Mon, 22 Sep 2025 05:34:13 GMT + - Thu, 16 Oct 2025 06:56:03 GMT etag: - - '"0x8DDF999AA182044"' + - '"0x8DE0C8112B2F4FF"' last-modified: - - Mon, 22 Sep 2025 05:34:13 GMT + - Thu, 16 Oct 2025 06:56:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:13.5498820Z' + - '2025-10-16T06:56:03.7221631Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -37651,32 +38197,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:13 GMT + - Thu, 16 Oct 2025 06:56:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:81c227bc-401a-0001-3282-2b47fe000000\nTime:2025-09-22T05:34:14.7199233Z" + specified resource does not exist.\nRequestId:e521f839-e01a-0020-1269-3e141d000000\nTime:2025-10-16T06:56:04.7491849Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:13 GMT + - Thu, 16 Oct 2025 06:56:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -37696,32 +38242,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:14 GMT + - Thu, 16 Oct 2025 06:56:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:712dc19d-401a-003e-7f82-2b8f5d000000\nTime:2025-09-22T05:34:15.7979880Z" + specified resource already exists.\nRequestId:31e3ef43-801a-0044-1169-3ee585000000\nTime:2025-10-16T06:56:05.7692845Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:14 GMT + - Thu, 16 Oct 2025 06:56:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -37741,17 +38287,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:34:15 GMT + - Thu, 16 Oct 2025 06:56:05 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/file_9 response: @@ -37761,36 +38307,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:16 GMT + - Thu, 16 Oct 2025 06:56:06 GMT etag: - - '"0x8DDF999AC0C06A3"' + - '"0x8DE0C811484D9A4"' last-modified: - - Mon, 22 Sep 2025 05:34:16 GMT + - Thu, 16 Oct 2025 06:56:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:16.8260259Z' + - '2025-10-16T06:56:06.7754404Z' x-ms-file-creation-time: - - '2025-09-22T05:34:16.8260259Z' + - '2025-10-16T06:56:06.7754404Z' x-ms-file-id: - - '11529324997231247360' + - '13835165807421685760' x-ms-file-last-write-time: - - '2025-09-22T05:34:16.8260259Z' + - '2025-10-16T06:56:06.7754404Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_9' headers: Accept: - application/xml @@ -37807,15 +38353,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:16 GMT + - Thu, 16 Oct 2025 06:56:06 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -37827,21 +38373,21 @@ interactions: content-length: - '0' content-md5: - - Kc6GMNeUgWqh8FicLNI5JA== + - GIiZOf8P0heOATvCZ5pF+w== date: - - Mon, 22 Sep 2025 05:34:17 GMT + - Thu, 16 Oct 2025 06:56:06 GMT etag: - - '"0x8DDF999ACB0BA41"' + - '"0x8DE0C811520B47A"' last-modified: - - Mon, 22 Sep 2025 05:34:17 GMT + - Thu, 16 Oct 2025 06:56:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:17.9054145Z' + - '2025-10-16T06:56:07.7968506Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -37859,32 +38405,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:18 GMT + - Thu, 16 Oct 2025 06:56:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:2f1807a8-401a-004c-7a82-2b8812000000\nTime:2025-09-22T05:34:19.0919752Z" + specified resource does not exist.\nRequestId:b3c17942-c01a-007a-0d69-3e72fa000000\nTime:2025-10-16T06:56:08.8005191Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:18 GMT + - Thu, 16 Oct 2025 06:56:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -37904,32 +38450,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:19 GMT + - Thu, 16 Oct 2025 06:56:08 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:78c9c170-001a-0010-1582-2bdd4a000000\nTime:2025-09-22T05:34:20.1643597Z" + specified resource already exists.\nRequestId:aff11fa7-b01a-005f-5b69-3edb86000000\nTime:2025-10-16T06:56:09.9155817Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:20 GMT + - Thu, 16 Oct 2025 06:56:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -37949,13 +38495,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:20 GMT + - Thu, 16 Oct 2025 06:56:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: @@ -37965,31 +38511,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:20 GMT + - Thu, 16 Oct 2025 06:56:10 GMT etag: - - '"0x8DDF999AEAAE153"' + - '"0x8DE0C8117031122"' last-modified: - - Mon, 22 Sep 2025 05:34:21 GMT + - Thu, 16 Oct 2025 06:56:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:34:21.2225363Z' + - '2025-10-16T06:56:10.9580578Z' x-ms-file-creation-time: - - '2025-09-22T05:34:21.2225363Z' + - '2025-10-16T06:56:10.9580578Z' x-ms-file-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-last-write-time: - - '2025-09-22T05:34:21.2225363Z' + - '2025-10-16T06:56:10.9580578Z' x-ms-file-parent-id: - - '13835132822072852480' + - '11529219444114980864' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -38009,17 +38555,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:34:21 GMT + - Thu, 16 Oct 2025 06:56:11 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_0 response: @@ -38029,36 +38575,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:21 GMT + - Thu, 16 Oct 2025 06:56:11 GMT etag: - - '"0x8DDF999AF542816"' + - '"0x8DE0C8117A1D232"' last-modified: - - Mon, 22 Sep 2025 05:34:22 GMT + - Thu, 16 Oct 2025 06:56:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:22.3319062Z' + - '2025-10-16T06:56:11.9984690Z' x-ms-file-creation-time: - - '2025-09-22T05:34:22.3319062Z' + - '2025-10-16T06:56:11.9984690Z' x-ms-file-id: - - '11529254628487069696' + - '13835148215235641344' x-ms-file-last-write-time: - - '2025-09-22T05:34:22.3319062Z' + - '2025-10-16T06:56:11.9984690Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_0' headers: Accept: - application/xml @@ -38075,15 +38621,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:22 GMT + - Thu, 16 Oct 2025 06:56:12 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -38095,21 +38641,21 @@ interactions: content-length: - '0' content-md5: - - j8goj/lkge0qY1c0aKyPlg== + - cjQNQJ7cyeeIdmq8ZmLFMA== date: - - Mon, 22 Sep 2025 05:34:22 GMT + - Thu, 16 Oct 2025 06:56:12 GMT etag: - - '"0x8DDF999AFFCD2CA"' + - '"0x8DE0C81183F33C7"' last-modified: - - Mon, 22 Sep 2025 05:34:23 GMT + - Thu, 16 Oct 2025 06:56:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:23.4372810Z' + - '2025-10-16T06:56:13.0298823Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -38127,32 +38673,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:23 GMT + - Thu, 16 Oct 2025 06:56:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:86dfe84b-f01a-0014-3582-2b504d000000\nTime:2025-09-22T05:34:24.5797042Z" + specified resource does not exist.\nRequestId:f2da9e46-f01a-0013-6769-3e4bb6000000\nTime:2025-10-16T06:56:14.1529821Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:24 GMT + - Thu, 16 Oct 2025 06:56:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -38172,32 +38718,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:24 GMT + - Thu, 16 Oct 2025 06:56:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:bc541c82-001a-005d-5382-2b12a6000000\nTime:2025-09-22T05:34:25.6359124Z" + specified resource already exists.\nRequestId:a80bd37b-601a-005c-2469-3e3ae2000000\nTime:2025-10-16T06:56:15.1562326Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:24 GMT + - Thu, 16 Oct 2025 06:56:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -38217,32 +38763,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:25 GMT + - Thu, 16 Oct 2025 06:56:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:64297edb-801a-0043-2f82-2bfe7e000000\nTime:2025-09-22T05:34:26.6902939Z" + specified resource already exists.\nRequestId:f78816f4-001a-0028-4269-3e0e12000000\nTime:2025-10-16T06:56:16.1763795Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:26 GMT + - Thu, 16 Oct 2025 06:56:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -38262,17 +38808,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:34:26 GMT + - Thu, 16 Oct 2025 06:56:16 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_1 response: @@ -38282,36 +38828,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:26 GMT + - Thu, 16 Oct 2025 06:56:17 GMT etag: - - '"0x8DDF999B28A23BC"' + - '"0x8DE0C811ABF6736"' last-modified: - - Mon, 22 Sep 2025 05:34:27 GMT + - Thu, 16 Oct 2025 06:56:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:27.7188540Z' + - '2025-10-16T06:56:17.2255030Z' x-ms-file-creation-time: - - '2025-09-22T05:34:27.7188540Z' + - '2025-10-16T06:56:17.2255030Z' x-ms-file-id: - - '13835060254305419264' + - '13835069050398441472' x-ms-file-last-write-time: - - '2025-09-22T05:34:27.7188540Z' + - '2025-10-16T06:56:17.2255030Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_1' headers: Accept: - application/xml @@ -38328,15 +38874,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:27 GMT + - Thu, 16 Oct 2025 06:56:17 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -38348,21 +38894,21 @@ interactions: content-length: - '0' content-md5: - - tEL9g+wOLQy1q16oJFdahQ== + - KLEXXHYyxm8bHZ+vxuy5Og== date: - - Mon, 22 Sep 2025 05:34:28 GMT + - Thu, 16 Oct 2025 06:56:17 GMT etag: - - '"0x8DDF999B329CF05"' + - '"0x8DE0C811B59E312"' last-modified: - - Mon, 22 Sep 2025 05:34:28 GMT + - Thu, 16 Oct 2025 06:56:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:28.7652613Z' + - '2025-10-16T06:56:18.2379282Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -38380,32 +38926,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:28 GMT + - Thu, 16 Oct 2025 06:56:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:11b94903-201a-004a-3f82-2bbbad000000\nTime:2025-09-22T05:34:29.8860099Z" + specified resource does not exist.\nRequestId:6cfa9524-601a-0063-2869-3ef241000000\nTime:2025-10-16T06:56:19.2610132Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:29 GMT + - Thu, 16 Oct 2025 06:56:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -38425,32 +38971,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:30 GMT + - Thu, 16 Oct 2025 06:56:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ffb258ea-d01a-004e-1882-2b36aa000000\nTime:2025-09-22T05:34:31.1665061Z" + specified resource already exists.\nRequestId:fc092053-f01a-004e-4069-3e4132000000\nTime:2025-10-16T06:56:20.2855330Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:30 GMT + - Thu, 16 Oct 2025 06:56:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -38470,32 +39016,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:31 GMT + - Thu, 16 Oct 2025 06:56:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:a1813c0b-901a-003d-7082-2b6e39000000\nTime:2025-09-22T05:34:32.2253364Z" + specified resource already exists.\nRequestId:0800edb4-e01a-001f-4c69-3edcbe000000\nTime:2025-10-16T06:56:21.2976716Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:32 GMT + - Thu, 16 Oct 2025 06:56:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -38515,17 +39061,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:34:32 GMT + - Thu, 16 Oct 2025 06:56:21 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_2 response: @@ -38535,36 +39081,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:33 GMT + - Thu, 16 Oct 2025 06:56:21 GMT etag: - - '"0x8DDF999B5DA8156"' + - '"0x8DE0C811DC5CE24"' last-modified: - - Mon, 22 Sep 2025 05:34:33 GMT + - Thu, 16 Oct 2025 06:56:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:33.2787030Z' + - '2025-10-16T06:56:22.3006244Z' x-ms-file-creation-time: - - '2025-09-22T05:34:33.2787030Z' + - '2025-10-16T06:56:22.3006244Z' x-ms-file-id: - - '13835165807421685760' + - '11529272220673114112' x-ms-file-last-write-time: - - '2025-09-22T05:34:33.2787030Z' + - '2025-10-16T06:56:22.3006244Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_2' headers: Accept: - application/xml @@ -38581,15 +39127,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:33 GMT + - Thu, 16 Oct 2025 06:56:22 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -38601,21 +39147,21 @@ interactions: content-length: - '0' content-md5: - - aYCPbUHHnweLODzaHD8BDA== + - ng8zw1jfdcGCuQHGqq0uzQ== date: - - Mon, 22 Sep 2025 05:34:33 GMT + - Thu, 16 Oct 2025 06:56:23 GMT etag: - - '"0x8DDF999B67D877D"' + - '"0x8DE0C811E63F2F7"' last-modified: - - Mon, 22 Sep 2025 05:34:34 GMT + - Thu, 16 Oct 2025 06:56:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:34.3470973Z' + - '2025-10-16T06:56:23.3370359Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -38633,32 +39179,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:34 GMT + - Thu, 16 Oct 2025 06:56:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:e4ee3cdc-b01a-0015-5182-2b0f91000000\nTime:2025-09-22T05:34:35.4379483Z" + specified resource does not exist.\nRequestId:ca745cae-701a-001d-5269-3e6206000000\nTime:2025-10-16T06:56:24.3767771Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:34 GMT + - Thu, 16 Oct 2025 06:56:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -38678,32 +39224,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:35 GMT + - Thu, 16 Oct 2025 06:56:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:90864110-401a-002e-4582-2b4a35000000\nTime:2025-09-22T05:34:36.5893378Z" + specified resource already exists.\nRequestId:b30b1d46-401a-0006-1e69-3e5c05000000\nTime:2025-10-16T06:56:25.4203950Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:36 GMT + - Thu, 16 Oct 2025 06:56:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -38723,32 +39269,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:36 GMT + - Thu, 16 Oct 2025 06:56:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:385b84f1-201a-0038-1582-2bbce2000000\nTime:2025-09-22T05:34:37.6868350Z" + specified resource already exists.\nRequestId:6cfa95f9-601a-0063-6569-3ef241000000\nTime:2025-10-16T06:56:26.4357946Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:37 GMT + - Thu, 16 Oct 2025 06:56:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -38768,17 +39314,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:34:37 GMT + - Thu, 16 Oct 2025 06:56:26 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_3 response: @@ -38788,36 +39334,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:38 GMT + - Thu, 16 Oct 2025 06:56:26 GMT etag: - - '"0x8DDF999B91B9EDF"' + - '"0x8DE0C8120D92B7E"' last-modified: - - Mon, 22 Sep 2025 05:34:38 GMT + - Thu, 16 Oct 2025 06:56:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:38.7386079Z' + - '2025-10-16T06:56:27.4606974Z' x-ms-file-creation-time: - - '2025-09-22T05:34:38.7386079Z' + - '2025-10-16T06:56:27.4606974Z' x-ms-file-id: - - '11529276618719625216' + - '13835104234770530304' x-ms-file-last-write-time: - - '2025-09-22T05:34:38.7386079Z' + - '2025-10-16T06:56:27.4606974Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_3' headers: Accept: - application/xml @@ -38834,15 +39380,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:38 GMT + - Thu, 16 Oct 2025 06:56:27 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -38854,21 +39400,21 @@ interactions: content-length: - '0' content-md5: - - jJtPI2+DVGvr4ptmz0uw3A== + - 48KtueCB1hHYvOiEIqSxZQ== date: - - Mon, 22 Sep 2025 05:34:39 GMT + - Thu, 16 Oct 2025 06:56:27 GMT etag: - - '"0x8DDF999B9BEA50F"' + - '"0x8DE0C812178AFB5"' last-modified: - - Mon, 22 Sep 2025 05:34:39 GMT + - Thu, 16 Oct 2025 06:56:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:39.8070031Z' + - '2025-10-16T06:56:28.5061045Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -38886,32 +39432,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:39 GMT + - Thu, 16 Oct 2025 06:56:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:617264c1-b01a-003a-4f82-2b025a000000\nTime:2025-09-22T05:34:42.1274865Z" + specified resource does not exist.\nRequestId:c3aa8b5e-a01a-0043-4069-3e89e6000000\nTime:2025-10-16T06:56:29.5290323Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:41 GMT + - Thu, 16 Oct 2025 06:56:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -38931,32 +39477,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:42 GMT + - Thu, 16 Oct 2025 06:56:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6ff9f6e2-101a-0033-3a82-2b4789000000\nTime:2025-09-22T05:34:43.1845444Z" + specified resource already exists.\nRequestId:aff1220c-b01a-005f-806a-3edb86000000\nTime:2025-10-16T06:56:30.5924701Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:42 GMT + - Thu, 16 Oct 2025 06:56:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -38976,32 +39522,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:43 GMT + - Thu, 16 Oct 2025 06:56:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:79ce35f9-901a-0070-6182-2ba1d5000000\nTime:2025-09-22T05:34:44.2332830Z" + specified resource already exists.\nRequestId:0b6eefdf-d01a-0004-0a6a-3ee2bd000000\nTime:2025-10-16T06:56:31.6291261Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:44 GMT + - Thu, 16 Oct 2025 06:56:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -39021,17 +39567,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:34:44 GMT + - Thu, 16 Oct 2025 06:56:31 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_4 response: @@ -39041,36 +39587,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:44 GMT + - Thu, 16 Oct 2025 06:56:32 GMT etag: - - '"0x8DDF999BD114C3A"' + - '"0x8DE0C8123F0CDFC"' last-modified: - - Mon, 22 Sep 2025 05:34:45 GMT + - Thu, 16 Oct 2025 06:56:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:45.3818426Z' + - '2025-10-16T06:56:32.6487548Z' x-ms-file-creation-time: - - '2025-09-22T05:34:45.3818426Z' + - '2025-10-16T06:56:32.6487548Z' x-ms-file-id: - - '13835113030863552512' + - '13835086642584485888' x-ms-file-last-write-time: - - '2025-09-22T05:34:45.3818426Z' + - '2025-10-16T06:56:32.6487548Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_4' headers: Accept: - application/xml @@ -39087,15 +39633,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:45 GMT + - Thu, 16 Oct 2025 06:56:32 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -39107,21 +39653,21 @@ interactions: content-length: - '0' content-md5: - - 1FMHxV89aQKn/MPEJUNokQ== + - DLn9pVd1BGG+5JxQ57dpRQ== date: - - Mon, 22 Sep 2025 05:34:45 GMT + - Thu, 16 Oct 2025 06:56:32 GMT etag: - - '"0x8DDF999BDB6C306"' + - '"0x8DE0C81248B70E8"' last-modified: - - Mon, 22 Sep 2025 05:34:46 GMT + - Thu, 16 Oct 2025 06:56:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:46.4662278Z' + - '2025-10-16T06:56:33.6621800Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -39139,32 +39685,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:46 GMT + - Thu, 16 Oct 2025 06:56:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:539e4c8e-001a-002f-6382-2b15e9000000\nTime:2025-09-22T05:34:47.6398081Z" + specified resource does not exist.\nRequestId:a80bd78d-601a-005c-796a-3e3ae2000000\nTime:2025-10-16T06:56:34.6659811Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:47 GMT + - Thu, 16 Oct 2025 06:56:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -39184,32 +39730,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:47 GMT + - Thu, 16 Oct 2025 06:56:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:79ce3699-901a-0070-6582-2ba1d5000000\nTime:2025-09-22T05:34:48.7386285Z" + specified resource already exists.\nRequestId:410052e8-e01a-007d-6d6a-3e1e99000000\nTime:2025-10-16T06:56:35.6655320Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:48 GMT + - Thu, 16 Oct 2025 06:56:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -39229,32 +39775,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:48 GMT + - Thu, 16 Oct 2025 06:56:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:5c901f4d-501a-0022-3982-2bdd3d000000\nTime:2025-09-22T05:34:50.2003662Z" + specified resource already exists.\nRequestId:f90e30c3-801a-0036-016a-3ee2ca000000\nTime:2025-10-16T06:56:36.6623206Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:49 GMT + - Thu, 16 Oct 2025 06:56:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -39274,17 +39820,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:34:50 GMT + - Thu, 16 Oct 2025 06:56:36 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_5 response: @@ -39294,36 +39840,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:50 GMT + - Thu, 16 Oct 2025 06:56:36 GMT etag: - - '"0x8DDF999C09A3DC1"' + - '"0x8DE0C8126F1B77A"' last-modified: - - Mon, 22 Sep 2025 05:34:51 GMT + - Thu, 16 Oct 2025 06:56:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:51.3124801Z' + - '2025-10-16T06:56:37.6878970Z' x-ms-file-creation-time: - - '2025-09-22T05:34:51.3124801Z' + - '2025-10-16T06:56:37.6878970Z' x-ms-file-id: - - '10376363910205800448' + - '13835157011328663552' x-ms-file-last-write-time: - - '2025-09-22T05:34:51.3124801Z' + - '2025-10-16T06:56:37.6878970Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_5' headers: Accept: - application/xml @@ -39340,15 +39886,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:51 GMT + - Thu, 16 Oct 2025 06:56:37 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -39360,21 +39906,21 @@ interactions: content-length: - '0' content-md5: - - pnb/AJk4CLXSX7s+Rgs3oA== + - lq539U6p25m3aiooQhtQPw== date: - - Mon, 22 Sep 2025 05:34:52 GMT + - Thu, 16 Oct 2025 06:56:38 GMT etag: - - '"0x8DDF999C13CF5D6"' + - '"0x8DE0C81278DB9B7"' last-modified: - - Mon, 22 Sep 2025 05:34:52 GMT + - Thu, 16 Oct 2025 06:56:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:52.3788758Z' + - '2025-10-16T06:56:38.7103159Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -39392,32 +39938,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:52 GMT + - Thu, 16 Oct 2025 06:56:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:3e083704-801a-000e-6082-2b3192000000\nTime:2025-09-22T05:34:53.4295701Z" + specified resource does not exist.\nRequestId:56fa76c9-e01a-0042-2c6a-3ed63a000000\nTime:2025-10-16T06:56:39.7424562Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:53 GMT + - Thu, 16 Oct 2025 06:56:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -39437,32 +39983,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:53 GMT + - Thu, 16 Oct 2025 06:56:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:93643101-101a-006e-0c82-2b4d0d000000\nTime:2025-09-22T05:34:54.5280421Z" + specified resource already exists.\nRequestId:89f6b6a2-e01a-006d-6a6a-3edbf1000000\nTime:2025-10-16T06:56:40.7677917Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:53 GMT + - Thu, 16 Oct 2025 06:56:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -39482,32 +40028,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:54 GMT + - Thu, 16 Oct 2025 06:56:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:5be3883c-401a-0011-5582-2b8296000000\nTime:2025-09-22T05:34:55.5759275Z" + specified resource already exists.\nRequestId:c22b1f97-901a-0083-526a-3e71d8000000\nTime:2025-10-16T06:56:41.8145406Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:54 GMT + - Thu, 16 Oct 2025 06:56:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -39527,17 +40073,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:34:55 GMT + - Thu, 16 Oct 2025 06:56:42 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_6 response: @@ -39547,36 +40093,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:34:55 GMT + - Thu, 16 Oct 2025 06:56:42 GMT etag: - - '"0x8DDF999C3C93572"' + - '"0x8DE0C8129FE5F08"' last-modified: - - Mon, 22 Sep 2025 05:34:56 GMT + - Thu, 16 Oct 2025 06:56:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:34:56.6534514Z' + - '2025-10-16T06:56:42.8039944Z' x-ms-file-creation-time: - - '2025-09-22T05:34:56.6534514Z' + - '2025-10-16T06:56:42.8039944Z' x-ms-file-id: - - '10376337521926733824' + - '13835192195700752384' x-ms-file-last-write-time: - - '2025-09-22T05:34:56.6534514Z' + - '2025-10-16T06:56:42.8039944Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_6' headers: Accept: - application/xml @@ -39593,15 +40139,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:56 GMT + - Thu, 16 Oct 2025 06:56:42 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -39613,21 +40159,21 @@ interactions: content-length: - '0' content-md5: - - vheskXV4xLT/cCWHUCv1Uw== + - ihn0MlXF3yvQVOGJMPgSEA== date: - - Mon, 22 Sep 2025 05:34:57 GMT + - Thu, 16 Oct 2025 06:56:43 GMT etag: - - '"0x8DDF999C469A3ED"' + - '"0x8DE0C812A9CF8F8"' last-modified: - - Mon, 22 Sep 2025 05:34:57 GMT + - Thu, 16 Oct 2025 06:56:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:34:57.7048557Z' + - '2025-10-16T06:56:43.8434040Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -39645,32 +40191,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:57 GMT + - Thu, 16 Oct 2025 06:56:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:3b8fb8f0-601a-005b-2782-2b2119000000\nTime:2025-09-22T05:34:58.7487328Z" + specified resource does not exist.\nRequestId:e221578a-c01a-0027-6e6a-3e787e000000\nTime:2025-10-16T06:56:44.8702424Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:57 GMT + - Thu, 16 Oct 2025 06:56:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -39690,32 +40236,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:58 GMT + - Thu, 16 Oct 2025 06:56:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:039bf0ad-601a-0039-2c82-2be33e000000\nTime:2025-09-22T05:34:59.8131787Z" + specified resource already exists.\nRequestId:360a2eaf-701a-0050-596a-3eadea000000\nTime:2025-10-16T06:56:45.9549824Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:34:59 GMT + - Thu, 16 Oct 2025 06:56:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -39735,32 +40281,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:34:59 GMT + - Thu, 16 Oct 2025 06:56:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7956ed19-501a-0040-1582-2b1f1a000000\nTime:2025-09-22T05:35:00.9414539Z" + specified resource already exists.\nRequestId:f2daa1cd-f01a-0013-056a-3e4bb6000000\nTime:2025-10-16T06:56:46.9997518Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:00 GMT + - Thu, 16 Oct 2025 06:56:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -39780,17 +40326,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:35:01 GMT + - Thu, 16 Oct 2025 06:56:47 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_7 response: @@ -39800,36 +40346,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:01 GMT + - Thu, 16 Oct 2025 06:56:47 GMT etag: - - '"0x8DDF999C70CC391"' + - '"0x8DE0C812D220E0F"' last-modified: - - Mon, 22 Sep 2025 05:35:02 GMT + - Thu, 16 Oct 2025 06:56:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:02.1293457Z' + - '2025-10-16T06:56:48.0710159Z' x-ms-file-creation-time: - - '2025-09-22T05:35:02.1293457Z' + - '2025-10-16T06:56:48.0710159Z' x-ms-file-id: - - '11529289812859158528' + - '16140967035193524224' x-ms-file-last-write-time: - - '2025-09-22T05:35:02.1293457Z' + - '2025-10-16T06:56:48.0710159Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_7' headers: Accept: - application/xml @@ -39846,15 +40392,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:02 GMT + - Thu, 16 Oct 2025 06:56:48 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -39866,21 +40412,21 @@ interactions: content-length: - '0' content-md5: - - cVeWf1YlB4eIMe1+0plCvw== + - rOsd9c7SFYzJTJZHGTaOrA== date: - - Mon, 22 Sep 2025 05:35:02 GMT + - Thu, 16 Oct 2025 06:56:48 GMT etag: - - '"0x8DDF999C7AD8026"' + - '"0x8DE0C812DC2A335"' last-modified: - - Mon, 22 Sep 2025 05:35:03 GMT + - Thu, 16 Oct 2025 06:56:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:03.1827494Z' + - '2025-10-16T06:56:49.1234101Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -39898,32 +40444,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:03 GMT + - Thu, 16 Oct 2025 06:56:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ec333d41-601a-0029-0182-2b2656000000\nTime:2025-09-22T05:35:04.3263241Z" + specified resource does not exist.\nRequestId:78db766d-f01a-0061-3d6a-3e4cf9000000\nTime:2025-10-16T06:56:50.1541120Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:04 GMT + - Thu, 16 Oct 2025 06:56:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -39943,32 +40489,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:04 GMT + - Thu, 16 Oct 2025 06:56:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:00e40745-a01a-0044-4e82-2b921d000000\nTime:2025-09-22T05:35:05.3698275Z" + specified resource already exists.\nRequestId:c22b200a-901a-0083-386a-3e71d8000000\nTime:2025-10-16T06:56:51.1719669Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:04 GMT + - Thu, 16 Oct 2025 06:56:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -39988,32 +40534,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:05 GMT + - Thu, 16 Oct 2025 06:56:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:eb651ba6-e01a-0008-5c82-2b022d000000\nTime:2025-09-22T05:35:06.4848885Z" + specified resource already exists.\nRequestId:b5aa2f95-001a-0007-536a-3e03d9000000\nTime:2025-10-16T06:56:52.2220128Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:06 GMT + - Thu, 16 Oct 2025 06:56:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -40033,17 +40579,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:35:06 GMT + - Thu, 16 Oct 2025 06:56:52 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_8 response: @@ -40053,36 +40599,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:06 GMT + - Thu, 16 Oct 2025 06:56:52 GMT etag: - - '"0x8DDF999CA4222F1"' + - '"0x8DE0C81303850D4"' last-modified: - - Mon, 22 Sep 2025 05:35:07 GMT + - Thu, 16 Oct 2025 06:56:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:07.5122929Z' + - '2025-10-16T06:56:53.2500692Z' x-ms-file-creation-time: - - '2025-09-22T05:35:07.5122929Z' + - '2025-10-16T06:56:53.2500692Z' x-ms-file-id: - - '11529311803091714048' + - '11529250230440558592' x-ms-file-last-write-time: - - '2025-09-22T05:35:07.5122929Z' + - '2025-10-16T06:56:53.2500692Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_8' headers: Accept: - application/xml @@ -40099,15 +40645,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:07 GMT + - Thu, 16 Oct 2025 06:56:53 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -40119,21 +40665,21 @@ interactions: content-length: - '0' content-md5: - - c071rLL0QMrEBSAUy25rSg== + - +3OkVvLEwyD67oDCUefpKA== date: - - Mon, 22 Sep 2025 05:35:07 GMT + - Thu, 16 Oct 2025 06:56:53 GMT etag: - - '"0x8DDF999CAE6FD91"' + - '"0x8DE0C8130D60086"' last-modified: - - Mon, 22 Sep 2025 05:35:08 GMT + - Thu, 16 Oct 2025 06:56:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:08.5926801Z' + - '2025-10-16T06:56:54.2834822Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -40151,32 +40697,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:08 GMT + - Thu, 16 Oct 2025 06:56:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:90083554-e01a-0027-3d82-2b0fe6000000\nTime:2025-09-22T05:35:09.6523233Z" + specified resource does not exist.\nRequestId:78197117-401a-0080-5a6a-3e90bc000000\nTime:2025-10-16T06:56:55.3450393Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:09 GMT + - Thu, 16 Oct 2025 06:56:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -40196,32 +40742,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:09 GMT + - Thu, 16 Oct 2025 06:56:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:8008d772-701a-0035-3182-2b7436000000\nTime:2025-09-22T05:35:10.7033304Z" + specified resource already exists.\nRequestId:b997932e-201a-0062-596a-3ead9d000000\nTime:2025-10-16T06:56:56.3962736Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:10 GMT + - Thu, 16 Oct 2025 06:56:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -40241,32 +40787,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:10 GMT + - Thu, 16 Oct 2025 06:56:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:596637c4-b01a-0058-0d82-2bc07d000000\nTime:2025-09-22T05:35:11.8067622Z" + specified resource already exists.\nRequestId:ca7461c2-701a-001d-066a-3e6206000000\nTime:2025-10-16T06:56:57.4636278Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:11 GMT + - Thu, 16 Oct 2025 06:56:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -40286,17 +40832,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:35:11 GMT + - Thu, 16 Oct 2025 06:56:57 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_9 response: @@ -40306,36 +40852,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:12 GMT + - Thu, 16 Oct 2025 06:56:58 GMT etag: - - '"0x8DDF999CD700962"' + - '"0x8DE0C8133528AF7"' last-modified: - - Mon, 22 Sep 2025 05:35:12 GMT + - Thu, 16 Oct 2025 06:56:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:12.8462690Z' + - '2025-10-16T06:56:58.4551159Z' x-ms-file-creation-time: - - '2025-09-22T05:35:12.8462690Z' + - '2025-10-16T06:56:58.4551159Z' x-ms-file-id: - - '13835192195700752384' + - '13835082244537974784' x-ms-file-last-write-time: - - '2025-09-22T05:35:12.8462690Z' + - '2025-10-16T06:56:58.4551159Z' x-ms-file-parent-id: - - '13835124025979830272' + - '11529351385510313984' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_9' headers: Accept: - application/xml @@ -40352,15 +40898,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:12 GMT + - Thu, 16 Oct 2025 06:56:58 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -40372,21 +40918,21 @@ interactions: content-length: - '0' content-md5: - - ZH8WYpwwi8ZDlXaP5Wc9jQ== + - Op5VO6ryixhhxH3c1Jcmhw== date: - - Mon, 22 Sep 2025 05:35:13 GMT + - Thu, 16 Oct 2025 06:56:58 GMT etag: - - '"0x8DDF999CE155912"' + - '"0x8DE0C8133EE3F2A"' last-modified: - - Mon, 22 Sep 2025 05:35:13 GMT + - Thu, 16 Oct 2025 06:56:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:13.9296530Z' + - '2025-10-16T06:56:59.4755370Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -40404,32 +40950,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:14 GMT + - Thu, 16 Oct 2025 06:56:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b9498272-f01a-002b-6b82-2b98ee000000\nTime:2025-09-22T05:35:15.0479340Z" + specified resource does not exist.\nRequestId:fa4d7fc1-b01a-004f-636a-3e1eee000000\nTime:2025-10-16T06:57:00.4922579Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:14 GMT + - Thu, 16 Oct 2025 06:56:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -40449,13 +40995,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:15 GMT + - Thu, 16 Oct 2025 06:57:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: @@ -40465,31 +41011,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:16 GMT + - Thu, 16 Oct 2025 06:57:01 GMT etag: - - '"0x8DDF999CF84B93F"' + - '"0x8DE0C8135261CB0"' last-modified: - - Mon, 22 Sep 2025 05:35:16 GMT + - Thu, 16 Oct 2025 06:57:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:35:16.3372863Z' + - '2025-10-16T06:57:01.5193776Z' x-ms-file-creation-time: - - '2025-09-22T05:35:16.3372863Z' + - '2025-10-16T06:57:01.5193776Z' x-ms-file-id: - - '11529234837277769728' + - '11529349186487058432' x-ms-file-last-write-time: - - '2025-09-22T05:35:16.3372863Z' + - '2025-10-16T06:57:01.5193776Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -40509,13 +41055,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:16 GMT + - Thu, 16 Oct 2025 06:57:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: @@ -40525,31 +41071,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:16 GMT + - Thu, 16 Oct 2025 06:57:02 GMT etag: - - '"0x8DDF999D03070B3"' + - '"0x8DE0C8135C2E231"' last-modified: - - Mon, 22 Sep 2025 05:35:17 GMT + - Thu, 16 Oct 2025 06:57:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:35:17.4626483Z' + - '2025-10-16T06:57:02.5467953Z' x-ms-file-creation-time: - - '2025-09-22T05:35:17.4626483Z' + - '2025-10-16T06:57:02.5467953Z' x-ms-file-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-last-write-time: - - '2025-09-22T05:35:17.4626483Z' + - '2025-10-16T06:57:02.5467953Z' x-ms-file-parent-id: - - '11529234837277769728' + - '11529349186487058432' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -40569,17 +41115,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:35:17 GMT + - Thu, 16 Oct 2025 06:57:02 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_0 response: @@ -40589,36 +41135,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:17 GMT + - Thu, 16 Oct 2025 06:57:03 GMT etag: - - '"0x8DDF999D0E6ADEE"' + - '"0x8DE0C81366488FA"' last-modified: - - Mon, 22 Sep 2025 05:35:18 GMT + - Thu, 16 Oct 2025 06:57:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:18.6569710Z' + - '2025-10-16T06:57:03.6061946Z' x-ms-file-creation-time: - - '2025-09-22T05:35:18.6569710Z' + - '2025-10-16T06:57:03.6061946Z' x-ms-file-id: - - '11529217245091725312' + - '13835117428910063616' x-ms-file-last-write-time: - - '2025-09-22T05:35:18.6569710Z' + - '2025-10-16T06:57:03.6061946Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_0' headers: Accept: - application/xml @@ -40635,15 +41181,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:18 GMT + - Thu, 16 Oct 2025 06:57:03 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -40655,21 +41201,21 @@ interactions: content-length: - '0' content-md5: - - k8Zx5M2q2PHzbUlUMXErpg== + - jthxIgd41/XkEgzeTQJddA== date: - - Mon, 22 Sep 2025 05:35:19 GMT + - Thu, 16 Oct 2025 06:57:03 GMT etag: - - '"0x8DDF999D190B7F2"' + - '"0x8DE0C81370211A9"' last-modified: - - Mon, 22 Sep 2025 05:35:19 GMT + - Thu, 16 Oct 2025 06:57:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:19.7713394Z' + - '2025-10-16T06:57:04.6386089Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -40687,32 +41233,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:19 GMT + - Thu, 16 Oct 2025 06:57:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5c9020c6-501a-0022-4a82-2bdd3d000000\nTime:2025-09-22T05:35:20.8528918Z" + specified resource does not exist.\nRequestId:0b6ef507-d01a-0004-696a-3ee2bd000000\nTime:2025-10-16T06:57:05.6674322Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:20 GMT + - Thu, 16 Oct 2025 06:57:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -40732,32 +41278,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:20 GMT + - Thu, 16 Oct 2025 06:57:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:fd18aecd-901a-0012-3482-2b63f2000000\nTime:2025-09-22T05:35:21.9658176Z" + specified resource already exists.\nRequestId:e2215ab9-c01a-0027-7c6a-3e787e000000\nTime:2025-10-16T06:57:06.6666391Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:21 GMT + - Thu, 16 Oct 2025 06:57:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -40777,32 +41323,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:22 GMT + - Thu, 16 Oct 2025 06:57:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:e98e4a08-c01a-007d-7282-2b6901000000\nTime:2025-09-22T05:35:23.1187612Z" + specified resource already exists.\nRequestId:54fc7e4c-401a-0074-6c6a-3e5b4a000000\nTime:2025-10-16T06:57:07.6820560Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:22 GMT + - Thu, 16 Oct 2025 06:57:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -40822,17 +41368,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:35:23 GMT + - Thu, 16 Oct 2025 06:57:07 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_1 response: @@ -40842,36 +41388,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:23 GMT + - Thu, 16 Oct 2025 06:57:08 GMT etag: - - '"0x8DDF999D437CE9C"' + - '"0x8DE0C81396C283C"' last-modified: - - Mon, 22 Sep 2025 05:35:24 GMT + - Thu, 16 Oct 2025 06:57:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:24.2218140Z' + - '2025-10-16T06:57:08.6893116Z' x-ms-file-creation-time: - - '2025-09-22T05:35:24.2218140Z' + - '2025-10-16T06:57:08.6893116Z' x-ms-file-id: - - '16140903263519113216' + - '11529322798207991808' x-ms-file-last-write-time: - - '2025-09-22T05:35:24.2218140Z' + - '2025-10-16T06:57:08.6893116Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_1' headers: Accept: - application/xml @@ -40888,15 +41434,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:24 GMT + - Thu, 16 Oct 2025 06:57:08 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -40908,21 +41454,21 @@ interactions: content-length: - '0' content-md5: - - cwF08WPzFkpQ+bMhSsphoQ== + - Jo5T0BMw1E1GNwT+XhP/xA== date: - - Mon, 22 Sep 2025 05:35:25 GMT + - Thu, 16 Oct 2025 06:57:08 GMT etag: - - '"0x8DDF999D534A77D"' + - '"0x8DE0C813A06A414"' last-modified: - - Mon, 22 Sep 2025 05:35:25 GMT + - Thu, 16 Oct 2025 06:57:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:25.8788733Z' + - '2025-10-16T06:57:09.7017364Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -40940,32 +41486,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:26 GMT + - Thu, 16 Oct 2025 06:57:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:cb48bdf4-b01a-0048-1282-2b0515000000\nTime:2025-09-22T05:35:27.0004618Z" + specified resource does not exist.\nRequestId:55c12cd4-701a-006f-756a-3e6549000000\nTime:2025-10-16T06:57:10.7317557Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:26 GMT + - Thu, 16 Oct 2025 06:57:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -40985,32 +41531,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:27 GMT + - Thu, 16 Oct 2025 06:57:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:361540bd-a01a-0036-2282-2b9552000000\nTime:2025-09-22T05:35:28.1009217Z" + specified resource already exists.\nRequestId:4c1d0104-e01a-000f-136a-3e19d6000000\nTime:2025-10-16T06:57:11.7733982Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:27 GMT + - Thu, 16 Oct 2025 06:57:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -41030,32 +41576,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:28 GMT + - Thu, 16 Oct 2025 06:57:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6172666b-b01a-003a-7b82-2b025a000000\nTime:2025-09-22T05:35:29.2087497Z" + specified resource already exists.\nRequestId:455a565f-901a-0015-2d6a-3e7809000000\nTime:2025-10-16T06:57:12.8092936Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:28 GMT + - Thu, 16 Oct 2025 06:57:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -41075,17 +41621,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:35:29 GMT + - Thu, 16 Oct 2025 06:57:12 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_2 response: @@ -41095,36 +41641,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:29 GMT + - Thu, 16 Oct 2025 06:57:13 GMT etag: - - '"0x8DDF999D7D7A00F"' + - '"0x8DE0C813C7D14EA"' last-modified: - - Mon, 22 Sep 2025 05:35:30 GMT + - Thu, 16 Oct 2025 06:57:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:30.3023631Z' + - '2025-10-16T06:57:13.8333930Z' x-ms-file-creation-time: - - '2025-09-22T05:35:30.3023631Z' + - '2025-10-16T06:57:13.8333930Z' x-ms-file-id: - - '13835082244537974784' + - '11529298608952180736' x-ms-file-last-write-time: - - '2025-09-22T05:35:30.3023631Z' + - '2025-10-16T06:57:13.8333930Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_2' headers: Accept: - application/xml @@ -41141,15 +41687,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:30 GMT + - Thu, 16 Oct 2025 06:57:14 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -41161,21 +41707,21 @@ interactions: content-length: - '0' content-md5: - - L4r3/bgo4fHmwgOikoWiUw== + - N2A8vvJh/SW5XFfWUlxfdQ== date: - - Mon, 22 Sep 2025 05:35:31 GMT + - Thu, 16 Oct 2025 06:57:14 GMT etag: - - '"0x8DDF999D88C7DE5"' + - '"0x8DE0C813D20B738"' last-modified: - - Mon, 22 Sep 2025 05:35:31 GMT + - Thu, 16 Oct 2025 06:57:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:31.4876901Z' + - '2025-10-16T06:57:14.9057848Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -41193,32 +41739,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:31 GMT + - Thu, 16 Oct 2025 06:57:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b9387f89-e01a-0055-4b82-2b08a9000000\nTime:2025-09-22T05:35:32.7481524Z" + specified resource does not exist.\nRequestId:f90e355a-801a-0036-3f6a-3ee2ca000000\nTime:2025-10-16T06:57:16.0321327Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:32 GMT + - Thu, 16 Oct 2025 06:57:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -41238,32 +41784,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:32 GMT + - Thu, 16 Oct 2025 06:57:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:d3fd1289-901a-0002-2782-2ba69a000000\nTime:2025-09-22T05:35:33.8205348Z" + specified resource already exists.\nRequestId:1965de4d-c01a-0045-5d6a-3eba59000000\nTime:2025-10-16T06:57:17.0640647Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:32 GMT + - Thu, 16 Oct 2025 06:57:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -41283,32 +41829,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:33 GMT + - Thu, 16 Oct 2025 06:57:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:0b8e4d63-d01a-0003-4f82-2bf946000000\nTime:2025-09-22T05:35:34.8948454Z" + specified resource already exists.\nRequestId:5d71e948-601a-002e-186a-3e3dad000000\nTime:2025-10-16T06:57:18.0777699Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:34 GMT + - Thu, 16 Oct 2025 06:57:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -41328,17 +41874,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:35:35 GMT + - Thu, 16 Oct 2025 06:57:18 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_3 response: @@ -41348,36 +41894,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:35 GMT + - Thu, 16 Oct 2025 06:57:19 GMT etag: - - '"0x8DDF999DB314AEE"' + - '"0x8DE0C813FA1D4DD"' last-modified: - - Mon, 22 Sep 2025 05:35:35 GMT + - Thu, 16 Oct 2025 06:57:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:35.9231726Z' + - '2025-10-16T06:57:19.1074013Z' x-ms-file-creation-time: - - '2025-09-22T05:35:35.9231726Z' + - '2025-10-16T06:57:19.1074013Z' x-ms-file-id: - - '16140920855705157632' + - '11529265623603347456' x-ms-file-last-write-time: - - '2025-09-22T05:35:35.9231726Z' + - '2025-10-16T06:57:19.1074013Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_3' headers: Accept: - application/xml @@ -41394,15 +41940,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:36 GMT + - Thu, 16 Oct 2025 06:57:19 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -41414,21 +41960,21 @@ interactions: content-length: - '0' content-md5: - - HxpGZUGVoXw8bGL++vpYLA== + - GpuHJGcIkJPl8VfU3rQQ1g== date: - - Mon, 22 Sep 2025 05:35:36 GMT + - Thu, 16 Oct 2025 06:57:19 GMT etag: - - '"0x8DDF999DBE12072"' + - '"0x8DE0C81403DB01E"' last-modified: - - Mon, 22 Sep 2025 05:35:37 GMT + - Thu, 16 Oct 2025 06:57:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:37.0755186Z' + - '2025-10-16T06:57:20.1288222Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -41446,32 +41992,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:37 GMT + - Thu, 16 Oct 2025 06:57:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:190d9628-f01a-003b-0982-2b5d86000000\nTime:2025-09-22T05:35:38.1631878Z" + specified resource does not exist.\nRequestId:54374fa0-201a-002f-656a-3e6271000000\nTime:2025-10-16T06:57:21.2642233Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:37 GMT + - Thu, 16 Oct 2025 06:57:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -41491,32 +42037,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:38 GMT + - Thu, 16 Oct 2025 06:57:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:287ae9ed-501a-001d-7682-2b159e000000\nTime:2025-09-22T05:35:39.2632098Z" + specified resource already exists.\nRequestId:8688addc-c01a-0018-346a-3eb0dd000000\nTime:2025-10-16T06:57:22.3236501Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:38 GMT + - Thu, 16 Oct 2025 06:57:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -41536,32 +42082,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:39 GMT + - Thu, 16 Oct 2025 06:57:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:385b86fe-201a-0038-1282-2bbce2000000\nTime:2025-09-22T05:35:40.3468147Z" + specified resource already exists.\nRequestId:7726821b-901a-0067-596a-3e7f46000000\nTime:2025-10-16T06:57:23.3626554Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:40 GMT + - Thu, 16 Oct 2025 06:57:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -41581,17 +42127,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:35:40 GMT + - Thu, 16 Oct 2025 06:57:23 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_4 response: @@ -41601,36 +42147,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:40 GMT + - Thu, 16 Oct 2025 06:57:23 GMT etag: - - '"0x8DDF999DE76114B"' + - '"0x8DE0C8142C97AA0"' last-modified: - - Mon, 22 Sep 2025 05:35:41 GMT + - Thu, 16 Oct 2025 06:57:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:41.4070603Z' + - '2025-10-16T06:57:24.4004000Z' x-ms-file-creation-time: - - '2025-09-22T05:35:41.4070603Z' + - '2025-10-16T06:57:24.4004000Z' x-ms-file-id: - - '13835187797654241280' + - '16140909860588879872' x-ms-file-last-write-time: - - '2025-09-22T05:35:41.4070603Z' + - '2025-10-16T06:57:24.4004000Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_4' headers: Accept: - application/xml @@ -41647,15 +42193,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:41 GMT + - Thu, 16 Oct 2025 06:57:24 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -41667,21 +42213,21 @@ interactions: content-length: - '0' content-md5: - - rFwY8FENvLF1PE8ze8Dtog== + - xiiB+SYpZJkicKIRt88KYQ== date: - - Mon, 22 Sep 2025 05:35:41 GMT + - Thu, 16 Oct 2025 06:57:25 GMT etag: - - '"0x8DDF999DF241259"' + - '"0x8DE0C81436862A3"' last-modified: - - Mon, 22 Sep 2025 05:35:42 GMT + - Thu, 16 Oct 2025 06:57:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:42.5474137Z' + - '2025-10-16T06:57:25.4418083Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -41699,32 +42245,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:42 GMT + - Thu, 16 Oct 2025 06:57:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:79ce37b6-901a-0070-1682-2ba1d5000000\nTime:2025-09-22T05:35:43.6999521Z" + specified resource does not exist.\nRequestId:adf0ea57-301a-001c-3e6a-3e3dda000000\nTime:2025-10-16T06:57:26.5038243Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:43 GMT + - Thu, 16 Oct 2025 06:57:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -41744,32 +42290,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:43 GMT + - Thu, 16 Oct 2025 06:57:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ae6fc423-c01a-0042-1682-2ba1a2000000\nTime:2025-09-22T05:35:44.7598200Z" + specified resource already exists.\nRequestId:c3aa9044-a01a-0043-316a-3e89e6000000\nTime:2025-10-16T06:57:27.5384839Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:44 GMT + - Thu, 16 Oct 2025 06:57:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -41789,32 +42335,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:44 GMT + - Thu, 16 Oct 2025 06:57:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:432de26b-d01a-003c-7f82-2b31e5000000\nTime:2025-09-22T05:35:45.8583325Z" + specified resource already exists.\nRequestId:76d98fa0-301a-0033-3f6a-3e3011000000\nTime:2025-10-16T06:57:28.5527933Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:45 GMT + - Thu, 16 Oct 2025 06:57:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -41834,17 +42380,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:35:45 GMT + - Thu, 16 Oct 2025 06:57:28 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_5 response: @@ -41854,36 +42400,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:46 GMT + - Thu, 16 Oct 2025 06:57:29 GMT etag: - - '"0x8DDF999E1D49D76"' + - '"0x8DE0C8145E38DB7"' last-modified: - - Mon, 22 Sep 2025 05:35:47 GMT + - Thu, 16 Oct 2025 06:57:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:47.0598518Z' + - '2025-10-16T06:57:29.6044471Z' x-ms-file-creation-time: - - '2025-09-22T05:35:47.0598518Z' + - '2025-10-16T06:57:29.6044471Z' x-ms-file-id: - - '14987997152075055104' + - '11529305206021947392' x-ms-file-last-write-time: - - '2025-09-22T05:35:47.0598518Z' + - '2025-10-16T06:57:29.6044471Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_5' headers: Accept: - application/xml @@ -41900,15 +42446,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:47 GMT + - Thu, 16 Oct 2025 06:57:29 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -41920,21 +42466,21 @@ interactions: content-length: - '0' content-md5: - - s0jhw7Od0vqCqPLUVT7keA== + - VZXPj/zZtQkzq4xtEDoABw== date: - - Mon, 22 Sep 2025 05:35:47 GMT + - Thu, 16 Oct 2025 06:57:30 GMT etag: - - '"0x8DDF999E27FDFC4"' + - '"0x8DE0C814685347E"' last-modified: - - Mon, 22 Sep 2025 05:35:48 GMT + - Thu, 16 Oct 2025 06:57:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:48.1822148Z' + - '2025-10-16T06:57:30.6638462Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -41952,32 +42498,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:48 GMT + - Thu, 16 Oct 2025 06:57:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b82d7212-301a-0034-6a82-2b2bea000000\nTime:2025-09-22T05:35:49.2411320Z" + specified resource does not exist.\nRequestId:17bed247-801a-006b-1d6a-3ee84e000000\nTime:2025-10-16T06:57:31.6760770Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:48 GMT + - Thu, 16 Oct 2025 06:57:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -41997,32 +42543,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:49 GMT + - Thu, 16 Oct 2025 06:57:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:d636f148-601a-0064-4882-2be9ba000000\nTime:2025-09-22T05:35:50.3374275Z" + specified resource already exists.\nRequestId:2f9edd34-501a-0078-6e6a-3ecc42000000\nTime:2025-10-16T06:57:32.6919771Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:49 GMT + - Thu, 16 Oct 2025 06:57:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -42042,32 +42588,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:50 GMT + - Thu, 16 Oct 2025 06:57:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:682f4960-d01a-005e-2382-2bf3c2000000\nTime:2025-09-22T05:35:51.3715926Z" + specified resource already exists.\nRequestId:84fee5c7-201a-0010-1f6a-3eaad2000000\nTime:2025-10-16T06:57:33.7126487Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:50 GMT + - Thu, 16 Oct 2025 06:57:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -42087,17 +42633,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:35:51 GMT + - Thu, 16 Oct 2025 06:57:33 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_6 response: @@ -42107,36 +42653,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:51 GMT + - Thu, 16 Oct 2025 06:57:34 GMT etag: - - '"0x8DDF999E518C7A2"' + - '"0x8DE0C8148F2A5E7"' last-modified: - - Mon, 22 Sep 2025 05:35:52 GMT + - Thu, 16 Oct 2025 06:57:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:52.5397410Z' + - '2025-10-16T06:57:34.7365351Z' x-ms-file-creation-time: - - '2025-09-22T05:35:52.5397410Z' + - '2025-10-16T06:57:34.7365351Z' x-ms-file-id: - - '13835108632817041408' + - '11529318400161480704' x-ms-file-last-write-time: - - '2025-09-22T05:35:52.5397410Z' + - '2025-10-16T06:57:34.7365351Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_6' headers: Accept: - application/xml @@ -42153,15 +42699,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:52 GMT + - Thu, 16 Oct 2025 06:57:34 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -42173,21 +42719,21 @@ interactions: content-length: - '0' content-md5: - - P9j9GyHTl+Lvtgri+Z0Opw== + - CPJQkFtCDEKcxfjk8KiYIw== date: - - Mon, 22 Sep 2025 05:35:53 GMT + - Thu, 16 Oct 2025 06:57:35 GMT etag: - - '"0x8DDF999E5C0D611"' + - '"0x8DE0C8149913FDE"' last-modified: - - Mon, 22 Sep 2025 05:35:53 GMT + - Thu, 16 Oct 2025 06:57:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:53.6411153Z' + - '2025-10-16T06:57:35.7759454Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -42205,32 +42751,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:53 GMT + - Thu, 16 Oct 2025 06:57:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9b8b6f2a-201a-0017-7282-2bb129000000\nTime:2025-09-22T05:35:54.7124850Z" + specified resource does not exist.\nRequestId:dde8cc55-801a-0009-106a-3e2a69000000\nTime:2025-10-16T06:57:36.7864698Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:54 GMT + - Thu, 16 Oct 2025 06:57:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -42250,32 +42796,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:54 GMT + - Thu, 16 Oct 2025 06:57:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:79ce3869-901a-0070-2482-2ba1d5000000\nTime:2025-09-22T05:35:55.7690362Z" + specified resource already exists.\nRequestId:1c097203-e01a-0052-0d6a-3e1352000000\nTime:2025-10-16T06:57:37.7987570Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:55 GMT + - Thu, 16 Oct 2025 06:57:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -42295,32 +42841,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:55 GMT + - Thu, 16 Oct 2025 06:57:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f62a0813-c01a-0020-0182-2b6385000000\nTime:2025-09-22T05:35:56.9327666Z" + specified resource already exists.\nRequestId:1e039d16-601a-0001-316a-3e3066000000\nTime:2025-10-16T06:57:38.8366352Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:56 GMT + - Thu, 16 Oct 2025 06:57:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -42340,17 +42886,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:35:57 GMT + - Thu, 16 Oct 2025 06:57:39 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_7 response: @@ -42360,36 +42906,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:35:57 GMT + - Thu, 16 Oct 2025 06:57:39 GMT etag: - - '"0x8DDF999E8529307"' + - '"0x8DE0C814BFDEE14"' last-modified: - - Mon, 22 Sep 2025 05:35:57 GMT + - Thu, 16 Oct 2025 06:57:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:35:57.9516679Z' + - '2025-10-16T06:57:39.8436372Z' x-ms-file-creation-time: - - '2025-09-22T05:35:57.9516679Z' + - '2025-10-16T06:57:39.8436372Z' x-ms-file-id: - - '13835091040630996992' + - '11529221643138236416' x-ms-file-last-write-time: - - '2025-09-22T05:35:57.9516679Z' + - '2025-10-16T06:57:39.8436372Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_7' headers: Accept: - application/xml @@ -42406,15 +42952,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:58 GMT + - Thu, 16 Oct 2025 06:57:40 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -42426,21 +42972,21 @@ interactions: content-length: - '0' content-md5: - - 5mJU+I023XlY93NE4MI/tQ== + - jQv6037DDRs4mS977dwlTA== date: - - Mon, 22 Sep 2025 05:35:58 GMT + - Thu, 16 Oct 2025 06:57:40 GMT etag: - - '"0x8DDF999E9059C63"' + - '"0x8DE0C814C98DF1F"' last-modified: - - Mon, 22 Sep 2025 05:35:59 GMT + - Thu, 16 Oct 2025 06:57:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:35:59.1250019Z' + - '2025-10-16T06:57:40.8590623Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -42458,32 +43004,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:35:59 GMT + - Thu, 16 Oct 2025 06:57:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ce4b6865-001a-0062-2182-2bda05000000\nTime:2025-09-22T05:36:00.1930703Z" + specified resource does not exist.\nRequestId:64d77ff4-d01a-003b-536a-3e2a1e000000\nTime:2025-10-16T06:57:41.8897037Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:35:59 GMT + - Thu, 16 Oct 2025 06:57:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -42503,32 +43049,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:00 GMT + - Thu, 16 Oct 2025 06:57:42 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f7aeddcc-d01a-0071-4482-2bfe09000000\nTime:2025-09-22T05:36:01.3552902Z" + specified resource already exists.\nRequestId:24d3f1d3-d01a-0076-646a-3ee5f2000000\nTime:2025-10-16T06:57:42.8978485Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:00 GMT + - Thu, 16 Oct 2025 06:57:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -42548,32 +43094,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:01 GMT + - Thu, 16 Oct 2025 06:57:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:60672034-901a-002d-5782-2bab51000000\nTime:2025-09-22T05:36:02.4909072Z" + specified resource already exists.\nRequestId:1ca31d83-201a-004d-1d6a-3ea056000000\nTime:2025-10-16T06:57:43.9144379Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:01 GMT + - Thu, 16 Oct 2025 06:57:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -42593,17 +43139,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:36:02 GMT + - Thu, 16 Oct 2025 06:57:44 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_8 response: @@ -42613,36 +43159,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:02 GMT + - Thu, 16 Oct 2025 06:57:44 GMT etag: - - '"0x8DDF999EBA58825"' + - '"0x8DE0C814F0B58E1"' last-modified: - - Mon, 22 Sep 2025 05:36:03 GMT + - Thu, 16 Oct 2025 06:57:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:03.5285029Z' + - '2025-10-16T06:57:44.9647329Z' x-ms-file-creation-time: - - '2025-09-22T05:36:03.5285029Z' + - '2025-10-16T06:57:44.9647329Z' x-ms-file-id: - - '13835196593747263488' + - '11529228240208003072' x-ms-file-last-write-time: - - '2025-09-22T05:36:03.5285029Z' + - '2025-10-16T06:57:44.9647329Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_8' headers: Accept: - application/xml @@ -42659,15 +43205,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:03 GMT + - Thu, 16 Oct 2025 06:57:45 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -42679,21 +43225,21 @@ interactions: content-length: - '0' content-md5: - - 8ZN27ct23XhQKjuv8OhezQ== + - t4fnVcSQrGH9P9IrxqKbUw== date: - - Mon, 22 Sep 2025 05:36:04 GMT + - Thu, 16 Oct 2025 06:57:45 GMT etag: - - '"0x8DDF999EC4B4CF9"' + - '"0x8DE0C814FA7F750"' last-modified: - - Mon, 22 Sep 2025 05:36:04 GMT + - Thu, 16 Oct 2025 06:57:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:04.6148857Z' + - '2025-10-16T06:57:45.9911504Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -42711,32 +43257,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:04 GMT + - Thu, 16 Oct 2025 06:57:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:120e135f-a01a-006b-2b82-2b9fd6000000\nTime:2025-09-22T05:36:05.8406210Z" + specified resource does not exist.\nRequestId:1de86d40-f01a-002c-326a-3e8315000000\nTime:2025-10-16T06:57:47.0455045Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:05 GMT + - Thu, 16 Oct 2025 06:57:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -42756,32 +43302,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:05 GMT + - Thu, 16 Oct 2025 06:57:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:c3a0af47-801a-0053-1a82-2b3b16000000\nTime:2025-09-22T05:36:06.9355583Z" + specified resource already exists.\nRequestId:adf0eddc-301a-001c-6f6a-3e3dda000000\nTime:2025-10-16T06:57:48.0788545Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:06 GMT + - Thu, 16 Oct 2025 06:57:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -42801,32 +43347,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:07 GMT + - Thu, 16 Oct 2025 06:57:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:432de33f-d01a-003c-1682-2b31e5000000\nTime:2025-09-22T05:36:07.9645118Z" + specified resource already exists.\nRequestId:49d6a796-a01a-0031-376a-3e8ea9000000\nTime:2025-10-16T06:57:49.0866345Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:07 GMT + - Thu, 16 Oct 2025 06:57:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -42846,17 +43392,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:36:08 GMT + - Thu, 16 Oct 2025 06:57:49 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_9 response: @@ -42866,36 +43412,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:08 GMT + - Thu, 16 Oct 2025 06:57:49 GMT etag: - - '"0x8DDF999EEF019F2"' + - '"0x8DE0C81521DF302"' last-modified: - - Mon, 22 Sep 2025 05:36:09 GMT + - Thu, 16 Oct 2025 06:57:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:09.0503666Z' + - '2025-10-16T06:57:50.1198082Z' x-ms-file-creation-time: - - '2025-09-22T05:36:09.0503666Z' + - '2025-10-16T06:57:50.1198082Z' x-ms-file-id: - - '13835129523537969152' + - '11529321698696364032' x-ms-file-last-write-time: - - '2025-09-22T05:36:09.0503666Z' + - '2025-10-16T06:57:50.1198082Z' x-ms-file-parent-id: - - '16140962637147013120' + - '13835152613282152448' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_9' headers: Accept: - application/xml @@ -42912,15 +43458,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:09 GMT + - Thu, 16 Oct 2025 06:57:50 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -42932,21 +43478,21 @@ interactions: content-length: - '0' content-md5: - - DrxOZ7gt9PzTq/2SyV8+yQ== + - k5cAdn344lvlcFw8h9a5tg== date: - - Mon, 22 Sep 2025 05:36:09 GMT + - Thu, 16 Oct 2025 06:57:50 GMT etag: - - '"0x8DDF999EF9939AA"' + - '"0x8DE0C8152C05D64"' last-modified: - - Mon, 22 Sep 2025 05:36:10 GMT + - Thu, 16 Oct 2025 06:57:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:10.1587370Z' + - '2025-10-16T06:57:51.1842148Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -42964,32 +43510,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:10 GMT + - Thu, 16 Oct 2025 06:57:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:013b9b9e-a01a-0026-3c82-2b503a000000\nTime:2025-09-22T05:36:11.2250384Z" + specified resource does not exist.\nRequestId:7d81d342-f01a-003c-7e6a-3e467d000000\nTime:2025-10-16T06:57:52.2202006Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:11 GMT + - Thu, 16 Oct 2025 06:57:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -43007,35 +43553,35 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:11 GMT + - Thu, 16 Oct 2025 06:57:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4?restype=directory&comp=list response: body: string: "\uFEFF0apple11529285414812647424butter13835132822072852480duff115292348372777697280apple13835093239654252544butter11529219444114980864duff11529349186487058432readme1383512842402634137687" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:11 GMT + - Thu, 16 Oct 2025 06:57:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -43053,32 +43599,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:12 GMT + - Thu, 16 Oct 2025 06:57:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory&comp=list response: body: string: "\uFEFF11529285414812647424file_013835093239654252544133file_113835075647468208128133file_211529303006998691840133file_313835181200584474624133file_413835137220119363584133file_513835172404491452416133file_611529232638254514176133file_713835154812305408000133file_813835189996677496832133file_91152926782262660300813313835093239654252544file_013835163608398430208133file_113835146016212385792133file_213835181200584474624133file_313835137220119363584133file_413835172404491452416133file_513835154812305408000133file_611529259026533580800133file_713835062453328674816133file_813835097637700763648133file_913835080045514719232133" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:12 GMT + - Thu, 16 Oct 2025 06:57:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -43096,33 +43642,33 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:13 GMT + - Thu, 16 Oct 2025 06:57:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory&comp=list response: body: string: "\uFEFF13835132822072852480charlie13835124025979830272file_013835097637700763648134file_113835080045514719232134file_210376311133647667200134file_311529272220673114112134file_416140971433240035328134file_511529338191370780672134file_611529259026533580800134file_711529346987463802880134file_813835176802537963520134file_91152932499723124736013411529219444114980864charlie11529351385510313984file_013835150414258896896134file_113835115229886808064134file_213835071249421697024134file_313835106433793785856134file_413835088841607741440134file_511529254628487069696134file_613835194394724007936134file_713835130623049596928134file_811529267822626603008134file_913835165807421685760134" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:14 GMT + - Thu, 16 Oct 2025 06:57:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -43140,32 +43686,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:14 GMT + - Thu, 16 Oct 2025 06:57:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff?restype=directory&comp=list response: body: string: "\uFEFF11529234837277769728edward1614096263714701312011529349186487058432edward13835152613282152448" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:14 GMT + - Thu, 16 Oct 2025 06:57:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -43183,32 +43729,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:15 GMT + - Thu, 16 Oct 2025 06:57:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory&comp=list response: body: string: "\uFEFF13835124025979830272file_011529254628487069696142file_113835060254305419264142file_213835165807421685760142file_311529276618719625216142file_413835113030863552512142file_510376363910205800448142file_610376337521926733824142file_711529289812859158528142file_811529311803091714048142file_91383519219570075238414211529351385510313984file_013835148215235641344142file_113835069050398441472142file_211529272220673114112142file_313835104234770530304142file_413835086642584485888142file_513835157011328663552142file_613835192195700752384142file_716140967035193524224142file_811529250230440558592142file_913835082244537974784142" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:16 GMT + - Thu, 16 Oct 2025 06:57:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -43226,32 +43772,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:17 GMT + - Thu, 16 Oct 2025 06:57:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory&comp=list response: body: string: "\uFEFF16140962637147013120file_011529217245091725312139file_116140903263519113216139file_213835082244537974784139file_316140920855705157632139file_413835187797654241280139file_514987997152075055104139file_613835108632817041408139file_713835091040630996992139file_813835196593747263488139file_91383512952353796915213913835152613282152448file_013835117428910063616139file_111529322798207991808139file_211529298608952180736139file_311529265623603347456139file_416140909860588879872139file_511529305206021947392139file_611529318400161480704139file_711529221643138236416139file_811529228240208003072139file_911529321698696364032139" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:17 GMT + - Thu, 16 Oct 2025 06:57:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -43271,13 +43817,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:18 GMT + - Thu, 16 Oct 2025 06:57:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share4/apple/file_0 response: @@ -43287,11 +43833,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:18 GMT + - Thu, 16 Oct 2025 06:57:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -43311,13 +43857,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:19 GMT + - Thu, 16 Oct 2025 06:58:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share4/butter/file_0 response: @@ -43327,11 +43873,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:19 GMT + - Thu, 16 Oct 2025 06:58:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -43351,13 +43897,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:20 GMT + - Thu, 16 Oct 2025 06:58:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share4/butter/charlie/file_0 response: @@ -43367,11 +43913,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:21 GMT + - Thu, 16 Oct 2025 06:58:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -43391,13 +43937,13 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:21 GMT + - Thu, 16 Oct 2025 06:58:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share4/duff/edward/file_0 response: @@ -43407,11 +43953,11 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:22 GMT + - Thu, 16 Oct 2025 06:58:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -43429,41 +43975,132 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:58:03 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share4?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:58:03 GMT + etag: + - '"0x8DE0C80E283F7E0"' + last-modified: + - Thu, 16 Oct 2025 06:54:42 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:23 GMT + - Thu, 16 Oct 2025 06:58:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share4/apple?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500011529285414812647424file_1138350756474682081281332025-09-22T05:32:58.9824669Z2025-09-22T05:32:58.9824669Z2025-09-22T05:33:00.0728505Z2025-09-22T05:33:00.0728505ZMon, - 22 Sep 2025 05:33:00 GMT\"0x8DDF9997E4C6BB9\"Archive5353504018412869497*16351338570168795127file_2115293030069986918401332025-09-22T05:33:03.2660457Z2025-09-22T05:33:03.2660457Z2025-09-22T05:33:04.3264461Z2025-09-22T05:33:04.3264461ZMon, - 22 Sep 2025 05:33:04 GMT\"0x8DDF99980D577CD\"Archive5353504018412869497*16351338570168795127file_3138351812005844746241332025-09-22T05:33:07.6755528Z2025-09-22T05:33:07.6755528Z2025-09-22T05:33:08.7239601Z2025-09-22T05:33:08.7239601ZMon, - 22 Sep 2025 05:33:08 GMT\"0x8DDF999837479B1\"Archive5353504018412869497*16351338570168795127file_4138351372201193635841332025-09-22T05:33:11.9381428Z2025-09-22T05:33:11.9381428Z2025-09-22T05:33:13.0235299Z2025-09-22T05:33:13.0235299ZMon, - 22 Sep 2025 05:33:13 GMT\"0x8DDF999860489A3\"Archive5353504018412869497*16351338570168795127file_5138351724044914524161332025-09-22T05:33:16.2646970Z2025-09-22T05:33:16.2646970Z2025-09-22T05:33:17.3230979Z2025-09-22T05:33:17.3230979ZMon, - 22 Sep 2025 05:33:17 GMT\"0x8DDF99988949983\"Archive5353504018412869497*16351338570168795127file_6115292326382545141761332025-09-22T05:33:20.4973035Z2025-09-22T05:33:20.4973035Z2025-09-22T05:33:21.6126719Z2025-09-22T05:33:21.6126719ZMon, - 22 Sep 2025 05:33:21 GMT\"0x8DDF9998B2322FF\"Archive5353504018412869497*16351338570168795127file_7138351548123054080001332025-09-22T05:33:24.8464511Z2025-09-22T05:33:24.8464511Z2025-09-22T05:33:25.9668176Z2025-09-22T05:33:25.9668176ZMon, - 22 Sep 2025 05:33:25 GMT\"0x8DDF9998DBB86D0\"Archive5353504018412869497*16351338570168795127file_8138351899966774968321332025-09-22T05:33:29.2959343Z2025-09-22T05:33:29.2959343Z2025-09-22T05:33:30.3963112Z2025-09-22T05:33:30.3963112ZMon, - 22 Sep 2025 05:33:30 GMT\"0x8DDF999905F69E8\"Archive5353504018412869497*16351338570168795127file_9115292678226266030081332025-09-22T05:33:33.6814532Z2025-09-22T05:33:33.6814532Z2025-09-22T05:33:34.8357999Z2025-09-22T05:33:34.8357999ZMon, - 22 Sep 2025 05:33:34 GMT\"0x8DDF9999304D36F\"Archive5353504018412869497*16351338570168795127500013835093239654252544file_113835146016212385792133file_213835181200584474624133file_313835137220119363584133file_413835172404491452416133file_513835154812305408000133file_611529259026533580800133file_713835062453328674816133file_813835097637700763648133file_913835080045514719232133" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:23 GMT + - Thu, 16 Oct 2025 06:58:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:58:05 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share4?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:58:05 GMT + etag: + - '"0x8DE0C80E283F7E0"' + last-modified: + - Thu, 16 Oct 2025 06:54:42 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' status: code: 200 message: OK @@ -43481,42 +44118,33 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:24 GMT + - Thu, 16 Oct 2025 06:58:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share4/butter?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500013835132822072852480charlie138351240259798302722025-09-22T05:34:21.2225363Z2025-09-22T05:34:21.2225363Z2025-09-22T05:34:21.2225363Z2025-09-22T05:34:21.2225363ZMon, - 22 Sep 2025 05:34:21 GMT\"0x8DDF999AEAAE153\"Directory9957663114370902142*16351338570168795127file_1138350800455147192321342025-09-22T05:33:42.3095705Z2025-09-22T05:33:42.3095705Z2025-09-22T05:33:43.3719698Z2025-09-22T05:33:43.3719698ZMon, - 22 Sep 2025 05:33:43 GMT\"0x8DDF999981B5792\"Archive5353504018412869497*16351338570168795127file_2103763111336476672001342025-09-22T05:33:46.6051403Z2025-09-22T05:33:46.6051403Z2025-09-22T05:33:47.6665386Z2025-09-22T05:33:47.6665386ZMon, - 22 Sep 2025 05:33:47 GMT\"0x8DDF9999AAAA42A\"Archive5353504018412869497*16351338570168795127file_3115292722206731141121342025-09-22T05:33:50.9017077Z2025-09-22T05:33:50.9017077Z2025-09-22T05:33:51.9551109Z2025-09-22T05:33:51.9551109ZMon, - 22 Sep 2025 05:33:51 GMT\"0x8DDF9999D390685\"Archive5353504018412869497*16351338570168795127file_4161409714332400353281342025-09-22T05:33:55.1812843Z2025-09-22T05:33:55.1812843Z2025-09-22T05:33:56.2496799Z2025-09-22T05:33:56.2496799ZMon, - 22 Sep 2025 05:33:56 GMT\"0x8DDF9999FC8531F\"Archive5353504018412869497*16351338570168795127file_5115293381913707806721342025-09-22T05:33:59.4228824Z2025-09-22T05:33:59.4228824Z2025-09-22T05:34:00.5452470Z2025-09-22T05:34:00.5452470ZMon, - 22 Sep 2025 05:34:00 GMT\"0x8DDF999A257C6B6\"Archive5353504018412869497*16351338570168795127file_6115292590265335808001342025-09-22T05:34:03.7154515Z2025-09-22T05:34:03.7154515Z2025-09-22T05:34:04.8827916Z2025-09-22T05:34:04.8827916ZMon, - 22 Sep 2025 05:34:04 GMT\"0x8DDF999A4EDA20C\"Archive5353504018412869497*16351338570168795127file_7115293469874638028801342025-09-22T05:34:08.0479981Z2025-09-22T05:34:08.0479981Z2025-09-22T05:34:09.1723610Z2025-09-22T05:34:09.1723610ZMon, - 22 Sep 2025 05:34:09 GMT\"0x8DDF999A77C2B5A\"Archive5353504018412869497*16351338570168795127file_8138351768025379635201342025-09-22T05:34:12.4864842Z2025-09-22T05:34:12.4864842Z2025-09-22T05:34:13.5498820Z2025-09-22T05:34:13.5498820ZMon, - 22 Sep 2025 05:34:13 GMT\"0x8DDF999AA182044\"Archive5353504018412869497*16351338570168795127file_9115293249972312473601342025-09-22T05:34:16.8260259Z2025-09-22T05:34:16.8260259Z2025-09-22T05:34:17.9054145Z2025-09-22T05:34:17.9054145ZMon, - 22 Sep 2025 05:34:17 GMT\"0x8DDF999ACB0BA41\"Archive5353504018412869497*16351338570168795127500011529219444114980864charlie11529351385510313984file_113835115229886808064134file_213835071249421697024134file_313835106433793785856134file_413835088841607741440134file_511529254628487069696134file_613835194394724007936134file_713835130623049596928134file_811529267822626603008134file_913835165807421685760134" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:24 GMT + - Thu, 16 Oct 2025 06:58:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -43534,41 +44162,132 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:58:07 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share4?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:58:08 GMT + etag: + - '"0x8DE0C80E283F7E0"' + last-modified: + - Thu, 16 Oct 2025 06:54:42 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:26 GMT + - Thu, 16 Oct 2025 06:58:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share4/butter%2Fcharlie?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500013835124025979830272file_1138350602543054192641422025-09-22T05:34:27.7188540Z2025-09-22T05:34:27.7188540Z2025-09-22T05:34:28.7652613Z2025-09-22T05:34:28.7652613ZMon, - 22 Sep 2025 05:34:28 GMT\"0x8DDF999B329CF05\"Archive5353504018412869497*16351338570168795127file_2138351658074216857601422025-09-22T05:34:33.2787030Z2025-09-22T05:34:33.2787030Z2025-09-22T05:34:34.3470973Z2025-09-22T05:34:34.3470973ZMon, - 22 Sep 2025 05:34:34 GMT\"0x8DDF999B67D877D\"Archive5353504018412869497*16351338570168795127file_3115292766187196252161422025-09-22T05:34:38.7386079Z2025-09-22T05:34:38.7386079Z2025-09-22T05:34:39.8070031Z2025-09-22T05:34:39.8070031ZMon, - 22 Sep 2025 05:34:39 GMT\"0x8DDF999B9BEA50F\"Archive5353504018412869497*16351338570168795127file_4138351130308635525121422025-09-22T05:34:45.3818426Z2025-09-22T05:34:45.3818426Z2025-09-22T05:34:46.4662278Z2025-09-22T05:34:46.4662278ZMon, - 22 Sep 2025 05:34:46 GMT\"0x8DDF999BDB6C306\"Archive5353504018412869497*16351338570168795127file_5103763639102058004481422025-09-22T05:34:51.3124801Z2025-09-22T05:34:51.3124801Z2025-09-22T05:34:52.3788758Z2025-09-22T05:34:52.3788758ZMon, - 22 Sep 2025 05:34:52 GMT\"0x8DDF999C13CF5D6\"Archive5353504018412869497*16351338570168795127file_6103763375219267338241422025-09-22T05:34:56.6534514Z2025-09-22T05:34:56.6534514Z2025-09-22T05:34:57.7048557Z2025-09-22T05:34:57.7048557ZMon, - 22 Sep 2025 05:34:57 GMT\"0x8DDF999C469A3ED\"Archive5353504018412869497*16351338570168795127file_7115292898128591585281422025-09-22T05:35:02.1293457Z2025-09-22T05:35:02.1293457Z2025-09-22T05:35:03.1827494Z2025-09-22T05:35:03.1827494ZMon, - 22 Sep 2025 05:35:03 GMT\"0x8DDF999C7AD8026\"Archive5353504018412869497*16351338570168795127file_8115293118030917140481422025-09-22T05:35:07.5122929Z2025-09-22T05:35:07.5122929Z2025-09-22T05:35:08.5926801Z2025-09-22T05:35:08.5926801ZMon, - 22 Sep 2025 05:35:08 GMT\"0x8DDF999CAE6FD91\"Archive5353504018412869497*16351338570168795127file_9138351921957007523841422025-09-22T05:35:12.8462690Z2025-09-22T05:35:12.8462690Z2025-09-22T05:35:13.9296530Z2025-09-22T05:35:13.9296530ZMon, - 22 Sep 2025 05:35:13 GMT\"0x8DDF999CE155912\"Archive5353504018412869497*16351338570168795127500011529351385510313984file_113835069050398441472142file_211529272220673114112142file_313835104234770530304142file_413835086642584485888142file_513835157011328663552142file_613835192195700752384142file_716140967035193524224142file_811529250230440558592142file_913835082244537974784142" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:26 GMT + - Thu, 16 Oct 2025 06:58:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --exclude-dir --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:58:10 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share4?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:58:10 GMT + etag: + - '"0x8DE0C80E283F7E0"' + last-modified: + - Thu, 16 Oct 2025 06:54:42 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' status: code: 200 message: OK @@ -43586,41 +44305,32 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:27 GMT + - Thu, 16 Oct 2025 06:58:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share4/duff%2Fedward?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500016140962637147013120file_1161409032635191132161392025-09-22T05:35:24.2218140Z2025-09-22T05:35:24.2218140Z2025-09-22T05:35:25.8788733Z2025-09-22T05:35:25.8788733ZMon, - 22 Sep 2025 05:35:25 GMT\"0x8DDF999D534A77D\"Archive5353504018412869497*16351338570168795127file_2138350822445379747841392025-09-22T05:35:30.3023631Z2025-09-22T05:35:30.3023631Z2025-09-22T05:35:31.4876901Z2025-09-22T05:35:31.4876901ZMon, - 22 Sep 2025 05:35:31 GMT\"0x8DDF999D88C7DE5\"Archive5353504018412869497*16351338570168795127file_3161409208557051576321392025-09-22T05:35:35.9231726Z2025-09-22T05:35:35.9231726Z2025-09-22T05:35:37.0755186Z2025-09-22T05:35:37.0755186ZMon, - 22 Sep 2025 05:35:37 GMT\"0x8DDF999DBE12072\"Archive5353504018412869497*16351338570168795127file_4138351877976542412801392025-09-22T05:35:41.4070603Z2025-09-22T05:35:41.4070603Z2025-09-22T05:35:42.5474137Z2025-09-22T05:35:42.5474137ZMon, - 22 Sep 2025 05:35:42 GMT\"0x8DDF999DF241259\"Archive5353504018412869497*16351338570168795127file_5149879971520750551041392025-09-22T05:35:47.0598518Z2025-09-22T05:35:47.0598518Z2025-09-22T05:35:48.1822148Z2025-09-22T05:35:48.1822148ZMon, - 22 Sep 2025 05:35:48 GMT\"0x8DDF999E27FDFC4\"Archive5353504018412869497*16351338570168795127file_6138351086328170414081392025-09-22T05:35:52.5397410Z2025-09-22T05:35:52.5397410Z2025-09-22T05:35:53.6411153Z2025-09-22T05:35:53.6411153ZMon, - 22 Sep 2025 05:35:53 GMT\"0x8DDF999E5C0D611\"Archive5353504018412869497*16351338570168795127file_7138350910406309969921392025-09-22T05:35:57.9516679Z2025-09-22T05:35:57.9516679Z2025-09-22T05:35:59.1250019Z2025-09-22T05:35:59.1250019ZMon, - 22 Sep 2025 05:35:59 GMT\"0x8DDF999E9059C63\"Archive5353504018412869497*16351338570168795127file_8138351965937472634881392025-09-22T05:36:03.5285029Z2025-09-22T05:36:03.5285029Z2025-09-22T05:36:04.6148857Z2025-09-22T05:36:04.6148857ZMon, - 22 Sep 2025 05:36:04 GMT\"0x8DDF999EC4B4CF9\"Archive5353504018412869497*16351338570168795127file_9138351295235379691521392025-09-22T05:36:09.0503666Z2025-09-22T05:36:09.0503666Z2025-09-22T05:36:10.1587370Z2025-09-22T05:36:10.1587370ZMon, - 22 Sep 2025 05:36:10 GMT\"0x8DDF999EF9939AA\"Archive5353504018412869497*16351338570168795127500013835152613282152448file_111529322798207991808139file_211529298608952180736139file_311529265623603347456139file_416140909860588879872139file_511529305206021947392139file_611529318400161480704139file_711529221643138236416139file_811529228240208003072139file_911529321698696364032139" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:28 GMT + - Thu, 16 Oct 2025 06:58:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -43640,11 +44350,11 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:36:28 GMT + - Thu, 16 Oct 2025 06:58:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5?restype=share response: @@ -43654,15 +44364,15 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:29 GMT + - Thu, 16 Oct 2025 06:58:13 GMT etag: - - '"0x8DDF999FB79E420"' + - '"0x8DE0C816006647E"' last-modified: - - Mon, 22 Sep 2025 05:36:30 GMT + - Thu, 16 Oct 2025 06:58:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -43682,17 +44392,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '87' x-ms-date: - - Mon, 22 Sep 2025 05:36:30 GMT + - Thu, 16 Oct 2025 06:58:13 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/readme response: @@ -43702,31 +44412,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:30 GMT + - Thu, 16 Oct 2025 06:58:13 GMT etag: - - '"0x8DDF999FC3056EA"' + - '"0x8DE0C8160AD1528"' last-modified: - - Mon, 22 Sep 2025 05:36:31 GMT + - Thu, 16 Oct 2025 06:58:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:31.2817386Z' + - '2025-10-16T06:58:14.5459496Z' x-ms-file-creation-time: - - '2025-09-22T05:36:31.2817386Z' + - '2025-10-16T06:58:14.5459496Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-22T05:36:31.2817386Z' + - '2025-10-16T06:58:14.5459496Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -43749,15 +44459,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:31 GMT + - Thu, 16 Oct 2025 06:58:14 GMT x-ms-range: - bytes=0-86 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -43771,19 +44481,19 @@ interactions: content-md5: - sYGKK8OX+WLKH+2bAe4tSQ== date: - - Mon, 22 Sep 2025 05:36:32 GMT + - Thu, 16 Oct 2025 06:58:15 GMT etag: - - '"0x8DDF999FCE4BF9A"' + - '"0x8DE0C816155E6D5"' last-modified: - - Mon, 22 Sep 2025 05:36:32 GMT + - Thu, 16 Oct 2025 06:58:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:32.4640666Z' + - '2025-10-16T06:58:15.6523221Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -43801,32 +44511,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:32 GMT + - Thu, 16 Oct 2025 06:58:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/readme?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ffb25cbc-d01a-004e-5682-2b36aa000000\nTime:2025-09-22T05:36:33.7160774Z" + specified resource does not exist.\nRequestId:58e807d5-e01a-0030-446a-3ed175000000\nTime:2025-10-16T06:58:16.6853188Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:32 GMT + - Thu, 16 Oct 2025 06:58:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -43846,13 +44556,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:33 GMT + - Thu, 16 Oct 2025 06:58:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: @@ -43862,31 +44572,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:34 GMT + - Thu, 16 Oct 2025 06:58:16 GMT etag: - - '"0x8DDF999FE56DE78"' + - '"0x8DE0C81629A1E9D"' last-modified: - - Mon, 22 Sep 2025 05:36:34 GMT + - Thu, 16 Oct 2025 06:58:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:36:34.8896888Z' + - '2025-10-16T06:58:17.7771165Z' x-ms-file-creation-time: - - '2025-09-22T05:36:34.8896888Z' + - '2025-10-16T06:58:17.7771165Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-22T05:36:34.8896888Z' + - '2025-10-16T06:58:17.7771165Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -43906,17 +44616,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:36:35 GMT + - Thu, 16 Oct 2025 06:58:17 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_0 response: @@ -43926,36 +44636,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:35 GMT + - Thu, 16 Oct 2025 06:58:18 GMT etag: - - '"0x8DDF999FEFE02B2"' + - '"0x8DE0C81633ED231"' last-modified: - - Mon, 22 Sep 2025 05:36:35 GMT + - Thu, 16 Oct 2025 06:58:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:35.9850674Z' + - '2025-10-16T06:58:18.8565041Z' x-ms-file-creation-time: - - '2025-09-22T05:36:35.9850674Z' + - '2025-10-16T06:58:18.8565041Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-22T05:36:35.9850674Z' + - '2025-10-16T06:58:18.8565041Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_0' headers: Accept: - application/xml @@ -43972,15 +44682,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:36 GMT + - Thu, 16 Oct 2025 06:58:19 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -43992,21 +44702,21 @@ interactions: content-length: - '0' content-md5: - - KbdzhOgKXngDw2ixfMkoBw== + - GMBfqA6dOsWsabR0DMnMbw== date: - - Mon, 22 Sep 2025 05:36:36 GMT + - Thu, 16 Oct 2025 06:58:19 GMT etag: - - '"0x8DDF999FFBE7788"' + - '"0x8DE0C8163E44903"' last-modified: - - Mon, 22 Sep 2025 05:36:37 GMT + - Thu, 16 Oct 2025 06:58:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:37.2463496Z' + - '2025-10-16T06:58:19.9408899Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -44024,32 +44734,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:37 GMT + - Thu, 16 Oct 2025 06:58:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9008380e-e01a-0027-1d82-2b0fe6000000\nTime:2025-09-22T05:36:38.3809192Z" + specified resource does not exist.\nRequestId:fc092eca-f01a-004e-166a-3e4132000000\nTime:2025-10-16T06:58:21.0440473Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:38 GMT + - Thu, 16 Oct 2025 06:58:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -44069,32 +44779,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:38 GMT + - Thu, 16 Oct 2025 06:58:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:08e00822-b01a-002a-2182-2bc732000000\nTime:2025-09-22T05:36:39.5240133Z" + specified resource already exists.\nRequestId:ca746b00-701a-001d-7f6a-3e6206000000\nTime:2025-10-16T06:58:22.0736616Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:39 GMT + - Thu, 16 Oct 2025 06:58:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -44114,17 +44824,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:36:39 GMT + - Thu, 16 Oct 2025 06:58:22 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_1 response: @@ -44134,36 +44844,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:39 GMT + - Thu, 16 Oct 2025 06:58:22 GMT etag: - - '"0x8DDF99A01B9AFA4"' + - '"0x8DE0C8165CDF78A"' last-modified: - - Mon, 22 Sep 2025 05:36:40 GMT + - Thu, 16 Oct 2025 06:58:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:40.5704612Z' + - '2025-10-16T06:58:23.1500682Z' x-ms-file-creation-time: - - '2025-09-22T05:36:40.5704612Z' + - '2025-10-16T06:58:23.1500682Z' x-ms-file-id: - - '13835146016212385792' + - '11529320599184736256' x-ms-file-last-write-time: - - '2025-09-22T05:36:40.5704612Z' + - '2025-10-16T06:58:23.1500682Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_1' headers: Accept: - application/xml @@ -44180,15 +44890,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:40 GMT + - Thu, 16 Oct 2025 06:58:23 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -44200,21 +44910,21 @@ interactions: content-length: - '0' content-md5: - - kuGKGesKoTwJvOGFQ17+kw== + - HU1+WcfbbWcK5FKWNknTGw== date: - - Mon, 22 Sep 2025 05:36:40 GMT + - Thu, 16 Oct 2025 06:58:23 GMT etag: - - '"0x8DDF99A025F2669"' + - '"0x8DE0C8166682558"' last-modified: - - Mon, 22 Sep 2025 05:36:41 GMT + - Thu, 16 Oct 2025 06:58:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:41.6548457Z' + - '2025-10-16T06:58:24.1604952Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -44232,32 +44942,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:41 GMT + - Thu, 16 Oct 2025 06:58:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:288012a6-d01a-002c-0c82-2bf48d000000\nTime:2025-09-22T05:36:42.7245154Z" + specified resource does not exist.\nRequestId:c53cfae8-101a-0079-686a-3e939e000000\nTime:2025-10-16T06:58:25.2009966Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:42 GMT + - Thu, 16 Oct 2025 06:58:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -44277,32 +44987,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:42 GMT + - Thu, 16 Oct 2025 06:58:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:e255832f-101a-007e-1782-2b8865000000\nTime:2025-09-22T05:36:43.8525547Z" + specified resource already exists.\nRequestId:fa4d8b57-b01a-004f-3a6a-3e1eee000000\nTime:2025-10-16T06:58:26.2000247Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:43 GMT + - Thu, 16 Oct 2025 06:58:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -44322,17 +45032,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:36:43 GMT + - Thu, 16 Oct 2025 06:58:26 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_2 response: @@ -44342,36 +45052,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:44 GMT + - Thu, 16 Oct 2025 06:58:26 GMT etag: - - '"0x8DDF99A0457EDD6"' + - '"0x8DE0C81683D167E"' last-modified: - - Mon, 22 Sep 2025 05:36:44 GMT + - Thu, 16 Oct 2025 06:58:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:44.9629654Z' + - '2025-10-16T06:58:27.2337534Z' x-ms-file-creation-time: - - '2025-09-22T05:36:44.9629654Z' + - '2025-10-16T06:58:27.2337534Z' x-ms-file-id: - - '13835181200584474624' + - '11529303006998691840' x-ms-file-last-write-time: - - '2025-09-22T05:36:44.9629654Z' + - '2025-10-16T06:58:27.2337534Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_2' headers: Accept: - application/xml @@ -44388,15 +45098,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:45 GMT + - Thu, 16 Oct 2025 06:58:27 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -44408,21 +45118,21 @@ interactions: content-length: - '0' content-md5: - - fNTbj5ykfKeLNN8v2zG5AQ== + - aUmY2BUfmBcforlMsUR8QQ== date: - - Mon, 22 Sep 2025 05:36:45 GMT + - Thu, 16 Oct 2025 06:58:27 GMT etag: - - '"0x8DDF99A0503CC46"' + - '"0x8DE0C8168DC9AA2"' last-modified: - - Mon, 22 Sep 2025 05:36:46 GMT + - Thu, 16 Oct 2025 06:58:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:46.0893254Z' + - '2025-10-16T06:58:28.2791586Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -44440,32 +45150,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:46 GMT + - Thu, 16 Oct 2025 06:58:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:abd58b94-f01a-0049-4582-2b5ac9000000\nTime:2025-09-22T05:36:47.1406746Z" + specified resource does not exist.\nRequestId:31e40000-801a-0044-656a-3ee585000000\nTime:2025-10-16T06:58:29.3285759Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:46 GMT + - Thu, 16 Oct 2025 06:58:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -44485,32 +45195,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:47 GMT + - Thu, 16 Oct 2025 06:58:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7956efb8-501a-0040-6382-2b1f1a000000\nTime:2025-09-22T05:36:48.2606646Z" + specified resource already exists.\nRequestId:8688b821-c01a-0018-486a-3eb0dd000000\nTime:2025-10-16T06:58:30.3937871Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:47 GMT + - Thu, 16 Oct 2025 06:58:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -44530,17 +45240,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:36:48 GMT + - Thu, 16 Oct 2025 06:58:30 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_3 response: @@ -44550,36 +45260,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:48 GMT + - Thu, 16 Oct 2025 06:58:31 GMT etag: - - '"0x8DDF99A06EC907F"' + - '"0x8DE0C816ABF6C5E"' last-modified: - - Mon, 22 Sep 2025 05:36:49 GMT + - Thu, 16 Oct 2025 06:58:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:49.2925055Z' + - '2025-10-16T06:58:31.4433630Z' x-ms-file-creation-time: - - '2025-09-22T05:36:49.2925055Z' + - '2025-10-16T06:58:31.4433630Z' x-ms-file-id: - - '13835137220119363584' + - '13835181200584474624' x-ms-file-last-write-time: - - '2025-09-22T05:36:49.2925055Z' + - '2025-10-16T06:58:31.4433630Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_3' headers: Accept: - application/xml @@ -44596,15 +45306,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:49 GMT + - Thu, 16 Oct 2025 06:58:31 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -44616,21 +45326,21 @@ interactions: content-length: - '0' content-md5: - - UKf+C7/9lCB+xsTHT0AT+w== + - hPmGhgGQmw7V5li0VjAEvw== date: - - Mon, 22 Sep 2025 05:36:50 GMT + - Thu, 16 Oct 2025 06:58:32 GMT etag: - - '"0x8DDF99A079059C6"' + - '"0x8DE0C816B59C13B"' last-modified: - - Mon, 22 Sep 2025 05:36:50 GMT + - Thu, 16 Oct 2025 06:58:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:50.3658950Z' + - '2025-10-16T06:58:32.4547899Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -44648,32 +45358,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:50 GMT + - Thu, 16 Oct 2025 06:58:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:9b8b732e-201a-0017-1e82-2bb129000000\nTime:2025-09-22T05:36:51.4490801Z" + specified resource does not exist.\nRequestId:3ee9cdc7-001a-004a-316a-3ecc35000000\nTime:2025-10-16T06:58:33.4859152Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:50 GMT + - Thu, 16 Oct 2025 06:58:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -44693,32 +45403,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:51 GMT + - Thu, 16 Oct 2025 06:58:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:9b8b7331-201a-0017-1f82-2bb129000000\nTime:2025-09-22T05:36:52.5550729Z" + specified resource already exists.\nRequestId:dde8d301-801a-0009-0e6a-3e2a69000000\nTime:2025-10-16T06:58:34.5573933Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:51 GMT + - Thu, 16 Oct 2025 06:58:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -44738,17 +45448,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:36:52 GMT + - Thu, 16 Oct 2025 06:58:34 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_4 response: @@ -44758,36 +45468,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:53 GMT + - Thu, 16 Oct 2025 06:58:35 GMT etag: - - '"0x8DDF99A0988FA34"' + - '"0x8DE0C816D36EE7D"' last-modified: - - Mon, 22 Sep 2025 05:36:53 GMT + - Thu, 16 Oct 2025 06:58:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:53.6730164Z' + - '2025-10-16T06:58:35.5820157Z' x-ms-file-creation-time: - - '2025-09-22T05:36:53.6730164Z' + - '2025-10-16T06:58:35.5820157Z' x-ms-file-id: - - '11529223842161491968' + - '13835137220119363584' x-ms-file-last-write-time: - - '2025-09-22T05:36:53.6730164Z' + - '2025-10-16T06:58:35.5820157Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_4' headers: Accept: - application/xml @@ -44804,15 +45514,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:53 GMT + - Thu, 16 Oct 2025 06:58:35 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -44824,21 +45534,21 @@ interactions: content-length: - '0' content-md5: - - Pi+XuYBhmVHlmaHQrsN5uA== + - DlPxXRJLOtEhmGFpPvCAlA== date: - - Mon, 22 Sep 2025 05:36:54 GMT + - Thu, 16 Oct 2025 06:58:36 GMT etag: - - '"0x8DDF99A0A2AC7F7"' + - '"0x8DE0C816DD365E6"' last-modified: - - Mon, 22 Sep 2025 05:36:54 GMT + - Thu, 16 Oct 2025 06:58:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:54.7334135Z' + - '2025-10-16T06:58:36.6074342Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -44856,32 +45566,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:54 GMT + - Thu, 16 Oct 2025 06:58:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b82d747a-301a-0034-2282-2b2bea000000\nTime:2025-09-22T05:36:55.7644316Z" + specified resource does not exist.\nRequestId:df1d6e52-801a-0019-546a-3eef01000000\nTime:2025-10-16T06:58:37.6171081Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:55 GMT + - Thu, 16 Oct 2025 06:58:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -44901,32 +45611,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:55 GMT + - Thu, 16 Oct 2025 06:58:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:e98e4c04-c01a-007d-3b82-2b6901000000\nTime:2025-09-22T05:36:56.8538796Z" + specified resource already exists.\nRequestId:e22165d6-c01a-0027-066a-3e787e000000\nTime:2025-10-16T06:58:38.6608951Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:56 GMT + - Thu, 16 Oct 2025 06:58:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -44946,17 +45656,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:36:56 GMT + - Thu, 16 Oct 2025 06:58:38 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_5 response: @@ -44966,36 +45676,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:36:57 GMT + - Thu, 16 Oct 2025 06:58:39 GMT etag: - - '"0x8DDF99A0C127AE9"' + - '"0x8DE0C816FA6A98A"' last-modified: - - Mon, 22 Sep 2025 05:36:57 GMT + - Thu, 16 Oct 2025 06:58:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:36:57.9295977Z' + - '2025-10-16T06:58:39.6696970Z' x-ms-file-creation-time: - - '2025-09-22T05:36:57.9295977Z' + - '2025-10-16T06:58:39.6696970Z' x-ms-file-id: - - '13835084443561230336' + - '13835172404491452416' x-ms-file-last-write-time: - - '2025-09-22T05:36:57.9295977Z' + - '2025-10-16T06:58:39.6696970Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_5' headers: Accept: - application/xml @@ -45012,15 +45722,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:58 GMT + - Thu, 16 Oct 2025 06:58:39 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -45032,21 +45742,21 @@ interactions: content-length: - '0' content-md5: - - Wuik022KBMDN72Q+nUmr8A== + - imMhomA+vGB7t3uZ7bxeTw== date: - - Mon, 22 Sep 2025 05:36:58 GMT + - Thu, 16 Oct 2025 06:58:39 GMT etag: - - '"0x8DDF99A0CB99F16"' + - '"0x8DE0C817042F9ED"' last-modified: - - Mon, 22 Sep 2025 05:36:59 GMT + - Thu, 16 Oct 2025 06:58:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:36:59.0249750Z' + - '2025-10-16T06:58:40.6941165Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -45064,32 +45774,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:36:59 GMT + - Thu, 16 Oct 2025 06:58:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6a18d6c0-201a-0065-4382-2bb666000000\nTime:2025-09-22T05:37:00.1049360Z" + specified resource does not exist.\nRequestId:27765375-001a-0075-036a-3e0496000000\nTime:2025-10-16T06:58:41.7316952Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:36:59 GMT + - Thu, 16 Oct 2025 06:58:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -45109,32 +45819,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:00 GMT + - Thu, 16 Oct 2025 06:58:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:09524cb0-801a-006c-4682-2bf3b5000000\nTime:2025-09-22T05:37:01.2406896Z" + specified resource already exists.\nRequestId:9bb1c775-a01a-0021-326a-3e4bc1000000\nTime:2025-10-16T06:58:42.7569134Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:01 GMT + - Thu, 16 Oct 2025 06:58:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -45154,17 +45864,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:37:01 GMT + - Thu, 16 Oct 2025 06:58:42 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_6 response: @@ -45174,36 +45884,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:01 GMT + - Thu, 16 Oct 2025 06:58:43 GMT etag: - - '"0x8DDF99A0EAD5E25"' + - '"0x8DE0C81721AA9A9"' last-modified: - - Mon, 22 Sep 2025 05:37:02 GMT + - Thu, 16 Oct 2025 06:58:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:02.3001125Z' + - '2025-10-16T06:58:43.7853609Z' x-ms-file-creation-time: - - '2025-09-22T05:37:02.3001125Z' + - '2025-10-16T06:58:43.7853609Z' x-ms-file-id: - - '13835119627933319168' + - '13835154812305408000' x-ms-file-last-write-time: - - '2025-09-22T05:37:02.3001125Z' + - '2025-10-16T06:58:43.7853609Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_6' headers: Accept: - application/xml @@ -45220,15 +45930,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:02 GMT + - Thu, 16 Oct 2025 06:58:43 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -45240,21 +45950,21 @@ interactions: content-length: - '0' content-md5: - - qquEyGmOv0aX/uuJOTos8A== + - wT7M3aB+ZMNisG9Rq9ZoNA== date: - - Mon, 22 Sep 2025 05:37:02 GMT + - Thu, 16 Oct 2025 06:58:44 GMT etag: - - '"0x8DDF99A0F58EE81"' + - '"0x8DE0C8172B6D305"' last-modified: - - Mon, 22 Sep 2025 05:37:03 GMT + - Thu, 16 Oct 2025 06:58:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:03.4244737Z' + - '2025-10-16T06:58:44.8087813Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -45272,32 +45982,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:03 GMT + - Thu, 16 Oct 2025 06:58:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:00fee398-901a-004f-7082-2b6976000000\nTime:2025-09-22T05:37:04.5134596Z" + specified resource does not exist.\nRequestId:84feef10-201a-0010-206a-3eaad2000000\nTime:2025-10-16T06:58:45.8291256Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:04 GMT + - Thu, 16 Oct 2025 06:58:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -45317,32 +46027,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:04 GMT + - Thu, 16 Oct 2025 06:58:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:59663dab-b01a-0058-0582-2bc07d000000\nTime:2025-09-22T05:37:05.5984579Z" + specified resource already exists.\nRequestId:b04e237e-501a-000a-4a6a-3ecb0d000000\nTime:2025-10-16T06:58:46.8553592Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:05 GMT + - Thu, 16 Oct 2025 06:58:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -45362,17 +46072,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:37:05 GMT + - Thu, 16 Oct 2025 06:58:47 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_7 response: @@ -45382,36 +46092,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:06 GMT + - Thu, 16 Oct 2025 06:58:46 GMT etag: - - '"0x8DDF99A1149EEE2"' + - '"0x8DE0C817488B74A"' last-modified: - - Mon, 22 Sep 2025 05:37:06 GMT + - Thu, 16 Oct 2025 06:58:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:06.6816226Z' + - '2025-10-16T06:58:47.8620490Z' x-ms-file-creation-time: - - '2025-09-22T05:37:06.6816226Z' + - '2025-10-16T06:58:47.8620490Z' x-ms-file-id: - - '13835062453328674816' + - '13835189996677496832' x-ms-file-last-write-time: - - '2025-09-22T05:37:06.6816226Z' + - '2025-10-16T06:58:47.8620490Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_7' headers: Accept: - application/xml @@ -45428,15 +46138,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:06 GMT + - Thu, 16 Oct 2025 06:58:48 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -45448,21 +46158,21 @@ interactions: content-length: - '0' content-md5: - - biL542V00BF18M6U4OGaIA== + - L5t+H2oSdOhUGmhpilfyxg== date: - - Mon, 22 Sep 2025 05:37:07 GMT + - Thu, 16 Oct 2025 06:58:48 GMT etag: - - '"0x8DDF99A11EE2D4C"' + - '"0x8DE0C8175241D68"' last-modified: - - Mon, 22 Sep 2025 05:37:07 GMT + - Thu, 16 Oct 2025 06:58:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:07.7580108Z' + - '2025-10-16T06:58:48.8804712Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -45480,32 +46190,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:07 GMT + - Thu, 16 Oct 2025 06:58:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:51d3ed6b-401a-005c-3882-2b4d7a000000\nTime:2025-09-22T05:37:08.8722964Z" + specified resource does not exist.\nRequestId:a80bf37c-601a-005c-0a6a-3e3ae2000000\nTime:2025-10-16T06:58:49.9035490Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:08 GMT + - Thu, 16 Oct 2025 06:58:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -45525,32 +46235,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:09 GMT + - Thu, 16 Oct 2025 06:58:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:8542dfe7-001a-0072-4382-2b1f6d000000\nTime:2025-09-22T05:37:09.9497874Z" + specified resource already exists.\nRequestId:da66cbd7-101a-001b-666a-3e51b9000000\nTime:2025-10-16T06:58:50.9253725Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:09 GMT + - Thu, 16 Oct 2025 06:58:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -45570,17 +46280,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:37:10 GMT + - Thu, 16 Oct 2025 06:58:51 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_8 response: @@ -45590,36 +46300,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:10 GMT + - Thu, 16 Oct 2025 06:58:51 GMT etag: - - '"0x8DDF99A13DEB88C"' + - '"0x8DE0C8176FD0589"' last-modified: - - Mon, 22 Sep 2025 05:37:11 GMT + - Thu, 16 Oct 2025 06:58:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:11.0121612Z' + - '2025-10-16T06:58:51.9797129Z' x-ms-file-creation-time: - - '2025-09-22T05:37:11.0121612Z' + - '2025-10-16T06:58:51.9797129Z' x-ms-file-id: - - '13835097637700763648' + - '13835132822072852480' x-ms-file-last-write-time: - - '2025-09-22T05:37:11.0121612Z' + - '2025-10-16T06:58:51.9797129Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_8' headers: Accept: - application/xml @@ -45636,15 +46346,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:11 GMT + - Thu, 16 Oct 2025 06:58:52 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -45656,21 +46366,21 @@ interactions: content-length: - '0' content-md5: - - S9MbniItyGWAX8HUaXtvQw== + - CX9hZzMKEb4/Kk7oy0Up2Q== date: - - Mon, 22 Sep 2025 05:37:11 GMT + - Thu, 16 Oct 2025 06:58:52 GMT etag: - - '"0x8DDF99A14805F48"' + - '"0x8DE0C81779DC219"' last-modified: - - Mon, 22 Sep 2025 05:37:12 GMT + - Thu, 16 Oct 2025 06:58:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:12.0715592Z' + - '2025-10-16T06:58:53.0331161Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -45688,32 +46398,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:12 GMT + - Thu, 16 Oct 2025 06:58:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:432de5a6-d01a-003c-5782-2b31e5000000\nTime:2025-09-22T05:37:13.2100179Z" + specified resource does not exist.\nRequestId:a10e8a3a-701a-0022-356a-3eaaa5000000\nTime:2025-10-16T06:58:54.0583534Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:13 GMT + - Thu, 16 Oct 2025 06:58:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -45733,32 +46443,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:13 GMT + - Thu, 16 Oct 2025 06:58:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:293c2601-101a-0051-4382-2b85ae000000\nTime:2025-09-22T05:37:14.3570927Z" + specified resource already exists.\nRequestId:b99798af-201a-0062-656a-3ead9d000000\nTime:2025-10-16T06:58:55.1205015Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:14 GMT + - Thu, 16 Oct 2025 06:58:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -45778,17 +46488,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '133' x-ms-date: - - Mon, 22 Sep 2025 05:37:14 GMT + - Thu, 16 Oct 2025 06:58:55 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/apple/file_9 response: @@ -45798,36 +46508,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:14 GMT + - Thu, 16 Oct 2025 06:58:55 GMT etag: - - '"0x8DDF99A1687F199"' + - '"0x8DE0C817977946F"' last-modified: - - Mon, 22 Sep 2025 05:37:15 GMT + - Thu, 16 Oct 2025 06:58:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:15.4766233Z' + - '2025-10-16T06:58:56.1383535Z' x-ms-file-creation-time: - - '2025-09-22T05:37:15.4766233Z' + - '2025-10-16T06:58:56.1383535Z' x-ms-file-id: - - '13835080045514719232' + - '11529219444114980864' x-ms-file-last-write-time: - - '2025-09-22T05:37:15.4766233Z' + - '2025-10-16T06:58:56.1383535Z' x-ms-file-parent-id: - '13835093239654252544' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\apple\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\apple\file_9' headers: Accept: - application/xml @@ -45844,15 +46554,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:15 GMT + - Thu, 16 Oct 2025 06:58:56 GMT x-ms-range: - bytes=0-132 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -45864,21 +46574,21 @@ interactions: content-length: - '0' content-md5: - - E3ZgXfXwhQXZcB6MZXVUnw== + - DVh4bMDTdULHbAxwCEq5XA== date: - - Mon, 22 Sep 2025 05:37:16 GMT + - Thu, 16 Oct 2025 06:58:56 GMT etag: - - '"0x8DDF99A172CA521"' + - '"0x8DE0C817A16CA8C"' last-modified: - - Mon, 22 Sep 2025 05:37:16 GMT + - Thu, 16 Oct 2025 06:58:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:16.5560097Z' + - '2025-10-16T06:58:57.1817612Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -45896,32 +46606,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:16 GMT + - Thu, 16 Oct 2025 06:58:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/apple%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5a67c1a4-a01a-007b-2782-2b5abe000000\nTime:2025-09-22T05:37:17.6653073Z" + specified resource does not exist.\nRequestId:adf0f61c-301a-001c-136a-3e3dda000000\nTime:2025-10-16T06:58:58.2417729Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:17 GMT + - Thu, 16 Oct 2025 06:58:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -45941,13 +46651,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:17 GMT + - Thu, 16 Oct 2025 06:58:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: @@ -45957,31 +46667,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:18 GMT + - Thu, 16 Oct 2025 06:58:58 GMT etag: - - '"0x8DDF99A18848907"' + - '"0x8DE0C817B53143C"' last-modified: - - Mon, 22 Sep 2025 05:37:18 GMT + - Thu, 16 Oct 2025 06:58:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:37:18.8097287Z' + - '2025-10-16T06:58:59.2545852Z' x-ms-file-creation-time: - - '2025-09-22T05:37:18.8097287Z' + - '2025-10-16T06:58:59.2545852Z' x-ms-file-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-last-write-time: - - '2025-09-22T05:37:18.8097287Z' + - '2025-10-16T06:58:59.2545852Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -46001,17 +46711,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:18 GMT + - Thu, 16 Oct 2025 06:58:59 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_0 response: @@ -46021,36 +46731,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:19 GMT + - Thu, 16 Oct 2025 06:58:59 GMT etag: - - '"0x8DDF99A1931C6CC"' + - '"0x8DE0C817BF13917"' last-modified: - - Mon, 22 Sep 2025 05:37:19 GMT + - Thu, 16 Oct 2025 06:59:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:19.9450828Z' + - '2025-10-16T06:59:00.2909975Z' x-ms-file-creation-time: - - '2025-09-22T05:37:19.9450828Z' + - '2025-10-16T06:59:00.2909975Z' x-ms-file-id: - - '13835115229886808064' + - '13835080045514719232' x-ms-file-last-write-time: - - '2025-09-22T05:37:19.9450828Z' + - '2025-10-16T06:59:00.2909975Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_0' headers: Accept: - application/xml @@ -46067,15 +46777,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:20 GMT + - Thu, 16 Oct 2025 06:59:00 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -46087,21 +46797,21 @@ interactions: content-length: - '0' content-md5: - - 3XjDte19KE9ZGl2znDo4ow== + - vtvTNO3D4e1hg746MxfIgg== date: - - Mon, 22 Sep 2025 05:37:20 GMT + - Thu, 16 Oct 2025 06:59:00 GMT etag: - - '"0x8DDF99A19D73D89"' + - '"0x8DE0C817C90BD50"' last-modified: - - Mon, 22 Sep 2025 05:37:21 GMT + - Thu, 16 Oct 2025 06:59:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:21.0294665Z' + - '2025-10-16T06:59:01.3364048Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -46119,32 +46829,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:21 GMT + - Thu, 16 Oct 2025 06:59:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7721e62c-c01a-006d-0282-2bac69000000\nTime:2025-09-22T05:37:22.1258461Z" + specified resource does not exist.\nRequestId:64d791b3-d01a-003b-3c6a-3e2a1e000000\nTime:2025-10-16T06:59:02.4003727Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:21 GMT + - Thu, 16 Oct 2025 06:59:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -46164,32 +46874,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:22 GMT + - Thu, 16 Oct 2025 06:59:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6a6eefff-101a-0041-3182-2b40c6000000\nTime:2025-09-22T05:37:23.2381811Z" + specified resource already exists.\nRequestId:4c1d191a-e01a-000f-086a-3e19d6000000\nTime:2025-10-16T06:59:03.4646451Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:22 GMT + - Thu, 16 Oct 2025 06:59:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -46209,17 +46919,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:23 GMT + - Thu, 16 Oct 2025 06:59:03 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_1 response: @@ -46229,36 +46939,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:23 GMT + - Thu, 16 Oct 2025 06:59:04 GMT etag: - - '"0x8DDF99A1BCF1AB4"' + - '"0x8DE0C817E703426"' last-modified: - - Mon, 22 Sep 2025 05:37:24 GMT + - Thu, 16 Oct 2025 06:59:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:24.3315892Z' + - '2025-10-16T06:59:04.4786214Z' x-ms-file-creation-time: - - '2025-09-22T05:37:24.3315892Z' + - '2025-10-16T06:59:04.4786214Z' x-ms-file-id: - - '13835071249421697024' + - '11529289812859158528' x-ms-file-last-write-time: - - '2025-09-22T05:37:24.3315892Z' + - '2025-10-16T06:59:04.4786214Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_1' headers: Accept: - application/xml @@ -46275,15 +46985,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:24 GMT + - Thu, 16 Oct 2025 06:59:04 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -46295,21 +47005,21 @@ interactions: content-length: - '0' content-md5: - - yiT8wkakc8SFbxbkHsRrGg== + - Cigad3Fr4V3pGpcR23fKmA== date: - - Mon, 22 Sep 2025 05:37:24 GMT + - Thu, 16 Oct 2025 06:59:05 GMT etag: - - '"0x8DDF99A1C86421E"' + - '"0x8DE0C817F0EA71B"' last-modified: - - Mon, 22 Sep 2025 05:37:25 GMT + - Thu, 16 Oct 2025 06:59:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:25.5319070Z' + - '2025-10-16T06:59:05.5170331Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -46327,32 +47037,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:25 GMT + - Thu, 16 Oct 2025 06:59:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5eb3a1b4-101a-001c-3782-2b4a42000000\nTime:2025-09-22T05:37:26.7866701Z" + specified resource does not exist.\nRequestId:072edd11-601a-004c-716a-3eff8a000000\nTime:2025-10-16T06:59:06.5624294Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:25 GMT + - Thu, 16 Oct 2025 06:59:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -46372,32 +47082,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:26 GMT + - Thu, 16 Oct 2025 06:59:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:432de5c6-d01a-003c-6682-2b31e5000000\nTime:2025-09-22T05:37:27.8602969Z" + specified resource already exists.\nRequestId:9bb1c8c9-a01a-0021-666a-3e4bc1000000\nTime:2025-10-16T06:59:07.6045207Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:27 GMT + - Thu, 16 Oct 2025 06:59:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -46417,17 +47127,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:27 GMT + - Thu, 16 Oct 2025 06:59:07 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_2 response: @@ -46437,36 +47147,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:27 GMT + - Thu, 16 Oct 2025 06:59:08 GMT etag: - - '"0x8DDF99A1E85E651"' + - '"0x8DE0C8180EB5F3B"' last-modified: - - Mon, 22 Sep 2025 05:37:28 GMT + - Thu, 16 Oct 2025 06:59:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:28.8850001Z' + - '2025-10-16T06:59:08.6412603Z' x-ms-file-creation-time: - - '2025-09-22T05:37:28.8850001Z' + - '2025-10-16T06:59:08.6412603Z' x-ms-file-id: - - '13835106433793785856' + - '13835115229886808064' x-ms-file-last-write-time: - - '2025-09-22T05:37:28.8850001Z' + - '2025-10-16T06:59:08.6412603Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_2' headers: Accept: - application/xml @@ -46483,15 +47193,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:29 GMT + - Thu, 16 Oct 2025 06:59:08 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -46503,21 +47213,21 @@ interactions: content-length: - '0' content-md5: - - tsjnDVjXxMi7Qa1MWEtfYQ== + - b8SD0ePfMbVS4En4o7f4lg== date: - - Mon, 22 Sep 2025 05:37:29 GMT + - Thu, 16 Oct 2025 06:59:09 GMT etag: - - '"0x8DDF99A1F2FF041"' + - '"0x8DE0C818187FDB7"' last-modified: - - Mon, 22 Sep 2025 05:37:29 GMT + - Thu, 16 Oct 2025 06:59:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:29.9993665Z' + - '2025-10-16T06:59:09.6676791Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -46535,32 +47245,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:30 GMT + - Thu, 16 Oct 2025 06:59:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:539e5196-001a-002f-7682-2b15e9000000\nTime:2025-09-22T05:37:31.1734044Z" + specified resource does not exist.\nRequestId:e521ffbc-e01a-0020-056a-3e141d000000\nTime:2025-10-16T06:59:10.6897990Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:30 GMT + - Thu, 16 Oct 2025 06:59:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -46580,32 +47290,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:31 GMT + - Thu, 16 Oct 2025 06:59:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:e98e4d81-c01a-007d-5a82-2b6901000000\nTime:2025-09-22T05:37:32.2504002Z" + specified resource already exists.\nRequestId:8986c7ad-d01a-0059-576a-3ee839000000\nTime:2025-10-16T06:59:11.7218245Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:31 GMT + - Thu, 16 Oct 2025 06:59:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -46625,17 +47335,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:32 GMT + - Thu, 16 Oct 2025 06:59:11 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_3 response: @@ -46645,36 +47355,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:33 GMT + - Thu, 16 Oct 2025 06:59:12 GMT etag: - - '"0x8DDF99A2137F7B2"' + - '"0x8DE0C81835A08F9"' last-modified: - - Mon, 22 Sep 2025 05:37:33 GMT + - Thu, 16 Oct 2025 06:59:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:33.4074290Z' + - '2025-10-16T06:59:12.7219449Z' x-ms-file-creation-time: - - '2025-09-22T05:37:33.4074290Z' + - '2025-10-16T06:59:12.7219449Z' x-ms-file-id: - - '13835176802537963520' + - '13835071249421697024' x-ms-file-last-write-time: - - '2025-09-22T05:37:33.4074290Z' + - '2025-10-16T06:59:12.7219449Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_3' headers: Accept: - application/xml @@ -46691,15 +47401,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:33 GMT + - Thu, 16 Oct 2025 06:59:12 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -46711,21 +47421,21 @@ interactions: content-length: - '0' content-md5: - - HcnEATe1I7SvSDaK35gT8Q== + - cH6xmWTjJVoXNPlYJwv0yg== date: - - Mon, 22 Sep 2025 05:37:34 GMT + - Thu, 16 Oct 2025 06:59:13 GMT etag: - - '"0x8DDF99A21EF4627"' + - '"0x8DE0C818404FD36"' last-modified: - - Mon, 22 Sep 2025 05:37:34 GMT + - Thu, 16 Oct 2025 06:59:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:34.6087463Z' + - '2025-10-16T06:59:13.8423094Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -46743,32 +47453,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:34 GMT + - Thu, 16 Oct 2025 06:59:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:64cd7d2d-701a-0068-4c83-2b7eb2000000\nTime:2025-09-22T05:37:35.6722912Z" + specified resource does not exist.\nRequestId:73207506-d01a-0014-316a-3e27d5000000\nTime:2025-10-16T06:59:14.9076824Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:35 GMT + - Thu, 16 Oct 2025 06:59:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -46788,32 +47498,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:35 GMT + - Thu, 16 Oct 2025 06:59:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:8542e027-001a-0072-5583-2b1f6d000000\nTime:2025-09-22T05:37:36.7275301Z" + specified resource already exists.\nRequestId:588d475a-101a-0046-406a-3e5b3d000000\nTime:2025-10-16T06:59:15.9677305Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:36 GMT + - Thu, 16 Oct 2025 06:59:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -46833,17 +47543,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:36 GMT + - Thu, 16 Oct 2025 06:59:16 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_4 response: @@ -46853,36 +47563,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:37 GMT + - Thu, 16 Oct 2025 06:59:16 GMT etag: - - '"0x8DDF99A23D6AAF0"' + - '"0x8DE0C8185E86B1C"' last-modified: - - Mon, 22 Sep 2025 05:37:37 GMT + - Thu, 16 Oct 2025 06:59:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:37.8029296Z' + - '2025-10-16T06:59:17.0105116Z' x-ms-file-creation-time: - - '2025-09-22T05:37:37.8029296Z' + - '2025-10-16T06:59:17.0105116Z' x-ms-file-id: - - '13835088841607741440' + - '13835106433793785856' x-ms-file-last-write-time: - - '2025-09-22T05:37:37.8029296Z' + - '2025-10-16T06:59:17.0105116Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_4' headers: Accept: - application/xml @@ -46899,15 +47609,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:37 GMT + - Thu, 16 Oct 2025 06:59:17 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -46919,21 +47629,21 @@ interactions: content-length: - '0' content-md5: - - wwbnvXkfmgkyoLckzwLpMw== + - s4qgV0u9fOH8jGS/pQv4nA== date: - - Mon, 22 Sep 2025 05:37:38 GMT + - Thu, 16 Oct 2025 06:59:17 GMT etag: - - '"0x8DDF99A2483739D"' + - '"0x8DE0C8186977D6B"' last-modified: - - Mon, 22 Sep 2025 05:37:38 GMT + - Thu, 16 Oct 2025 06:59:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:38.9352861Z' + - '2025-10-16T06:59:18.1578603Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -46951,32 +47661,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:39 GMT + - Thu, 16 Oct 2025 06:59:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:8e3e0086-c01a-0052-5083-2b64ca000000\nTime:2025-09-22T05:37:40.0236344Z" + specified resource does not exist.\nRequestId:76d9b6f0-301a-0033-3b6a-3e3011000000\nTime:2025-10-16T06:59:19.2834129Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:39 GMT + - Thu, 16 Oct 2025 06:59:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -46996,32 +47706,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:40 GMT + - Thu, 16 Oct 2025 06:59:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:287aed4c-501a-001d-5283-2b159e000000\nTime:2025-09-22T05:37:41.1004545Z" + specified resource already exists.\nRequestId:9af0248a-401a-0064-086a-3e9e22000000\nTime:2025-10-16T06:59:20.3010578Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:40 GMT + - Thu, 16 Oct 2025 06:59:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -47041,17 +47751,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:41 GMT + - Thu, 16 Oct 2025 06:59:20 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_5 response: @@ -47061,36 +47771,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:41 GMT + - Thu, 16 Oct 2025 06:59:21 GMT etag: - - '"0x8DDF99A266A3C3D"' + - '"0x8DE0C81887DF833"' last-modified: - - Mon, 22 Sep 2025 05:37:42 GMT + - Thu, 16 Oct 2025 06:59:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:42.1254717Z' + - '2025-10-16T06:59:21.3460531Z' x-ms-file-creation-time: - - '2025-09-22T05:37:42.1254717Z' + - '2025-10-16T06:59:21.3460531Z' x-ms-file-id: - - '13835124025979830272' + - '11529259026533580800' x-ms-file-last-write-time: - - '2025-09-22T05:37:42.1254717Z' + - '2025-10-16T06:59:21.3460531Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_5' headers: Accept: - application/xml @@ -47107,15 +47817,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:42 GMT + - Thu, 16 Oct 2025 06:59:21 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -47127,21 +47837,21 @@ interactions: content-length: - '0' content-md5: - - XczklXENgGaFFdFgg093CQ== + - /GtWAYSuHvdlxMMDcEtpoA== date: - - Mon, 22 Sep 2025 05:37:42 GMT + - Thu, 16 Oct 2025 06:59:22 GMT etag: - - '"0x8DDF99A27109D36"' + - '"0x8DE0C8189240B13"' last-modified: - - Mon, 22 Sep 2025 05:37:43 GMT + - Thu, 16 Oct 2025 06:59:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:43.2158518Z' + - '2025-10-16T06:59:22.4344339Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -47159,32 +47869,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:43 GMT + - Thu, 16 Oct 2025 06:59:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:8542e31b-001a-0072-5a83-2b1f6d000000\nTime:2025-09-22T05:37:44.3720588Z" + specified resource does not exist.\nRequestId:16db7e51-d01a-0066-396a-3e209a000000\nTime:2025-10-16T06:59:23.4587936Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:43 GMT + - Thu, 16 Oct 2025 06:59:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -47204,32 +47914,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:44 GMT + - Thu, 16 Oct 2025 06:59:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:0761ce3b-c01a-001f-0483-2bab26000000\nTime:2025-09-22T05:37:45.4035643Z" + specified resource already exists.\nRequestId:ab5fbe17-101a-0034-126a-3e5c72000000\nTime:2025-10-16T06:59:24.4917207Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:44 GMT + - Thu, 16 Oct 2025 06:59:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -47249,17 +47959,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:45 GMT + - Thu, 16 Oct 2025 06:59:24 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_6 response: @@ -47269,36 +47979,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:46 GMT + - Thu, 16 Oct 2025 06:59:24 GMT etag: - - '"0x8DDF99A290B601D"' + - '"0x8DE0C818AF9BF63"' last-modified: - - Mon, 22 Sep 2025 05:37:46 GMT + - Thu, 16 Oct 2025 06:59:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:46.5369629Z' + - '2025-10-16T06:59:25.5126883Z' x-ms-file-creation-time: - - '2025-09-22T05:37:46.5369629Z' + - '2025-10-16T06:59:25.5126883Z' x-ms-file-id: - - '13835194394724007936' + - '13835088841607741440' x-ms-file-last-write-time: - - '2025-09-22T05:37:46.5369629Z' + - '2025-10-16T06:59:25.5126883Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_6' headers: Accept: - application/xml @@ -47315,15 +48025,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:46 GMT + - Thu, 16 Oct 2025 06:59:25 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -47335,21 +48045,21 @@ interactions: content-length: - '0' content-md5: - - NxK5WO6Uvg04pcYNVCRaxQ== + - ShR+5lD1DciwQwuM/dbGvQ== date: - - Mon, 22 Sep 2025 05:37:46 GMT + - Thu, 16 Oct 2025 06:59:25 GMT etag: - - '"0x8DDF99A29AC6AAD"' + - '"0x8DE0C818B9A2DD6"' last-modified: - - Mon, 22 Sep 2025 05:37:47 GMT + - Thu, 16 Oct 2025 06:59:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:47.5923629Z' + - '2025-10-16T06:59:26.5640918Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -47367,32 +48077,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:47 GMT + - Thu, 16 Oct 2025 06:59:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:3e083be1-801a-000e-4f83-2b3192000000\nTime:2025-09-22T05:37:48.7486157Z" + specified resource does not exist.\nRequestId:78197c0a-401a-0080-0b6a-3e90bc000000\nTime:2025-10-16T06:59:27.6455455Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:48 GMT + - Thu, 16 Oct 2025 06:59:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -47412,32 +48122,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:48 GMT + - Thu, 16 Oct 2025 06:59:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6ff9fc15-101a-0033-5583-2b4789000000\nTime:2025-09-22T05:37:49.8937811Z" + specified resource already exists.\nRequestId:7d81d9d9-f01a-003c-626a-3e467d000000\nTime:2025-10-16T06:59:28.6986877Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:49 GMT + - Thu, 16 Oct 2025 06:59:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -47457,17 +48167,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:50 GMT + - Thu, 16 Oct 2025 06:59:28 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_7 response: @@ -47477,36 +48187,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:49 GMT + - Thu, 16 Oct 2025 06:59:29 GMT etag: - - '"0x8DDF99A2BAD4730"' + - '"0x8DE0C818D7D74B9"' last-modified: - - Mon, 22 Sep 2025 05:37:50 GMT + - Thu, 16 Oct 2025 06:59:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:50.9534512Z' + - '2025-10-16T06:59:29.7312953Z' x-ms-file-creation-time: - - '2025-09-22T05:37:50.9534512Z' + - '2025-10-16T06:59:29.7312953Z' x-ms-file-id: - - '13835130623049596928' + - '11529250230440558592' x-ms-file-last-write-time: - - '2025-09-22T05:37:50.9534512Z' + - '2025-10-16T06:59:29.7312953Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_7' headers: Accept: - application/xml @@ -47523,15 +48233,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:51 GMT + - Thu, 16 Oct 2025 06:59:29 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -47543,21 +48253,21 @@ interactions: content-length: - '0' content-md5: - - 0SyjZIfp/k+83Zndgb9WOw== + - 8U6KZX5JlwP7KOFTIQ3dcg== date: - - Mon, 22 Sep 2025 05:37:51 GMT + - Thu, 16 Oct 2025 06:59:30 GMT etag: - - '"0x8DDF99A2C51ACA4"' + - '"0x8DE0C818E1A6139"' last-modified: - - Mon, 22 Sep 2025 05:37:52 GMT + - Thu, 16 Oct 2025 06:59:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:52.0308388Z' + - '2025-10-16T06:59:30.7597113Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -47575,32 +48285,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:52 GMT + - Thu, 16 Oct 2025 06:59:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:06582817-701a-001a-5883-2b79fd000000\nTime:2025-09-22T05:37:53.1442734Z" + specified resource does not exist.\nRequestId:4c1d210b-e01a-000f-0a6a-3e19d6000000\nTime:2025-10-16T06:59:31.7954308Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:52 GMT + - Thu, 16 Oct 2025 06:59:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -47620,32 +48330,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:53 GMT + - Thu, 16 Oct 2025 06:59:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:6ec933c9-d01a-0061-0883-2b3b61000000\nTime:2025-09-22T05:37:54.2429696Z" + specified resource already exists.\nRequestId:fa4d9247-b01a-004f-4f6a-3e1eee000000\nTime:2025-10-16T06:59:32.8188795Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:53 GMT + - Thu, 16 Oct 2025 06:59:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -47665,17 +48375,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:54 GMT + - Thu, 16 Oct 2025 06:59:33 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_8 response: @@ -47685,36 +48395,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:54 GMT + - Thu, 16 Oct 2025 06:59:33 GMT etag: - - '"0x8DDF99A2E4914AA"' + - '"0x8DE0C818FF08A9E"' last-modified: - - Mon, 22 Sep 2025 05:37:55 GMT + - Thu, 16 Oct 2025 06:59:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:55.3299626Z' + - '2025-10-16T06:59:33.8409630Z' x-ms-file-creation-time: - - '2025-09-22T05:37:55.3299626Z' + - '2025-10-16T06:59:33.8409630Z' x-ms-file-id: - - '13835095438677508096' + - '13835124025979830272' x-ms-file-last-write-time: - - '2025-09-22T05:37:55.3299626Z' + - '2025-10-16T06:59:33.8409630Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_8' headers: Accept: - application/xml @@ -47731,15 +48441,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:55 GMT + - Thu, 16 Oct 2025 06:59:34 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -47751,21 +48461,21 @@ interactions: content-length: - '0' content-md5: - - Y6KduLz+RaaUoIV7LVRRWQ== + - 4RQJueF/CFN0cLVuuppI4w== date: - - Mon, 22 Sep 2025 05:37:56 GMT + - Thu, 16 Oct 2025 06:59:34 GMT etag: - - '"0x8DDF99A2EE9AA19"' + - '"0x8DE0C81908A6A53"' last-modified: - - Mon, 22 Sep 2025 05:37:56 GMT + - Thu, 16 Oct 2025 06:59:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:37:56.3823641Z' + - '2025-10-16T06:59:34.8493907Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -47783,32 +48493,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:56 GMT + - Thu, 16 Oct 2025 06:59:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7721e711-c01a-006d-1f83-2bac69000000\nTime:2025-09-22T05:37:57.4499538Z" + specified resource does not exist.\nRequestId:e3bc7da3-d01a-0049-4b6a-3e2d51000000\nTime:2025-10-16T06:59:35.9010636Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:57 GMT + - Thu, 16 Oct 2025 06:59:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -47828,32 +48538,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:57 GMT + - Thu, 16 Oct 2025 06:59:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:8542e3d0-001a-0072-6083-2b1f6d000000\nTime:2025-09-22T05:37:58.5185628Z" + specified resource already exists.\nRequestId:e3bc7e7c-d01a-0049-806a-3e2d51000000\nTime:2025-10-16T06:59:36.9078113Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:37:58 GMT + - Thu, 16 Oct 2025 06:59:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -47873,17 +48583,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '134' x-ms-date: - - Mon, 22 Sep 2025 05:37:58 GMT + - Thu, 16 Oct 2025 06:59:37 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/file_9 response: @@ -47893,36 +48603,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:37:59 GMT + - Thu, 16 Oct 2025 06:59:37 GMT etag: - - '"0x8DDF99A30D5C91C"' + - '"0x8DE0C819260BAC3"' last-modified: - - Mon, 22 Sep 2025 05:37:59 GMT + - Thu, 16 Oct 2025 06:59:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:37:59.6075292Z' + - '2025-10-16T06:59:37.9316419Z' x-ms-file-creation-time: - - '2025-09-22T05:37:59.6075292Z' + - '2025-10-16T06:59:37.9316419Z' x-ms-file-id: - - '13835165807421685760' + - '13835060254305419264' x-ms-file-last-write-time: - - '2025-09-22T05:37:59.6075292Z' + - '2025-10-16T06:59:37.9316419Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter\file_9' headers: Accept: - application/xml @@ -47939,15 +48649,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:37:59 GMT + - Thu, 16 Oct 2025 06:59:38 GMT x-ms-range: - bytes=0-133 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -47959,21 +48669,21 @@ interactions: content-length: - '0' content-md5: - - Kc6GMNeUgWqh8FicLNI5JA== + - GIiZOf8P0heOATvCZ5pF+w== date: - - Mon, 22 Sep 2025 05:38:00 GMT + - Thu, 16 Oct 2025 06:59:38 GMT etag: - - '"0x8DDF99A318354FC"' + - '"0x8DE0C8192FE9186"' last-modified: - - Mon, 22 Sep 2025 05:38:00 GMT + - Thu, 16 Oct 2025 06:59:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:00.7448828Z' + - '2025-10-16T06:59:38.9660550Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -47991,32 +48701,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:00 GMT + - Thu, 16 Oct 2025 06:59:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:190d9c34-f01a-003b-0983-2b5d86000000\nTime:2025-09-22T05:38:01.8459790Z" + specified resource does not exist.\nRequestId:943f2e8c-001a-0065-086a-3ec1fe000000\nTime:2025-10-16T06:59:40.0091800Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:01 GMT + - Thu, 16 Oct 2025 06:59:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -48036,32 +48746,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:01 GMT + - Thu, 16 Oct 2025 06:59:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:5a67c29f-a01a-007b-4f83-2b5abe000000\nTime:2025-09-22T05:38:02.9221968Z" + specified resource already exists.\nRequestId:49d6bc12-a01a-0031-246a-3e8ea9000000\nTime:2025-10-16T06:59:41.0616173Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:02 GMT + - Thu, 16 Oct 2025 06:59:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -48081,13 +48791,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:03 GMT + - Thu, 16 Oct 2025 06:59:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: @@ -48097,31 +48807,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:03 GMT + - Thu, 16 Oct 2025 06:59:42 GMT etag: - - '"0x8DDF99A336ED7DA"' + - '"0x8DE0C8194D9EA50"' last-modified: - - Mon, 22 Sep 2025 05:38:03 GMT + - Thu, 16 Oct 2025 06:59:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:38:03.9660506Z' + - '2025-10-16T06:59:42.0812880Z' x-ms-file-creation-time: - - '2025-09-22T05:38:03.9660506Z' + - '2025-10-16T06:59:42.0812880Z' x-ms-file-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-last-write-time: - - '2025-09-22T05:38:03.9660506Z' + - '2025-10-16T06:59:42.0812880Z' x-ms-file-parent-id: - - '13835150414258896896' + - '13835168006444941312' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -48141,17 +48851,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:04 GMT + - Thu, 16 Oct 2025 06:59:42 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_0 response: @@ -48161,36 +48871,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:04 GMT + - Thu, 16 Oct 2025 06:59:42 GMT etag: - - '"0x8DDF99A3418E1C7"' + - '"0x8DE0C8195774BF7"' last-modified: - - Mon, 22 Sep 2025 05:38:05 GMT + - Thu, 16 Oct 2025 06:59:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:05.0804167Z' + - '2025-10-16T06:59:43.1127031Z' x-ms-file-creation-time: - - '2025-09-22T05:38:05.0804167Z' + - '2025-10-16T06:59:43.1127031Z' x-ms-file-id: - - '11529241434347536384' + - '16140927452774924288' x-ms-file-last-write-time: - - '2025-09-22T05:38:05.0804167Z' + - '2025-10-16T06:59:43.1127031Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_0' headers: Accept: - application/xml @@ -48207,15 +48917,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:05 GMT + - Thu, 16 Oct 2025 06:59:43 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -48227,21 +48937,21 @@ interactions: content-length: - '0' content-md5: - - j8goj/lkge0qY1c0aKyPlg== + - cjQNQJ7cyeeIdmq8ZmLFMA== date: - - Mon, 22 Sep 2025 05:38:05 GMT + - Thu, 16 Oct 2025 06:59:43 GMT etag: - - '"0x8DDF99A34B8DB0E"' + - '"0x8DE0C819617BA67"' last-modified: - - Mon, 22 Sep 2025 05:38:06 GMT + - Thu, 16 Oct 2025 06:59:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:06.1288206Z' + - '2025-10-16T06:59:44.1641063Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -48259,32 +48969,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:06 GMT + - Thu, 16 Oct 2025 06:59:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:712dca06-401a-003e-2e83-2b8f5d000000\nTime:2025-09-22T05:38:07.1995088Z" + specified resource does not exist.\nRequestId:78db952d-f01a-0061-076a-3e4cf9000000\nTime:2025-10-16T06:59:45.2168924Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:06 GMT + - Thu, 16 Oct 2025 06:59:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -48304,32 +49014,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:07 GMT + - Thu, 16 Oct 2025 06:59:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:51d3ef39-401a-005c-7883-2b4d7a000000\nTime:2025-09-22T05:38:08.3039529Z" + specified resource already exists.\nRequestId:84174897-a01a-0053-4a6a-3e4c8e000000\nTime:2025-10-16T06:59:46.2330705Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:07 GMT + - Thu, 16 Oct 2025 06:59:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -48349,32 +49059,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:08 GMT + - Thu, 16 Oct 2025 06:59:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:64cd7ead-701a-0068-6283-2b7eb2000000\nTime:2025-09-22T05:38:09.3685370Z" + specified resource already exists.\nRequestId:5d71ee9f-601a-002e-766a-3e3dad000000\nTime:2025-10-16T06:59:47.2627853Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:08 GMT + - Thu, 16 Oct 2025 06:59:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -48394,17 +49104,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:09 GMT + - Thu, 16 Oct 2025 06:59:47 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_1 response: @@ -48414,36 +49124,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:10 GMT + - Thu, 16 Oct 2025 06:59:47 GMT etag: - - '"0x8DDF99A3751E9C7"' + - '"0x8DE0C81988E2B3E"' last-modified: - - Mon, 22 Sep 2025 05:38:10 GMT + - Thu, 16 Oct 2025 06:59:48 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:10.4873415Z' + - '2025-10-16T06:59:48.2957630Z' x-ms-file-creation-time: - - '2025-09-22T05:38:10.4873415Z' + - '2025-10-16T06:59:48.2957630Z' x-ms-file-id: - - '13835183399607730176' + - '11529267822626603008' x-ms-file-last-write-time: - - '2025-09-22T05:38:10.4873415Z' + - '2025-10-16T06:59:48.2957630Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_1' headers: Accept: - application/xml @@ -48460,15 +49170,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:10 GMT + - Thu, 16 Oct 2025 06:59:48 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -48480,21 +49190,21 @@ interactions: content-length: - '0' content-md5: - - tEL9g+wOLQy1q16oJFdahQ== + - KLEXXHYyxm8bHZ+vxuy5Og== date: - - Mon, 22 Sep 2025 05:38:11 GMT + - Thu, 16 Oct 2025 06:59:48 GMT etag: - - '"0x8DDF99A37F2F45E"' + - '"0x8DE0C81992FD206"' last-modified: - - Mon, 22 Sep 2025 05:38:11 GMT + - Thu, 16 Oct 2025 06:59:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:11.5427422Z' + - '2025-10-16T06:59:49.3551622Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -48512,32 +49222,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:11 GMT + - Thu, 16 Oct 2025 06:59:49 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:d3fd16e4-901a-0002-2e83-2ba69a000000\nTime:2025-09-22T05:38:12.5960201Z" + specified resource does not exist.\nRequestId:77269f11-901a-0067-316a-3e7f46000000\nTime:2025-10-16T06:59:50.3889226Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:11 GMT + - Thu, 16 Oct 2025 06:59:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -48557,32 +49267,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:12 GMT + - Thu, 16 Oct 2025 06:59:50 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:add9c05b-101a-000c-3983-2b8f2a000000\nTime:2025-09-22T05:38:14.4273431Z" + specified resource already exists.\nRequestId:84174941-a01a-0053-6c6a-3e4c8e000000\nTime:2025-10-16T06:59:51.4170497Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:14 GMT + - Thu, 16 Oct 2025 06:59:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -48602,32 +49312,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:14 GMT + - Thu, 16 Oct 2025 06:59:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:190d9d85-f01a-003b-1283-2b5d86000000\nTime:2025-09-22T05:38:15.5899320Z" + specified resource already exists.\nRequestId:3b294ed2-b01a-002d-2a6a-3edcc9000000\nTime:2025-10-16T06:59:52.4388843Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:15 GMT + - Thu, 16 Oct 2025 06:59:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -48647,17 +49357,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:15 GMT + - Thu, 16 Oct 2025 06:59:52 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_2 response: @@ -48667,36 +49377,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:16 GMT + - Thu, 16 Oct 2025 06:59:53 GMT etag: - - '"0x8DDF99A3AF897BD"' + - '"0x8DE0C819BA6B7FA"' last-modified: - - Mon, 22 Sep 2025 05:38:16 GMT + - Thu, 16 Oct 2025 06:59:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:16.6128573Z' + - '2025-10-16T06:59:53.4898170Z' x-ms-file-creation-time: - - '2025-09-22T05:38:16.6128573Z' + - '2025-10-16T06:59:53.4898170Z' x-ms-file-id: - - '11529311803091714048' + - '13835113030863552512' x-ms-file-last-write-time: - - '2025-09-22T05:38:16.6128573Z' + - '2025-10-16T06:59:53.4898170Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_2' headers: Accept: - application/xml @@ -48713,15 +49423,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:16 GMT + - Thu, 16 Oct 2025 06:59:53 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -48733,21 +49443,21 @@ interactions: content-length: - '0' content-md5: - - aYCPbUHHnweLODzaHD8BDA== + - ng8zw1jfdcGCuQHGqq0uzQ== date: - - Mon, 22 Sep 2025 05:38:17 GMT + - Thu, 16 Oct 2025 06:59:54 GMT etag: - - '"0x8DDF99A3B97F4D4"' + - '"0x8DE0C819C46FF60"' last-modified: - - Mon, 22 Sep 2025 05:38:17 GMT + - Thu, 16 Oct 2025 06:59:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:17.6572628Z' + - '2025-10-16T06:59:54.5402208Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -48765,32 +49475,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:17 GMT + - Thu, 16 Oct 2025 06:59:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:cb19bf56-201a-0075-0383-2b730e000000\nTime:2025-09-22T05:38:18.7181703Z" + specified resource does not exist.\nRequestId:9bb1cae9-a01a-0021-806a-3e4bc1000000\nTime:2025-10-16T06:59:55.5694990Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:18 GMT + - Thu, 16 Oct 2025 06:59:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -48810,32 +49520,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:18 GMT + - Thu, 16 Oct 2025 06:59:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:250d346a-201a-005a-7683-2b7ec5000000\nTime:2025-09-22T05:38:19.8066482Z" + specified resource already exists.\nRequestId:059e34b5-501a-0025-726a-3ec6c6000000\nTime:2025-10-16T06:59:56.6379064Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:18 GMT + - Thu, 16 Oct 2025 06:59:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -48855,32 +49565,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:19 GMT + - Thu, 16 Oct 2025 06:59:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:59663fa7-b01a-0058-5983-2bc07d000000\nTime:2025-09-22T05:38:21.0816488Z" + specified resource already exists.\nRequestId:c97a4fe6-101a-000b-426a-3e94d1000000\nTime:2025-10-16T06:59:57.6544895Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:20 GMT + - Thu, 16 Oct 2025 06:59:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -48900,17 +49610,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:21 GMT + - Thu, 16 Oct 2025 06:59:57 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_3 response: @@ -48920,36 +49630,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:22 GMT + - Thu, 16 Oct 2025 06:59:57 GMT etag: - - '"0x8DDF99A3E406A9D"' + - '"0x8DE0C819EBF1D98"' last-modified: - - Mon, 22 Sep 2025 05:38:22 GMT + - Thu, 16 Oct 2025 06:59:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:22.1167261Z' + - '2025-10-16T06:59:58.6828696Z' x-ms-file-creation-time: - - '2025-09-22T05:38:22.1167261Z' + - '2025-10-16T06:59:58.6828696Z' x-ms-file-id: - - '13835174603514707968' + - '11529217245091725312' x-ms-file-last-write-time: - - '2025-09-22T05:38:22.1167261Z' + - '2025-10-16T06:59:58.6828696Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_3' headers: Accept: - application/xml @@ -48966,15 +49676,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:22 GMT + - Thu, 16 Oct 2025 06:59:58 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -48986,21 +49696,21 @@ interactions: content-length: - '0' content-md5: - - jJtPI2+DVGvr4ptmz0uw3A== + - 48KtueCB1hHYvOiEIqSxZQ== date: - - Mon, 22 Sep 2025 05:38:23 GMT + - Thu, 16 Oct 2025 06:59:59 GMT etag: - - '"0x8DDF99A3EEC9715"' + - '"0x8DE0C819F5F3DF6"' last-modified: - - Mon, 22 Sep 2025 05:38:23 GMT + - Thu, 16 Oct 2025 06:59:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:23.2450837Z' + - '2025-10-16T06:59:59.7322742Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -49018,32 +49728,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:23 GMT + - Thu, 16 Oct 2025 06:59:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:2fd6b275-e01a-007a-5f83-2b0562000000\nTime:2025-09-22T05:38:24.2956013Z" + specified resource does not exist.\nRequestId:99a0c4f9-501a-0035-4b6a-3e03ae000000\nTime:2025-10-16T07:00:00.7839327Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:23 GMT + - Thu, 16 Oct 2025 07:00:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -49063,32 +49773,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:24 GMT + - Thu, 16 Oct 2025 07:00:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:0761cfc1-c01a-001f-2983-2bab26000000\nTime:2025-09-22T05:38:25.3634679Z" + specified resource already exists.\nRequestId:29594338-401a-0039-296a-3e94a6000000\nTime:2025-10-16T07:00:01.8099231Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:24 GMT + - Thu, 16 Oct 2025 07:00:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -49108,32 +49818,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:25 GMT + - Thu, 16 Oct 2025 07:00:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b94987f1-f01a-002b-3883-2b98ee000000\nTime:2025-09-22T05:38:26.4715808Z" + specified resource already exists.\nRequestId:3da480ca-901a-002a-7c6a-3eb0aa000000\nTime:2025-10-16T07:00:02.8076899Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:26 GMT + - Thu, 16 Oct 2025 07:00:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -49153,17 +49863,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:26 GMT + - Thu, 16 Oct 2025 07:00:02 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_4 response: @@ -49173,36 +49883,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:26 GMT + - Thu, 16 Oct 2025 07:00:02 GMT etag: - - '"0x8DDF99A417C7F63"' + - '"0x8DE0C81A1D2C908"' last-modified: - - Mon, 22 Sep 2025 05:38:27 GMT + - Thu, 16 Oct 2025 07:00:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:27.5436387Z' + - '2025-10-16T07:00:03.8449416Z' x-ms-file-creation-time: - - '2025-09-22T05:38:27.5436387Z' + - '2025-10-16T07:00:03.8449416Z' x-ms-file-id: - - '13835086642584485888' + - '13835104234770530304' x-ms-file-last-write-time: - - '2025-09-22T05:38:27.5436387Z' + - '2025-10-16T07:00:03.8449416Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_4' headers: Accept: - application/xml @@ -49219,15 +49929,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:27 GMT + - Thu, 16 Oct 2025 07:00:04 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -49239,21 +49949,21 @@ interactions: content-length: - '0' content-md5: - - 1FMHxV89aQKn/MPEJUNokQ== + - DLn9pVd1BGG+5JxQ57dpRQ== date: - - Mon, 22 Sep 2025 05:38:28 GMT + - Thu, 16 Oct 2025 07:00:04 GMT etag: - - '"0x8DDF99A421B8E65"' + - '"0x8DE0C81A2750BF3"' last-modified: - - Mon, 22 Sep 2025 05:38:28 GMT + - Thu, 16 Oct 2025 07:00:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:28.5860453Z' + - '2025-10-16T07:00:04.9083379Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -49271,32 +49981,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:28 GMT + - Thu, 16 Oct 2025 07:00:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:6a6ef1c6-101a-0041-6b83-2b40c6000000\nTime:2025-09-22T05:38:29.6763476Z" + specified resource does not exist.\nRequestId:588d6a44-101a-0046-0f6a-3e5b3d000000\nTime:2025-10-16T07:00:05.9465482Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:28 GMT + - Thu, 16 Oct 2025 07:00:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -49316,32 +50026,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:29 GMT + - Thu, 16 Oct 2025 07:00:06 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:0761cfcf-c01a-001f-3183-2bab26000000\nTime:2025-09-22T05:38:30.7548289Z" + specified resource already exists.\nRequestId:277658e7-001a-0075-686a-3e0496000000\nTime:2025-10-16T07:00:06.9615196Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:29 GMT + - Thu, 16 Oct 2025 07:00:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -49361,32 +50071,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:30 GMT + - Thu, 16 Oct 2025 07:00:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:abd58e3c-f01a-0049-0e83-2b5ac9000000\nTime:2025-09-22T05:38:31.8741872Z" + specified resource already exists.\nRequestId:072ee04b-601a-004c-5d6a-3eff8a000000\nTime:2025-10-16T07:00:07.9897328Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:31 GMT + - Thu, 16 Oct 2025 07:00:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -49406,17 +50116,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:32 GMT + - Thu, 16 Oct 2025 07:00:08 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_5 response: @@ -49426,36 +50136,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:32 GMT + - Thu, 16 Oct 2025 07:00:08 GMT etag: - - '"0x8DDF99A44AFBBCA"' + - '"0x8DE0C81A4EB7CC1"' last-modified: - - Mon, 22 Sep 2025 05:38:32 GMT + - Thu, 16 Oct 2025 07:00:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:32.9125834Z' + - '2025-10-16T07:00:09.0399937Z' x-ms-file-creation-time: - - '2025-09-22T05:38:32.9125834Z' + - '2025-10-16T07:00:09.0399937Z' x-ms-file-id: - - '11529351385510313984' + - '16141006617612124160' x-ms-file-last-write-time: - - '2025-09-22T05:38:32.9125834Z' + - '2025-10-16T07:00:09.0399937Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_5' headers: Accept: - application/xml @@ -49472,15 +50182,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:33 GMT + - Thu, 16 Oct 2025 07:00:09 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -49492,21 +50202,21 @@ interactions: content-length: - '0' content-md5: - - pnb/AJk4CLXSX7s+Rgs3oA== + - lq539U6p25m3aiooQhtQPw== date: - - Mon, 22 Sep 2025 05:38:33 GMT + - Thu, 16 Oct 2025 07:00:09 GMT etag: - - '"0x8DDF99A45599EAE"' + - '"0x8DE0C81A585F8A0"' last-modified: - - Mon, 22 Sep 2025 05:38:34 GMT + - Thu, 16 Oct 2025 07:00:10 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:34.0259502Z' + - '2025-10-16T07:00:10.0524192Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -49524,32 +50234,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:34 GMT + - Thu, 16 Oct 2025 07:00:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:72d02f3a-701a-000a-2983-2bbc95000000\nTime:2025-09-22T05:38:35.2086636Z" + specified resource does not exist.\nRequestId:54fc9221-401a-0074-206a-3e5b4a000000\nTime:2025-10-16T07:00:11.1065685Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:34 GMT + - Thu, 16 Oct 2025 07:00:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -49569,32 +50279,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:35 GMT + - Thu, 16 Oct 2025 07:00:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cb48c33d-b01a-0048-2d83-2b0515000000\nTime:2025-09-22T05:38:36.4110692Z" + specified resource already exists.\nRequestId:4c1d282e-e01a-000f-4c6a-3e19d6000000\nTime:2025-10-16T07:00:12.1524626Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:35 GMT + - Thu, 16 Oct 2025 07:00:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -49614,32 +50324,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:36 GMT + - Thu, 16 Oct 2025 07:00:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f0c63c25-801a-007c-1a83-2b36dd000000\nTime:2025-09-22T05:38:37.5070360Z" + specified resource already exists.\nRequestId:1de89693-f01a-002c-456a-3e8315000000\nTime:2025-10-16T07:00:13.1643417Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:36 GMT + - Thu, 16 Oct 2025 07:00:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -49659,17 +50369,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:37 GMT + - Thu, 16 Oct 2025 07:00:13 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_6 response: @@ -49679,36 +50389,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:38 GMT + - Thu, 16 Oct 2025 07:00:14 GMT etag: - - '"0x8DDF99A48043705"' + - '"0x8DE0C81A800607D"' last-modified: - - Mon, 22 Sep 2025 05:38:38 GMT + - Thu, 16 Oct 2025 07:00:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:38.4994053Z' + - '2025-10-16T07:00:14.2100605Z' x-ms-file-creation-time: - - '2025-09-22T05:38:38.4994053Z' + - '2025-10-16T07:00:14.2100605Z' x-ms-file-id: - - '11529340390394036224' + - '13835174603514707968' x-ms-file-last-write-time: - - '2025-09-22T05:38:38.4994053Z' + - '2025-10-16T07:00:14.2100605Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_6' headers: Accept: - application/xml @@ -49725,15 +50435,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:38 GMT + - Thu, 16 Oct 2025 07:00:14 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -49745,21 +50455,21 @@ interactions: content-length: - '0' content-md5: - - vheskXV4xLT/cCWHUCv1Uw== + - ihn0MlXF3yvQVOGJMPgSEA== date: - - Mon, 22 Sep 2025 05:38:38 GMT + - Thu, 16 Oct 2025 07:00:14 GMT etag: - - '"0x8DDF99A48A3E22F"' + - '"0x8DE0C81A89A4035"' last-modified: - - Mon, 22 Sep 2025 05:38:39 GMT + - Thu, 16 Oct 2025 07:00:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:39.5458095Z' + - '2025-10-16T07:00:15.2184885Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -49777,32 +50487,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:39 GMT + - Thu, 16 Oct 2025 07:00:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:08e00c22-b01a-002a-5783-2bc732000000\nTime:2025-09-22T05:38:40.6405217Z" + specified resource does not exist.\nRequestId:aa018e17-c01a-0055-606a-3e7f31000000\nTime:2025-10-16T07:00:16.2583158Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:40 GMT + - Thu, 16 Oct 2025 07:00:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -49822,32 +50532,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:40 GMT + - Thu, 16 Oct 2025 07:00:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:de506f1d-001a-004d-6f83-2bd7ce000000\nTime:2025-09-22T05:38:41.7587983Z" + specified resource already exists.\nRequestId:1c098f18-e01a-0052-0c6a-3e1352000000\nTime:2025-10-16T07:00:17.3016624Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:40 GMT + - Thu, 16 Oct 2025 07:00:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -49867,32 +50577,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:41 GMT + - Thu, 16 Oct 2025 07:00:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:5eb3a383-101a-001c-6d83-2b4a42000000\nTime:2025-09-22T05:38:42.8142559Z" + specified resource already exists.\nRequestId:aaaf02a3-701a-007f-4d6a-3ea021000000\nTime:2025-10-16T07:00:18.3105541Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:41 GMT + - Thu, 16 Oct 2025 07:00:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -49912,17 +50622,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:42 GMT + - Thu, 16 Oct 2025 07:00:18 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_7 response: @@ -49932,36 +50642,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:43 GMT + - Thu, 16 Oct 2025 07:00:18 GMT etag: - - '"0x8DDF99A4B32E035"' + - '"0x8DE0C81AB1D5961"' last-modified: - - Mon, 22 Sep 2025 05:38:43 GMT + - Thu, 16 Oct 2025 07:00:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:43.8383669Z' + - '2025-10-16T07:00:19.4330977Z' x-ms-file-creation-time: - - '2025-09-22T05:38:43.8383669Z' + - '2025-10-16T07:00:19.4330977Z' x-ms-file-id: - - '11529259026533580800' + - '13835121826956574720' x-ms-file-last-write-time: - - '2025-09-22T05:38:43.8383669Z' + - '2025-10-16T07:00:19.4330977Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_7' headers: Accept: - application/xml @@ -49978,15 +50688,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:43 GMT + - Thu, 16 Oct 2025 07:00:19 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -49998,21 +50708,21 @@ interactions: content-length: - '0' content-md5: - - cVeWf1YlB4eIMe1+0plCvw== + - rOsd9c7SFYzJTJZHGTaOrA== date: - - Mon, 22 Sep 2025 05:38:44 GMT + - Thu, 16 Oct 2025 07:00:20 GMT etag: - - '"0x8DDF99A4BDBFFE3"' + - '"0x8DE0C81ABC3E178"' last-modified: - - Mon, 22 Sep 2025 05:38:44 GMT + - Thu, 16 Oct 2025 07:00:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:44.9467363Z' + - '2025-10-16T07:00:20.5244792Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -50030,32 +50740,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:45 GMT + - Thu, 16 Oct 2025 07:00:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_7?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:64cd7ef8-701a-0068-0183-2b7eb2000000\nTime:2025-09-22T05:38:46.1079763Z" + specified resource does not exist.\nRequestId:f2dab19b-f01a-0013-4a6a-3e4bb6000000\nTime:2025-10-16T07:00:21.5442669Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:45 GMT + - Thu, 16 Oct 2025 07:00:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -50075,32 +50785,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:46 GMT + - Thu, 16 Oct 2025 07:00:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cec177d6-701a-0078-7083-2bbbda000000\nTime:2025-09-22T05:38:47.1497836Z" + specified resource already exists.\nRequestId:732079c2-d01a-0014-176a-3e27d5000000\nTime:2025-10-16T07:00:22.5641807Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:46 GMT + - Thu, 16 Oct 2025 07:00:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -50120,32 +50830,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:47 GMT + - Thu, 16 Oct 2025 07:00:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:7e7dd9b1-301a-000b-0c83-2be349000000\nTime:2025-09-22T05:38:48.2392977Z" + specified resource already exists.\nRequestId:059e3695-501a-0025-186a-3ec6c6000000\nTime:2025-10-16T07:00:23.5880898Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:48 GMT + - Thu, 16 Oct 2025 07:00:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -50165,17 +50875,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:48 GMT + - Thu, 16 Oct 2025 07:00:23 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_8 response: @@ -50185,36 +50895,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:49 GMT + - Thu, 16 Oct 2025 07:00:24 GMT etag: - - '"0x8DDF99A4E7AB31C"' + - '"0x8DE0C81AE31EF08"' last-modified: - - Mon, 22 Sep 2025 05:38:49 GMT + - Thu, 16 Oct 2025 07:00:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:49.3422364Z' + - '2025-10-16T07:00:24.6011656Z' x-ms-file-creation-time: - - '2025-09-22T05:38:49.3422364Z' + - '2025-10-16T07:00:24.6011656Z' x-ms-file-id: - - '13835170205468196864' + - '13835064652351930368' x-ms-file-last-write-time: - - '2025-09-22T05:38:49.3422364Z' + - '2025-10-16T07:00:24.6011656Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_8' headers: Accept: - application/xml @@ -50231,15 +50941,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:49 GMT + - Thu, 16 Oct 2025 07:00:24 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -50251,21 +50961,21 @@ interactions: content-length: - '0' content-md5: - - c071rLL0QMrEBSAUy25rSg== + - +3OkVvLEwyD67oDCUefpKA== date: - - Mon, 22 Sep 2025 05:38:50 GMT + - Thu, 16 Oct 2025 07:00:24 GMT etag: - - '"0x8DDF99A4F18B0CD"' + - '"0x8DE0C81AECF77BA"' last-modified: - - Mon, 22 Sep 2025 05:38:50 GMT + - Thu, 16 Oct 2025 07:00:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:50.3776461Z' + - '2025-10-16T07:00:25.6335802Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -50283,32 +50993,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:50 GMT + - Thu, 16 Oct 2025 07:00:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:f9e0fb7d-201a-0028-2383-2b798a000000\nTime:2025-09-22T05:38:51.5948453Z" + specified resource does not exist.\nRequestId:8c126072-901a-003a-366a-3e75c2000000\nTime:2025-10-16T07:00:26.6677258Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:50 GMT + - Thu, 16 Oct 2025 07:00:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -50328,32 +51038,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:51 GMT + - Thu, 16 Oct 2025 07:00:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ab11e036-601a-0006-3883-2b2b9d000000\nTime:2025-09-22T05:38:52.6624195Z" + specified resource already exists.\nRequestId:27765a57-001a-0075-0e6a-3e0496000000\nTime:2025-10-16T07:00:27.6845403Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:51 GMT + - Thu, 16 Oct 2025 07:00:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -50373,32 +51083,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:52 GMT + - Thu, 16 Oct 2025 07:00:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:0b8e52cb-d01a-0003-0583-2bf946000000\nTime:2025-09-22T05:38:53.7348584Z" + specified resource already exists.\nRequestId:49d6c466-a01a-0031-0d6a-3e8ea9000000\nTime:2025-10-16T07:00:28.7034370Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:52 GMT + - Thu, 16 Oct 2025 07:00:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -50418,17 +51128,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '142' x-ms-date: - - Mon, 22 Sep 2025 05:38:53 GMT + - Thu, 16 Oct 2025 07:00:28 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/butter/charlie/file_9 response: @@ -50438,36 +51148,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:54 GMT + - Thu, 16 Oct 2025 07:00:29 GMT etag: - - '"0x8DDF99A51C12688"' + - '"0x8DE0C81B144FE51"' last-modified: - - Mon, 22 Sep 2025 05:38:54 GMT + - Thu, 16 Oct 2025 07:00:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:38:54.8371080Z' + - '2025-10-16T07:00:29.7592401Z' x-ms-file-creation-time: - - '2025-09-22T05:38:54.8371080Z' + - '2025-10-16T07:00:29.7592401Z' x-ms-file-id: - - '13835152613282152448' + - '13835135021096108032' x-ms-file-last-write-time: - - '2025-09-22T05:38:54.8371080Z' + - '2025-10-16T07:00:29.7592401Z' x-ms-file-parent-id: - - '13835077846491463680' + - '13835095438677508096' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\butter/charlie\file_9' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\butter/charlie\file_9' headers: Accept: - application/xml @@ -50484,15 +51194,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:54 GMT + - Thu, 16 Oct 2025 07:00:29 GMT x-ms-range: - bytes=0-141 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -50504,21 +51214,21 @@ interactions: content-length: - '0' content-md5: - - ZH8WYpwwi8ZDlXaP5Wc9jQ== + - Op5VO6ryixhhxH3c1Jcmhw== date: - - Mon, 22 Sep 2025 05:38:55 GMT + - Thu, 16 Oct 2025 07:00:30 GMT etag: - - '"0x8DDF99A526D04F0"' + - '"0x8DE0C81B1E1EAD2"' last-modified: - - Mon, 22 Sep 2025 05:38:55 GMT + - Thu, 16 Oct 2025 07:00:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:38:55.9634672Z' + - '2025-10-16T07:00:30.7876562Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -50536,32 +51246,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:56 GMT + - Thu, 16 Oct 2025 07:00:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:dbfd581c-f01a-0082-0983-2b599c000000\nTime:2025-09-22T05:38:57.0520461Z" + specified resource does not exist.\nRequestId:6cfaccd7-601a-0063-066a-3ef241000000\nTime:2025-10-16T07:00:31.8280852Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:38:56 GMT + - Thu, 16 Oct 2025 07:00:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -50581,13 +51291,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:57 GMT + - Thu, 16 Oct 2025 07:00:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: @@ -50597,31 +51307,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:57 GMT + - Thu, 16 Oct 2025 07:00:32 GMT etag: - - '"0x8DDF99A53B2C2F8"' + - '"0x8DE0C81B31A6476"' last-modified: - - Mon, 22 Sep 2025 05:38:58 GMT + - Thu, 16 Oct 2025 07:00:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:38:58.0982520Z' + - '2025-10-16T07:00:32.8354934Z' x-ms-file-creation-time: - - '2025-09-22T05:38:58.0982520Z' + - '2025-10-16T07:00:32.8354934Z' x-ms-file-id: - - '16140927452774924288' + - '13835099836724019200' x-ms-file-last-write-time: - - '2025-09-22T05:38:58.0982520Z' + - '2025-10-16T07:00:32.8354934Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -50641,13 +51351,13 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:38:58 GMT + - Thu, 16 Oct 2025 07:00:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: @@ -50657,31 +51367,31 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:38:58 GMT + - Thu, 16 Oct 2025 07:00:33 GMT etag: - - '"0x8DDF99A54533167"' + - '"0x8DE0C81B3BA5DCA"' last-modified: - - Mon, 22 Sep 2025 05:38:59 GMT + - Thu, 16 Oct 2025 07:00:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-22T05:38:59.1496551Z' + - '2025-10-16T07:00:33.8838986Z' x-ms-file-creation-time: - - '2025-09-22T05:38:59.1496551Z' + - '2025-10-16T07:00:33.8838986Z' x-ms-file-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-last-write-time: - - '2025-09-22T05:38:59.1496551Z' + - '2025-10-16T07:00:33.8838986Z' x-ms-file-parent-id: - - '16140927452774924288' + - '13835099836724019200' x-ms-file-permission-key: - - 9957663114370902142*16351338570168795127 + - 2909129856567359355*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -50701,17 +51411,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:38:59 GMT + - Thu, 16 Oct 2025 07:00:34 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_0 response: @@ -50721,36 +51431,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:00 GMT + - Thu, 16 Oct 2025 07:00:34 GMT etag: - - '"0x8DDF99A54F68589"' + - '"0x8DE0C81B4572348"' last-modified: - - Mon, 22 Sep 2025 05:39:00 GMT + - Thu, 16 Oct 2025 07:00:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:00.2200457Z' + - '2025-10-16T07:00:34.9113160Z' x-ms-file-creation-time: - - '2025-09-22T05:39:00.2200457Z' + - '2025-10-16T07:00:34.9113160Z' x-ms-file-id: - - '13835117428910063616' + - '13835170205468196864' x-ms-file-last-write-time: - - '2025-09-22T05:39:00.2200457Z' + - '2025-10-16T07:00:34.9113160Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_0' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_0' headers: Accept: - application/xml @@ -50767,15 +51477,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:00 GMT + - Thu, 16 Oct 2025 07:00:35 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -50787,21 +51497,21 @@ interactions: content-length: - '0' content-md5: - - k8Zx5M2q2PHzbUlUMXErpg== + - jthxIgd41/XkEgzeTQJddA== date: - - Mon, 22 Sep 2025 05:39:01 GMT + - Thu, 16 Oct 2025 07:00:35 GMT etag: - - '"0x8DDF99A55A76C42"' + - '"0x8DE0C81B4F39AB0"' last-modified: - - Mon, 22 Sep 2025 05:39:01 GMT + - Thu, 16 Oct 2025 07:00:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:01.3793858Z' + - '2025-10-16T07:00:35.9367344Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -50819,32 +51529,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:01 GMT + - Thu, 16 Oct 2025 07:00:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_0?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:51a87899-301a-0046-4383-2b2ca5000000\nTime:2025-09-22T05:39:02.4776843Z" + specified resource does not exist.\nRequestId:78db9bcb-f01a-0061-326a-3e4cf9000000\nTime:2025-10-16T07:00:36.9424025Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:01 GMT + - Thu, 16 Oct 2025 07:00:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -50864,32 +51574,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:02 GMT + - Thu, 16 Oct 2025 07:00:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:712dcbb9-401a-003e-5d83-2b8f5d000000\nTime:2025-09-22T05:39:03.5366596Z" + specified resource already exists.\nRequestId:1e03b21b-601a-0001-096a-3e3066000000\nTime:2025-10-16T07:00:37.9510912Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:02 GMT + - Thu, 16 Oct 2025 07:00:37 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -50909,32 +51619,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:03 GMT + - Thu, 16 Oct 2025 07:00:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:2f180f44-401a-004c-4a83-2b8812000000\nTime:2025-09-22T05:39:04.6496348Z" + specified resource already exists.\nRequestId:118d855a-b01a-0002-186a-3ed102000000\nTime:2025-10-16T07:00:38.9670896Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:03 GMT + - Thu, 16 Oct 2025 07:00:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -50954,17 +51664,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:04 GMT + - Thu, 16 Oct 2025 07:00:39 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_1 response: @@ -50974,36 +51684,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:05 GMT + - Thu, 16 Oct 2025 07:00:39 GMT etag: - - '"0x8DDF99A584053DD"' + - '"0x8DE0C81B7613324"' last-modified: - - Mon, 22 Sep 2025 05:39:05 GMT + - Thu, 16 Oct 2025 07:00:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:05.7369053Z' + - '2025-10-16T07:00:40.0104228Z' x-ms-file-creation-time: - - '2025-09-22T05:39:05.7369053Z' + - '2025-10-16T07:00:40.0104228Z' x-ms-file-id: - - '11529303006998691840' + - '13835117428910063616' x-ms-file-last-write-time: - - '2025-09-22T05:39:05.7369053Z' + - '2025-10-16T07:00:40.0104228Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_1' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_1' headers: Accept: - application/xml @@ -51020,15 +51730,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:05 GMT + - Thu, 16 Oct 2025 07:00:40 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -51040,21 +51750,21 @@ interactions: content-length: - '0' content-md5: - - cwF08WPzFkpQ+bMhSsphoQ== + - Jo5T0BMw1E1GNwT+XhP/xA== date: - - Mon, 22 Sep 2025 05:39:05 GMT + - Thu, 16 Oct 2025 07:00:40 GMT etag: - - '"0x8DDF99A58E702E3"' + - '"0x8DE0C81B7FE94CC"' last-modified: - - Mon, 22 Sep 2025 05:39:06 GMT + - Thu, 16 Oct 2025 07:00:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:06.8292835Z' + - '2025-10-16T07:00:41.0418380Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -51072,32 +51782,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:06 GMT + - Thu, 16 Oct 2025 07:00:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_1?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:2fd6b43d-e01a-007a-1a83-2b0562000000\nTime:2025-09-22T05:39:07.9520508Z" + specified resource does not exist.\nRequestId:f788299b-001a-0028-5c6a-3e0e12000000\nTime:2025-10-16T07:00:42.1159845Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:07 GMT + - Thu, 16 Oct 2025 07:00:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -51117,32 +51827,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:08 GMT + - Thu, 16 Oct 2025 07:00:42 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f9e0fc3f-201a-0028-2e83-2b798a000000\nTime:2025-09-22T05:39:09.0564728Z" + specified resource already exists.\nRequestId:455a83aa-901a-0015-0e6a-3e7809000000\nTime:2025-10-16T07:00:43.1758341Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:08 GMT + - Thu, 16 Oct 2025 07:00:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -51162,32 +51872,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:09 GMT + - Thu, 16 Oct 2025 07:00:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:120e192e-a01a-006b-4b83-2b9fd6000000\nTime:2025-09-22T05:39:10.1269882Z" + specified resource already exists.\nRequestId:b30b487c-401a-0006-0b6a-3e5c05000000\nTime:2025-10-16T07:00:44.1949263Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:09 GMT + - Thu, 16 Oct 2025 07:00:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -51207,17 +51917,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:10 GMT + - Thu, 16 Oct 2025 07:00:44 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_2 response: @@ -51227,36 +51937,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:10 GMT + - Thu, 16 Oct 2025 07:00:44 GMT etag: - - '"0x8DDF99A5B79D0E2"' + - '"0x8DE0C81BA7E2C07"' last-modified: - - Mon, 22 Sep 2025 05:39:11 GMT + - Thu, 16 Oct 2025 07:00:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:11.1468258Z' + - '2025-10-16T07:00:45.2334599Z' x-ms-file-creation-time: - - '2025-09-22T05:39:11.1468258Z' + - '2025-10-16T07:00:45.2334599Z' x-ms-file-id: - - '11529300807975436288' + - '13835143817189130240' x-ms-file-last-write-time: - - '2025-09-22T05:39:11.1468258Z' + - '2025-10-16T07:00:45.2334599Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_2' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_2' headers: Accept: - application/xml @@ -51273,15 +51983,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:11 GMT + - Thu, 16 Oct 2025 07:00:45 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -51293,21 +52003,21 @@ interactions: content-length: - '0' content-md5: - - L4r3/bgo4fHmwgOikoWiUw== + - N2A8vvJh/SW5XFfWUlxfdQ== date: - - Mon, 22 Sep 2025 05:39:11 GMT + - Thu, 16 Oct 2025 07:00:45 GMT etag: - - '"0x8DDF99A5C23DACE"' + - '"0x8DE0C81BB1E4C65"' last-modified: - - Mon, 22 Sep 2025 05:39:12 GMT + - Thu, 16 Oct 2025 07:00:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:12.2611918Z' + - '2025-10-16T07:00:46.2828645Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -51325,32 +52035,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:12 GMT + - Thu, 16 Oct 2025 07:00:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_2?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:b06c5ef2-b01a-0005-5f83-2bcaf9000000\nTime:2025-09-22T05:39:13.3054441Z" + specified resource does not exist.\nRequestId:24d3fa1b-d01a-0076-6e6a-3ee5f2000000\nTime:2025-10-16T07:00:47.3206021Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:13 GMT + - Thu, 16 Oct 2025 07:00:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -51370,32 +52080,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:13 GMT + - Thu, 16 Oct 2025 07:00:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:4659df58-601a-0074-4483-2b2cd2000000\nTime:2025-09-22T05:39:14.3981055Z" + specified resource already exists.\nRequestId:0b6f15c5-d01a-0004-2d6a-3ee2bd000000\nTime:2025-10-16T07:00:48.3418093Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:13 GMT + - Thu, 16 Oct 2025 07:00:47 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -51415,32 +52125,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:14 GMT + - Thu, 16 Oct 2025 07:00:48 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:cec1795a-701a-0078-0c83-2bbbda000000\nTime:2025-09-22T05:39:15.4181629Z" + specified resource already exists.\nRequestId:1e03b329-601a-0001-5f6a-3e3066000000\nTime:2025-10-16T07:00:49.4445370Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:15 GMT + - Thu, 16 Oct 2025 07:00:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -51460,17 +52170,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:15 GMT + - Thu, 16 Oct 2025 07:00:49 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_3 response: @@ -51480,36 +52190,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:15 GMT + - Thu, 16 Oct 2025 07:00:49 GMT etag: - - '"0x8DDF99A5EAAEAB2"' + - '"0x8DE0C81BDA7F44C"' last-modified: - - Mon, 22 Sep 2025 05:39:16 GMT + - Thu, 16 Oct 2025 07:00:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:16.5017778Z' + - '2025-10-16T07:00:50.5404492Z' x-ms-file-creation-time: - - '2025-09-22T05:39:16.5017778Z' + - '2025-10-16T07:00:50.5404492Z' x-ms-file-id: - - '11529309604068458496' + - '13835179001561219072' x-ms-file-last-write-time: - - '2025-09-22T05:39:16.5017778Z' + - '2025-10-16T07:00:50.5404492Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_3' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_3' headers: Accept: - application/xml @@ -51526,15 +52236,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:16 GMT + - Thu, 16 Oct 2025 07:00:50 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -51546,21 +52256,21 @@ interactions: content-length: - '0' content-md5: - - HxpGZUGVoXw8bGL++vpYLA== + - GpuHJGcIkJPl8VfU3rQQ1g== date: - - Mon, 22 Sep 2025 05:39:17 GMT + - Thu, 16 Oct 2025 07:00:51 GMT etag: - - '"0x8DDF99A5F58C4A0"' + - '"0x8DE0C81BE4BE4AF"' last-modified: - - Mon, 22 Sep 2025 05:39:17 GMT + - Thu, 16 Oct 2025 07:00:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:17.6411296Z' + - '2025-10-16T07:00:51.6148399Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -51578,32 +52288,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:17 GMT + - Thu, 16 Oct 2025 07:00:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_3?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:039bf840-601a-0039-7d83-2be33e000000\nTime:2025-09-22T05:39:18.7016407Z" + specified resource does not exist.\nRequestId:b95dd400-d01a-002b-6c6a-3eef76000000\nTime:2025-10-16T07:00:52.6626944Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:17 GMT + - Thu, 16 Oct 2025 07:00:51 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -51623,32 +52333,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:18 GMT + - Thu, 16 Oct 2025 07:00:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:bfd193ff-c01a-0030-7483-2ba6ed000000\nTime:2025-09-22T05:39:19.7539893Z" + specified resource already exists.\nRequestId:58e82e0d-e01a-0030-2a6a-3ed175000000\nTime:2025-10-16T07:00:53.7110633Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:18 GMT + - Thu, 16 Oct 2025 07:00:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -51668,32 +52378,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:19 GMT + - Thu, 16 Oct 2025 07:00:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:432de920-d01a-003c-3a83-2b31e5000000\nTime:2025-09-22T05:39:20.8237147Z" + specified resource already exists.\nRequestId:aaaf073c-701a-007f-6f6a-3ea021000000\nTime:2025-10-16T07:00:54.7210409Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:20 GMT + - Thu, 16 Oct 2025 07:00:53 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -51713,17 +52423,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:20 GMT + - Thu, 16 Oct 2025 07:00:54 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_4 response: @@ -51733,36 +52443,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:21 GMT + - Thu, 16 Oct 2025 07:00:55 GMT etag: - - '"0x8DDF99A61F22162"' + - '"0x8DE0C81C0C2076B"' last-modified: - - Mon, 22 Sep 2025 05:39:22 GMT + - Thu, 16 Oct 2025 07:00:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:22.0016482Z' + - '2025-10-16T07:00:55.7444971Z' x-ms-file-creation-time: - - '2025-09-22T05:39:22.0016482Z' + - '2025-10-16T07:00:55.7444971Z' x-ms-file-id: - - '13835091040630996992' + - '13835161409375174656' x-ms-file-last-write-time: - - '2025-09-22T05:39:22.0016482Z' + - '2025-10-16T07:00:55.7444971Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_4' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_4' headers: Accept: - application/xml @@ -51779,15 +52489,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:22 GMT + - Thu, 16 Oct 2025 07:00:55 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -51799,21 +52509,21 @@ interactions: content-length: - '0' content-md5: - - rFwY8FENvLF1PE8ze8Dtog== + - xiiB+SYpZJkicKIRt88KYQ== date: - - Mon, 22 Sep 2025 05:39:22 GMT + - Thu, 16 Oct 2025 07:00:55 GMT etag: - - '"0x8DDF99A629C043E"' + - '"0x8DE0C81C15EA5DB"' last-modified: - - Mon, 22 Sep 2025 05:39:23 GMT + - Thu, 16 Oct 2025 07:00:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:23.1150142Z' + - '2025-10-16T07:00:56.7709147Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -51831,32 +52541,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:23 GMT + - Thu, 16 Oct 2025 07:00:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_4?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:cb19c109-201a-0075-3583-2b730e000000\nTime:2025-09-22T05:39:24.2155109Z" + specified resource does not exist.\nRequestId:8986cde5-d01a-0059-666a-3ee839000000\nTime:2025-10-16T07:00:57.8321128Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:23 GMT + - Thu, 16 Oct 2025 07:00:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -51876,32 +52586,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:24 GMT + - Thu, 16 Oct 2025 07:00:58 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:596641b1-b01a-0058-4783-2bc07d000000\nTime:2025-09-22T05:39:25.2665133Z" + specified resource already exists.\nRequestId:943f364c-001a-0065-076a-3ec1fe000000\nTime:2025-10-16T07:00:58.8557716Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:24 GMT + - Thu, 16 Oct 2025 07:00:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -51921,32 +52631,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:25 GMT + - Thu, 16 Oct 2025 07:00:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:abb8a83f-a01a-0054-5283-2b5775000000\nTime:2025-09-22T05:39:26.3505069Z" + specified resource already exists.\nRequestId:64d7ae1a-d01a-003b-736a-3e2a1e000000\nTime:2025-10-16T07:00:59.9397866Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:25 GMT + - Thu, 16 Oct 2025 07:00:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -51966,17 +52676,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:26 GMT + - Thu, 16 Oct 2025 07:01:00 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_5 response: @@ -51986,36 +52696,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:26 GMT + - Thu, 16 Oct 2025 07:01:00 GMT etag: - - '"0x8DDF99A652B504F"' + - '"0x8DE0C81C3E2341C"' last-modified: - - Mon, 22 Sep 2025 05:39:27 GMT + - Thu, 16 Oct 2025 07:01:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:27.4095695Z' + - '2025-10-16T07:01:00.9885212Z' x-ms-file-creation-time: - - '2025-09-22T05:39:27.4095695Z' + - '2025-10-16T07:01:00.9885212Z' x-ms-file-id: - - '10376319929740689408' + - '13835059154793791488' x-ms-file-last-write-time: - - '2025-09-22T05:39:27.4095695Z' + - '2025-10-16T07:01:00.9885212Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_5' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_5' headers: Accept: - application/xml @@ -52032,15 +52742,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:27 GMT + - Thu, 16 Oct 2025 07:01:01 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -52052,21 +52762,21 @@ interactions: content-length: - '0' content-md5: - - s0jhw7Od0vqCqPLUVT7keA== + - VZXPj/zZtQkzq4xtEDoABw== date: - - Mon, 22 Sep 2025 05:39:28 GMT + - Thu, 16 Oct 2025 07:01:01 GMT etag: - - '"0x8DDF99A65CCA8EE"' + - '"0x8DE0C81C47E8479"' last-modified: - - Mon, 22 Sep 2025 05:39:28 GMT + - Thu, 16 Oct 2025 07:01:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:28.4669678Z' + - '2025-10-16T07:01:02.0129401Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -52084,32 +52794,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:28 GMT + - Thu, 16 Oct 2025 07:01:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_5?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:e7d892f4-a01a-0009-7183-2b5df1000000\nTime:2025-09-22T05:39:29.5643437Z" + specified resource does not exist.\nRequestId:e9d8867e-b01a-0012-396a-3e146a000000\nTime:2025-10-16T07:01:03.0522897Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:29 GMT + - Thu, 16 Oct 2025 07:01:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -52129,32 +52839,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:29 GMT + - Thu, 16 Oct 2025 07:01:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:f0c63dd9-801a-007c-4a83-2b36dd000000\nTime:2025-09-22T05:39:30.6674879Z" + specified resource already exists.\nRequestId:451360a2-701a-0032-416a-3e6fcd000000\nTime:2025-10-16T07:01:04.0903732Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:29 GMT + - Thu, 16 Oct 2025 07:01:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -52174,32 +52884,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:30 GMT + - Thu, 16 Oct 2025 07:01:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:16bae04a-501a-0050-0b83-2bda72000000\nTime:2025-09-22T05:39:31.7349085Z" + specified resource already exists.\nRequestId:c53d0978-101a-0079-386a-3e939e000000\nTime:2025-10-16T07:01:05.1028251Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:30 GMT + - Thu, 16 Oct 2025 07:01:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -52219,17 +52929,17 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:31 GMT + - Thu, 16 Oct 2025 07:01:05 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_6 response: @@ -52239,36 +52949,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:32 GMT + - Thu, 16 Oct 2025 07:01:05 GMT etag: - - '"0x8DDF99A687B383D"' + - '"0x8DE0C81C6F01402"' last-modified: - - Mon, 22 Sep 2025 05:39:32 GMT + - Thu, 16 Oct 2025 07:01:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:32.9664061Z' + - '2025-10-16T07:01:06.1126146Z' x-ms-file-creation-time: - - '2025-09-22T05:39:32.9664061Z' + - '2025-10-16T07:01:06.1126146Z' x-ms-file-id: - - '13835196593747263488' + - '11529324997231247360' x-ms-file-last-write-time: - - '2025-09-22T05:39:32.9664061Z' + - '2025-10-16T07:01:06.1126146Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_6' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_6' headers: Accept: - application/xml @@ -52285,15 +52995,15 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:33 GMT + - Thu, 16 Oct 2025 07:01:06 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -52305,21 +53015,21 @@ interactions: content-length: - '0' content-md5: - - P9j9GyHTl+Lvtgri+Z0Opw== + - CPJQkFtCDEKcxfjk8KiYIw== date: - - Mon, 22 Sep 2025 05:39:33 GMT + - Thu, 16 Oct 2025 07:01:06 GMT etag: - - '"0x8DDF99A693B5EFC"' + - '"0x8DE0C81C78C3D4E"' last-modified: - - Mon, 22 Sep 2025 05:39:34 GMT + - Thu, 16 Oct 2025 07:01:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:34.2256892Z' + - '2025-10-16T07:01:07.1360334Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -52337,32 +53047,285 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:34 GMT + - Thu, 16 Oct 2025 07:01:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_6?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:0b8e56aa-d01a-0003-2283-2bf946000000\nTime:2025-09-22T05:39:35.3042212Z" + specified resource does not exist.\nRequestId:b30b4c6c-401a-0006-5b6a-3e5c05000000\nTime:2025-10-16T07:01:08.1745293Z" + headers: + content-length: + - '221' + content-type: + - application/xml + date: + - Thu, 16 Oct 2025 07:01:07 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - ResourceNotFound + x-ms-version: + - '2025-07-05' + status: + code: 404 + message: The specified resource does not exist. +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file upload-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-date: + - Thu, 16 Oct 2025 07:01:08 GMT + x-ms-version: + - '2025-07-05' + method: PUT + uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory + response: + body: + string: "\uFEFFResourceAlreadyExistsThe + specified resource already exists.\nRequestId:7d81e19d-f01a-003c-406a-3e467d000000\nTime:2025-10-16T07:01:09.2035504Z" + headers: + content-length: + - '226' + content-type: + - application/xml + date: + - Thu, 16 Oct 2025 07:01:08 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - ResourceAlreadyExists + x-ms-version: + - '2025-07-05' + status: + code: 409 + message: The specified resource already exists. +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file upload-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-date: + - Thu, 16 Oct 2025 07:01:09 GMT + x-ms-version: + - '2025-07-05' + method: PUT + uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory + response: + body: + string: "\uFEFFResourceAlreadyExistsThe + specified resource already exists.\nRequestId:fa4d9829-b01a-004f-4d6a-3e1eee000000\nTime:2025-10-16T07:01:10.2450723Z" + headers: + content-length: + - '226' + content-type: + - application/xml + date: + - Thu, 16 Oct 2025 07:01:09 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - ResourceAlreadyExists + x-ms-version: + - '2025-07-05' + status: + code: 409 + message: The specified resource already exists. +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file upload-batch + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-content-length: + - '139' + x-ms-date: + - Thu, 16 Oct 2025 07:01:10 GMT + x-ms-type: + - file + x-ms-version: + - '2025-07-05' + method: PUT + uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_7 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 07:01:10 GMT + etag: + - '"0x8DE0C81CA02600B"' + last-modified: + - Thu, 16 Oct 2025 07:01:11 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-file-attributes: + - Archive + x-ms-file-change-time: + - '2025-10-16T07:01:11.2656907Z' + x-ms-file-creation-time: + - '2025-10-16T07:01:11.2656907Z' + x-ms-file-id: + - '13835164707910057984' + x-ms-file-last-write-time: + - '2025-10-16T07:01:11.2656907Z' + x-ms-file-parent-id: + - '11529245832394047488' + x-ms-file-permission-key: + - 16727636077142624380*4648955215594496242 + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2025-07-05' + status: + code: 201 + message: Created +- request: + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_7' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file upload-batch + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/octet-stream + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-date: + - Thu, 16 Oct 2025 07:01:11 GMT + x-ms-range: + - bytes=0-138 + x-ms-version: + - '2025-07-05' + x-ms-write: + - update + method: PUT + uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_7?comp=range + response: + body: + string: '' + headers: + content-length: + - '0' + content-md5: + - jQv6037DDRs4mS977dwlTA== + date: + - Thu, 16 Oct 2025 07:01:11 GMT + etag: + - '"0x8DE0C81CA9CDBEE"' + last-modified: + - Thu, 16 Oct 2025 07:01:12 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-file-last-write-time: + - '2025-10-16T07:01:12.2781166Z' + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2025-07-05' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file upload-batch + Connection: + - keep-alive + ParameterSetName: + - -s -d --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-allow-trailing-dot: + - 'true' + x-ms-date: + - Thu, 16 Oct 2025 07:01:12 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_7?restype=directory + response: + body: + string: "\uFEFFResourceNotFoundThe + specified resource does not exist.\nRequestId:b44b0433-601a-0011-596a-3ef50e000000\nTime:2025-10-16T07:01:13.3036877Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:34 GMT + - Thu, 16 Oct 2025 07:01:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -52382,32 +53345,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:35 GMT + - Thu, 16 Oct 2025 07:01:13 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:b938865c-e01a-0055-0a83-2b08a9000000\nTime:2025-09-22T05:39:36.4714497Z" + specified resource already exists.\nRequestId:4f7e89f4-101a-0056-026a-3e9e55000000\nTime:2025-10-16T07:01:14.3238046Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:35 GMT + - Thu, 16 Oct 2025 07:01:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -52427,32 +53390,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:36 GMT + - Thu, 16 Oct 2025 07:01:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:add9c27e-101a-000c-2a83-2b8f2a000000\nTime:2025-09-22T05:39:37.7288360Z" + specified resource already exists.\nRequestId:ec545eea-201a-0000-436a-3e6fba000000\nTime:2025-10-16T07:01:15.4035989Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:37 GMT + - Thu, 16 Oct 2025 07:01:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -52472,19 +53435,19 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:37 GMT + - Thu, 16 Oct 2025 07:01:15 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT - uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_7 + uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_8 response: body: string: '' @@ -52492,36 +53455,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:38 GMT + - Thu, 16 Oct 2025 07:01:15 GMT etag: - - '"0x8DDF99A6BF2C69D"' + - '"0x8DE0C81CD14FA2B"' last-modified: - - Mon, 22 Sep 2025 05:39:38 GMT + - Thu, 16 Oct 2025 07:01:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:38.7830941Z' + - '2025-10-16T07:01:16.4207659Z' x-ms-file-creation-time: - - '2025-09-22T05:39:38.7830941Z' + - '2025-10-16T07:01:16.4207659Z' x-ms-file-id: - - '13835129523537969152' + - '13835147115724013568' x-ms-file-last-write-time: - - '2025-09-22T05:39:38.7830941Z' + - '2025-10-16T07:01:16.4207659Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_7' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_8' headers: Accept: - application/xml @@ -52538,19 +53501,19 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:38 GMT + - Thu, 16 Oct 2025 07:01:16 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT - uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_7?comp=range + uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_8?comp=range response: body: string: '' @@ -52558,21 +53521,21 @@ interactions: content-length: - '0' content-md5: - - 5mJU+I023XlY93NE4MI/tQ== + - t4fnVcSQrGH9P9IrxqKbUw== date: - - Mon, 22 Sep 2025 05:39:39 GMT + - Thu, 16 Oct 2025 07:01:16 GMT etag: - - '"0x8DDF99A6C9668DB"' + - '"0x8DE0C81CDB6EF03"' last-modified: - - Mon, 22 Sep 2025 05:39:39 GMT + - Thu, 16 Oct 2025 07:01:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:39.8554843Z' + - '2025-10-16T07:01:17.4821635Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -52590,32 +53553,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:39 GMT + - Thu, 16 Oct 2025 07:01:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_7?restype=directory + uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_8?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:bee596c9-501a-007f-3683-2bd7b9000000\nTime:2025-09-22T05:39:40.9479192Z" + specified resource does not exist.\nRequestId:49d6c8e5-a01a-0031-276a-3e8ea9000000\nTime:2025-10-16T07:01:18.4993669Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:40 GMT + - Thu, 16 Oct 2025 07:01:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -52635,32 +53598,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:41 GMT + - Thu, 16 Oct 2025 07:01:18 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:2f18102f-401a-004c-6783-2b8812000000\nTime:2025-09-22T05:39:42.0208938Z" + specified resource already exists.\nRequestId:3eea1c8b-001a-004a-0d6a-3ecc35000000\nTime:2025-10-16T07:01:19.5463445Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:41 GMT + - Thu, 16 Oct 2025 07:01:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -52680,32 +53643,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:42 GMT + - Thu, 16 Oct 2025 07:01:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:ce4b72a0-001a-0062-5683-2bda05000000\nTime:2025-09-22T05:39:43.0992711Z" + specified resource already exists.\nRequestId:78dba183-f01a-0061-086a-3e4cf9000000\nTime:2025-10-16T07:01:20.6923411Z" headers: content-length: - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:43 GMT + - Thu, 16 Oct 2025 07:01:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified resource already exists. @@ -52725,19 +53688,19 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:43 GMT + - Thu, 16 Oct 2025 07:01:20 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT - uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_8 + uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_9 response: body: string: '' @@ -52745,36 +53708,36 @@ interactions: content-length: - '0' date: - - Mon, 22 Sep 2025 05:39:43 GMT + - Thu, 16 Oct 2025 07:01:21 GMT etag: - - '"0x8DDF99A6F247D53"' + - '"0x8DE0C81D04CCA27"' last-modified: - - Mon, 22 Sep 2025 05:39:44 GMT + - Thu, 16 Oct 2025 07:01:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-22T05:39:44.1420627Z' + - '2025-10-16T07:01:21.8197031Z' x-ms-file-creation-time: - - '2025-09-22T05:39:44.1420627Z' + - '2025-10-16T07:01:21.8197031Z' x-ms-file-id: - - '13835094339165880320' + - '16140942845937713152' x-ms-file-last-write-time: - - '2025-09-22T05:39:44.1420627Z' + - '2025-10-16T07:01:21.8197031Z' x-ms-file-parent-id: - - '11529292011882414080' + - '11529245832394047488' x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 + - 16727636077142624380*4648955215594496242 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created - request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_8' + body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testvbqgxkulsftfyzujzjph\duff/edward\file_9' headers: Accept: - application/xml @@ -52791,19 +53754,19 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:44 GMT + - Thu, 16 Oct 2025 07:01:22 GMT x-ms-range: - bytes=0-138 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT - uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_8?comp=range + uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_9?comp=range response: body: string: '' @@ -52811,21 +53774,21 @@ interactions: content-length: - '0' content-md5: - - 8ZN27ct23XhQKjuv8OhezQ== + - k5cAdn344lvlcFw8h9a5tg== date: - - Mon, 22 Sep 2025 05:39:44 GMT + - Thu, 16 Oct 2025 07:01:22 GMT etag: - - '"0x8DDF99A6FCD9D6F"' + - '"0x8DE0C81D0ED1196"' last-modified: - - Mon, 22 Sep 2025 05:39:45 GMT + - Thu, 16 Oct 2025 07:01:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-22T05:39:45.2504431Z' + - '2025-10-16T07:01:22.8701078Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -52843,32 +53806,32 @@ interactions: ParameterSetName: - -s -d --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:45 GMT + - Thu, 16 Oct 2025 07:01:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_8?restype=directory + uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_9?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ae6fcab3-c01a-0042-2883-2ba1a2000000\nTime:2025-09-22T05:39:46.3214173Z" + specified resource does not exist.\nRequestId:d7be9f0d-a01a-001e-376a-3e8362000000\nTime:2025-10-16T07:01:23.9283881Z" headers: content-length: - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:46 GMT + - Thu, 16 Oct 2025 07:01:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -52880,43 +53843,44 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage file upload-batch + - storage file delete-batch Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - -s -d --account-name --account-key + - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:46 GMT + - Thu, 16 Oct 2025 07:01:24 GMT x-ms-version: - - '2025-05-05' - method: PUT - uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share5?restype=directory&comp=list response: body: - string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:a94c3559-701a-0025-7483-2bb15e000000\nTime:2025-09-22T05:39:47.4818772Z" + string: "\uFEFF0apple13835093239654252544butter13835168006444941312duff13835099836724019200readme1383512842402634137687" headers: - content-length: - - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:47 GMT + - Thu, 16 Oct 2025 07:01:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - x-ms-error-code: - - ResourceAlreadyExists + transfer-encoding: + - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: - code: 409 - message: The specified resource already exists. + code: 200 + message: OK - request: body: null headers: @@ -52925,43 +53889,41 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage file upload-batch + - storage file delete-batch Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - -s -d --account-name --account-key + - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:47 GMT + - Thu, 16 Oct 2025 07:01:25 GMT x-ms-version: - - '2025-05-05' - method: PUT - uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory&comp=list response: body: - string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:8e3e03f2-c01a-0052-2d83-2b64ca000000\nTime:2025-09-22T05:39:48.5848457Z" + string: "\uFEFF13835093239654252544file_013835163608398430208133file_111529320599184736256133file_211529303006998691840133file_313835181200584474624133file_413835137220119363584133file_513835172404491452416133file_613835154812305408000133file_713835189996677496832133file_813835132822072852480133file_911529219444114980864133" headers: - content-length: - - '226' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:48 GMT + - Thu, 16 Oct 2025 07:01:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - x-ms-error-code: - - ResourceAlreadyExists + transfer-encoding: + - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: - code: 409 - message: The specified resource already exists. + code: 200 + message: OK - request: body: null headers: @@ -52970,118 +53932,42 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage file upload-batch + - storage file delete-batch Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - -s -d --account-name --account-key + - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' - x-ms-content-length: - - '139' x-ms-date: - - Mon, 22 Sep 2025 05:39:48 GMT - x-ms-type: - - file + - Thu, 16 Oct 2025 07:01:26 GMT x-ms-version: - - '2025-05-05' - method: PUT - uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_9 + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory&comp=list response: body: - string: '' - headers: - content-length: - - '0' - date: - - Mon, 22 Sep 2025 05:39:49 GMT - etag: - - '"0x8DDF99A72694595"' - last-modified: - - Mon, 22 Sep 2025 05:39:49 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - x-ms-file-attributes: - - Archive - x-ms-file-change-time: - - '2025-09-22T05:39:49.6259989Z' - x-ms-file-creation-time: - - '2025-09-22T05:39:49.6259989Z' - x-ms-file-id: - - '16140984627379568640' - x-ms-file-last-write-time: - - '2025-09-22T05:39:49.6259989Z' - x-ms-file-parent-id: - - '11529292011882414080' - x-ms-file-permission-key: - - 5353504018412869497*16351338570168795127 - x-ms-request-server-encrypted: - - 'true' - x-ms-version: - - '2025-05-05' - status: - code: 201 - message: Created -- request: - body: 'Azure CLI storage command module test sample file. origin: C:\Users\ZHIYIH~1\AppData\Local\Temp\testpkkngfhhwfaz3e3lf6pv\duff/edward\file_9' + string: "\uFEFF13835168006444941312charlie13835095438677508096file_013835080045514719232134file_111529289812859158528134file_213835115229886808064134file_313835071249421697024134file_413835106433793785856134file_511529259026533580800134file_613835088841607741440134file_711529250230440558592134file_813835124025979830272134file_913835060254305419264134" headers: - Accept: + content-type: - application/xml - Accept-Encoding: - - gzip, deflate - CommandName: - - storage file upload-batch - Connection: - - keep-alive - Content-Length: - - '139' - Content-Type: - - application/octet-stream - ParameterSetName: - - -s -d --account-name --account-key - User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) - x-ms-allow-trailing-dot: - - 'true' - x-ms-date: - - Mon, 22 Sep 2025 05:39:49 GMT - x-ms-range: - - bytes=0-138 - x-ms-version: - - '2025-05-05' - x-ms-write: - - update - method: PUT - uri: https://clitest000002.file.core.windows.net/share5/duff/edward/file_9?comp=range - response: - body: - string: '' - headers: - content-length: - - '0' - content-md5: - - DrxOZ7gt9PzTq/2SyV8+yQ== date: - - Mon, 22 Sep 2025 05:39:50 GMT - etag: - - '"0x8DDF99A730B13C1"' - last-modified: - - Mon, 22 Sep 2025 05:39:50 GMT + - Thu, 16 Oct 2025 07:01:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - x-ms-file-last-write-time: - - '2025-09-22T05:39:50.6864065Z' - x-ms-request-server-encrypted: - - 'true' + transfer-encoding: + - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -53090,41 +53976,41 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage file upload-batch + - storage file delete-batch Connection: - keep-alive ParameterSetName: - - -s -d --account-name --account-key + - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:50 GMT + - Thu, 16 Oct 2025 07:01:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward%2Ffile_9?restype=directory + uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory&comp=list response: body: - string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:d636fabc-601a-0064-3483-2be9ba000000\nTime:2025-09-22T05:39:51.7714286Z" + string: "\uFEFF13835099836724019200edward11529245832394047488" headers: - content-length: - - '221' content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:51 GMT + - Thu, 16 Oct 2025 07:01:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - x-ms-error-code: - - ResourceNotFound + transfer-encoding: + - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: - code: 404 - message: The specified resource does not exist. + code: 200 + message: OK - request: body: null headers: @@ -53139,35 +54025,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:51 GMT + - Thu, 16 Oct 2025 07:01:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5?restype=directory&comp=list + uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory&comp=list response: body: string: "\uFEFF0apple13835093239654252544butter13835150414258896896duff16140927452774924288readme138351284240263413768713835095438677508096file_016140927452774924288142file_111529267822626603008142file_213835113030863552512142file_311529217245091725312142file_413835104234770530304142file_516141006617612124160142file_613835174603514707968142file_713835121826956574720142file_813835064652351930368142file_913835135021096108032142" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:52 GMT + - Thu, 16 Oct 2025 07:01:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53185,32 +54068,32 @@ interactions: ParameterSetName: - -s --pattern --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:53 GMT + - Thu, 16 Oct 2025 07:01:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory&comp=list + uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory&comp=list response: body: string: "\uFEFF13835093239654252544file_013835163608398430208133file_113835146016212385792133file_213835181200584474624133file_313835137220119363584133file_411529223842161491968133file_513835084443561230336133file_613835119627933319168133file_713835062453328674816133file_813835097637700763648133file_91383508004551471923213311529245832394047488file_013835170205468196864139file_113835117428910063616139file_213835143817189130240139file_313835179001561219072139file_413835161409375174656139file_513835059154793791488139file_611529324997231247360139file_713835164707910057984139file_813835147115724013568139file_916140942845937713152139" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:53 GMT + - Thu, 16 Oct 2025 07:01:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53222,39 +54105,45 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage file delete-batch + - storage file list Connection: - keep-alive ParameterSetName: - - -s --pattern --account-name --account-key + - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) - x-ms-allow-trailing-dot: - - 'true' + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:39:54 GMT + - Thu, 16 Oct 2025 07:01:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory&comp=list + uri: https://clitest000002.file.core.windows.net/share5?restype=share response: body: - string: "\uFEFF13835150414258896896charlie13835077846491463680file_013835115229886808064134file_113835071249421697024134file_213835106433793785856134file_313835176802537963520134file_413835088841607741440134file_513835124025979830272134file_613835194394724007936134file_713835130623049596928134file_813835095438677508096134file_913835165807421685760134" + string: '' headers: - content-type: - - application/xml + content-length: + - '0' date: - - Mon, 22 Sep 2025 05:39:54 GMT + - Thu, 16 Oct 2025 07:01:31 GMT + etag: + - '"0x8DE0C816006647E"' + last-modified: + - Thu, 16 Oct 2025 06:58:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53266,38 +54155,38 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage file delete-batch + - storage file list Connection: - keep-alive ParameterSetName: - - -s --pattern --account-name --account-key + - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:55 GMT + - Thu, 16 Oct 2025 07:01:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/duff?restype=directory&comp=list + uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF16140927452774924288edward11529292011882414080" + DirectoryPath=\"apple\">500013835093239654252544file_013835163608398430208133file_111529320599184736256133file_211529303006998691840133file_313835181200584474624133file_413835137220119363584133file_513835172404491452416133file_613835154812305408000133file_713835189996677496832133file_813835132822072852480133file_911529219444114980864133" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:56 GMT + - Thu, 16 Oct 2025 07:01:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53309,38 +54198,45 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage file delete-batch + - storage file list Connection: - keep-alive ParameterSetName: - - -s --pattern --account-name --account-key + - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) - x-ms-allow-trailing-dot: - - 'true' + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:39:56 GMT + - Thu, 16 Oct 2025 07:01:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory&comp=list + uri: https://clitest000002.file.core.windows.net/share5?restype=share response: body: - string: "\uFEFF13835077846491463680file_011529241434347536384142file_113835183399607730176142file_211529311803091714048142file_313835174603514707968142file_413835086642584485888142file_511529351385510313984142file_611529340390394036224142file_711529259026533580800142file_813835170205468196864142file_913835152613282152448142" + string: '' headers: - content-type: - - application/xml + content-length: + - '0' date: - - Mon, 22 Sep 2025 05:39:57 GMT + - Thu, 16 Oct 2025 07:01:33 GMT + etag: + - '"0x8DE0C816006647E"' + last-modified: + - Thu, 16 Oct 2025 06:58:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53352,38 +54248,39 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - storage file delete-batch + - storage file list Connection: - keep-alive ParameterSetName: - - -s --pattern --account-name --account-key + - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:39:57 GMT + - Thu, 16 Oct 2025 07:01:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory&comp=list + uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF11529292011882414080file_013835117428910063616139file_111529303006998691840139file_211529300807975436288139file_311529309604068458496139file_413835091040630996992139file_510376319929740689408139file_613835196593747263488139file_713835129523537969152139file_813835094339165880320139file_916140984627379568640139500013835168006444941312charlie13835095438677508096file_013835080045514719232134file_111529289812859158528134file_213835115229886808064134file_313835071249421697024134file_413835106433793785856134file_511529259026533580800134file_613835088841607741440134file_711529250230440558592134file_813835124025979830272134file_913835060254305419264134" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:39:57 GMT + - Thu, 16 Oct 2025 07:01:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53401,42 +54298,39 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) - x-ms-allow-trailing-dot: - - 'true' + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:39:58 GMT + - Thu, 16 Oct 2025 07:01:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/apple?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share5?restype=share response: body: - string: "\uFEFF500013835093239654252544file_0138351636083984302081332025-09-22T05:36:35.9850674Z2025-09-22T05:36:35.9850674Z2025-09-22T05:36:37.2463496Z2025-09-22T05:36:37.2463496ZMon, - 22 Sep 2025 05:36:37 GMT\"0x8DDF999FFBE7788\"Archive5353504018412869497*16351338570168795127file_1138351460162123857921332025-09-22T05:36:40.5704612Z2025-09-22T05:36:40.5704612Z2025-09-22T05:36:41.6548457Z2025-09-22T05:36:41.6548457ZMon, - 22 Sep 2025 05:36:41 GMT\"0x8DDF99A025F2669\"Archive5353504018412869497*16351338570168795127file_2138351812005844746241332025-09-22T05:36:44.9629654Z2025-09-22T05:36:44.9629654Z2025-09-22T05:36:46.0893254Z2025-09-22T05:36:46.0893254ZMon, - 22 Sep 2025 05:36:46 GMT\"0x8DDF99A0503CC46\"Archive5353504018412869497*16351338570168795127file_3138351372201193635841332025-09-22T05:36:49.2925055Z2025-09-22T05:36:49.2925055Z2025-09-22T05:36:50.3658950Z2025-09-22T05:36:50.3658950ZMon, - 22 Sep 2025 05:36:50 GMT\"0x8DDF99A079059C6\"Archive5353504018412869497*16351338570168795127file_4115292238421614919681332025-09-22T05:36:53.6730164Z2025-09-22T05:36:53.6730164Z2025-09-22T05:36:54.7334135Z2025-09-22T05:36:54.7334135ZMon, - 22 Sep 2025 05:36:54 GMT\"0x8DDF99A0A2AC7F7\"Archive5353504018412869497*16351338570168795127file_5138350844435612303361332025-09-22T05:36:57.9295977Z2025-09-22T05:36:57.9295977Z2025-09-22T05:36:59.0249750Z2025-09-22T05:36:59.0249750ZMon, - 22 Sep 2025 05:36:59 GMT\"0x8DDF99A0CB99F16\"Archive5353504018412869497*16351338570168795127file_6138351196279333191681332025-09-22T05:37:02.3001125Z2025-09-22T05:37:02.3001125Z2025-09-22T05:37:03.4244737Z2025-09-22T05:37:03.4244737ZMon, - 22 Sep 2025 05:37:03 GMT\"0x8DDF99A0F58EE81\"Archive5353504018412869497*16351338570168795127file_7138350624533286748161332025-09-22T05:37:06.6816226Z2025-09-22T05:37:06.6816226Z2025-09-22T05:37:07.7580108Z2025-09-22T05:37:07.7580108ZMon, - 22 Sep 2025 05:37:07 GMT\"0x8DDF99A11EE2D4C\"Archive5353504018412869497*16351338570168795127file_8138350976377007636481332025-09-22T05:37:11.0121612Z2025-09-22T05:37:11.0121612Z2025-09-22T05:37:12.0715592Z2025-09-22T05:37:12.0715592ZMon, - 22 Sep 2025 05:37:12 GMT\"0x8DDF99A14805F48\"Archive5353504018412869497*16351338570168795127file_9138350800455147192321332025-09-22T05:37:15.4766233Z2025-09-22T05:37:15.4766233Z2025-09-22T05:37:16.5560097Z2025-09-22T05:37:16.5560097ZMon, - 22 Sep 2025 05:37:16 GMT\"0x8DDF99A172CA521\"Archive5353504018412869497*16351338570168795127" + string: '' headers: - content-type: - - application/xml + content-length: + - '0' date: - - Mon, 22 Sep 2025 05:39:59 GMT + - Thu, 16 Oct 2025 07:01:35 GMT + etag: + - '"0x8DE0C816006647E"' + last-modified: + - Thu, 16 Oct 2025 06:58:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53454,43 +54348,32 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:40:00 GMT + - Thu, 16 Oct 2025 07:01:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/butter?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500013835150414258896896charlie138350778464914636802025-09-22T05:38:03.9660506Z2025-09-22T05:38:03.9660506Z2025-09-22T05:38:03.9660506Z2025-09-22T05:38:03.9660506ZMon, - 22 Sep 2025 05:38:03 GMT\"0x8DDF99A336ED7DA\"Directory9957663114370902142*16351338570168795127file_0138351152298868080641342025-09-22T05:37:19.9450828Z2025-09-22T05:37:19.9450828Z2025-09-22T05:37:21.0294665Z2025-09-22T05:37:21.0294665ZMon, - 22 Sep 2025 05:37:21 GMT\"0x8DDF99A19D73D89\"Archive5353504018412869497*16351338570168795127file_1138350712494216970241342025-09-22T05:37:24.3315892Z2025-09-22T05:37:24.3315892Z2025-09-22T05:37:25.5319070Z2025-09-22T05:37:25.5319070ZMon, - 22 Sep 2025 05:37:25 GMT\"0x8DDF99A1C86421E\"Archive5353504018412869497*16351338570168795127file_2138351064337937858561342025-09-22T05:37:28.8850001Z2025-09-22T05:37:28.8850001Z2025-09-22T05:37:29.9993665Z2025-09-22T05:37:29.9993665ZMon, - 22 Sep 2025 05:37:29 GMT\"0x8DDF99A1F2FF041\"Archive5353504018412869497*16351338570168795127file_3138351768025379635201342025-09-22T05:37:33.4074290Z2025-09-22T05:37:33.4074290Z2025-09-22T05:37:34.6087463Z2025-09-22T05:37:34.6087463ZMon, - 22 Sep 2025 05:37:34 GMT\"0x8DDF99A21EF4627\"Archive5353504018412869497*16351338570168795127file_4138350888416077414401342025-09-22T05:37:37.8029296Z2025-09-22T05:37:37.8029296Z2025-09-22T05:37:38.9352861Z2025-09-22T05:37:38.9352861ZMon, - 22 Sep 2025 05:37:38 GMT\"0x8DDF99A2483739D\"Archive5353504018412869497*16351338570168795127file_5138351240259798302721342025-09-22T05:37:42.1254717Z2025-09-22T05:37:42.1254717Z2025-09-22T05:37:43.2158518Z2025-09-22T05:37:43.2158518ZMon, - 22 Sep 2025 05:37:43 GMT\"0x8DDF99A27109D36\"Archive5353504018412869497*16351338570168795127file_6138351943947240079361342025-09-22T05:37:46.5369629Z2025-09-22T05:37:46.5369629Z2025-09-22T05:37:47.5923629Z2025-09-22T05:37:47.5923629ZMon, - 22 Sep 2025 05:37:47 GMT\"0x8DDF99A29AC6AAD\"Archive5353504018412869497*16351338570168795127file_7138351306230495969281342025-09-22T05:37:50.9534512Z2025-09-22T05:37:50.9534512Z2025-09-22T05:37:52.0308388Z2025-09-22T05:37:52.0308388ZMon, - 22 Sep 2025 05:37:52 GMT\"0x8DDF99A2C51ACA4\"Archive5353504018412869497*16351338570168795127file_8138350954386775080961342025-09-22T05:37:55.3299626Z2025-09-22T05:37:55.3299626Z2025-09-22T05:37:56.3823641Z2025-09-22T05:37:56.3823641ZMon, - 22 Sep 2025 05:37:56 GMT\"0x8DDF99A2EE9AA19\"Archive5353504018412869497*16351338570168795127file_9138351658074216857601342025-09-22T05:37:59.6075292Z2025-09-22T05:37:59.6075292Z2025-09-22T05:38:00.7448828Z2025-09-22T05:38:00.7448828ZMon, - 22 Sep 2025 05:38:00 GMT\"0x8DDF99A318354FC\"Archive5353504018412869497*16351338570168795127500013835095438677508096file_016140927452774924288142file_111529267822626603008142file_213835113030863552512142file_311529217245091725312142file_413835104234770530304142file_516141006617612124160142file_613835174603514707968142file_713835121826956574720142file_813835064652351930368142file_913835135021096108032142" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:40:00 GMT + - Thu, 16 Oct 2025 07:01:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53508,42 +54391,39 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) - x-ms-allow-trailing-dot: - - 'true' + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Mon, 22 Sep 2025 05:40:01 GMT + - Thu, 16 Oct 2025 07:01:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/butter%2Fcharlie?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share5?restype=share response: body: - string: "\uFEFF500013835077846491463680file_0115292414343475363841422025-09-22T05:38:05.0804167Z2025-09-22T05:38:05.0804167Z2025-09-22T05:38:06.1288206Z2025-09-22T05:38:06.1288206ZMon, - 22 Sep 2025 05:38:06 GMT\"0x8DDF99A34B8DB0E\"Archive5353504018412869497*16351338570168795127file_1138351833996077301761422025-09-22T05:38:10.4873415Z2025-09-22T05:38:10.4873415Z2025-09-22T05:38:11.5427422Z2025-09-22T05:38:11.5427422ZMon, - 22 Sep 2025 05:38:11 GMT\"0x8DDF99A37F2F45E\"Archive5353504018412869497*16351338570168795127file_2115293118030917140481422025-09-22T05:38:16.6128573Z2025-09-22T05:38:16.6128573Z2025-09-22T05:38:17.6572628Z2025-09-22T05:38:17.6572628ZMon, - 22 Sep 2025 05:38:17 GMT\"0x8DDF99A3B97F4D4\"Archive5353504018412869497*16351338570168795127file_3138351746035147079681422025-09-22T05:38:22.1167261Z2025-09-22T05:38:22.1167261Z2025-09-22T05:38:23.2450837Z2025-09-22T05:38:23.2450837ZMon, - 22 Sep 2025 05:38:23 GMT\"0x8DDF99A3EEC9715\"Archive5353504018412869497*16351338570168795127file_4138350866425844858881422025-09-22T05:38:27.5436387Z2025-09-22T05:38:27.5436387Z2025-09-22T05:38:28.5860453Z2025-09-22T05:38:28.5860453ZMon, - 22 Sep 2025 05:38:28 GMT\"0x8DDF99A421B8E65\"Archive5353504018412869497*16351338570168795127file_5115293513855103139841422025-09-22T05:38:32.9125834Z2025-09-22T05:38:32.9125834Z2025-09-22T05:38:34.0259502Z2025-09-22T05:38:34.0259502ZMon, - 22 Sep 2025 05:38:34 GMT\"0x8DDF99A45599EAE\"Archive5353504018412869497*16351338570168795127file_6115293403903940362241422025-09-22T05:38:38.4994053Z2025-09-22T05:38:38.4994053Z2025-09-22T05:38:39.5458095Z2025-09-22T05:38:39.5458095ZMon, - 22 Sep 2025 05:38:39 GMT\"0x8DDF99A48A3E22F\"Archive5353504018412869497*16351338570168795127file_7115292590265335808001422025-09-22T05:38:43.8383669Z2025-09-22T05:38:43.8383669Z2025-09-22T05:38:44.9467363Z2025-09-22T05:38:44.9467363ZMon, - 22 Sep 2025 05:38:44 GMT\"0x8DDF99A4BDBFFE3\"Archive5353504018412869497*16351338570168795127file_8138351702054681968641422025-09-22T05:38:49.3422364Z2025-09-22T05:38:49.3422364Z2025-09-22T05:38:50.3776461Z2025-09-22T05:38:50.3776461ZMon, - 22 Sep 2025 05:38:50 GMT\"0x8DDF99A4F18B0CD\"Archive5353504018412869497*16351338570168795127file_9138351526132821524481422025-09-22T05:38:54.8371080Z2025-09-22T05:38:54.8371080Z2025-09-22T05:38:55.9634672Z2025-09-22T05:38:55.9634672ZMon, - 22 Sep 2025 05:38:55 GMT\"0x8DDF99A526D04F0\"Archive5353504018412869497*16351338570168795127" + string: '' headers: - content-type: - - application/xml + content-length: + - '0' date: - - Mon, 22 Sep 2025 05:40:01 GMT + - Thu, 16 Oct 2025 07:01:37 GMT + etag: + - '"0x8DE0C816006647E"' + last-modified: + - Thu, 16 Oct 2025 06:58:13 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -53561,42 +54441,32 @@ interactions: ParameterSetName: - -s -p --exclude-dir --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Mon, 22 Sep 2025 05:40:03 GMT + - Thu, 16 Oct 2025 07:01:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share5/duff%2Fedward?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500011529292011882414080file_0138351174289100636161392025-09-22T05:39:00.2200457Z2025-09-22T05:39:00.2200457Z2025-09-22T05:39:01.3793858Z2025-09-22T05:39:01.3793858ZMon, - 22 Sep 2025 05:39:01 GMT\"0x8DDF99A55A76C42\"Archive5353504018412869497*16351338570168795127file_1115293030069986918401392025-09-22T05:39:05.7369053Z2025-09-22T05:39:05.7369053Z2025-09-22T05:39:06.8292835Z2025-09-22T05:39:06.8292835ZMon, - 22 Sep 2025 05:39:06 GMT\"0x8DDF99A58E702E3\"Archive5353504018412869497*16351338570168795127file_2115293008079754362881392025-09-22T05:39:11.1468258Z2025-09-22T05:39:11.1468258Z2025-09-22T05:39:12.2611918Z2025-09-22T05:39:12.2611918ZMon, - 22 Sep 2025 05:39:12 GMT\"0x8DDF99A5C23DACE\"Archive5353504018412869497*16351338570168795127file_3115293096040684584961392025-09-22T05:39:16.5017778Z2025-09-22T05:39:16.5017778Z2025-09-22T05:39:17.6411296Z2025-09-22T05:39:17.6411296ZMon, - 22 Sep 2025 05:39:17 GMT\"0x8DDF99A5F58C4A0\"Archive5353504018412869497*16351338570168795127file_4138350910406309969921392025-09-22T05:39:22.0016482Z2025-09-22T05:39:22.0016482Z2025-09-22T05:39:23.1150142Z2025-09-22T05:39:23.1150142ZMon, - 22 Sep 2025 05:39:23 GMT\"0x8DDF99A629C043E\"Archive5353504018412869497*16351338570168795127file_5103763199297406894081392025-09-22T05:39:27.4095695Z2025-09-22T05:39:27.4095695Z2025-09-22T05:39:28.4669678Z2025-09-22T05:39:28.4669678ZMon, - 22 Sep 2025 05:39:28 GMT\"0x8DDF99A65CCA8EE\"Archive5353504018412869497*16351338570168795127file_6138351965937472634881392025-09-22T05:39:32.9664061Z2025-09-22T05:39:32.9664061Z2025-09-22T05:39:34.2256892Z2025-09-22T05:39:34.2256892ZMon, - 22 Sep 2025 05:39:34 GMT\"0x8DDF99A693B5EFC\"Archive5353504018412869497*16351338570168795127file_7138351295235379691521392025-09-22T05:39:38.7830941Z2025-09-22T05:39:38.7830941Z2025-09-22T05:39:39.8554843Z2025-09-22T05:39:39.8554843ZMon, - 22 Sep 2025 05:39:39 GMT\"0x8DDF99A6C9668DB\"Archive5353504018412869497*16351338570168795127file_8138350943391658803201392025-09-22T05:39:44.1420627Z2025-09-22T05:39:44.1420627Z2025-09-22T05:39:45.2504431Z2025-09-22T05:39:45.2504431ZMon, - 22 Sep 2025 05:39:45 GMT\"0x8DDF99A6FCD9D6F\"Archive5353504018412869497*16351338570168795127file_9161409846273795686401392025-09-22T05:39:49.6259989Z2025-09-22T05:39:49.6259989Z2025-09-22T05:39:50.6864065Z2025-09-22T05:39:50.6864065ZMon, - 22 Sep 2025 05:39:50 GMT\"0x8DDF99A730B13C1\"Archive5353504018412869497*16351338570168795127500011529245832394047488file_013835170205468196864139file_113835117428910063616139file_213835143817189130240139file_313835179001561219072139file_413835161409375174656139file_513835059154793791488139file_611529324997231247360139file_713835164707910057984139file_813835147115724013568139file_916140942845937713152139" headers: content-type: - application/xml date: - - Mon, 22 Sep 2025 05:40:03 GMT + - Thu, 16 Oct 2025 07:01:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_main_oauth_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_main_oauth_scenario.yaml index 48ee13f64f4..39d3e130138 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_main_oauth_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_main_oauth_scenario.yaml @@ -15,12 +15,12 @@ interactions: ParameterSetName: - -n -g --query -o User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-28T09:05:30.2070369Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:30.2070369Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-10-16T09:24:36.0367609Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-10-16T09:24:36.0367609Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Sun, 28 Sep 2025 09:05:55 GMT + - Thu, 16 Oct 2025 09:25:01 GMT expires: - '-1' pragma: @@ -41,9 +41,9 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/8b2aab62-796b-439e-9055-476025cc5c77 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/1c776fb4-0aa5-495e-9520-6904e7fa16c3 x-ms-ratelimit-remaining-subscription-resource-requests: - - '798' + - '799' x-ms-throttling-version: - v1 status: @@ -65,9 +65,9 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:05:56 GMT + - Thu, 16 Oct 2025 09:25:02 GMT x-ms-version: - '2025-07-05' method: PUT @@ -79,11 +79,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:05:56 GMT + - Thu, 16 Oct 2025 09:25:03 GMT etag: - - '"0x8DDFE6E3CC43779"' + - '"0x8DE0C95E3307DF7"' last-modified: - - Sun, 28 Sep 2025 09:05:57 GMT + - Thu, 16 Oct 2025 09:25:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -107,13 +107,13 @@ interactions: ParameterSetName: - --account-name --share-name --source -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '131072' x-ms-date: - - Sun, 28 Sep 2025 09:05:58 GMT + - Thu, 16 Oct 2025 09:25:03 GMT x-ms-file-request-intent: - backup x-ms-type: @@ -129,27 +129,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:01 GMT + - Thu, 16 Oct 2025 09:25:06 GMT etag: - - '"0x8DDFE6E3F613E33"' + - '"0x8DE0C95E5481FB8"' last-modified: - - Sun, 28 Sep 2025 09:06:01 GMT + - Thu, 16 Oct 2025 09:25:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -175,11 +175,11 @@ interactions: ParameterSetName: - --account-name --share-name --source -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:02 GMT + - Thu, 16 Oct 2025 09:25:07 GMT x-ms-file-request-intent: - backup x-ms-range: @@ -199,15 +199,15 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Sun, 28 Sep 2025 09:06:03 GMT + - Thu, 16 Oct 2025 09:25:08 GMT etag: - - '"0x8DDFE6E40AB103E"' + - '"0x8DE0C95E68F353E"' last-modified: - - Sun, 28 Sep 2025 09:06:04 GMT + - Thu, 16 Oct 2025 09:25:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -229,11 +229,11 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:04 GMT + - Thu, 16 Oct 2025 09:25:09 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -249,27 +249,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:05 GMT + - Thu, 16 Oct 2025 09:25:09 GMT etag: - - '"0x8DDFE6E40AB103E"' + - '"0x8DE0C95E68F353E"' last-modified: - - Sun, 28 Sep 2025 09:06:04 GMT + - Thu, 16 Oct 2025 09:25:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -297,11 +297,11 @@ interactions: ParameterSetName: - --account-name --share-name -p --dest --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:05 GMT + - Thu, 16 Oct 2025 09:25:10 GMT x-ms-file-request-intent: - backup x-ms-range: @@ -323,27 +323,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:06 GMT + - Thu, 16 Oct 2025 09:25:11 GMT etag: - - '"0x8DDFE6E40AB103E"' + - '"0x8DE0C95E68F353E"' last-modified: - - Sun, 28 Sep 2025 09:06:04 GMT + - Thu, 16 Oct 2025 09:25:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -371,11 +371,11 @@ interactions: ParameterSetName: - --account-name --share-name -p --dest --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:07 GMT + - Thu, 16 Oct 2025 09:25:12 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -391,27 +391,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:07 GMT + - Thu, 16 Oct 2025 09:25:12 GMT etag: - - '"0x8DDFE6E40AB103E"' + - '"0x8DE0C95E68F353E"' last-modified: - - Sun, 28 Sep 2025 09:06:04 GMT + - Thu, 16 Oct 2025 09:25:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -440,11 +440,11 @@ interactions: - --account-name --share-name -p --dest --start-range --end-range --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:09 GMT + - Thu, 16 Oct 2025 09:25:13 GMT x-ms-file-request-intent: - backup x-ms-range: @@ -466,27 +466,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:09 GMT + - Thu, 16 Oct 2025 09:25:14 GMT etag: - - '"0x8DDFE6E40AB103E"' + - '"0x8DE0C95E68F353E"' last-modified: - - Sun, 28 Sep 2025 09:06:04 GMT + - Thu, 16 Oct 2025 09:25:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -515,11 +515,11 @@ interactions: - --account-name --share-name -p --dest --start-range --end-range --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:10 GMT + - Thu, 16 Oct 2025 09:25:15 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -535,27 +535,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:11 GMT + - Thu, 16 Oct 2025 09:25:15 GMT etag: - - '"0x8DDFE6E40AB103E"' + - '"0x8DE0C95E68F353E"' last-modified: - - Sun, 28 Sep 2025 09:06:04 GMT + - Thu, 16 Oct 2025 09:25:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:04.1288766Z' + - '2025-10-16T09:25:09.0994494Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -585,13 +585,13 @@ interactions: ParameterSetName: - --account-name --share-name -p --size --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '1234' x-ms-date: - - Sun, 28 Sep 2025 09:06:11 GMT + - Thu, 16 Oct 2025 09:25:16 GMT x-ms-file-permission: - preserve x-ms-file-request-intent: @@ -607,27 +607,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:12 GMT + - Thu, 16 Oct 2025 09:25:17 GMT etag: - - '"0x8DDFE6E45C8ED11"' + - '"0x8DE0C95EB8D9DB9"' last-modified: - - Sun, 28 Sep 2025 09:06:12 GMT + - Thu, 16 Oct 2025 09:25:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -649,11 +649,11 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:12 GMT + - Thu, 16 Oct 2025 09:25:17 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -669,27 +669,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:13 GMT + - Thu, 16 Oct 2025 09:25:18 GMT etag: - - '"0x8DDFE6E45C8ED11"' + - '"0x8DE0C95EB8D9DB9"' last-modified: - - Sun, 28 Sep 2025 09:06:12 GMT + - Thu, 16 Oct 2025 09:25:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -719,11 +719,11 @@ interactions: ParameterSetName: - --account-name --share-name -p --metadata --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:14 GMT + - Thu, 16 Oct 2025 09:25:19 GMT x-ms-file-request-intent: - backup x-ms-meta: @@ -743,11 +743,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:15 GMT + - Thu, 16 Oct 2025 09:25:19 GMT etag: - - '"0x8DDFE6E475F7767"' + - '"0x8DE0C95ED193755"' last-modified: - - Sun, 28 Sep 2025 09:06:15 GMT + - Thu, 16 Oct 2025 09:25:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: @@ -771,11 +771,11 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:15 GMT + - Thu, 16 Oct 2025 09:25:20 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -791,27 +791,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:16 GMT + - Thu, 16 Oct 2025 09:25:20 GMT etag: - - '"0x8DDFE6E475F7767"' + - '"0x8DE0C95ED193755"' last-modified: - - Sun, 28 Sep 2025 09:06:15 GMT + - Thu, 16 Oct 2025 09:25:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:15.3774951Z' + - '2025-10-16T09:25:20.0702293Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -845,11 +845,11 @@ interactions: ParameterSetName: - --account-name --share-name -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:16 GMT + - Thu, 16 Oct 2025 09:25:21 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -863,11 +863,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:17 GMT + - Thu, 16 Oct 2025 09:25:22 GMT etag: - - '"0x8DDFE6E48EDA6BA"' + - '"0x8DE0C95EE9C0133"' last-modified: - - Sun, 28 Sep 2025 09:06:17 GMT + - Thu, 16 Oct 2025 09:25:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: @@ -891,11 +891,11 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:18 GMT + - Thu, 16 Oct 2025 09:25:22 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -911,27 +911,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:19 GMT + - Thu, 16 Oct 2025 09:25:23 GMT etag: - - '"0x8DDFE6E48EDA6BA"' + - '"0x8DE0C95EE9C0133"' last-modified: - - Sun, 28 Sep 2025 09:06:17 GMT + - Thu, 16 Oct 2025 09:25:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:17.9870394Z' + - '2025-10-16T09:25:22.6050867Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -959,11 +959,11 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:19 GMT + - Thu, 16 Oct 2025 09:25:24 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -973,14 +973,14 @@ interactions: response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:7ea5f534-b01a-0060-1e57-30105e000000\nTime:2025-09-28T09:06:20.6884570Z" + specified resource does not exist.\nRequestId:a65ded1d-401a-0050-7f7e-3e8ffa000000\nTime:2025-10-16T09:25:25.3516216Z" headers: content-length: - '221' content-type: - application/xml date: - - Sun, 28 Sep 2025 09:06:20 GMT + - Thu, 16 Oct 2025 09:25:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -1004,29 +1004,80 @@ interactions: ParameterSetName: - --account-name -s --query --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 09:25:25 GMT + x-ms-file-request-intent: + - backup + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share000003?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 09:25:25 GMT + etag: + - '"0x8DE0C95E3307DF7"' + last-modified: + - Thu, 16 Oct 2025 09:25:03 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '102400' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - --account-name -s --query --auth-mode --backup-intent + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:20 GMT + - Thu, 16 Oct 2025 09:25:26 GMT x-ms-file-request-intent: - backup x-ms-version: - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF50000sample_file.bin1383512842402634137612342025-09-28T09:06:01.9673651Z2025-09-28T09:06:01.9673651Z2025-09-28T09:06:12.7131921Z2025-09-28T09:06:17.9870394ZSun, - 28 Sep 2025 09:06:17 GMT\"0x8DDFE6E48EDA6BA\"Archive12661969538201967117*51135476921831897950000sample_file.bin138351284240263413761234" headers: content-type: - application/xml date: - - Sun, 28 Sep 2025 09:06:21 GMT + - Thu, 16 Oct 2025 09:25:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -1050,9 +1101,9 @@ interactions: ParameterSetName: - --account-name -s -p --content-type --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:06:22 GMT + - Thu, 16 Oct 2025 09:25:28 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1068,27 +1119,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:06:22 GMT + - Thu, 16 Oct 2025 09:25:29 GMT etag: - - '"0x8DDFE6E48EDA6BA"' + - '"0x8DE0C95EE9C0133"' last-modified: - - Sun, 28 Sep 2025 09:06:17 GMT + - Thu, 16 Oct 2025 09:25:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:17.9870394Z' + - '2025-10-16T09:25:22.6050867Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -1118,13 +1169,13 @@ interactions: ParameterSetName: - --account-name -s -p --content-type --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-type: - test/type x-ms-date: - - Sun, 28 Sep 2025 09:06:23 GMT + - Thu, 16 Oct 2025 09:25:29 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1138,27 +1189,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:24 GMT + - Thu, 16 Oct 2025 09:25:30 GMT etag: - - '"0x8DDFE6E4CCE269E"' + - '"0x8DE0C95F34B431A"' last-modified: - - Sun, 28 Sep 2025 09:06:24 GMT + - Thu, 16 Oct 2025 09:25:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:24.4914846Z' + - '2025-10-16T09:25:30.4645402Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1180,11 +1231,11 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:24 GMT + - Thu, 16 Oct 2025 09:25:30 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1200,27 +1251,27 @@ interactions: content-type: - test/type date: - - Sun, 28 Sep 2025 09:06:25 GMT + - Thu, 16 Oct 2025 09:25:31 GMT etag: - - '"0x8DDFE6E4CCE269E"' + - '"0x8DE0C95F34B431A"' last-modified: - - Sun, 28 Sep 2025 09:06:24 GMT + - Thu, 16 Oct 2025 09:25:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:06:24.4914846Z' + - '2025-10-16T09:25:30.4645402Z' x-ms-file-creation-time: - - '2025-09-28T09:06:01.9673651Z' + - '2025-10-16T09:25:06.9558712Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:06:12.7131921Z' + - '2025-10-16T09:25:17.4776249Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 12661969538201967117*511354769218318979 + - 13291034653345656678*1212547851171579880 x-ms-lease-state: - available x-ms-lease-status: @@ -1250,11 +1301,11 @@ interactions: ParameterSetName: - --account-name --share-name -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:25 GMT + - Thu, 16 Oct 2025 09:25:32 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1268,7 +1319,7 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:27 GMT + - Thu, 16 Oct 2025 09:25:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -1290,11 +1341,11 @@ interactions: ParameterSetName: - --account-name --share-name -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:27 GMT + - Thu, 16 Oct 2025 09:25:33 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1306,7 +1357,7 @@ interactions: string: '' headers: date: - - Sun, 28 Sep 2025 09:06:28 GMT + - Thu, 16 Oct 2025 09:25:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -1334,11 +1385,11 @@ interactions: ParameterSetName: - --account-name --share-name --name --fail-on-exist --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:28 GMT + - Thu, 16 Oct 2025 09:25:34 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1352,27 +1403,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:29 GMT + - Thu, 16 Oct 2025 09:25:35 GMT etag: - - '"0x8DDFE6E4FEBE350"' + - '"0x8DE0C95F671807E"' last-modified: - - Sun, 28 Sep 2025 09:06:29 GMT + - Thu, 16 Oct 2025 09:25:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-creation-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 8053443732486104330*511354769218318979 + - 8649431139551105121*1212547851171579880 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1394,11 +1445,11 @@ interactions: ParameterSetName: - --account-name -s --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:30 GMT + - Thu, 16 Oct 2025 09:25:36 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1409,14 +1460,14 @@ interactions: body: string: "\uFEFF0dir000004138350932396542525442025-09-28T09:06:29.7195344Z2025-09-28T09:06:29.7195344Z2025-09-28T09:06:29.7195344Z2025-09-28T09:06:29.7195344ZSun, - 28 Sep 2025 09:06:29 GMT\"0x8DDFE6E4FEBE350\"Directory8053443732486104330*5113547692183189790dir000004138350932396542525442025-10-16T09:25:35.7483134Z2025-10-16T09:25:35.7483134Z2025-10-16T09:25:35.7483134Z2025-10-16T09:25:35.7483134ZThu, + 16 Oct 2025 09:25:35 GMT\"0x8DE0C95F671807E\"Directory8649431139551105121*1212547851171579880" headers: content-type: - application/xml date: - - Sun, 28 Sep 2025 09:06:30 GMT + - Thu, 16 Oct 2025 09:25:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -1440,11 +1491,11 @@ interactions: ParameterSetName: - --account-name --share-name -n --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:31 GMT + - Thu, 16 Oct 2025 09:25:37 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1458,27 +1509,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:31 GMT + - Thu, 16 Oct 2025 09:25:37 GMT etag: - - '"0x8DDFE6E4FEBE350"' + - '"0x8DE0C95F671807E"' last-modified: - - Sun, 28 Sep 2025 09:06:29 GMT + - Thu, 16 Oct 2025 09:25:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-creation-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 8053443732486104330*511354769218318979 + - 8649431139551105121*1212547851171579880 x-ms-server-encrypted: - 'true' x-ms-version: @@ -1502,11 +1553,11 @@ interactions: ParameterSetName: - --account-name -s -n --metadata --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:32 GMT + - Thu, 16 Oct 2025 09:25:38 GMT x-ms-file-request-intent: - backup x-ms-meta-a: @@ -1524,11 +1575,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:33 GMT + - Thu, 16 Oct 2025 09:25:39 GMT etag: - - '"0x8DDFE6E52543B24"' + - '"0x8DE0C95F8C7C363"' last-modified: - - Sun, 28 Sep 2025 09:06:33 GMT + - Thu, 16 Oct 2025 09:25:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: @@ -1552,11 +1603,11 @@ interactions: ParameterSetName: - --account-name --share-name -n --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:33 GMT + - Thu, 16 Oct 2025 09:25:39 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1570,27 +1621,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:34 GMT + - Thu, 16 Oct 2025 09:25:40 GMT etag: - - '"0x8DDFE6E52543B24"' + - '"0x8DE0C95F8C7C363"' last-modified: - - Sun, 28 Sep 2025 09:06:33 GMT + - Thu, 16 Oct 2025 09:25:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:06:33.7588004Z' + - '2025-10-16T09:25:39.6690787Z' x-ms-file-creation-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 8053443732486104330*511354769218318979 + - 8649431139551105121*1212547851171579880 x-ms-meta-a: - b x-ms-meta-c: @@ -1616,11 +1667,11 @@ interactions: ParameterSetName: - --account-name --share-name -n --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:35 GMT + - Thu, 16 Oct 2025 09:25:41 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1634,27 +1685,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:36 GMT + - Thu, 16 Oct 2025 09:25:41 GMT etag: - - '"0x8DDFE6E52543B24"' + - '"0x8DE0C95F8C7C363"' last-modified: - - Sun, 28 Sep 2025 09:06:33 GMT + - Thu, 16 Oct 2025 09:25:39 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:06:33.7588004Z' + - '2025-10-16T09:25:39.6690787Z' x-ms-file-creation-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-28T09:06:29.7195344Z' + - '2025-10-16T09:25:35.7483134Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 8053443732486104330*511354769218318979 + - 8649431139551105121*1212547851171579880 x-ms-meta-a: - b x-ms-meta-c: @@ -1682,11 +1733,11 @@ interactions: ParameterSetName: - --account-name --share-name --name --fail-not-exist --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:36 GMT + - Thu, 16 Oct 2025 09:25:42 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1700,7 +1751,7 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:37 GMT + - Thu, 16 Oct 2025 09:25:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -1722,11 +1773,11 @@ interactions: ParameterSetName: - --account-name --share-name --name --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:06:37 GMT + - Thu, 16 Oct 2025 09:25:43 GMT x-ms-file-request-intent: - backup x-ms-version: @@ -1736,14 +1787,14 @@ interactions: response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:1ccf8d3d-a01a-006c-0b57-308756000000\nTime:2025-09-28T09:06:38.9982538Z" + specified resource does not exist.\nRequestId:2d24c6d5-c01a-0071-467e-3eab81000000\nTime:2025-10-16T09:25:44.9334631Z" headers: content-length: - '221' content-type: - application/xml date: - - Sun, 28 Sep 2025 09:06:38 GMT + - Thu, 16 Oct 2025 09:25:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -1769,9 +1820,9 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:06:39 GMT + - Thu, 16 Oct 2025 09:25:45 GMT x-ms-version: - '2025-07-05' method: DELETE @@ -1783,7 +1834,7 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:06:39 GMT + - Thu, 16 Oct 2025 09:25:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_main_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_main_scenario.yaml index 25249ee591c..7c0229111b7 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_main_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_main_scenario.yaml @@ -15,12 +15,12 @@ interactions: ParameterSetName: - -n -g --query -o User-Agent: - - AZURECLI/2.77.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-28T09:06:48.6605008Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:06:48.6605008Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-10-16T06:42:03.0480863Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-10-16T06:42:03.0480863Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Sun, 28 Sep 2025 09:07:14 GMT + - Thu, 16 Oct 2025 06:42:27 GMT expires: - '-1' pragma: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/55125db5-cbc1-45a0-9246-c10e1239f0a2 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=48f8229a-efaa-4c48-b7c8-08c675d698ec/eastus2euap/fc5a99a7-2703-49dc-bba2-184fa3e72473 x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -65,9 +65,9 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:15 GMT + - Thu, 16 Oct 2025 06:42:28 GMT x-ms-version: - '2025-07-05' method: PUT @@ -79,11 +79,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:15 GMT + - Thu, 16 Oct 2025 06:42:28 GMT etag: - - '"0x8DDFE6E6BB95FA4"' + - '"0x8DE0C7F2D37F265"' last-modified: - - Sun, 28 Sep 2025 09:07:16 GMT + - Thu, 16 Oct 2025 06:42:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -107,9 +107,9 @@ interactions: ParameterSetName: - -n --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:16 GMT + - Thu, 16 Oct 2025 06:42:29 GMT x-ms-meta: - '{''foo'': ''bar'', ''cat'': ''hat''}' x-ms-meta-cat: @@ -127,11 +127,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:17 GMT + - Thu, 16 Oct 2025 06:42:30 GMT etag: - - '"0x8DDFE6E6C77A89E"' + - '"0x8DE0C7F2DFDF360"' last-modified: - - Sun, 28 Sep 2025 09:07:17 GMT + - Thu, 16 Oct 2025 06:42:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -153,9 +153,9 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:17 GMT + - Thu, 16 Oct 2025 06:42:30 GMT x-ms-version: - '2025-07-05' method: GET @@ -167,11 +167,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:18 GMT + - Thu, 16 Oct 2025 06:42:31 GMT etag: - - '"0x8DDFE6E6BB95FA4"' + - '"0x8DE0C7F2D37F265"' last-modified: - - Sun, 28 Sep 2025 09:07:16 GMT + - Thu, 16 Oct 2025 06:42:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -203,9 +203,9 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:19 GMT + - Thu, 16 Oct 2025 06:42:32 GMT x-ms-version: - '2025-07-05' method: GET @@ -217,11 +217,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:19 GMT + - Thu, 16 Oct 2025 06:42:32 GMT etag: - - '"0x8DDFE6E6C77A89E"' + - '"0x8DE0C7F2DFDF360"' last-modified: - - Sun, 28 Sep 2025 09:07:17 GMT + - Thu, 16 Oct 2025 06:42:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -257,9 +257,9 @@ interactions: ParameterSetName: - --query --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:20 GMT + - Thu, 16 Oct 2025 06:42:33 GMT x-ms-version: - '2025-07-05' method: GET @@ -267,15 +267,15 @@ interactions: response: body: string: "\uFEFF5000share000004Sun, - 28 Sep 2025 09:07:17 GMT\"0x8DDFE6E6C77A89E\"unlockedavailable102400$account-encryption-keyfalseshare000003Sun, - 28 Sep 2025 09:07:16 GMT\"0x8DDFE6E6BB95FA4\"unlockedavailable102400$account-encryption-keyfalse5000share000003Thu, + 16 Oct 2025 06:42:29 GMT\"0x8DE0C7F2D37F265\"unlockedavailable102400$account-encryption-keyfalseshare000004Thu, + 16 Oct 2025 06:42:30 GMT\"0x8DE0C7F2DFDF360\"unlockedavailable102400$account-encryption-keyfalse" headers: content-type: - application/xml date: - - Sun, 28 Sep 2025 09:07:20 GMT + - Thu, 16 Oct 2025 06:42:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -301,9 +301,9 @@ interactions: ParameterSetName: - --name --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:21 GMT + - Thu, 16 Oct 2025 06:42:34 GMT x-ms-meta-a: - b x-ms-meta-c: @@ -319,11 +319,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:22 GMT + - Thu, 16 Oct 2025 06:42:35 GMT etag: - - '"0x8DDFE6E6F8E8FAB"' + - '"0x8DE0C7F311D2601"' last-modified: - - Sun, 28 Sep 2025 09:07:22 GMT + - Thu, 16 Oct 2025 06:42:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -345,9 +345,9 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:22 GMT + - Thu, 16 Oct 2025 06:42:36 GMT x-ms-version: - '2025-07-05' method: GET @@ -359,11 +359,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:23 GMT + - Thu, 16 Oct 2025 06:42:36 GMT etag: - - '"0x8DDFE6E6F8E8FAB"' + - '"0x8DE0C7F311D2601"' last-modified: - - Sun, 28 Sep 2025 09:07:22 GMT + - Thu, 16 Oct 2025 06:42:35 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -401,9 +401,9 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:24 GMT + - Thu, 16 Oct 2025 06:42:37 GMT x-ms-version: - '2025-07-05' method: PUT @@ -415,11 +415,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:24 GMT + - Thu, 16 Oct 2025 06:42:38 GMT etag: - - '"0x8DDFE6E710F3A7A"' + - '"0x8DE0C7F32A6ED95"' last-modified: - - Sun, 28 Sep 2025 09:07:25 GMT + - Thu, 16 Oct 2025 06:42:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -441,9 +441,9 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:25 GMT + - Thu, 16 Oct 2025 06:42:38 GMT x-ms-version: - '2025-07-05' method: GET @@ -455,11 +455,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:25 GMT + - Thu, 16 Oct 2025 06:42:39 GMT etag: - - '"0x8DDFE6E710F3A7A"' + - '"0x8DE0C7F32A6ED95"' last-modified: - - Sun, 28 Sep 2025 09:07:25 GMT + - Thu, 16 Oct 2025 06:42:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -493,9 +493,9 @@ interactions: ParameterSetName: - --name --quota --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:26 GMT + - Thu, 16 Oct 2025 06:42:39 GMT x-ms-share-quota: - '3' x-ms-version: @@ -509,11 +509,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:27 GMT + - Thu, 16 Oct 2025 06:42:40 GMT etag: - - '"0x8DDFE6E72ABB288"' + - '"0x8DE0C7F343AE2EA"' last-modified: - - Sun, 28 Sep 2025 09:07:28 GMT + - Thu, 16 Oct 2025 06:42:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -535,9 +535,9 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:28 GMT + - Thu, 16 Oct 2025 06:42:41 GMT x-ms-version: - '2025-07-05' method: GET @@ -549,11 +549,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:28 GMT + - Thu, 16 Oct 2025 06:42:41 GMT etag: - - '"0x8DDFE6E72ABB288"' + - '"0x8DE0C7F343AE2EA"' last-modified: - - Sun, 28 Sep 2025 09:07:28 GMT + - Thu, 16 Oct 2025 06:42:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -587,13 +587,13 @@ interactions: ParameterSetName: - --share-name --source -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '131072' x-ms-date: - - Sun, 28 Sep 2025 09:07:29 GMT + - Thu, 16 Oct 2025 06:42:42 GMT x-ms-type: - file x-ms-version: @@ -607,27 +607,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:30 GMT + - Thu, 16 Oct 2025 06:42:43 GMT etag: - - '"0x8DDFE6E7452E500"' + - '"0x8DE0C7F35FC7115"' last-modified: - - Sun, 28 Sep 2025 09:07:30 GMT + - Thu, 16 Oct 2025 06:42:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -653,11 +653,11 @@ interactions: ParameterSetName: - --share-name --source -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:30 GMT + - Thu, 16 Oct 2025 06:42:44 GMT x-ms-range: - bytes=0-131071 x-ms-version: @@ -675,15 +675,15 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Sun, 28 Sep 2025 09:07:32 GMT + - Thu, 16 Oct 2025 06:42:45 GMT etag: - - '"0x8DDFE6E759717D0"' + - '"0x8DE0C7F37492682"' last-modified: - - Sun, 28 Sep 2025 09:07:32 GMT + - Thu, 16 Oct 2025 06:42:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -705,11 +705,11 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:33 GMT + - Thu, 16 Oct 2025 06:42:46 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -723,27 +723,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:33 GMT + - Thu, 16 Oct 2025 06:42:47 GMT etag: - - '"0x8DDFE6E759717D0"' + - '"0x8DE0C7F37492682"' last-modified: - - Sun, 28 Sep 2025 09:07:32 GMT + - Thu, 16 Oct 2025 06:42:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -771,11 +771,11 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:34 GMT + - Thu, 16 Oct 2025 06:42:47 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -795,27 +795,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:35 GMT + - Thu, 16 Oct 2025 06:42:48 GMT etag: - - '"0x8DDFE6E759717D0"' + - '"0x8DE0C7F37492682"' last-modified: - - Sun, 28 Sep 2025 09:07:32 GMT + - Thu, 16 Oct 2025 06:42:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -843,11 +843,11 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:36 GMT + - Thu, 16 Oct 2025 06:42:49 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -861,27 +861,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:36 GMT + - Thu, 16 Oct 2025 06:42:49 GMT etag: - - '"0x8DDFE6E759717D0"' + - '"0x8DE0C7F37492682"' last-modified: - - Sun, 28 Sep 2025 09:07:32 GMT + - Thu, 16 Oct 2025 06:42:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -909,11 +909,11 @@ interactions: ParameterSetName: - --share-name -p --dest --start-range --end-range --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:37 GMT + - Thu, 16 Oct 2025 06:42:50 GMT x-ms-range: - bytes=0-511 x-ms-version: @@ -933,27 +933,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:38 GMT + - Thu, 16 Oct 2025 06:42:51 GMT etag: - - '"0x8DDFE6E759717D0"' + - '"0x8DE0C7F37492682"' last-modified: - - Sun, 28 Sep 2025 09:07:32 GMT + - Thu, 16 Oct 2025 06:42:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -981,11 +981,11 @@ interactions: ParameterSetName: - --share-name -p --dest --start-range --end-range --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:38 GMT + - Thu, 16 Oct 2025 06:42:52 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -999,27 +999,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:39 GMT + - Thu, 16 Oct 2025 06:42:52 GMT etag: - - '"0x8DDFE6E759717D0"' + - '"0x8DE0C7F37492682"' last-modified: - - Sun, 28 Sep 2025 09:07:32 GMT + - Thu, 16 Oct 2025 06:42:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:32.9172432Z' + - '2025-10-16T06:42:46.1109890Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -1049,13 +1049,13 @@ interactions: ParameterSetName: - --share-name -p --size --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '1234' x-ms-date: - - Sun, 28 Sep 2025 09:07:40 GMT + - Thu, 16 Oct 2025 06:42:53 GMT x-ms-file-permission: - preserve x-ms-version: @@ -1069,27 +1069,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:41 GMT + - Thu, 16 Oct 2025 06:42:53 GMT etag: - - '"0x8DDFE6E7A8897AC"' + - '"0x8DE0C7F3C56EA70"' last-modified: - - Sun, 28 Sep 2025 09:07:41 GMT + - Thu, 16 Oct 2025 06:42:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:41.2108204Z' + - '2025-10-16T06:42:54.5898096Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:41.2108204Z' + - '2025-10-16T06:42:54.5898096Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1111,11 +1111,11 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:41 GMT + - Thu, 16 Oct 2025 06:42:54 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -1129,27 +1129,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:41 GMT + - Thu, 16 Oct 2025 06:42:55 GMT etag: - - '"0x8DDFE6E7A8897AC"' + - '"0x8DE0C7F3C56EA70"' last-modified: - - Sun, 28 Sep 2025 09:07:41 GMT + - Thu, 16 Oct 2025 06:42:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:41.2108204Z' + - '2025-10-16T06:42:54.5898096Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:41.2108204Z' + - '2025-10-16T06:42:54.5898096Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -1179,11 +1179,11 @@ interactions: ParameterSetName: - --share-name -p --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:42 GMT + - Thu, 16 Oct 2025 06:42:56 GMT x-ms-meta: - '{''a'': ''b'', ''c'': ''d''}' x-ms-meta-a: @@ -1201,11 +1201,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:43 GMT + - Thu, 16 Oct 2025 06:42:57 GMT etag: - - '"0x8DDFE6E7C14A65F"' + - '"0x8DE0C7F3DEF6EE6"' last-modified: - - Sun, 28 Sep 2025 09:07:43 GMT + - Thu, 16 Oct 2025 06:42:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: @@ -1229,11 +1229,11 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:44 GMT + - Thu, 16 Oct 2025 06:42:57 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -1247,27 +1247,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:44 GMT + - Thu, 16 Oct 2025 06:42:58 GMT etag: - - '"0x8DDFE6E7C14A65F"' + - '"0x8DE0C7F3DEF6EE6"' last-modified: - - Sun, 28 Sep 2025 09:07:43 GMT + - Thu, 16 Oct 2025 06:42:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:43.8064223Z' + - '2025-10-16T06:42:57.2670694Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:41.2108204Z' + - '2025-10-16T06:42:54.5898096Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -1301,11 +1301,11 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:45 GMT + - Thu, 16 Oct 2025 06:42:58 GMT x-ms-version: - '2025-07-05' method: PUT @@ -1317,11 +1317,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:46 GMT + - Thu, 16 Oct 2025 06:42:59 GMT etag: - - '"0x8DDFE6E7D9B15FF"' + - '"0x8DE0C7F3F784D83"' last-modified: - - Sun, 28 Sep 2025 09:07:46 GMT + - Thu, 16 Oct 2025 06:42:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: @@ -1345,11 +1345,11 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:46 GMT + - Thu, 16 Oct 2025 06:43:00 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -1363,27 +1363,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:47 GMT + - Thu, 16 Oct 2025 06:43:00 GMT etag: - - '"0x8DDFE6E7D9B15FF"' + - '"0x8DE0C7F3F784D83"' last-modified: - - Sun, 28 Sep 2025 09:07:46 GMT + - Thu, 16 Oct 2025 06:42:59 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:46.3651839Z' + - '2025-10-16T06:42:59.8417795Z' x-ms-file-creation-time: - - '2025-09-28T09:07:30.7925760Z' + - '2025-10-16T06:42:43.9305493Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:41.2108204Z' + - '2025-10-16T06:42:54.5898096Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -1411,11 +1411,11 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:47 GMT + - Thu, 16 Oct 2025 06:43:01 GMT x-ms-version: - '2025-07-05' method: GET @@ -1423,14 +1423,14 @@ interactions: response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:acf99574-901a-006f-1357-306f44000000\nTime:2025-09-28T09:07:48.9778963Z" + specified resource does not exist.\nRequestId:9bd590b6-d01a-007f-5168-3ed48c000000\nTime:2025-10-16T06:43:02.5014498Z" headers: content-length: - '221' content-type: - application/xml date: - - Sun, 28 Sep 2025 09:07:48 GMT + - Thu, 16 Oct 2025 06:43:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -1458,7 +1458,7 @@ interactions: x-ms-content-length: - '65536' x-ms-date: - - Sun, 28 Sep 2025 09:07:49 GMT + - Thu, 16 Oct 2025 06:43:02 GMT x-ms-type: - file x-ms-version: @@ -1472,27 +1472,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:49 GMT + - Thu, 16 Oct 2025 06:43:03 GMT etag: - - '"0x8DDFE6E7FEE9D6E"' + - '"0x8DE0C7F41D90D97"' last-modified: - - Sun, 28 Sep 2025 09:07:50 GMT + - Thu, 16 Oct 2025 06:43:03 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:50.2680430Z' + - '2025-10-16T06:43:03.8312855Z' x-ms-file-creation-time: - - '2025-09-28T09:07:50.2680430Z' + - '2025-10-16T06:43:03.8312855Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:50.2680430Z' + - '2025-10-16T06:43:03.8312855Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1518,7 +1518,7 @@ interactions: x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:50 GMT + - Thu, 16 Oct 2025 06:43:04 GMT x-ms-range: - bytes=0-65535 x-ms-version: @@ -1536,15 +1536,15 @@ interactions: content-md5: - /Na8tWwWifzvKLV8IkdbrQ== date: - - Sun, 28 Sep 2025 09:07:51 GMT + - Thu, 16 Oct 2025 06:43:05 GMT etag: - - '"0x8DDFE6E8101BE5C"' + - '"0x8DE0C7F42F3C786"' last-modified: - - Sun, 28 Sep 2025 09:07:52 GMT + - Thu, 16 Oct 2025 06:43:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1566,11 +1566,11 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:52 GMT + - Thu, 16 Oct 2025 06:43:06 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -1590,27 +1590,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:53 GMT + - Thu, 16 Oct 2025 06:43:06 GMT etag: - - '"0x8DDFE6E8101BE5C"' + - '"0x8DE0C7F42F3C786"' last-modified: - - Sun, 28 Sep 2025 09:07:52 GMT + - Thu, 16 Oct 2025 06:43:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-file-creation-time: - - '2025-09-28T09:07:50.2680430Z' + - '2025-10-16T06:43:03.8312855Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -1638,11 +1638,11 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:54 GMT + - Thu, 16 Oct 2025 06:43:07 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -1656,27 +1656,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:54 GMT + - Thu, 16 Oct 2025 06:43:08 GMT etag: - - '"0x8DDFE6E8101BE5C"' + - '"0x8DE0C7F42F3C786"' last-modified: - - Sun, 28 Sep 2025 09:07:52 GMT + - Thu, 16 Oct 2025 06:43:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-file-creation-time: - - '2025-09-28T09:07:50.2680430Z' + - '2025-10-16T06:43:03.8312855Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -1704,27 +1704,76 @@ interactions: ParameterSetName: - -s --query --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:43:09 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share000003?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:43:10 GMT + etag: + - '"0x8DE0C7F343AE2EA"' + last-modified: + - Thu, 16 Oct 2025 06:42:40 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '3' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s --query --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:55 GMT + - Thu, 16 Oct 2025 06:43:10 GMT x-ms-version: - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF50000sample_file.bin13835128424026341376655362025-09-28T09:07:50.2680430Z2025-09-28T09:07:50.2680430Z2025-09-28T09:07:52.0711260Z2025-09-28T09:07:52.0711260ZSun, - 28 Sep 2025 09:07:52 GMT\"0x8DDFE6E8101BE5C\"Archive3735682721170570533*1120246646678187767550000sample_file.bin1383512842402634137665536" headers: content-type: - application/xml date: - - Sun, 28 Sep 2025 09:07:55 GMT + - Thu, 16 Oct 2025 06:43:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -1748,9 +1797,9 @@ interactions: ParameterSetName: - -s -p --content-type --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:07:56 GMT + - Thu, 16 Oct 2025 06:43:11 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -1764,27 +1813,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:07:57 GMT + - Thu, 16 Oct 2025 06:43:12 GMT etag: - - '"0x8DDFE6E8101BE5C"' + - '"0x8DE0C7F42F3C786"' last-modified: - - Sun, 28 Sep 2025 09:07:52 GMT + - Thu, 16 Oct 2025 06:43:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-file-creation-time: - - '2025-09-28T09:07:50.2680430Z' + - '2025-10-16T06:43:03.8312855Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -1814,13 +1863,13 @@ interactions: ParameterSetName: - -s -p --content-type --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-type: - test/type x-ms-date: - - Sun, 28 Sep 2025 09:07:57 GMT + - Thu, 16 Oct 2025 06:43:13 GMT x-ms-version: - '2025-07-05' method: PUT @@ -1832,27 +1881,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:07:58 GMT + - Thu, 16 Oct 2025 06:43:13 GMT etag: - - '"0x8DDFE6E851D56B6"' + - '"0x8DE0C7F47F3DF28"' last-modified: - - Sun, 28 Sep 2025 09:07:58 GMT + - Thu, 16 Oct 2025 06:43:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:58.9628598Z' + - '2025-10-16T06:43:14.0733736Z' x-ms-file-creation-time: - - '2025-09-28T09:07:50.2680430Z' + - '2025-10-16T06:43:03.8312855Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -1874,11 +1923,11 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:07:59 GMT + - Thu, 16 Oct 2025 06:43:14 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -1892,27 +1941,27 @@ interactions: content-type: - test/type date: - - Sun, 28 Sep 2025 09:08:00 GMT + - Thu, 16 Oct 2025 06:43:15 GMT etag: - - '"0x8DDFE6E851D56B6"' + - '"0x8DE0C7F47F3DF28"' last-modified: - - Sun, 28 Sep 2025 09:07:58 GMT + - Thu, 16 Oct 2025 06:43:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:07:58.9628598Z' + - '2025-10-16T06:43:14.0733736Z' x-ms-file-creation-time: - - '2025-09-28T09:07:50.2680430Z' + - '2025-10-16T06:43:03.8312855Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-28T09:07:52.0711260Z' + - '2025-10-16T06:43:05.6841606Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -1942,11 +1991,11 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:00 GMT + - Thu, 16 Oct 2025 06:43:15 GMT x-ms-version: - '2025-07-05' method: DELETE @@ -1958,7 +2007,7 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:01 GMT + - Thu, 16 Oct 2025 06:43:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -1980,11 +2029,11 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:01 GMT + - Thu, 16 Oct 2025 06:43:17 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -1994,7 +2043,7 @@ interactions: string: '' headers: date: - - Sun, 28 Sep 2025 09:08:02 GMT + - Thu, 16 Oct 2025 06:43:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -2022,11 +2071,11 @@ interactions: ParameterSetName: - --share-name --name --fail-on-exist --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:03 GMT + - Thu, 16 Oct 2025 06:43:18 GMT x-ms-version: - '2025-07-05' method: PUT @@ -2038,27 +2087,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:04 GMT + - Thu, 16 Oct 2025 06:43:18 GMT etag: - - '"0x8DDFE6E883A02C3"' + - '"0x8DE0C7F4B283FA8"' last-modified: - - Sun, 28 Sep 2025 09:08:04 GMT + - Thu, 16 Oct 2025 06:43:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-creation-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 17558411203969663522*11202466466781877675 + - 14959446323871748122*12052062785073153939 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -2080,11 +2129,11 @@ interactions: ParameterSetName: - -s --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:04 GMT + - Thu, 16 Oct 2025 06:43:19 GMT x-ms-version: - '2025-07-05' method: GET @@ -2093,14 +2142,14 @@ interactions: body: string: "\uFEFF0dir000005138351636083984302082025-09-28T09:08:04.1839299Z2025-09-28T09:08:04.1839299Z2025-09-28T09:08:04.1839299Z2025-09-28T09:08:04.1839299ZSun, - 28 Sep 2025 09:08:04 GMT\"0x8DDFE6E883A02C3\"Directory17558411203969663522*112024664667818776750dir000005138351636083984302082025-10-16T06:43:19.4497960Z2025-10-16T06:43:19.4497960Z2025-10-16T06:43:19.4497960Z2025-10-16T06:43:19.4497960ZThu, + 16 Oct 2025 06:43:19 GMT\"0x8DE0C7F4B283FA8\"Directory14959446323871748122*12052062785073153939" headers: content-type: - application/xml date: - - Sun, 28 Sep 2025 09:08:04 GMT + - Thu, 16 Oct 2025 06:43:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -2124,11 +2173,11 @@ interactions: ParameterSetName: - --share-name -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:05 GMT + - Thu, 16 Oct 2025 06:43:21 GMT x-ms-version: - '2025-07-05' method: GET @@ -2140,27 +2189,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:06 GMT + - Thu, 16 Oct 2025 06:43:21 GMT etag: - - '"0x8DDFE6E883A02C3"' + - '"0x8DE0C7F4B283FA8"' last-modified: - - Sun, 28 Sep 2025 09:08:04 GMT + - Thu, 16 Oct 2025 06:43:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-creation-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 17558411203969663522*11202466466781877675 + - 14959446323871748122*12052062785073153939 x-ms-server-encrypted: - 'true' x-ms-version: @@ -2184,11 +2233,11 @@ interactions: ParameterSetName: - -s -n --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:06 GMT + - Thu, 16 Oct 2025 06:43:22 GMT x-ms-meta-a: - b x-ms-meta-c: @@ -2204,11 +2253,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:07 GMT + - Thu, 16 Oct 2025 06:43:22 GMT etag: - - '"0x8DDFE6E8A7C8650"' + - '"0x8DE0C7F4D7ED1F5"' last-modified: - - Sun, 28 Sep 2025 09:08:07 GMT + - Thu, 16 Oct 2025 06:43:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: @@ -2232,11 +2281,11 @@ interactions: ParameterSetName: - --share-name -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:08 GMT + - Thu, 16 Oct 2025 06:43:23 GMT x-ms-version: - '2025-07-05' method: GET @@ -2248,27 +2297,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:08 GMT + - Thu, 16 Oct 2025 06:43:24 GMT etag: - - '"0x8DDFE6E8A7C8650"' + - '"0x8DE0C7F4D7ED1F5"' last-modified: - - Sun, 28 Sep 2025 09:08:07 GMT + - Thu, 16 Oct 2025 06:43:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:08:07.9752784Z' + - '2025-10-16T06:43:23.3725941Z' x-ms-file-creation-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 17558411203969663522*11202466466781877675 + - 14959446323871748122*12052062785073153939 x-ms-meta-a: - b x-ms-meta-c: @@ -2294,11 +2343,11 @@ interactions: ParameterSetName: - --share-name -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:09 GMT + - Thu, 16 Oct 2025 06:43:25 GMT x-ms-version: - '2025-07-05' method: GET @@ -2310,27 +2359,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:10 GMT + - Thu, 16 Oct 2025 06:43:25 GMT etag: - - '"0x8DDFE6E8A7C8650"' + - '"0x8DE0C7F4D7ED1F5"' last-modified: - - Sun, 28 Sep 2025 09:08:07 GMT + - Thu, 16 Oct 2025 06:43:23 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:08:07.9752784Z' + - '2025-10-16T06:43:23.3725941Z' x-ms-file-creation-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 17558411203969663522*11202466466781877675 + - 14959446323871748122*12052062785073153939 x-ms-meta-a: - b x-ms-meta-c: @@ -2358,11 +2407,11 @@ interactions: ParameterSetName: - --share-name --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:10 GMT + - Thu, 16 Oct 2025 06:43:26 GMT x-ms-version: - '2025-07-05' method: PUT @@ -2374,11 +2423,11 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:11 GMT + - Thu, 16 Oct 2025 06:43:27 GMT etag: - - '"0x8DDFE6E8CDA3B8C"' + - '"0x8DE0C7F4FD894FA"' last-modified: - - Sun, 28 Sep 2025 09:08:11 GMT + - Thu, 16 Oct 2025 06:43:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: @@ -2402,11 +2451,11 @@ interactions: ParameterSetName: - --share-name --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:12 GMT + - Thu, 16 Oct 2025 06:43:27 GMT x-ms-version: - '2025-07-05' method: GET @@ -2418,27 +2467,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:12 GMT + - Thu, 16 Oct 2025 06:43:28 GMT etag: - - '"0x8DDFE6E8CDA3B8C"' + - '"0x8DE0C7F4FD894FA"' last-modified: - - Sun, 28 Sep 2025 09:08:11 GMT + - Thu, 16 Oct 2025 06:43:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:08:11.9448460Z' + - '2025-10-16T06:43:27.3163002Z' x-ms-file-creation-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-28T09:08:04.1839299Z' + - '2025-10-16T06:43:19.4497960Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 17558411203969663522*11202466466781877675 + - 14959446323871748122*12052062785073153939 x-ms-server-encrypted: - 'false' x-ms-version: @@ -2462,13 +2511,13 @@ interactions: ParameterSetName: - --share-name -p --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-content-length: - '65536' x-ms-date: - - Sun, 28 Sep 2025 09:08:13 GMT + - Thu, 16 Oct 2025 06:43:28 GMT x-ms-type: - file x-ms-version: @@ -2482,27 +2531,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:13 GMT + - Thu, 16 Oct 2025 06:43:29 GMT etag: - - '"0x8DDFE6E8E5EFF89"' + - '"0x8DE0C7F51631F5D"' last-modified: - - Sun, 28 Sep 2025 09:08:14 GMT + - Thu, 16 Oct 2025 06:43:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:08:14.4926601Z' + - '2025-10-16T06:43:29.9019613Z' x-ms-file-creation-time: - - '2025-09-28T09:08:14.4926601Z' + - '2025-10-16T06:43:29.9019613Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-28T09:08:14.4926601Z' + - '2025-10-16T06:43:29.9019613Z' x-ms-file-parent-id: - '13835163608398430208' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -2528,11 +2577,11 @@ interactions: ParameterSetName: - --share-name -p --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:14 GMT + - Thu, 16 Oct 2025 06:43:30 GMT x-ms-range: - bytes=0-65535 x-ms-version: @@ -2550,15 +2599,15 @@ interactions: content-md5: - /Na8tWwWifzvKLV8IkdbrQ== date: - - Sun, 28 Sep 2025 09:08:16 GMT + - Thu, 16 Oct 2025 06:43:31 GMT etag: - - '"0x8DDFE6E8F78F668"' + - '"0x8DE0C7F528130DD"' last-modified: - - Sun, 28 Sep 2025 09:08:16 GMT + - Thu, 16 Oct 2025 06:43:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-28T09:08:16.3405416Z' + - '2025-10-16T06:43:31.7767389Z' x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -2580,11 +2629,11 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:16 GMT + - Thu, 16 Oct 2025 06:43:32 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -2598,27 +2647,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:08:17 GMT + - Thu, 16 Oct 2025 06:43:32 GMT etag: - - '"0x8DDFE6E8F78F668"' + - '"0x8DE0C7F528130DD"' last-modified: - - Sun, 28 Sep 2025 09:08:16 GMT + - Thu, 16 Oct 2025 06:43:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:08:16.3405416Z' + - '2025-10-16T06:43:31.7767389Z' x-ms-file-creation-time: - - '2025-09-28T09:08:14.4926601Z' + - '2025-10-16T06:43:29.9019613Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-28T09:08:16.3405416Z' + - '2025-10-16T06:43:31.7767389Z' x-ms-file-parent-id: - '13835163608398430208' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -2646,11 +2695,11 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:18 GMT + - Thu, 16 Oct 2025 06:43:33 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -2670,27 +2719,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:08:18 GMT + - Thu, 16 Oct 2025 06:43:33 GMT etag: - - '"0x8DDFE6E8F78F668"' + - '"0x8DE0C7F528130DD"' last-modified: - - Sun, 28 Sep 2025 09:08:16 GMT + - Thu, 16 Oct 2025 06:43:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:08:16.3405416Z' + - '2025-10-16T06:43:31.7767389Z' x-ms-file-creation-time: - - '2025-09-28T09:08:14.4926601Z' + - '2025-10-16T06:43:29.9019613Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-28T09:08:16.3405416Z' + - '2025-10-16T06:43:31.7767389Z' x-ms-file-parent-id: - '13835163608398430208' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -2718,11 +2767,11 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:20 GMT + - Thu, 16 Oct 2025 06:43:35 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -2736,27 +2785,27 @@ interactions: content-type: - application/octet-stream date: - - Sun, 28 Sep 2025 09:08:21 GMT + - Thu, 16 Oct 2025 06:43:35 GMT etag: - - '"0x8DDFE6E8F78F668"' + - '"0x8DE0C7F528130DD"' last-modified: - - Sun, 28 Sep 2025 09:08:16 GMT + - Thu, 16 Oct 2025 06:43:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-28T09:08:16.3405416Z' + - '2025-10-16T06:43:31.7767389Z' x-ms-file-creation-time: - - '2025-09-28T09:08:14.4926601Z' + - '2025-10-16T06:43:29.9019613Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-28T09:08:16.3405416Z' + - '2025-10-16T06:43:31.7767389Z' x-ms-file-parent-id: - '13835163608398430208' x-ms-file-permission-key: - - 3735682721170570533*11202466466781877675 + - 1144318367668137757*12052062785073153939 x-ms-lease-state: - available x-ms-lease-status: @@ -2784,27 +2833,76 @@ interactions: ParameterSetName: - -s -p --query --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + x-ms-date: + - Thu, 16 Oct 2025 06:43:36 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share000003?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Oct 2025 06:43:37 GMT + etag: + - '"0x8DE0C7F343AE2EA"' + last-modified: + - Thu, 16 Oct 2025 06:42:40 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-share-quota: + - '3' + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file list + Connection: + - keep-alive + ParameterSetName: + - -s -p --query --account-name --account-key + User-Agent: + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:21 GMT + - Thu, 16 Oct 2025 06:43:37 GMT x-ms-version: - '2025-07-05' method: GET - uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey + uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory&comp=list&maxresults=5000 response: body: string: "\uFEFF500013835163608398430208testfile.txt13835075647468208128655362025-09-28T09:08:14.4926601Z2025-09-28T09:08:14.4926601Z2025-09-28T09:08:16.3405416Z2025-09-28T09:08:16.3405416ZSun, - 28 Sep 2025 09:08:16 GMT\"0x8DDFE6E8F78F668\"Archive3735682721170570533*11202466466781877675500013835163608398430208testfile.txt1383507564746820812865536" headers: content-type: - application/xml date: - - Sun, 28 Sep 2025 09:08:21 GMT + - Thu, 16 Oct 2025 06:43:38 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -2828,9 +2926,9 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:08:22 GMT + - Thu, 16 Oct 2025 06:43:39 GMT x-ms-version: - '2025-07-05' method: GET @@ -2842,11 +2940,11 @@ interactions: content-type: - application/xml date: - - Sun, 28 Sep 2025 09:08:23 GMT + - Thu, 16 Oct 2025 06:43:39 GMT etag: - - '"0x8DDFE6E72ABB288"' + - '"0x8DE0C7F343AE2EA"' last-modified: - - Sun, 28 Sep 2025 09:07:28 GMT + - Thu, 16 Oct 2025 06:42:40 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -2872,11 +2970,11 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:24 GMT + - Thu, 16 Oct 2025 06:43:40 GMT x-ms-version: - '2025-07-05' method: DELETE @@ -2888,7 +2986,7 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:24 GMT + - Thu, 16 Oct 2025 06:43:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -2910,11 +3008,11 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:25 GMT + - Thu, 16 Oct 2025 06:43:41 GMT x-ms-version: - '2025-07-05' method: HEAD @@ -2924,7 +3022,7 @@ interactions: string: '' headers: date: - - Sun, 28 Sep 2025 09:08:25 GMT + - Thu, 16 Oct 2025 06:43:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -2952,11 +3050,11 @@ interactions: ParameterSetName: - --share-name --name --fail-not-exist --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:26 GMT + - Thu, 16 Oct 2025 06:43:43 GMT x-ms-version: - '2025-07-05' method: DELETE @@ -2968,7 +3066,7 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:27 GMT + - Thu, 16 Oct 2025 06:43:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -2990,11 +3088,11 @@ interactions: ParameterSetName: - --share-name --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:28 GMT + - Thu, 16 Oct 2025 06:43:44 GMT x-ms-version: - '2025-07-05' method: GET @@ -3002,14 +3100,14 @@ interactions: response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:2d5a398a-c01a-00a9-1f57-30a4c5000000\nTime:2025-09-28T09:08:29.1127658Z" + specified resource does not exist.\nRequestId:28e12ceb-d01a-006f-0b68-3e11e4000000\nTime:2025-10-16T06:43:45.2939051Z" headers: content-length: - '221' content-type: - application/xml date: - - Sun, 28 Sep 2025 09:08:28 GMT + - Thu, 16 Oct 2025 06:43:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: @@ -3035,11 +3133,11 @@ interactions: ParameterSetName: - --share-name --name --fail-on-exist --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:29 GMT + - Thu, 16 Oct 2025 06:43:45 GMT x-ms-meta-cat: - hat x-ms-meta-foo: @@ -3055,27 +3153,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:29 GMT + - Thu, 16 Oct 2025 06:43:46 GMT etag: - - '"0x8DDFE6E97E4DE8B"' + - '"0x8DE0C7F5B5491E7"' last-modified: - - Sun, 28 Sep 2025 09:08:30 GMT + - Thu, 16 Oct 2025 06:43:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:08:30.4694923Z' + - '2025-10-16T06:43:46.5838055Z' x-ms-file-creation-time: - - '2025-09-28T09:08:30.4694923Z' + - '2025-10-16T06:43:46.5838055Z' x-ms-file-id: - '13835146016212385792' x-ms-file-last-write-time: - - '2025-09-28T09:08:30.4694923Z' + - '2025-10-16T06:43:46.5838055Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 17558411203969663522*11202466466781877675 + - 14959446323871748122*12052062785073153939 x-ms-request-server-encrypted: - 'true' x-ms-version: @@ -3097,11 +3195,11 @@ interactions: ParameterSetName: - --share-name -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:30 GMT + - Thu, 16 Oct 2025 06:43:46 GMT x-ms-version: - '2025-07-05' method: GET @@ -3113,27 +3211,27 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:31 GMT + - Thu, 16 Oct 2025 06:43:47 GMT etag: - - '"0x8DDFE6E97E4DE8B"' + - '"0x8DE0C7F5B5491E7"' last-modified: - - Sun, 28 Sep 2025 09:08:30 GMT + - Thu, 16 Oct 2025 06:43:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-28T09:08:30.4694923Z' + - '2025-10-16T06:43:46.5838055Z' x-ms-file-creation-time: - - '2025-09-28T09:08:30.4694923Z' + - '2025-10-16T06:43:46.5838055Z' x-ms-file-id: - '13835146016212385792' x-ms-file-last-write-time: - - '2025-09-28T09:08:30.4694923Z' + - '2025-10-16T06:43:46.5838055Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 17558411203969663522*11202466466781877675 + - 14959446323871748122*12052062785073153939 x-ms-meta-cat: - hat x-ms-meta-foo: @@ -3161,11 +3259,11 @@ interactions: ParameterSetName: - --share-name --name --fail-not-exist --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Sun, 28 Sep 2025 09:08:32 GMT + - Thu, 16 Oct 2025 06:43:48 GMT x-ms-version: - '2025-07-05' method: DELETE @@ -3177,7 +3275,7 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:32 GMT + - Thu, 16 Oct 2025 06:43:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -3201,9 +3299,9 @@ interactions: ParameterSetName: - -n --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.78.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Sun, 28 Sep 2025 09:08:33 GMT + - Thu, 16 Oct 2025 06:43:49 GMT x-ms-version: - '2025-07-05' method: DELETE @@ -3215,7 +3313,7 @@ interactions: content-length: - '0' date: - - Sun, 28 Sep 2025 09:08:34 GMT + - Thu, 16 Oct 2025 06:43:49 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: From eb15da753545de22f4d8ff71653b4245d1b3e4f7 Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:18:32 +0800 Subject: [PATCH 3/3] add check for --exclude-extended-info with nfs file share --- .../azure/cli/command_modules/storage/operations/file.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/azure-cli/azure/cli/command_modules/storage/operations/file.py b/src/azure-cli/azure/cli/command_modules/storage/operations/file.py index 42e0a414161..3fd57fc3f70 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/operations/file.py +++ b/src/azure-cli/azure/cli/command_modules/storage/operations/file.py @@ -97,6 +97,9 @@ def list_share_files(cmd, client, directory_name=None, timeout=None, exclude_dir share_properties = client.get_share_properties() if share_properties.protocols == ['SMB']: include = [] if exclude_extended_info else ["timestamps", "Etag", "Attributes", "PermissionKey"] + elif share_properties.protocols == ['NFS']: + if exclude_extended_info: + logger.warning('--exclude-extended-info is not supported for NFS shares.') generator = client.list_directories_and_files(directory_name=directory_name, include=include, timeout=timeout, results_per_page=num_results) pages = generator.by_page(continuation_token=marker)