diff --git a/src/azure-cli-core/azure/cli/core/profiles/_shared.py b/src/azure-cli-core/azure/cli/core/profiles/_shared.py index bdd053c97dd..1476b9f92c0 100644 --- a/src/azure-cli-core/azure/cli/core/profiles/_shared.py +++ b/src/azure-cli-core/azure/cli/core/profiles/_shared.py @@ -206,7 +206,7 @@ def default_api_version(self): ResourceType.DATA_KEYVAULT_ADMINISTRATION_ACCESS_CONTROL: '7.4', ResourceType.DATA_STORAGE_BLOB: '2022-11-02', ResourceType.DATA_STORAGE_FILEDATALAKE: '2021-08-06', - ResourceType.DATA_STORAGE_FILESHARE: '2025-05-05', + ResourceType.DATA_STORAGE_FILESHARE: '2025-07-05', ResourceType.DATA_STORAGE_QUEUE: '2018-03-28', ResourceType.DATA_STORAGE_TABLE: None, ResourceType.MGMT_SERVICEBUS: None, diff --git a/src/azure-cli/azure/cli/command_modules/storage/_help.py b/src/azure-cli/azure/cli/command_modules/storage/_help.py index 1bdb1f3d566..c5676bfd73a 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/_help.py +++ b/src/azure-cli/azure/cli/command_modules/storage/_help.py @@ -3190,3 +3190,26 @@ text: | az storage file hard-link create --account-name MyAccount --share-name share --path link_path --target original_path """ + +helps['storage file symbolic-link'] = """ + type: group + short-summary: Manage storage file symbolic-link. +""" + +helps['storage file symbolic-link create'] = """ + type: command + short-summary: NFS only. Creates a symbolic link to the specified file. + examples: + - name: Create a symbolic link to an NFS file specified by path. + text: | + az storage file symbolic-link create --account-name MyAccount --share-name share --path link_path --target target_path --metadata meta1=value1 meta2=value2 --file-creation-time now --file-last-write-time now --owner 6 --group 7 +""" + +helps['storage file symbolic-link show'] = """ + type: command + short-summary: NFS only. Gets the symbolic link for the file client. + examples: + - name: Show the symbolic link to an NFS file specified by path. + text: | + az storage file symbolic-link show --account-name MyAccount --share-name share --path link_path +""" diff --git a/src/azure-cli/azure/cli/command_modules/storage/_params.py b/src/azure-cli/azure/cli/command_modules/storage/_params.py index da333a4f842..3f02067cc54 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/_params.py +++ b/src/azure-cli/azure/cli/command_modules/storage/_params.py @@ -2798,3 +2798,23 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem 'same share and the same storage account.') c.extra('lease', help='Lease id, required if the file has an active lease.') + + with self.argument_context('storage file symbolic-link create') as c: + c.extra('share_name', share_name_type, required=True) + c.register_path_argument() + c.argument('target', required=True, + help='Specifies the file path the symbolic link will point to. ' + 'The file path can be either relative or absolute.') + c.extra('metadata', nargs='+', + help='Metadata in space-separated key=value pairs. This overwrites any existing metadata.', + validator=validate_metadata) + c.extra('file_creation_time', help='Creation time for the file.') + c.extra('file_last_write_time', help='Last write time for the file.') + c.extra('owner', help='The owner of the file.') + c.extra('group', help='The owning group of the file.') + c.extra('lease', + help='Lease id, required if the file has an active lease. ') + + with self.argument_context('storage file symbolic-link show') as c: + c.extra('share_name', share_name_type, required=True) + c.register_path_argument() diff --git a/src/azure-cli/azure/cli/command_modules/storage/commands.py b/src/azure-cli/azure/cli/command_modules/storage/commands.py index 8e1488cbfa2..d4720589aee 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/commands.py +++ b/src/azure-cli/azure/cli/command_modules/storage/commands.py @@ -699,6 +699,8 @@ def get_custom_sdk(custom_module, client_factory, resource_type=ResourceType.MGM transform=transform_file_show_result) g.storage_custom_command_oauth('download-batch', 'storage_file_download_batch', client_factory=cf_share_client) g.storage_command_oauth('hard-link create', 'create_hardlink') + g.storage_command_oauth('symbolic-link create', 'create_symlink') + g.storage_command_oauth('symbolic-link show', 'get_symlink') with self.command_group('storage cors', get_custom_sdk('cors', multi_service_properties_factory)) as g: from ._transformers import transform_cors_list_output diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_copy_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_copy_scenario.yaml index 450df60f000..7432d97fc65 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_copy_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_copy_scenario.yaml @@ -20,7 +20,7 @@ interactions: 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-23T09:12:29.7283877Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:12:29.7283877Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:59.7696896Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:59.7696896Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:13:24 GMT + - Sun, 28 Sep 2025 09:06:50 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/22d47701-da21-4213-b6e2-30378f7ecf6e + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/8dc80f52-2aed-4e5d-9555-5f848ee5ef76 x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -65,11 +65,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:13:25 GMT + - Sun, 28 Sep 2025 09:06:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000004?restype=share response: @@ -79,15 +79,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:27 GMT + - Sun, 28 Sep 2025 09:06:51 GMT etag: - - '"0x8DDFA8174BE56E6"' + - '"0x8DDFE6E5D797EDA"' last-modified: - - Tue, 23 Sep 2025 09:13:27 GMT + - Sun, 28 Sep 2025 09:06:52 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 @@ -107,11 +107,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:13:27 GMT + - Sun, 28 Sep 2025 09:06:52 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000005?restype=share response: @@ -121,15 +121,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:28 GMT + - Sun, 28 Sep 2025 09:06:53 GMT etag: - - '"0x8DDFA81759BED82"' + - '"0x8DDFE6E5E38888E"' last-modified: - - Tue, 23 Sep 2025 09:13:28 GMT + - Sun, 28 Sep 2025 09:06:53 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 @@ -149,13 +149,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:28 GMT + - Sun, 28 Sep 2025 09:06:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000004/dir1?restype=directory response: @@ -165,31 +165,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:29 GMT + - Sun, 28 Sep 2025 09:06:54 GMT etag: - - '"0x8DDFA81766F4F5B"' + - '"0x8DDFE6E5F050F80"' last-modified: - - Tue, 23 Sep 2025 09:13:30 GMT + - Sun, 28 Sep 2025 09:06:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:13:30.1209947Z' + - '2025-09-28T09:06:55.0503296Z' x-ms-file-creation-time: - - '2025-09-23T09:13:30.1209947Z' + - '2025-09-28T09:06:55.0503296Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:13:30.1209947Z' + - '2025-09-28T09:06:55.0503296Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 4725042367687147673*2975083765618071312 + - 8817025443050578508*1335172148956231109 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -209,13 +209,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:30 GMT + - Sun, 28 Sep 2025 09:06:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000005/dir2?restype=directory response: @@ -225,31 +225,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:31 GMT + - Sun, 28 Sep 2025 09:06:56 GMT etag: - - '"0x8DDFA817770A9BF"' + - '"0x8DDFE6E5FD0F02A"' last-modified: - - Tue, 23 Sep 2025 09:13:31 GMT + - Sun, 28 Sep 2025 09:06:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:13:31.8075839Z' + - '2025-09-28T09:06:56.3864618Z' x-ms-file-creation-time: - - '2025-09-23T09:13:31.8075839Z' + - '2025-09-28T09:06:56.3864618Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:13:31.8075839Z' + - '2025-09-28T09:06:56.3864618Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 4725042367687147673*2975083765618071312 + - 8817025443050578508*1335172148956231109 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -269,17 +269,17 @@ interactions: ParameterSetName: - -p --share-name --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - '524288' x-ms-date: - - Tue, 23 Sep 2025 09:13:32 GMT + - Sun, 28 Sep 2025 09:06:56 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000004/dir1/source_file.txt response: @@ -289,31 +289,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:32 GMT + - Sun, 28 Sep 2025 09:06:57 GMT etag: - - '"0x8DDFA8178477A7B"' + - '"0x8DDFE6E60A993D9"' last-modified: - - Tue, 23 Sep 2025 09:13:33 GMT + - Sun, 28 Sep 2025 09:06:57 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:33.2153979Z' + - '2025-09-28T09:06:57.8062297Z' x-ms-file-creation-time: - - '2025-09-23T09:13:33.2153979Z' + - '2025-09-28T09:06:57.8062297Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:13:33.2153979Z' + - '2025-09-28T09:06:57.8062297Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-file-permission-key: - - 9361143788528975774*2975083765618071312 + - 13413852465181891915*1335172148956231109 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -335,15 +335,15 @@ interactions: ParameterSetName: - -p --share-name --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:33 GMT + - Sun, 28 Sep 2025 09:06:57 GMT x-ms-range: - bytes=0-524287 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -357,19 +357,19 @@ interactions: content-md5: - WQcVkAmdId1DmJZZIzi/lQ== date: - - Tue, 23 Sep 2025 09:13:35 GMT + - Sun, 28 Sep 2025 09:06:59 GMT etag: - - '"0x8DDFA817A00F57B"' + - '"0x8DDFE6E62512211"' last-modified: - - Tue, 23 Sep 2025 09:13:36 GMT + - Sun, 28 Sep 2025 09:07:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:13:36.1086843Z' + - '2025-09-28T09:07:00.5820433Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -387,13 +387,13 @@ interactions: ParameterSetName: - -p -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:36 GMT + - Sun, 28 Sep 2025 09:07:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000004/dir1/source_file.txt response: @@ -405,27 +405,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:13:36 GMT + - Sun, 28 Sep 2025 09:07:01 GMT etag: - - '"0x8DDFA817A00F57B"' + - '"0x8DDFE6E62512211"' last-modified: - - Tue, 23 Sep 2025 09:13:36 GMT + - Sun, 28 Sep 2025 09:07:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:36.1086843Z' + - '2025-09-28T09:07:00.5820433Z' x-ms-file-creation-time: - - '2025-09-23T09:13:33.2153979Z' + - '2025-09-28T09:06:57.8062297Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:13:36.1086843Z' + - '2025-09-28T09:07:00.5820433Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-file-permission-key: - - 9361143788528975774*2975083765618071312 + - 13413852465181891915*1335172148956231109 x-ms-lease-state: - available x-ms-lease-status: @@ -435,7 +435,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -453,32 +453,32 @@ interactions: ParameterSetName: - -p -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:37 GMT + - Sun, 28 Sep 2025 09:07:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000004/dir1%2Fsource_file.txt?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:f2ab9fd1-801a-006b-5e6a-2ceb35000000\nTime:2025-09-23T09:13:38.9655530Z" + specified resource does not exist.\nRequestId:4f439637-c01a-0045-5457-30b922000000\nTime:2025-09-28T09:07:03.2351008Z" headers: content-length: - '221' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:13:38 GMT + - Sun, 28 Sep 2025 09:07: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. @@ -498,17 +498,17 @@ interactions: ParameterSetName: - -s -p -u --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitestymgidepccisccvjvq.file.core.windows.net/sharet76xlf4rl23bshoders/dir1/source_file.txt + - https://clitestz3eaxvrs2stt4l7xd.file.core.windows.net/sharekjkh2uke46rntprcn33/dir1/source_file.txt x-ms-date: - - Tue, 23 Sep 2025 09:13:39 GMT + - Sun, 28 Sep 2025 09:07:03 GMT x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000005/dir2/destination_file.txt response: @@ -518,19 +518,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:39 GMT + - Sun, 28 Sep 2025 09:07:04 GMT etag: - - '"0x8DDFA817C99754D"' + - '"0x8DDFE6E64C49105"' last-modified: - - Tue, 23 Sep 2025 09:13:40 GMT + - Sun, 28 Sep 2025 09:07:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - 8ef604ad-51a2-47ff-b4af-4bb101bd82c4 + - cfd041be-9ba8-464f-aeb9-d994bce03960 x-ms-copy-status: - success x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -548,13 +548,13 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:41 GMT + - Sun, 28 Sep 2025 09:07:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000005/dir2/destination_file.txt response: @@ -566,37 +566,37 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:13:41 GMT + - Sun, 28 Sep 2025 09:07:05 GMT etag: - - '"0x8DDFA817C99754D"' + - '"0x8DDFE6E64C49105"' last-modified: - - Tue, 23 Sep 2025 09:13:40 GMT + - Sun, 28 Sep 2025 09:07:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Tue, 23 Sep 2025 09:13:40 GMT + - Sun, 28 Sep 2025 09:07:04 GMT x-ms-copy-id: - - 8ef604ad-51a2-47ff-b4af-4bb101bd82c4 + - cfd041be-9ba8-464f-aeb9-d994bce03960 x-ms-copy-progress: - 524288/524288 x-ms-copy-source: - - https://clitestymgidepccisccvjvq.file.core.windows.net/sharet76xlf4rl23bshoders/dir1/source_file.txt + - https://clitestz3eaxvrs2stt4l7xd.file.core.windows.net/sharekjkh2uke46rntprcn33/dir1/source_file.txt x-ms-copy-status: - success x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:40.4635469Z' + - '2025-09-28T09:07:04.6939909Z' x-ms-file-creation-time: - - '2025-09-23T09:13:40.4635469Z' + - '2025-09-28T09:07:04.6939909Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:13:40.4635469Z' + - '2025-09-28T09:07:04.6939909Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-file-permission-key: - - 9361143788528975774*2975083765618071312 + - 13413852465181891915*1335172148956231109 x-ms-lease-state: - available x-ms-lease-status: @@ -606,7 +606,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -626,17 +626,17 @@ interactions: ParameterSetName: - -s -p -u --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitestymgidepccisccvjvq.file.core.windows.net/sharet76xlf4rl23bshoders/dir1/source_file.txt + - https://clitestz3eaxvrs2stt4l7xd.file.core.windows.net/sharekjkh2uke46rntprcn33/dir1/source_file.txt x-ms-date: - - Tue, 23 Sep 2025 09:13:42 GMT + - Sun, 28 Sep 2025 09:07:06 GMT x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000005/dir2/destination_file.txt response: @@ -646,19 +646,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:43 GMT + - Sun, 28 Sep 2025 09:07:07 GMT etag: - - '"0x8DDFA817E7C8FE3"' + - '"0x8DDFE6E6660936F"' last-modified: - - Tue, 23 Sep 2025 09:13:43 GMT + - Sun, 28 Sep 2025 09:07:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - 2f3b0278-1c87-4446-b533-5213c4437550 + - 53d61589-8df8-41b6-a5f8-6462638df081 x-ms-copy-status: - success x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -676,13 +676,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:43 GMT + - Sun, 28 Sep 2025 09:07:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000005/dir2/destination_file.txt response: @@ -694,37 +694,37 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:13:44 GMT + - Sun, 28 Sep 2025 09:07:07 GMT etag: - - '"0x8DDFA817E7C8FE3"' + - '"0x8DDFE6E6660936F"' last-modified: - - Tue, 23 Sep 2025 09:13:43 GMT + - Sun, 28 Sep 2025 09:07:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Tue, 23 Sep 2025 09:13:43 GMT + - Sun, 28 Sep 2025 09:07:07 GMT x-ms-copy-id: - - 2f3b0278-1c87-4446-b533-5213c4437550 + - 53d61589-8df8-41b6-a5f8-6462638df081 x-ms-copy-progress: - 524288/524288 x-ms-copy-source: - - https://clitestymgidepccisccvjvq.file.core.windows.net/sharet76xlf4rl23bshoders/dir1/source_file.txt + - https://clitestz3eaxvrs2stt4l7xd.file.core.windows.net/sharekjkh2uke46rntprcn33/dir1/source_file.txt x-ms-copy-status: - success x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:43.6296163Z' + - '2025-09-28T09:07:07.3941359Z' x-ms-file-creation-time: - - '2025-09-23T09:13:43.6296163Z' + - '2025-09-28T09:07:07.3941359Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:13:43.6296163Z' + - '2025-09-28T09:07:07.3941359Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-file-permission-key: - - 9361143788528975774*2975083765618071312 + - 13413852465181891915*1335172148956231109 x-ms-lease-state: - available x-ms-lease-status: @@ -734,7 +734,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -754,17 +754,17 @@ interactions: ParameterSetName: - -s -p --source-share --source-path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitestymgidepccisccvjvq.file.core.windows.net/sharet76xlf4rl23bshoders/dir1%5Csource_file.txt + - https://clitestz3eaxvrs2stt4l7xd.file.core.windows.net/sharekjkh2uke46rntprcn33/dir1%5Csource_file.txt x-ms-date: - - Tue, 23 Sep 2025 09:13:45 GMT + - Sun, 28 Sep 2025 09:07:08 GMT x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000005/dir2/destination_file.txt response: @@ -774,19 +774,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:46 GMT + - Sun, 28 Sep 2025 09:07:09 GMT etag: - - '"0x8DDFA81802E9872"' + - '"0x8DDFE6E67ECC92F"' last-modified: - - Tue, 23 Sep 2025 09:13:46 GMT + - Sun, 28 Sep 2025 09:07:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - 55f8838e-5fc8-486d-8eba-aba7418e79ff + - 0de0121f-056e-43a1-b871-116c70f08853 x-ms-copy-status: - success x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -811,7 +811,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000003/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-23T09:12:56.6658052Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:12:56.6658052Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:06:26.3011192Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:06:26.3011192Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -820,7 +820,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:13:47 GMT + - Sun, 28 Sep 2025 09:07:11 GMT expires: - '-1' pragma: @@ -832,7 +832,7 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/ca1dd5e0-b617-4f10-9354-5a4433eb4e51 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/09cae362-3163-4faf-a3e5-9f78914c141e x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -856,11 +856,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:13:48 GMT + - Sun, 28 Sep 2025 09:07:11 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000003.file.core.windows.net/share000006?restype=share response: @@ -870,15 +870,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:48 GMT + - Sun, 28 Sep 2025 09:07:11 GMT etag: - - '"0x8DDFA8182193375"' + - '"0x8DDFE6E69A3BCB5"' last-modified: - - Tue, 23 Sep 2025 09:13:49 GMT + - Sun, 28 Sep 2025 09:07:12 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 @@ -898,17 +898,17 @@ interactions: ParameterSetName: - -p --share-name --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - '524288' x-ms-date: - - Tue, 23 Sep 2025 09:13:49 GMT + - Sun, 28 Sep 2025 09:07:13 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000003.file.core.windows.net/share000006/source_file.txt response: @@ -918,31 +918,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:50 GMT + - Sun, 28 Sep 2025 09:07:14 GMT etag: - - '"0x8DDFA8182F2980F"' + - '"0x8DDFE6E6A6F5C9F"' last-modified: - - Tue, 23 Sep 2025 09:13:51 GMT + - Sun, 28 Sep 2025 09:07:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:51.1140367Z' + - '2025-09-28T09:07:14.2019231Z' x-ms-file-creation-time: - - '2025-09-23T09:13:51.1140367Z' + - '2025-09-28T09:07:14.2019231Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:13:51.1140367Z' + - '2025-09-28T09:07:14.2019231Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 14344836400456945430*8049041897160288152 + - 1424791932912646641*13503208916237177215 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -964,15 +964,15 @@ interactions: ParameterSetName: - -p --share-name --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:51 GMT + - Sun, 28 Sep 2025 09:07:14 GMT x-ms-range: - bytes=0-524287 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -986,19 +986,19 @@ interactions: content-md5: - WQcVkAmdId1DmJZZIzi/lQ== date: - - Tue, 23 Sep 2025 09:13:53 GMT + - Sun, 28 Sep 2025 09:07:16 GMT etag: - - '"0x8DDFA8184A2CE87"' + - '"0x8DDFE6E6C06F7CC"' last-modified: - - Tue, 23 Sep 2025 09:13:53 GMT + - Sun, 28 Sep 2025 09:07:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:13:53.9465863Z' + - '2025-09-28T09:07:16.8732108Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1019,17 +1019,17 @@ interactions: - -s -p --source-share --source-path --source-account-name --source-account-key --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitestg46ffvnhyevyr2c33.file.core.windows.net/sharehmvscnls7dqqsocnrpl/source_file.txt?se=2025-09-24T09%3A13%3A54Z&sp=r&spr=https&sv=2025-05-05&sr=f&sig=muI4dlJ/kIVrQTsSDI60VOb1/8Zs7VLpcaXWr6Em34k%3D + - https://clitestcknitn47gwho3z5ca.file.core.windows.net/sharexvgwf4dezy5alhxogsw/source_file.txt?se=2025-09-29T09%3A07%3A17Z&sp=r&spr=https&sv=2025-07-05&sr=f&sig=gg42ctaPtuJZ95xcyevPMfp%2BiBttWkx6fj8uLJRW3co%3D x-ms-date: - - Tue, 23 Sep 2025 09:13:54 GMT + - Sun, 28 Sep 2025 09:07:17 GMT x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000005/dst_file.txt response: @@ -1039,19 +1039,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:55 GMT + - Sun, 28 Sep 2025 09:07:18 GMT etag: - - '"0x8DDFA818589F8CB"' + - '"0x8DDFE6E6CE6A485"' last-modified: - - Tue, 23 Sep 2025 09:13:55 GMT + - Sun, 28 Sep 2025 09:07:18 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - b7950060-4cc8-49fb-ae7a-740977f5a09c + - 9b65a27e-b140-449b-b6d8-78da08b060c9 x-ms-copy-status: - pending x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_copy_snapshot_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_copy_snapshot_scenario.yaml index 44158a1c80e..de282dc2305 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_copy_snapshot_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_copy_snapshot_scenario.yaml @@ -20,7 +20,7 @@ interactions: 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-23T09:12:17.4784233Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:12:17.4784233Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:07:26.5981714Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:07:26.5981714Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:12:43 GMT + - Sun, 28 Sep 2025 09:07:51 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/c6c6c1a2-d34f-4950-b5c1-5ca5b795edb6 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/31ca20a0-7eb3-4638-ac25-2531b0b23e1c x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -65,11 +65,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:12:44 GMT + - Sun, 28 Sep 2025 09:07:51 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -79,15 +79,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:45 GMT + - Sun, 28 Sep 2025 09:07:52 GMT etag: - - '"0x8DDFA815BF5CC61"' + - '"0x8DDFE6E818A5F2B"' last-modified: - - Tue, 23 Sep 2025 09:12:45 GMT + - Sun, 28 Sep 2025 09:07:52 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 @@ -107,11 +107,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:12:45 GMT + - Sun, 28 Sep 2025 09:07:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000004?restype=share response: @@ -121,15 +121,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:46 GMT + - Sun, 28 Sep 2025 09:07:53 GMT etag: - - '"0x8DDFA815CD05195"' + - '"0x8DDFE6E824FD88B"' last-modified: - - Tue, 23 Sep 2025 09:12:47 GMT + - Sun, 28 Sep 2025 09:07:54 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 @@ -149,13 +149,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:47 GMT + - Sun, 28 Sep 2025 09:07:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir1?restype=directory response: @@ -165,31 +165,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:48 GMT + - Sun, 28 Sep 2025 09:07:55 GMT etag: - - '"0x8DDFA815DD36CF2"' + - '"0x8DDFE6E83106051"' last-modified: - - Tue, 23 Sep 2025 09:12:48 GMT + - Sun, 28 Sep 2025 09:07:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:12:48.8340722Z' + - '2025-09-28T09:07:55.5224657Z' x-ms-file-creation-time: - - '2025-09-23T09:12:48.8340722Z' + - '2025-09-28T09:07:55.5224657Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:48.8340722Z' + - '2025-09-28T09:07:55.5224657Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 7521512721428495585*52602749367888744 + - 16128331156951717371*13188916507433976434 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -209,13 +209,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:49 GMT + - Sun, 28 Sep 2025 09:07:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000004/dir2?restype=directory response: @@ -225,31 +225,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:49 GMT + - Sun, 28 Sep 2025 09:07:56 GMT etag: - - '"0x8DDFA815EA20A24"' + - '"0x8DDFE6E83E38C03"' last-modified: - - Tue, 23 Sep 2025 09:12:50 GMT + - Sun, 28 Sep 2025 09:07:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:12:50.1881380Z' + - '2025-09-28T09:07:56.9063939Z' x-ms-file-creation-time: - - '2025-09-23T09:12:50.1881380Z' + - '2025-09-28T09:07:56.9063939Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:50.1881380Z' + - '2025-09-28T09:07:56.9063939Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 7521512721428495585*52602749367888744 + - 16128331156951717371*13188916507433976434 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -269,17 +269,17 @@ interactions: ParameterSetName: - -p --share-name --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - '524288' x-ms-date: - - Tue, 23 Sep 2025 09:12:50 GMT + - Sun, 28 Sep 2025 09:07:57 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir1/source_file.txt response: @@ -289,31 +289,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:51 GMT + - Sun, 28 Sep 2025 09:07:57 GMT etag: - - '"0x8DDFA815F784003"' + - '"0x8DDFE6E84AE35C8"' last-modified: - - Tue, 23 Sep 2025 09:12:51 GMT + - Sun, 28 Sep 2025 09:07:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:51.5919875Z' + - '2025-09-28T09:07:58.2345672Z' x-ms-file-creation-time: - - '2025-09-23T09:12:51.5919875Z' + - '2025-09-28T09:07:58.2345672Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:12:51.5919875Z' + - '2025-09-28T09:07:58.2345672Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-file-permission-key: - - 12113004775434732518*52602749367888744 + - 2281242458908961532*13188916507433976434 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -335,15 +335,15 @@ interactions: ParameterSetName: - -p --share-name --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:51 GMT + - Sun, 28 Sep 2025 09:07:58 GMT x-ms-range: - bytes=0-524287 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -357,19 +357,19 @@ interactions: content-md5: - WQcVkAmdId1DmJZZIzi/lQ== date: - - Tue, 23 Sep 2025 09:12:53 GMT + - Sun, 28 Sep 2025 09:08:00 GMT etag: - - '"0x8DDFA81612609D0"' + - '"0x8DDFE6E864865C5"' last-modified: - - Tue, 23 Sep 2025 09:12:54 GMT + - Sun, 28 Sep 2025 09:08:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:12:54.4086480Z' + - '2025-09-28T09:08:00.9227717Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -387,13 +387,13 @@ interactions: ParameterSetName: - -p -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:54 GMT + - Sun, 28 Sep 2025 09:08:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir1/source_file.txt response: @@ -405,27 +405,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:55 GMT + - Sun, 28 Sep 2025 09:08:02 GMT etag: - - '"0x8DDFA81612609D0"' + - '"0x8DDFE6E864865C5"' last-modified: - - Tue, 23 Sep 2025 09:12:54 GMT + - Sun, 28 Sep 2025 09:08:00 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:54.4086480Z' + - '2025-09-28T09:08:00.9227717Z' x-ms-file-creation-time: - - '2025-09-23T09:12:51.5919875Z' + - '2025-09-28T09:07:58.2345672Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:12:54.4086480Z' + - '2025-09-28T09:08:00.9227717Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-file-permission-key: - - 12113004775434732518*52602749367888744 + - 2281242458908961532*13188916507433976434 x-ms-lease-state: - available x-ms-lease-status: @@ -435,7 +435,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -455,11 +455,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:12:56 GMT + - Sun, 28 Sep 2025 09:08:02 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share&comp=snapshot response: @@ -469,17 +469,17 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:57 GMT + - Sun, 28 Sep 2025 09:08:02 GMT etag: - - '"0x8DDFA815BF5CC61"' + - '"0x8DDFE6E818A5F2B"' last-modified: - - Tue, 23 Sep 2025 09:12:45 GMT + - Sun, 28 Sep 2025 09:07:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-snapshot: - - '2025-09-23T09:12:57.0000000Z' + - '2025-09-28T09:08:03.0000000Z' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -499,13 +499,13 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:57 GMT + - Sun, 28 Sep 2025 09:08:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003/dir1/source_file.txt response: @@ -515,11 +515,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:57 GMT + - Sun, 28 Sep 2025 09:08:04 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 @@ -537,13 +537,13 @@ interactions: ParameterSetName: - -p -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:58 GMT + - Sun, 28 Sep 2025 09:08:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir1/source_file.txt response: @@ -551,7 +551,7 @@ interactions: string: '' headers: date: - - Tue, 23 Sep 2025 09:12:59 GMT + - Sun, 28 Sep 2025 09:08:05 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -559,7 +559,7 @@ interactions: x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -579,17 +579,17 @@ interactions: ParameterSetName: - -s -p --source-share --source-path --file-snapshot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitest6bdnvwwzadjcspihs.file.core.windows.net/sharem57jjsssoqalgjoh5sq/dir1%5Csource_file.txt?sharesnapshot=2025-09-23T09:12:57.0000000Z + - https://clitestsh3gpjurdyfbyfgfn.file.core.windows.net/sharefxwwy7q4ioflgmxd3yl/dir1%5Csource_file.txt?sharesnapshot=2025-09-28T09:08:03.0000000Z x-ms-date: - - Tue, 23 Sep 2025 09:13:00 GMT + - Sun, 28 Sep 2025 09:08:06 GMT x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000004/dir2/destination_file.txt response: @@ -599,19 +599,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:01 GMT + - Sun, 28 Sep 2025 09:08:07 GMT etag: - - '"0x8DDFA8165613E88"' + - '"0x8DDFE6E8A316831"' last-modified: - - Tue, 23 Sep 2025 09:13:01 GMT + - Sun, 28 Sep 2025 09:08:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - e160d66d-7f06-4399-84ec-38f504389269 + - e69b101d-a791-494b-820c-d236ce26d580 x-ms-copy-status: - success x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -629,13 +629,13 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:01 GMT + - Sun, 28 Sep 2025 09:08:07 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000004/dir2/destination_file.txt response: @@ -647,37 +647,37 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:13:02 GMT + - Sun, 28 Sep 2025 09:08:08 GMT etag: - - '"0x8DDFA8165613E88"' + - '"0x8DDFE6E8A316831"' last-modified: - - Tue, 23 Sep 2025 09:13:01 GMT + - Sun, 28 Sep 2025 09:08:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Tue, 23 Sep 2025 09:13:01 GMT + - Sun, 28 Sep 2025 09:08:07 GMT x-ms-copy-id: - - e160d66d-7f06-4399-84ec-38f504389269 + - e69b101d-a791-494b-820c-d236ce26d580 x-ms-copy-progress: - 524288/524288 x-ms-copy-source: - - https://clitest6bdnvwwzadjcspihs.file.core.windows.net/sharem57jjsssoqalgjoh5sq/dir1%5Csource_file.txt?sharesnapshot=2025-09-23T09:12:57.0000000Z + - https://clitestsh3gpjurdyfbyfgfn.file.core.windows.net/sharefxwwy7q4ioflgmxd3yl/dir1%5Csource_file.txt?sharesnapshot=2025-09-28T09:08:03.0000000Z x-ms-copy-status: - success x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:01.5075464Z' + - '2025-09-28T09:08:07.4829873Z' x-ms-file-creation-time: - - '2025-09-23T09:13:01.5075464Z' + - '2025-09-28T09:08:07.4829873Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:13:01.5075464Z' + - '2025-09-28T09:08:07.4829873Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-file-permission-key: - - 12113004775434732518*52602749367888744 + - 2281242458908961532*13188916507433976434 x-ms-lease-state: - available x-ms-lease-status: @@ -687,7 +687,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -707,30 +707,30 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:13:03 GMT + - Sun, 28 Sep 2025 09:08:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: body: string: "\uFEFFShareHasSnapshotsThe - share has snapshots and the operation requires no snapshots.\nRequestId:39d73ddb-c01a-0071-466a-2c83e0000000\nTime:2025-09-23T09:13:04.3430074Z" + share has snapshots and the operation requires no snapshots.\nRequestId:ac23d4f6-201a-000e-2257-30bb0b000000\nTime:2025-09-28T09:08:10.1805866Z" headers: content-length: - '248' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:13:04 GMT + - Sun, 28 Sep 2025 09:08:09 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ShareHasSnapshots x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The share has snapshots and the operation requires no snapshots. @@ -753,16 +753,16 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2025-01-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:12:17.4784233Z","key2":"2025-09-23T09:12:17.4784233Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:12:17.4940482Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:12:17.4940482Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:12:17.3221738Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgthrdnkxusiqrvwyjzvpwzlndc4entafrahjykl5jhqtlo7ulnjxq5vntl7ecjdklw/providers/Microsoft.Storage/storageAccounts/clitestg46ffvnhyevyr2c33","name":"clitestg46ffvnhyevyr2c33","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:12:56.6658052Z","key2":"2025-09-23T09:12:56.6658052Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:12:56.6658052Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:12:56.6658052Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"ResolvingDns","creationTime":"2025-09-23T09:12:56.5095529Z","primaryEndpoints":{"blob":"https://clitestg46ffvnhyevyr2c33.blob.core.windows.net/","queue":"https://clitestg46ffvnhyevyr2c33.queue.core.windows.net/","table":"https://clitestg46ffvnhyevyr2c33.table.core.windows.net/","file":"https://clitestg46ffvnhyevyr2c33.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2omzhgb5b34cod7gfnj6nzkhdca242l7eo6tshdcau76nlbtacacdl7zkoexyv2ms/providers/Microsoft.Storage/storageAccounts/clitestwirqsxkuqlrz7pdvt","name":"clitestwirqsxkuqlrz7pdvt","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:11:46.6503929Z","key2":"2025-09-23T09:11:46.6503929Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:11:46.6660170Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:11:46.6660170Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:11:46.4941431Z","primaryEndpoints":{"blob":"https://clitestwirqsxkuqlrz7pdvt.blob.core.windows.net/","queue":"https://clitestwirqsxkuqlrz7pdvt.queue.core.windows.net/","table":"https://clitestwirqsxkuqlrz7pdvt.table.core.windows.net/","file":"https://clitestwirqsxkuqlrz7pdvt.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgthrdnkxusiqrvwyjzvpwzlndc4entafrahjykl5jhqtlo7ulnjxq5vntl7ecjdklw/providers/Microsoft.Storage/storageAccounts/clitestymgidepccisccvjvq","name":"clitestymgidepccisccvjvq","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:12:29.7283877Z","key2":"2025-09-23T09:12:29.7283877Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:12:29.7283877Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:12:29.7283877Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:12:29.5721332Z","primaryEndpoints":{"blob":"https://clitestymgidepccisccvjvq.blob.core.windows.net/","queue":"https://clitestymgidepccisccvjvq.queue.core.windows.net/","table":"https://clitestymgidepccisccvjvq.table.core.windows.net/","file":"https://clitestymgidepccisccvjvq.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkrsbaydbb5auli5pqpsqzzzwb2ow4og446bm77xeh4qzib4usgndkgjtawvdqd5dc/providers/Microsoft.Storage/storageAccounts/clitest7dwzhymhxab6rq53t","name":"clitest7dwzhymhxab6rq53t","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:33:33.0760855Z","key2":"2025-09-22T02:33:33.0760855Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:33:33.0917161Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:33:33.0917161Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:33:32.9354566Z","primaryEndpoints":{"blob":"https://clitest7dwzhymhxab6rq53t.blob.core.windows.net/","queue":"https://clitest7dwzhymhxab6rq53t.queue.core.windows.net/","table":"https://clitest7dwzhymhxab6rq53t.table.core.windows.net/","file":"https://clitest7dwzhymhxab6rq53t.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgvldvzl5tg4jatlufixdmsiugjysocphcpkb7ru4hwaga65o2ydqxd6crd5pr2chk3/providers/Microsoft.Storage/storageAccounts/clitest7jlfiyvmk5zb6tiug","name":"clitest7jlfiyvmk5zb6tiug","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:05:42.9183928Z","key2":"2025-09-23T09:05:42.9183928Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:05:42.9183928Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:05:42.9183928Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:05:42.8090158Z","primaryEndpoints":{"blob":"https://clitest7jlfiyvmk5zb6tiug.blob.core.windows.net/","queue":"https://clitest7jlfiyvmk5zb6tiug.queue.core.windows.net/","table":"https://clitest7jlfiyvmk5zb6tiug.table.core.windows.net/","file":"https://clitest7jlfiyvmk5zb6tiug.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgqevkzlvjads7zyirjywrswqshimke2aw54ze6jcreyjh3fxneaxbap42sviya75ay/providers/Microsoft.Storage/storageAccounts/clitesthupd2jmgvyp7efjjy","name":"clitesthupd2jmgvyp7efjjy","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:39:16.2382371Z","key2":"2025-09-22T02:39:16.2382371Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:39:16.2538575Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:39:16.2538575Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:39:16.1133112Z","primaryEndpoints":{"blob":"https://clitesthupd2jmgvyp7efjjy.blob.core.windows.net/","queue":"https://clitesthupd2jmgvyp7efjjy.queue.core.windows.net/","table":"https://clitesthupd2jmgvyp7efjjy.table.core.windows.net/","file":"https://clitesthupd2jmgvyp7efjjy.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgvaw52ob4e6t4knglvcfkwkt5pvplcqjcxzfbftqllxpacy5vv2irf2gfuodtwvz5q/providers/Microsoft.Storage/storageAccounts/clitestpkcb3xfvzxeb2ogpk","name":"clitestpkcb3xfvzxeb2ogpk","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:48:28.0919867Z","key2":"2025-09-22T02:48:28.0919867Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:48:28.0919867Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:48:28.0919867Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:48:27.9826714Z","primaryEndpoints":{"blob":"https://clitestpkcb3xfvzxeb2ogpk.blob.core.windows.net/","queue":"https://clitestpkcb3xfvzxeb2ogpk.queue.core.windows.net/","table":"https://clitestpkcb3xfvzxeb2ogpk.table.core.windows.net/","file":"https://clitestpkcb3xfvzxeb2ogpk.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgcec4m3hx5gjieh47fbge6kjopissq2tkuuhecaswoxvxlx6pmld3wkkkqpbbt64fd/providers/Microsoft.Storage/storageAccounts/clitestr36nz43vogmwl7kfb","name":"clitestr36nz43vogmwl7kfb","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T06:54:12.2758834Z","key2":"2025-09-22T06:54:12.2758834Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T06:54:12.2758834Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T06:54:12.2758834Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T06:54:12.1820828Z","primaryEndpoints":{"blob":"https://clitestr36nz43vogmwl7kfb.blob.core.windows.net/","queue":"https://clitestr36nz43vogmwl7kfb.queue.core.windows.net/","table":"https://clitestr36nz43vogmwl7kfb.table.core.windows.net/","file":"https://clitestr36nz43vogmwl7kfb.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_active_active_vnet_vnet_connection75ubnsc7vmq546wss3jjf4xh32hs3p3k/providers/Microsoft.Storage/storageAccounts/clitestvpncnnektlxs4oggu","name":"clitestvpncnnektlxs4oggu","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T05:37:40.8345780Z","key2":"2025-09-23T05:37:40.8345780Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T05:37:40.8502037Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T05:37:40.8502037Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T05:37:40.7252008Z","primaryEndpoints":{"blob":"https://clitestvpncnnektlxs4oggu.blob.core.windows.net/","queue":"https://clitestvpncnnektlxs4oggu.queue.core.windows.net/","table":"https://clitestvpncnnektlxs4oggu.table.core.windows.net/","file":"https://clitestvpncnnektlxs4oggu.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/whatif-demo-rg/providers/Microsoft.Storage/storageAccounts/whatifdemosa","name":"whatifdemosa","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"environment":"test"},"properties":{"dualStackEndpointPreference":{"defaultDualStackEndpoints":false,"publishIpv4Endpoint":false,"publishIpv6Endpoint":false},"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2025-09-26T07:02:55.8943075Z","key2":"2025-09-26T07:02:55.8943075Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":true,"largeFileSharesState":"Enabled","networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-26T07:02:55.9099344Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-26T07:02:55.9099344Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-26T07:02:55.7224324Z","primaryEndpoints":{"dfs":"https://whatifdemosa.dfs.core.windows.net/","web":"https://whatifdemosa.z13.web.core.windows.net/","blob":"https://whatifdemosa.blob.core.windows.net/","queue":"https://whatifdemosa.queue.core.windows.net/","table":"https://whatifdemosa.table.core.windows.net/","file":"https://whatifdemosa.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://whatifdemosa-secondary.dfs.core.windows.net/","web":"https://whatifdemosa-secondary.z13.web.core.windows.net/","blob":"https://whatifdemosa-secondary.blob.core.windows.net/","queue":"https://whatifdemosa-secondary.queue.core.windows.net/","table":"https://whatifdemosa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgd27z3tdjet3vfsn7botbqsf6jm7fmexxxn5vmn73etramkotnwhyfkqdi2byboe5b/providers/Microsoft.Storage/storageAccounts/clitest2xvbobz2axwv27x5b","name":"clitest2xvbobz2axwv27x5b","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:46:51.3932036Z","key2":"2025-09-23T09:46:51.3932036Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:46:51.4088277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:46:51.4088277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T09:46:51.2525789Z","primaryEndpoints":{"dfs":"https://clitest2xvbobz2axwv27x5b.dfs.core.windows.net/","web":"https://clitest2xvbobz2axwv27x5b.z20.web.core.windows.net/","blob":"https://clitest2xvbobz2axwv27x5b.blob.core.windows.net/","queue":"https://clitest2xvbobz2axwv27x5b.queue.core.windows.net/","table":"https://clitest2xvbobz2axwv27x5b.table.core.windows.net/","file":"https://clitest2xvbobz2axwv27x5b.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:07:26.5981714Z","key2":"2025-09-28T09:07:26.5981714Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:07:26.6294224Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:07:26.6294224Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:07:26.2856307Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgslfcceeomrbpm4zo7kuzedlj3bt2wuwerayb2htq2jm7iyiitbmkgc76a75izf64h/providers/Microsoft.Storage/storageAccounts/clitestwb5hx2f5losdpgle4","name":"clitestwb5hx2f5losdpgle4","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:06:48.6605008Z","key2":"2025-09-28T09:06:48.6605008Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:06:48.6762241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:06:48.6762241Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:06:48.4730067Z","primaryEndpoints":{"blob":"https://clitestwb5hx2f5losdpgle4.blob.core.windows.net/","queue":"https://clitestwb5hx2f5losdpgle4.queue.core.windows.net/","table":"https://clitestwb5hx2f5losdpgle4.table.core.windows.net/","file":"https://clitestwb5hx2f5losdpgle4.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg3q35ra5wbhknl5j2vzcybyglofljxr3d6tgsousarxfyamdcpf7c5gk7yu7hr2a7p/providers/Microsoft.Storage/storageAccounts/clitestzvoe2pfwcuum7mxlz","name":"clitestzvoe2pfwcuum7mxlz","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:57:05.1033852Z","key2":"2025-09-25T03:57:05.1033852Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:57:05.1033852Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:57:05.1033852Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:57:04.9002588Z","primaryEndpoints":{"dfs":"https://clitestzvoe2pfwcuum7mxlz.dfs.core.windows.net/","web":"https://clitestzvoe2pfwcuum7mxlz.z20.web.core.windows.net/","blob":"https://clitestzvoe2pfwcuum7mxlz.blob.core.windows.net/","queue":"https://clitestzvoe2pfwcuum7mxlz.queue.core.windows.net/","table":"https://clitestzvoe2pfwcuum7mxlz.table.core.windows.net/","file":"https://clitestzvoe2pfwcuum7mxlz.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"zones":["1"],"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgm5ntdc337jomvscnvgm73hlbrqqo2synmbjheudgh4kkiiymomugshx2mgvjrvfx2/providers/Microsoft.Storage/storageAccounts/sahkbjudg6qmtl5dmvsnapv6","name":"sahkbjudg6qmtl5dmvsnapv6","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-27T03:41:05.3982992Z","key2":"2025-09-27T03:41:05.3982992Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:41:05.4139244Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:41:05.4139244Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-27T03:41:05.2576760Z","primaryEndpoints":{"dfs":"https://sahkbjudg6qmtl5dmvsnapv6.dfs.core.windows.net/","web":"https://sahkbjudg6qmtl5dmvsnapv6.z20.web.core.windows.net/","blob":"https://sahkbjudg6qmtl5dmvsnapv6.blob.core.windows.net/","queue":"https://sahkbjudg6qmtl5dmvsnapv6.queue.core.windows.net/","table":"https://sahkbjudg6qmtl5dmvsnapv6.table.core.windows.net/","file":"https://sahkbjudg6qmtl5dmvsnapv6.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.dfs.core.windows.net/","web":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.z20.web.core.windows.net/","blob":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.blob.core.windows.net/","queue":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.queue.core.windows.net/","table":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.table.core.windows.net/"}}},{"zones":["1"],"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgxs5yvp4nnn2qppplfmjjxo6pwt2l6hxfsakdkdwxsjz46sd6c7i7cfd6venetfguo/providers/Microsoft.Storage/storageAccounts/sarnec5d4hy7g64umnru2jtq","name":"sarnec5d4hy7g64umnru2jtq","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-27T03:39:05.9296712Z","key2":"2025-09-27T03:39:05.9296712Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:39:05.9296712Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:39:05.9296712Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-27T03:39:05.7577948Z","primaryEndpoints":{"dfs":"https://sarnec5d4hy7g64umnru2jtq.dfs.core.windows.net/","web":"https://sarnec5d4hy7g64umnru2jtq.z20.web.core.windows.net/","blob":"https://sarnec5d4hy7g64umnru2jtq.blob.core.windows.net/","queue":"https://sarnec5d4hy7g64umnru2jtq.queue.core.windows.net/","table":"https://sarnec5d4hy7g64umnru2jtq.table.core.windows.net/","file":"https://sarnec5d4hy7g64umnru2jtq.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sarnec5d4hy7g64umnru2jtq-secondary.dfs.core.windows.net/","web":"https://sarnec5d4hy7g64umnru2jtq-secondary.z20.web.core.windows.net/","blob":"https://sarnec5d4hy7g64umnru2jtq-secondary.blob.core.windows.net/","queue":"https://sarnec5d4hy7g64umnru2jtq-secondary.queue.core.windows.net/","table":"https://sarnec5d4hy7g64umnru2jtq-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlnnugc4h23ae66fhghi6xu6qhu5ztbje3r44z6jw7ygnrogyca7fruxieoi5rn4xqo4f/providers/Microsoft.Storage/storageAccounts/clitestkexin5f3dgelcmx23","name":"clitestkexin5f3dgelcmx23","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:59:06.3053903Z","key2":"2025-09-25T03:59:06.3053903Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:59:06.3053903Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:59:06.3053903Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:59:06.1803870Z","primaryEndpoints":{"dfs":"https://clitestkexin5f3dgelcmx23.dfs.core.windows.net/","web":"https://clitestkexin5f3dgelcmx23.z19.web.core.windows.net/","blob":"https://clitestkexin5f3dgelcmx23.blob.core.windows.net/","queue":"https://clitestkexin5f3dgelcmx23.queue.core.windows.net/","table":"https://clitestkexin5f3dgelcmx23.table.core.windows.net/","file":"https://clitestkexin5f3dgelcmx23.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestuaattuokyjhw7sntbufwibdlvp6rpovlp4dznqjwf6bid25ko3akrcsxwsxdnavrynrt/providers/Microsoft.Storage/storageAccounts/clitestp36tiug7ym2kwyzdd","name":"clitestp36tiug7ym2kwyzdd","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T10:12:39.0741108Z","key2":"2025-09-23T10:12:39.0741108Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:39.0897477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:39.0897477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T10:12:38.9491125Z","primaryEndpoints":{"dfs":"https://clitestp36tiug7ym2kwyzdd.dfs.core.windows.net/","web":"https://clitestp36tiug7ym2kwyzdd.z19.web.core.windows.net/","blob":"https://clitestp36tiug7ym2kwyzdd.blob.core.windows.net/","queue":"https://clitestp36tiug7ym2kwyzdd.queue.core.windows.net/","table":"https://clitestp36tiug7ym2kwyzdd.table.core.windows.net/","file":"https://clitestp36tiug7ym2kwyzdd.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestubryjfms4ribsqr6m5z74pugac7bkp6vh72pja72ltdocpzx5ihrb65722hio224oat3/providers/Microsoft.Storage/storageAccounts/versionmw64tyonjtv3d5ip2","name":"versionmw64tyonjtv3d5ip2","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:40:22.5426763Z","key2":"2025-09-25T03:40:22.5426763Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:40:22.5583028Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:40:22.5583028Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:40:22.3864273Z","primaryEndpoints":{"dfs":"https://versionmw64tyonjtv3d5ip2.dfs.core.windows.net/","web":"https://versionmw64tyonjtv3d5ip2.z19.web.core.windows.net/","blob":"https://versionmw64tyonjtv3d5ip2.blob.core.windows.net/","queue":"https://versionmw64tyonjtv3d5ip2.queue.core.windows.net/","table":"https://versionmw64tyonjtv3d5ip2.table.core.windows.net/","file":"https://versionmw64tyonjtv3d5ip2.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestndb3wxemvszq4dkh3c5ls3mcc7xfcno3ce3s5u4mjp26m4i3jmlvafpw5ovooqzruuvk/providers/Microsoft.Storage/storageAccounts/versionohptwbpljnotpfw37","name":"versionohptwbpljnotpfw37","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T10:12:32.8241298Z","key2":"2025-09-23T10:12:32.8241298Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:32.8397577Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:32.8397577Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T10:12:32.6991330Z","primaryEndpoints":{"dfs":"https://versionohptwbpljnotpfw37.dfs.core.windows.net/","web":"https://versionohptwbpljnotpfw37.z19.web.core.windows.net/","blob":"https://versionohptwbpljnotpfw37.blob.core.windows.net/","queue":"https://versionohptwbpljnotpfw37.queue.core.windows.net/","table":"https://versionohptwbpljnotpfw37.table.core.windows.net/","file":"https://versionohptwbpljnotpfw37.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '14366' + - '18751' content-type: - application/json; charset=utf-8 date: - - Tue, 23 Sep 2025 09:13:06 GMT + - Sun, 28 Sep 2025 09:08:10 GMT expires: - '-1' pragma: @@ -772,8 +772,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - cac24726-b755-497f-aa18-50991010ed90 - - 79cd9cb6-90b7-4710-b289-db70d6b52906 + - b70679dc-b3d4-476d-8497-2a0958574604 + - 686deb90-ec0a-429a-b817-1d674ff2282a + - 5ff285b5-e28d-4cc1-b848-3f33d509802e x-ms-throttling-version: - v2 status: @@ -800,7 +801,7 @@ interactions: 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-23T09:12:17.4784233Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:12:17.4784233Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:07:26.5981714Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:07:26.5981714Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -809,7 +810,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:13:08 GMT + - Sun, 28 Sep 2025 09:08:13 GMT expires: - '-1' pragma: @@ -821,7 +822,7 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/23a30ebf-208d-479f-a750-0bf8a81c3e66 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/af0adc9b-53d4-4591-9d3a-98db0109d3be x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -845,13 +846,13 @@ interactions: ParameterSetName: - --name --account-name --delete-snapshots User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:13:09 GMT + - Sun, 28 Sep 2025 09:08:13 GMT x-ms-delete-snapshots: - include-leased x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -861,11 +862,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:11 GMT + - Sun, 28 Sep 2025 09:08: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 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 7e91afe433c..48ee13f64f4 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 @@ -20,7 +20,7 @@ interactions: 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-23T09:11:46.6503929Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:11:46.6503929Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + 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"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:12:10 GMT + - Sun, 28 Sep 2025 09:05:55 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/a50fed22-afb4-4755-b7dc-e26b2e42b92f + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/8b2aab62-796b-439e-9055-476025cc5c77 x-ms-ratelimit-remaining-subscription-resource-requests: - - '799' + - '798' x-ms-throttling-version: - v1 status: @@ -65,11 +65,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:12:11 GMT + - Sun, 28 Sep 2025 09:05:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -79,15 +79,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:12 GMT + - Sun, 28 Sep 2025 09:05:56 GMT etag: - - '"0x8DDFA81487CFB6E"' + - '"0x8DDFE6E3CC43779"' last-modified: - - Tue, 23 Sep 2025 09:12:13 GMT + - Sun, 28 Sep 2025 09:05:57 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 @@ -107,19 +107,19 @@ interactions: ParameterSetName: - --account-name --share-name --source -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Tue, 23 Sep 2025 09:12:13 GMT + - Sun, 28 Sep 2025 09:05:58 GMT x-ms-file-request-intent: - backup x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -129,31 +129,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:14 GMT + - Sun, 28 Sep 2025 09:06:01 GMT etag: - - '"0x8DDFA814994D65C"' + - '"0x8DDFE6E3F613E33"' last-modified: - - Tue, 23 Sep 2025 09:12:14 GMT + - Sun, 28 Sep 2025 09:06:01 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -175,17 +175,17 @@ interactions: ParameterSetName: - --account-name --share-name --source -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:15 GMT + - Sun, 28 Sep 2025 09:06:02 GMT x-ms-file-request-intent: - backup x-ms-range: - bytes=0-131071 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -199,19 +199,19 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Tue, 23 Sep 2025 09:12:16 GMT + - Sun, 28 Sep 2025 09:06:03 GMT etag: - - '"0x8DDFA814AE55762"' + - '"0x8DDFE6E40AB103E"' last-modified: - - Tue, 23 Sep 2025 09:12:17 GMT + - Sun, 28 Sep 2025 09:06:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -229,15 +229,15 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:17 GMT + - Sun, 28 Sep 2025 09:06:04 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -249,27 +249,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:17 GMT + - Sun, 28 Sep 2025 09:06:05 GMT etag: - - '"0x8DDFA814AE55762"' + - '"0x8DDFE6E40AB103E"' last-modified: - - Tue, 23 Sep 2025 09:12:17 GMT + - Sun, 28 Sep 2025 09:06:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -279,7 +279,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -297,17 +297,17 @@ interactions: ParameterSetName: - --account-name --share-name -p --dest --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:18 GMT + - Sun, 28 Sep 2025 09:06:05 GMT x-ms-file-request-intent: - backup x-ms-range: - bytes=0-33554431 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -323,27 +323,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:19 GMT + - Sun, 28 Sep 2025 09:06:06 GMT etag: - - '"0x8DDFA814AE55762"' + - '"0x8DDFE6E40AB103E"' last-modified: - - Tue, 23 Sep 2025 09:12:17 GMT + - Sun, 28 Sep 2025 09:06:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -353,7 +353,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 206 message: Partial Content @@ -371,15 +371,15 @@ interactions: ParameterSetName: - --account-name --share-name -p --dest --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:20 GMT + - Sun, 28 Sep 2025 09:06:07 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -391,27 +391,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:21 GMT + - Sun, 28 Sep 2025 09:06:07 GMT etag: - - '"0x8DDFA814AE55762"' + - '"0x8DDFE6E40AB103E"' last-modified: - - Tue, 23 Sep 2025 09:12:17 GMT + - Sun, 28 Sep 2025 09:06:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -421,7 +421,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -440,17 +440,17 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:22 GMT + - Sun, 28 Sep 2025 09:06:09 GMT x-ms-file-request-intent: - backup x-ms-range: - bytes=0-511 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -466,27 +466,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:23 GMT + - Sun, 28 Sep 2025 09:06:09 GMT etag: - - '"0x8DDFA814AE55762"' + - '"0x8DDFE6E40AB103E"' last-modified: - - Tue, 23 Sep 2025 09:12:17 GMT + - Sun, 28 Sep 2025 09:06:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -496,7 +496,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 206 message: Partial Content @@ -515,15 +515,15 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:23 GMT + - Sun, 28 Sep 2025 09:06:10 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -535,27 +535,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:24 GMT + - Sun, 28 Sep 2025 09:06:11 GMT etag: - - '"0x8DDFA814AE55762"' + - '"0x8DDFE6E40AB103E"' last-modified: - - Tue, 23 Sep 2025 09:12:17 GMT + - Sun, 28 Sep 2025 09:06:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:17.0747746Z' + - '2025-09-28T09:06:04.1288766Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -565,7 +565,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -585,19 +585,19 @@ interactions: ParameterSetName: - --account-name --share-name -p --size --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Tue, 23 Sep 2025 09:12:24 GMT + - Sun, 28 Sep 2025 09:06:11 GMT x-ms-file-permission: - preserve x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?comp=properties response: @@ -607,31 +607,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:25 GMT + - Sun, 28 Sep 2025 09:06:12 GMT etag: - - '"0x8DDFA81504E3FDF"' + - '"0x8DDFE6E45C8ED11"' last-modified: - - Tue, 23 Sep 2025 09:12:26 GMT + - Sun, 28 Sep 2025 09:06:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -649,15 +649,15 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:26 GMT + - Sun, 28 Sep 2025 09:06:12 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -669,27 +669,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:26 GMT + - Sun, 28 Sep 2025 09:06:13 GMT etag: - - '"0x8DDFA81504E3FDF"' + - '"0x8DDFE6E45C8ED11"' last-modified: - - Tue, 23 Sep 2025 09:12:26 GMT + - Sun, 28 Sep 2025 09:06:12 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -699,7 +699,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:27 GMT + - Sun, 28 Sep 2025 09:06:14 GMT x-ms-file-request-intent: - backup x-ms-meta: @@ -733,7 +733,7 @@ interactions: x-ms-meta-c: - d x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?comp=metadata response: @@ -743,17 +743,17 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:28 GMT + - Sun, 28 Sep 2025 09:06:15 GMT etag: - - '"0x8DDFA8151FAD141"' + - '"0x8DDFE6E475F7767"' last-modified: - - Tue, 23 Sep 2025 09:12:28 GMT + - Sun, 28 Sep 2025 09:06:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -771,15 +771,15 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:29 GMT + - Sun, 28 Sep 2025 09:06:15 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -791,27 +791,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:30 GMT + - Sun, 28 Sep 2025 09:06:16 GMT etag: - - '"0x8DDFA8151FAD141"' + - '"0x8DDFE6E475F7767"' last-modified: - - Tue, 23 Sep 2025 09:12:28 GMT + - Sun, 28 Sep 2025 09:06:15 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:28.9595713Z' + - '2025-09-28T09:06:15.3774951Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -825,7 +825,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -845,15 +845,15 @@ interactions: ParameterSetName: - --account-name --share-name -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:31 GMT + - Sun, 28 Sep 2025 09:06:16 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?comp=metadata response: @@ -863,17 +863,17 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:32 GMT + - Sun, 28 Sep 2025 09:06:17 GMT etag: - - '"0x8DDFA81542A5738"' + - '"0x8DDFE6E48EDA6BA"' last-modified: - - Tue, 23 Sep 2025 09:12:32 GMT + - Sun, 28 Sep 2025 09:06:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -891,15 +891,15 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:33 GMT + - Sun, 28 Sep 2025 09:06:18 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -911,27 +911,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:34 GMT + - Sun, 28 Sep 2025 09:06:19 GMT etag: - - '"0x8DDFA81542A5738"' + - '"0x8DDFE6E48EDA6BA"' last-modified: - - Tue, 23 Sep 2025 09:12:32 GMT + - Sun, 28 Sep 2025 09:06:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:32.6264632Z' + - '2025-09-28T09:06:17.9870394Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -941,7 +941,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -959,34 +959,34 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:35 GMT + - Sun, 28 Sep 2025 09:06:19 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:d4080291-601a-0036-756a-2ce8c7000000\nTime:2025-09-23T09:12:37.4632675Z" + specified resource does not exist.\nRequestId:7ea5f534-b01a-0060-1e57-30105e000000\nTime:2025-09-28T09:06:20.6884570Z" headers: content-length: - '221' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:12:36 GMT + - Sun, 28 Sep 2025 09:06: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. @@ -1004,35 +1004,35 @@ interactions: ParameterSetName: - --account-name -s --query --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:37 GMT + - Sun, 28 Sep 2025 09:06:20 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey response: body: string: "\uFEFF50000sample_file.bin1383512842402634137612342025-09-23T09:12:14.8694620Z2025-09-23T09:12:14.8694620Z2025-09-23T09:12:26.1509087Z2025-09-23T09:12:32.6264632ZTue, - 23 Sep 2025 09:12:32 GMT\"0x8DDFA81542A5738\"Archive11081480503634093109*356058320650024057150000sample_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*511354769218318979" headers: content-type: - application/xml date: - - Tue, 23 Sep 2025 09:12:38 GMT + - Sun, 28 Sep 2025 09:06:21 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 @@ -1050,13 +1050,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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:12:39 GMT + - Sun, 28 Sep 2025 09:06:22 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1068,27 +1068,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:12:40 GMT + - Sun, 28 Sep 2025 09:06:22 GMT etag: - - '"0x8DDFA81542A5738"' + - '"0x8DDFE6E48EDA6BA"' last-modified: - - Tue, 23 Sep 2025 09:12:32 GMT + - Sun, 28 Sep 2025 09:06:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:32.6264632Z' + - '2025-09-28T09:06:17.9870394Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -1098,7 +1098,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1118,17 +1118,17 @@ interactions: ParameterSetName: - --account-name -s -p --content-type --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Tue, 23 Sep 2025 09:12:41 GMT + - Sun, 28 Sep 2025 09:06:23 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?comp=properties response: @@ -1138,31 +1138,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:42 GMT + - Sun, 28 Sep 2025 09:06:24 GMT etag: - - '"0x8DDFA815A64BF49"' + - '"0x8DDFE6E4CCE269E"' last-modified: - - Tue, 23 Sep 2025 09:12:43 GMT + - Sun, 28 Sep 2025 09:06:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:43.0755657Z' + - '2025-09-28T09:06:24.4914846Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1180,15 +1180,15 @@ interactions: ParameterSetName: - --account-name -s -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:43 GMT + - Sun, 28 Sep 2025 09:06:24 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1200,27 +1200,27 @@ interactions: content-type: - test/type date: - - Tue, 23 Sep 2025 09:12:45 GMT + - Sun, 28 Sep 2025 09:06:25 GMT etag: - - '"0x8DDFA815A64BF49"' + - '"0x8DDFE6E4CCE269E"' last-modified: - - Tue, 23 Sep 2025 09:12:43 GMT + - Sun, 28 Sep 2025 09:06:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:12:43.0755657Z' + - '2025-09-28T09:06:24.4914846Z' x-ms-file-creation-time: - - '2025-09-23T09:12:14.8694620Z' + - '2025-09-28T09:06:01.9673651Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:12:26.1509087Z' + - '2025-09-28T09:06:12.7131921Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 11081480503634093109*3560583206500240571 + - 12661969538201967117*511354769218318979 x-ms-lease-state: - available x-ms-lease-status: @@ -1230,7 +1230,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1250,15 +1250,15 @@ interactions: ParameterSetName: - --account-name --share-name -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:45 GMT + - Sun, 28 Sep 2025 09:06:25 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1268,11 +1268,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:46 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -1290,15 +1290,15 @@ interactions: ParameterSetName: - --account-name --share-name -p --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:47 GMT + - Sun, 28 Sep 2025 09:06:27 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1306,7 +1306,7 @@ interactions: string: '' headers: date: - - Tue, 23 Sep 2025 09:12:48 GMT + - Sun, 28 Sep 2025 09:06:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -1314,7 +1314,7 @@ interactions: x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -1334,15 +1334,15 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:48 GMT + - Sun, 28 Sep 2025 09:06:28 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: @@ -1352,31 +1352,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:49 GMT + - Sun, 28 Sep 2025 09:06:29 GMT etag: - - '"0x8DDFA815E7EF963"' + - '"0x8DDFE6E4FEBE350"' last-modified: - - Tue, 23 Sep 2025 09:12:49 GMT + - Sun, 28 Sep 2025 09:06:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-creation-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6463401708850551602*3560583206500240571 + - 8053443732486104330*511354769218318979 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1394,35 +1394,35 @@ interactions: ParameterSetName: - --account-name -s --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:50 GMT + - Sun, 28 Sep 2025 09:06:30 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&include=timestamps,Etag,Attributes,PermissionKey response: body: string: "\uFEFF0dir000004138350932396542525442025-09-23T09:12:49.9583331Z2025-09-23T09:12:49.9583331Z2025-09-23T09:12:49.9583331Z2025-09-23T09:12:49.9583331ZTue, - 23 Sep 2025 09:12:49 GMT\"0x8DDFA815E7EF963\"Directory6463401708850551602*35605832065002405710dir000004138350932396542525442025-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*511354769218318979" headers: content-type: - application/xml date: - - Tue, 23 Sep 2025 09:12:51 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -1440,15 +1440,15 @@ interactions: ParameterSetName: - --account-name --share-name -n --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:51 GMT + - Sun, 28 Sep 2025 09:06:31 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: @@ -1458,31 +1458,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:52 GMT + - Sun, 28 Sep 2025 09:06:31 GMT etag: - - '"0x8DDFA815E7EF963"' + - '"0x8DDFE6E4FEBE350"' last-modified: - - Tue, 23 Sep 2025 09:12:49 GMT + - Sun, 28 Sep 2025 09:06:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-creation-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6463401708850551602*3560583206500240571 + - 8053443732486104330*511354769218318979 x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1502,11 +1502,11 @@ interactions: ParameterSetName: - --account-name -s -n --metadata --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:52 GMT + - Sun, 28 Sep 2025 09:06:32 GMT x-ms-file-request-intent: - backup x-ms-meta-a: @@ -1514,7 +1514,7 @@ interactions: x-ms-meta-c: - d x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory&comp=metadata response: @@ -1524,17 +1524,17 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:53 GMT + - Sun, 28 Sep 2025 09:06:33 GMT etag: - - '"0x8DDFA816100D6B4"' + - '"0x8DDFE6E52543B24"' last-modified: - - Tue, 23 Sep 2025 09:12:54 GMT + - Sun, 28 Sep 2025 09:06:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1552,15 +1552,15 @@ interactions: ParameterSetName: - --account-name --share-name -n --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:54 GMT + - Sun, 28 Sep 2025 09:06:33 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: @@ -1570,27 +1570,27 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:55 GMT + - Sun, 28 Sep 2025 09:06:34 GMT etag: - - '"0x8DDFA816100D6B4"' + - '"0x8DDFE6E52543B24"' last-modified: - - Tue, 23 Sep 2025 09:12:54 GMT + - Sun, 28 Sep 2025 09:06:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:12:54.1648564Z' + - '2025-09-28T09:06:33.7588004Z' x-ms-file-creation-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6463401708850551602*3560583206500240571 + - 8053443732486104330*511354769218318979 x-ms-meta-a: - b x-ms-meta-c: @@ -1598,7 +1598,7 @@ interactions: x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1616,15 +1616,15 @@ interactions: ParameterSetName: - --account-name --share-name -n --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:56 GMT + - Sun, 28 Sep 2025 09:06:35 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: @@ -1634,27 +1634,27 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:56 GMT + - Sun, 28 Sep 2025 09:06:36 GMT etag: - - '"0x8DDFA816100D6B4"' + - '"0x8DDFE6E52543B24"' last-modified: - - Tue, 23 Sep 2025 09:12:54 GMT + - Sun, 28 Sep 2025 09:06:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:12:54.1648564Z' + - '2025-09-28T09:06:33.7588004Z' x-ms-file-creation-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:12:49.9583331Z' + - '2025-09-28T09:06:29.7195344Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6463401708850551602*3560583206500240571 + - 8053443732486104330*511354769218318979 x-ms-meta-a: - b x-ms-meta-c: @@ -1662,7 +1662,7 @@ interactions: x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1682,15 +1682,15 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:57 GMT + - Sun, 28 Sep 2025 09:06:36 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: @@ -1700,11 +1700,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:12:58 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -1722,34 +1722,34 @@ interactions: ParameterSetName: - --account-name --share-name --name --auth-mode --backup-intent User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:12:59 GMT + - Sun, 28 Sep 2025 09:06:37 GMT x-ms-file-request-intent: - backup x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:ef73b64b-901a-009b-1c6a-2ca4b2000000\nTime:2025-09-23T09:13:00.1762185Z" + specified resource does not exist.\nRequestId:1ccf8d3d-a01a-006c-0b57-308756000000\nTime:2025-09-28T09:06:38.9982538Z" headers: content-length: - '221' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:12:59 GMT + - Sun, 28 Sep 2025 09:06: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. @@ -1769,11 +1769,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:13:00 GMT + - Sun, 28 Sep 2025 09:06:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -1783,11 +1783,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:00 GMT + - Sun, 28 Sep 2025 09:06: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 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 9d305d85072..25249ee591c 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 @@ -20,7 +20,7 @@ interactions: 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-24T01:08:34.8734391Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-24T01:08:34.8734391Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + 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"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Wed, 24 Sep 2025 01:09:00 GMT + - Sun, 28 Sep 2025 09:07:14 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/2c85e533-1182-4b2e-b3d4-c8fa365b1751 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/55125db5-cbc1-45a0-9246-c10e1239f0a2 x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -65,11 +65,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:00 GMT + - Sun, 28 Sep 2025 09:07:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -79,15 +79,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:01 GMT + - Sun, 28 Sep 2025 09:07:15 GMT etag: - - '"0x8DDFB06F2C9CB1F"' + - '"0x8DDFE6E6BB95FA4"' last-modified: - - Wed, 24 Sep 2025 01:09:01 GMT + - Sun, 28 Sep 2025 09:07:16 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 @@ -107,9 +107,9 @@ interactions: ParameterSetName: - -n --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:02 GMT + - Sun, 28 Sep 2025 09:07:16 GMT x-ms-meta: - '{''foo'': ''bar'', ''cat'': ''hat''}' x-ms-meta-cat: @@ -117,7 +117,7 @@ interactions: x-ms-meta-foo: - bar x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000004?restype=share response: @@ -127,15 +127,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:02 GMT + - Sun, 28 Sep 2025 09:07:17 GMT etag: - - '"0x8DDFB06F3A1FA90"' + - '"0x8DDFE6E6C77A89E"' last-modified: - - Wed, 24 Sep 2025 01:09:03 GMT + - Sun, 28 Sep 2025 09:07:17 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 @@ -153,11 +153,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:03 GMT + - Sun, 28 Sep 2025 09:07:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -167,11 +167,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:04 GMT + - Sun, 28 Sep 2025 09:07:18 GMT etag: - - '"0x8DDFB06F2C9CB1F"' + - '"0x8DDFE6E6BB95FA4"' last-modified: - - Wed, 24 Sep 2025 01:09:01 GMT + - Sun, 28 Sep 2025 09:07:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -185,7 +185,7 @@ interactions: x-ms-share-quota: - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -203,11 +203,11 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:04 GMT + - Sun, 28 Sep 2025 09:07:19 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000004?restype=share response: @@ -217,11 +217,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:05 GMT + - Sun, 28 Sep 2025 09:07:19 GMT etag: - - '"0x8DDFB06F3A1FA90"' + - '"0x8DDFE6E6C77A89E"' last-modified: - - Wed, 24 Sep 2025 01:09:03 GMT + - Sun, 28 Sep 2025 09:07:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -239,7 +239,7 @@ interactions: x-ms-share-quota: - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -257,31 +257,31 @@ interactions: ParameterSetName: - --query --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:06 GMT + - Sun, 28 Sep 2025 09:07:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/?comp=list&maxresults=5000&include= response: body: string: "\uFEFF5000share000003Wed, - 24 Sep 2025 01:09:01 GMT\"0x8DDFB06F2C9CB1F\"unlockedavailable102400$account-encryption-keyfalseshare000004Wed, - 24 Sep 2025 01:09:03 GMT\"0x8DDFB06F3A1FA90\"unlockedavailable102400$account-encryption-keyfalse5000share000004Sun, + 28 Sep 2025 09:07:17 GMT\"0x8DDFE6E6C77A89E\"unlockedavailable102400$account-encryption-keyfalseshare000003Sun, + 28 Sep 2025 09:07:16 GMT\"0x8DDFE6E6BB95FA4\"unlockedavailable102400$account-encryption-keyfalse" headers: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:09:07 GMT + - Sun, 28 Sep 2025 09:07:20 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 @@ -301,15 +301,15 @@ interactions: ParameterSetName: - --name --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:07 GMT + - Sun, 28 Sep 2025 09:07:21 GMT x-ms-meta-a: - b x-ms-meta-c: - d x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share&comp=metadata response: @@ -319,15 +319,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:08 GMT + - Sun, 28 Sep 2025 09:07:22 GMT etag: - - '"0x8DDFB06F6DEB103"' + - '"0x8DDFE6E6F8E8FAB"' last-modified: - - Wed, 24 Sep 2025 01:09:08 GMT + - Sun, 28 Sep 2025 09:07:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -345,11 +345,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:08 GMT + - Sun, 28 Sep 2025 09:07:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -359,11 +359,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:10 GMT + - Sun, 28 Sep 2025 09:07:23 GMT etag: - - '"0x8DDFB06F6DEB103"' + - '"0x8DDFE6E6F8E8FAB"' last-modified: - - Wed, 24 Sep 2025 01:09:08 GMT + - Sun, 28 Sep 2025 09:07:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -381,7 +381,7 @@ interactions: x-ms-share-quota: - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -401,11 +401,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:10 GMT + - Sun, 28 Sep 2025 09:07:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share&comp=metadata response: @@ -415,15 +415,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:11 GMT + - Sun, 28 Sep 2025 09:07:24 GMT etag: - - '"0x8DDFB06F88CA12B"' + - '"0x8DDFE6E710F3A7A"' last-modified: - - Wed, 24 Sep 2025 01:09:11 GMT + - Sun, 28 Sep 2025 09:07:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -441,11 +441,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:11 GMT + - Sun, 28 Sep 2025 09:07:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -455,11 +455,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:11 GMT + - Sun, 28 Sep 2025 09:07:25 GMT etag: - - '"0x8DDFB06F88CA12B"' + - '"0x8DDFE6E710F3A7A"' last-modified: - - Wed, 24 Sep 2025 01:09:11 GMT + - Sun, 28 Sep 2025 09:07:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -473,7 +473,7 @@ interactions: x-ms-share-quota: - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -493,13 +493,13 @@ interactions: ParameterSetName: - --name --quota --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:13 GMT + - Sun, 28 Sep 2025 09:07:26 GMT x-ms-share-quota: - '3' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share&comp=properties response: @@ -509,15 +509,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:14 GMT + - Sun, 28 Sep 2025 09:07:27 GMT etag: - - '"0x8DDFB06FA38BE8A"' + - '"0x8DDFE6E72ABB288"' last-modified: - - Wed, 24 Sep 2025 01:09:14 GMT + - Sun, 28 Sep 2025 09:07:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -535,11 +535,11 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:14 GMT + - Sun, 28 Sep 2025 09:07:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -549,11 +549,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:15 GMT + - Sun, 28 Sep 2025 09:07:28 GMT etag: - - '"0x8DDFB06FA38BE8A"' + - '"0x8DDFE6E72ABB288"' last-modified: - - Wed, 24 Sep 2025 01:09:14 GMT + - Sun, 28 Sep 2025 09:07:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-has-immutability-policy: @@ -567,7 +567,7 @@ interactions: x-ms-share-quota: - '3' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -587,17 +587,17 @@ interactions: ParameterSetName: - --share-name --source -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Wed, 24 Sep 2025 01:09:16 GMT + - Sun, 28 Sep 2025 09:07:29 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -607,31 +607,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:16 GMT + - Sun, 28 Sep 2025 09:07:30 GMT etag: - - '"0x8DDFB06FC1C5E4F"' + - '"0x8DDFE6E7452E500"' last-modified: - - Wed, 24 Sep 2025 01:09:17 GMT + - Sun, 28 Sep 2025 09:07:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -653,15 +653,15 @@ interactions: ParameterSetName: - --share-name --source -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:17 GMT + - Sun, 28 Sep 2025 09:07:30 GMT x-ms-range: - bytes=0-131071 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -675,19 +675,19 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Wed, 24 Sep 2025 01:09:19 GMT + - Sun, 28 Sep 2025 09:07:32 GMT etag: - - '"0x8DDFB06FD6850C5"' + - '"0x8DDFE6E759717D0"' last-modified: - - Wed, 24 Sep 2025 01:09:19 GMT + - Sun, 28 Sep 2025 09:07:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -705,13 +705,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:19 GMT + - Sun, 28 Sep 2025 09:07:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -723,27 +723,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:20 GMT + - Sun, 28 Sep 2025 09:07:33 GMT etag: - - '"0x8DDFB06FD6850C5"' + - '"0x8DDFE6E759717D0"' last-modified: - - Wed, 24 Sep 2025 01:09:19 GMT + - Sun, 28 Sep 2025 09:07:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -753,7 +753,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -771,15 +771,15 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:21 GMT + - Sun, 28 Sep 2025 09:07:34 GMT x-ms-range: - bytes=0-33554431 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -795,27 +795,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:21 GMT + - Sun, 28 Sep 2025 09:07:35 GMT etag: - - '"0x8DDFB06FD6850C5"' + - '"0x8DDFE6E759717D0"' last-modified: - - Wed, 24 Sep 2025 01:09:19 GMT + - Sun, 28 Sep 2025 09:07:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -825,7 +825,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 206 message: Partial Content @@ -843,13 +843,13 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:23 GMT + - Sun, 28 Sep 2025 09:07:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -861,27 +861,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:23 GMT + - Sun, 28 Sep 2025 09:07:36 GMT etag: - - '"0x8DDFB06FD6850C5"' + - '"0x8DDFE6E759717D0"' last-modified: - - Wed, 24 Sep 2025 01:09:19 GMT + - Sun, 28 Sep 2025 09:07:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -891,7 +891,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -909,15 +909,15 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:24 GMT + - Sun, 28 Sep 2025 09:07:37 GMT x-ms-range: - bytes=0-511 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -933,27 +933,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:25 GMT + - Sun, 28 Sep 2025 09:07:38 GMT etag: - - '"0x8DDFB06FD6850C5"' + - '"0x8DDFE6E759717D0"' last-modified: - - Wed, 24 Sep 2025 01:09:19 GMT + - Sun, 28 Sep 2025 09:07:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -963,7 +963,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 206 message: Partial Content @@ -981,13 +981,13 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:25 GMT + - Sun, 28 Sep 2025 09:07:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -999,27 +999,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:26 GMT + - Sun, 28 Sep 2025 09:07:39 GMT etag: - - '"0x8DDFB06FD6850C5"' + - '"0x8DDFE6E759717D0"' last-modified: - - Wed, 24 Sep 2025 01:09:19 GMT + - Sun, 28 Sep 2025 09:07:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:19.6326085Z' + - '2025-09-28T09:07:32.9172432Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -1029,7 +1029,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1049,17 +1049,17 @@ interactions: ParameterSetName: - --share-name -p --size --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Wed, 24 Sep 2025 01:09:27 GMT + - Sun, 28 Sep 2025 09:07:40 GMT x-ms-file-permission: - preserve x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?comp=properties response: @@ -1069,31 +1069,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:28 GMT + - Sun, 28 Sep 2025 09:07:41 GMT etag: - - '"0x8DDFB0702A91E91"' + - '"0x8DDFE6E7A8897AC"' last-modified: - - Wed, 24 Sep 2025 01:09:28 GMT + - Sun, 28 Sep 2025 09:07:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:28.4459153Z' + - '2025-09-28T09:07:41.2108204Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:28.4459153Z' + - '2025-09-28T09:07:41.2108204Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1111,13 +1111,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:28 GMT + - Sun, 28 Sep 2025 09:07:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1129,27 +1129,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:29 GMT + - Sun, 28 Sep 2025 09:07:41 GMT etag: - - '"0x8DDFB0702A91E91"' + - '"0x8DDFE6E7A8897AC"' last-modified: - - Wed, 24 Sep 2025 01:09:28 GMT + - Sun, 28 Sep 2025 09:07:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:28.4459153Z' + - '2025-09-28T09:07:41.2108204Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:28.4459153Z' + - '2025-09-28T09:07:41.2108204Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -1159,7 +1159,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:30 GMT + - Sun, 28 Sep 2025 09:07:42 GMT x-ms-meta: - '{''a'': ''b'', ''c'': ''d''}' x-ms-meta-a: @@ -1191,7 +1191,7 @@ interactions: x-ms-meta-c: - d x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?comp=metadata response: @@ -1201,17 +1201,17 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:31 GMT + - Sun, 28 Sep 2025 09:07:43 GMT etag: - - '"0x8DDFB07045B2855"' + - '"0x8DDFE6E7C14A65F"' last-modified: - - Wed, 24 Sep 2025 01:09:31 GMT + - Sun, 28 Sep 2025 09:07:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1229,13 +1229,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:31 GMT + - Sun, 28 Sep 2025 09:07:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1247,27 +1247,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:32 GMT + - Sun, 28 Sep 2025 09:07:44 GMT etag: - - '"0x8DDFB07045B2855"' + - '"0x8DDFE6E7C14A65F"' last-modified: - - Wed, 24 Sep 2025 01:09:31 GMT + - Sun, 28 Sep 2025 09:07:43 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:31.2904277Z' + - '2025-09-28T09:07:43.8064223Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:28.4459153Z' + - '2025-09-28T09:07:41.2108204Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -1281,7 +1281,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1301,13 +1301,13 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:32 GMT + - Sun, 28 Sep 2025 09:07:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?comp=metadata response: @@ -1317,17 +1317,17 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:33 GMT + - Sun, 28 Sep 2025 09:07:46 GMT etag: - - '"0x8DDFB0705F4E353"' + - '"0x8DDFE6E7D9B15FF"' last-modified: - - Wed, 24 Sep 2025 01:09:33 GMT + - Sun, 28 Sep 2025 09:07:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1345,13 +1345,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:34 GMT + - Sun, 28 Sep 2025 09:07:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1363,27 +1363,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:34 GMT + - Sun, 28 Sep 2025 09:07:47 GMT etag: - - '"0x8DDFB0705F4E353"' + - '"0x8DDFE6E7D9B15FF"' last-modified: - - Wed, 24 Sep 2025 01:09:33 GMT + - Sun, 28 Sep 2025 09:07:46 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:33.9756371Z' + - '2025-09-28T09:07:46.3651839Z' x-ms-file-creation-time: - - '2025-09-24T01:09:17.4571599Z' + - '2025-09-28T09:07:30.7925760Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:28.4459153Z' + - '2025-09-28T09:07:41.2108204Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -1393,7 +1393,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1411,32 +1411,32 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:35 GMT + - Sun, 28 Sep 2025 09:07:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:5b758c3d-401a-0022-66ef-2c88b5000000\nTime:2025-09-24T01:09:36.6629007Z" + specified resource does not exist.\nRequestId:acf99574-901a-006f-1357-306f44000000\nTime:2025-09-28T09:07:48.9778963Z" headers: content-length: - '221' content-type: - application/xml date: - - Wed, 24 Sep 2025 01:09:36 GMT + - Sun, 28 Sep 2025 09:07: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. @@ -1452,17 +1452,17 @@ interactions: Content-Length: - '0' User-Agent: - - azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - azsdk-python-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: - - Wed, 24 Sep 2025 01:09:36 GMT + - Sun, 28 Sep 2025 09:07:49 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1472,31 +1472,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:37 GMT + - Sun, 28 Sep 2025 09:07:49 GMT etag: - - '"0x8DDFB070860B9B3"' + - '"0x8DDFE6E7FEE9D6E"' last-modified: - - Wed, 24 Sep 2025 01:09:38 GMT + - Sun, 28 Sep 2025 09:07:50 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:38.0378035Z' + - '2025-09-28T09:07:50.2680430Z' x-ms-file-creation-time: - - '2025-09-24T01:09:38.0378035Z' + - '2025-09-28T09:07:50.2680430Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:38.0378035Z' + - '2025-09-28T09:07:50.2680430Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1514,15 +1514,15 @@ interactions: Content-Type: - application/octet-stream User-Agent: - - azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:38 GMT + - Sun, 28 Sep 2025 09:07:50 GMT x-ms-range: - bytes=0-65535 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -1536,19 +1536,19 @@ interactions: content-md5: - /Na8tWwWifzvKLV8IkdbrQ== date: - - Wed, 24 Sep 2025 01:09:39 GMT + - Sun, 28 Sep 2025 09:07:51 GMT etag: - - '"0x8DDFB07097B4C5B"' + - '"0x8DDFE6E8101BE5C"' last-modified: - - Wed, 24 Sep 2025 01:09:39 GMT + - Sun, 28 Sep 2025 09:07:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1566,15 +1566,15 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:40 GMT + - Sun, 28 Sep 2025 09:07:52 GMT x-ms-range: - bytes=0-33554431 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1590,27 +1590,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:41 GMT + - Sun, 28 Sep 2025 09:07:53 GMT etag: - - '"0x8DDFB07097B4C5B"' + - '"0x8DDFE6E8101BE5C"' last-modified: - - Wed, 24 Sep 2025 01:09:39 GMT + - Sun, 28 Sep 2025 09:07:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-file-creation-time: - - '2025-09-24T01:09:38.0378035Z' + - '2025-09-28T09:07:50.2680430Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -1620,7 +1620,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 206 message: Partial Content @@ -1638,13 +1638,13 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:42 GMT + - Sun, 28 Sep 2025 09:07:54 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1656,27 +1656,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:42 GMT + - Sun, 28 Sep 2025 09:07:54 GMT etag: - - '"0x8DDFB07097B4C5B"' + - '"0x8DDFE6E8101BE5C"' last-modified: - - Wed, 24 Sep 2025 01:09:39 GMT + - Sun, 28 Sep 2025 09:07:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-file-creation-time: - - '2025-09-24T01:09:38.0378035Z' + - '2025-09-28T09:07:50.2680430Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -1686,7 +1686,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1704,33 +1704,33 @@ interactions: ParameterSetName: - -s --query --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:43 GMT + - Sun, 28 Sep 2025 09:07:55 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&maxresults=5000&include=timestamps,Etag,Attributes,PermissionKey response: body: string: "\uFEFF50000sample_file.bin13835128424026341376655362025-09-24T01:09:38.0378035Z2025-09-24T01:09:38.0378035Z2025-09-24T01:09:39.8896731Z2025-09-24T01:09:39.8896731ZWed, - 24 Sep 2025 01:09:39 GMT\"0x8DDFB07097B4C5B\"Archive6258621024674640928*1833753058021632324650000sample_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*11202466466781877675" headers: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:09:44 GMT + - Sun, 28 Sep 2025 09:07: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 @@ -1748,11 +1748,11 @@ interactions: ParameterSetName: - -s -p --content-type --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:09:44 GMT + - Sun, 28 Sep 2025 09:07:56 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1764,27 +1764,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:09:45 GMT + - Sun, 28 Sep 2025 09:07:57 GMT etag: - - '"0x8DDFB07097B4C5B"' + - '"0x8DDFE6E8101BE5C"' last-modified: - - Wed, 24 Sep 2025 01:09:39 GMT + - Sun, 28 Sep 2025 09:07:52 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-file-creation-time: - - '2025-09-24T01:09:38.0378035Z' + - '2025-09-28T09:07:50.2680430Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -1794,7 +1794,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1814,15 +1814,15 @@ interactions: ParameterSetName: - -s -p --content-type --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Wed, 24 Sep 2025 01:09:46 GMT + - Sun, 28 Sep 2025 09:07:57 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin?comp=properties response: @@ -1832,31 +1832,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:46 GMT + - Sun, 28 Sep 2025 09:07:58 GMT etag: - - '"0x8DDFB070DE17CDF"' + - '"0x8DDFE6E851D56B6"' last-modified: - - Wed, 24 Sep 2025 01:09:47 GMT + - Sun, 28 Sep 2025 09:07:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:47.2702687Z' + - '2025-09-28T09:07:58.9628598Z' x-ms-file-creation-time: - - '2025-09-24T01:09:38.0378035Z' + - '2025-09-28T09:07:50.2680430Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1874,13 +1874,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:47 GMT + - Sun, 28 Sep 2025 09:07:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1892,27 +1892,27 @@ interactions: content-type: - test/type date: - - Wed, 24 Sep 2025 01:09:48 GMT + - Sun, 28 Sep 2025 09:08:00 GMT etag: - - '"0x8DDFB070DE17CDF"' + - '"0x8DDFE6E851D56B6"' last-modified: - - Wed, 24 Sep 2025 01:09:47 GMT + - Sun, 28 Sep 2025 09:07:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:09:47.2702687Z' + - '2025-09-28T09:07:58.9628598Z' x-ms-file-creation-time: - - '2025-09-24T01:09:38.0378035Z' + - '2025-09-28T09:07:50.2680430Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-24T01:09:39.8896731Z' + - '2025-09-28T09:07:52.0711260Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -1922,7 +1922,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1942,13 +1942,13 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:48 GMT + - Sun, 28 Sep 2025 09:08:00 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1958,11 +1958,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:49 GMT + - Sun, 28 Sep 2025 09:08: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 @@ -1980,13 +1980,13 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:50 GMT + - Sun, 28 Sep 2025 09:08:01 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin response: @@ -1994,7 +1994,7 @@ interactions: string: '' headers: date: - - Wed, 24 Sep 2025 01:09:51 GMT + - Sun, 28 Sep 2025 09:08:02 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -2002,7 +2002,7 @@ interactions: x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -2022,13 +2022,13 @@ interactions: ParameterSetName: - --share-name --name --fail-on-exist --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:51 GMT + - Sun, 28 Sep 2025 09:08:03 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory response: @@ -2038,31 +2038,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:52 GMT + - Sun, 28 Sep 2025 09:08:04 GMT etag: - - '"0x8DDFB071113BBE4"' + - '"0x8DDFE6E883A02C3"' last-modified: - - Wed, 24 Sep 2025 01:09:52 GMT + - Sun, 28 Sep 2025 09:08:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-creation-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 10853913678063045415*18337530580216323246 + - 17558411203969663522*11202466466781877675 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2080,35 +2080,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:52 GMT + - Sun, 28 Sep 2025 09:08:04 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&include=timestamps,Etag,Attributes,PermissionKey response: body: string: "\uFEFF0dir000005138351636083984302082025-09-24T01:09:52.6327268Z2025-09-24T01:09:52.6327268Z2025-09-24T01:09:52.6327268Z2025-09-24T01:09:52.6327268ZWed, - 24 Sep 2025 01:09:52 GMT\"0x8DDFB071113BBE4\"Directory10853913678063045415*183375305802163232460dir000005138351636083984302082025-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*11202466466781877675" headers: - connection: - - close content-type: - application/xml date: - - Wed, 24 Sep 2025 01:09:53 GMT + - Sun, 28 Sep 2025 09:08: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 @@ -2126,13 +2124,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:54 GMT + - Sun, 28 Sep 2025 09:08:05 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory response: @@ -2142,31 +2140,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:55 GMT + - Sun, 28 Sep 2025 09:08:06 GMT etag: - - '"0x8DDFB071113BBE4"' + - '"0x8DDFE6E883A02C3"' last-modified: - - Wed, 24 Sep 2025 01:09:52 GMT + - Sun, 28 Sep 2025 09:08:04 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-creation-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 10853913678063045415*18337530580216323246 + - 17558411203969663522*11202466466781877675 x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -2186,17 +2184,17 @@ interactions: ParameterSetName: - -s -n --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:55 GMT + - Sun, 28 Sep 2025 09:08:06 GMT x-ms-meta-a: - b x-ms-meta-c: - d x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory&comp=metadata response: @@ -2206,17 +2204,17 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:56 GMT + - Sun, 28 Sep 2025 09:08:07 GMT etag: - - '"0x8DDFB07138E28D8"' + - '"0x8DDFE6E8A7C8650"' last-modified: - - Wed, 24 Sep 2025 01:09:56 GMT + - Sun, 28 Sep 2025 09:08:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -2234,13 +2232,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:57 GMT + - Sun, 28 Sep 2025 09:08:08 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory response: @@ -2250,27 +2248,27 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:57 GMT + - Sun, 28 Sep 2025 09:08:08 GMT etag: - - '"0x8DDFB07138E28D8"' + - '"0x8DDFE6E8A7C8650"' last-modified: - - Wed, 24 Sep 2025 01:09:56 GMT + - Sun, 28 Sep 2025 09:08:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-24T01:09:56.7904984Z' + - '2025-09-28T09:08:07.9752784Z' x-ms-file-creation-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 10853913678063045415*18337530580216323246 + - 17558411203969663522*11202466466781877675 x-ms-meta-a: - b x-ms-meta-c: @@ -2278,7 +2276,7 @@ interactions: x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -2296,13 +2294,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:58 GMT + - Sun, 28 Sep 2025 09:08:09 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory response: @@ -2312,27 +2310,27 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:09:58 GMT + - Sun, 28 Sep 2025 09:08:10 GMT etag: - - '"0x8DDFB07138E28D8"' + - '"0x8DDFE6E8A7C8650"' last-modified: - - Wed, 24 Sep 2025 01:09:56 GMT + - Sun, 28 Sep 2025 09:08:07 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-24T01:09:56.7904984Z' + - '2025-09-28T09:08:07.9752784Z' x-ms-file-creation-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 10853913678063045415*18337530580216323246 + - 17558411203969663522*11202466466781877675 x-ms-meta-a: - b x-ms-meta-c: @@ -2340,7 +2338,7 @@ interactions: x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -2360,13 +2358,13 @@ interactions: ParameterSetName: - --share-name --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:09:59 GMT + - Sun, 28 Sep 2025 09:08:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory&comp=metadata response: @@ -2376,17 +2374,17 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:00 GMT + - Sun, 28 Sep 2025 09:08:11 GMT etag: - - '"0x8DDFB07161F856C"' + - '"0x8DDFE6E8CDA3B8C"' last-modified: - - Wed, 24 Sep 2025 01:10:01 GMT + - Sun, 28 Sep 2025 09:08:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -2404,13 +2402,13 @@ interactions: ParameterSetName: - --share-name --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:01 GMT + - Sun, 28 Sep 2025 09:08:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory response: @@ -2420,31 +2418,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:02 GMT + - Sun, 28 Sep 2025 09:08:12 GMT etag: - - '"0x8DDFB07161F856C"' + - '"0x8DDFE6E8CDA3B8C"' last-modified: - - Wed, 24 Sep 2025 01:10:01 GMT + - Sun, 28 Sep 2025 09:08:11 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-24T01:10:01.0985836Z' + - '2025-09-28T09:08:11.9448460Z' x-ms-file-creation-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-24T01:09:52.6327268Z' + - '2025-09-28T09:08:04.1839299Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 10853913678063045415*18337530580216323246 + - 17558411203969663522*11202466466781877675 x-ms-server-encrypted: - 'false' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -2464,17 +2462,17 @@ interactions: ParameterSetName: - --share-name -p --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Wed, 24 Sep 2025 01:10:02 GMT + - Sun, 28 Sep 2025 09:08:13 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000005/testfile.txt response: @@ -2484,31 +2482,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:03 GMT + - Sun, 28 Sep 2025 09:08:13 GMT etag: - - '"0x8DDFB0717E07291"' + - '"0x8DDFE6E8E5EFF89"' last-modified: - - Wed, 24 Sep 2025 01:10:04 GMT + - Sun, 28 Sep 2025 09:08:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:10:04.0406673Z' + - '2025-09-28T09:08:14.4926601Z' x-ms-file-creation-time: - - '2025-09-24T01:10:04.0406673Z' + - '2025-09-28T09:08:14.4926601Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-24T01:10:04.0406673Z' + - '2025-09-28T09:08:14.4926601Z' x-ms-file-parent-id: - '13835163608398430208' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2530,15 +2528,15 @@ interactions: ParameterSetName: - --share-name -p --source --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:04 GMT + - Sun, 28 Sep 2025 09:08:14 GMT x-ms-range: - bytes=0-65535 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -2552,19 +2550,19 @@ interactions: content-md5: - /Na8tWwWifzvKLV8IkdbrQ== date: - - Wed, 24 Sep 2025 01:10:05 GMT + - Sun, 28 Sep 2025 09:08:16 GMT etag: - - '"0x8DDFB0718FE83B7"' + - '"0x8DDFE6E8F78F668"' last-modified: - - Wed, 24 Sep 2025 01:10:05 GMT + - Sun, 28 Sep 2025 09:08:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-24T01:10:05.9154359Z' + - '2025-09-28T09:08:16.3405416Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -2582,13 +2580,13 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:06 GMT + - Sun, 28 Sep 2025 09:08:16 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir000005/testfile.txt response: @@ -2600,27 +2598,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:10:07 GMT + - Sun, 28 Sep 2025 09:08:17 GMT etag: - - '"0x8DDFB0718FE83B7"' + - '"0x8DDFE6E8F78F668"' last-modified: - - Wed, 24 Sep 2025 01:10:05 GMT + - Sun, 28 Sep 2025 09:08:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:10:05.9154359Z' + - '2025-09-28T09:08:16.3405416Z' x-ms-file-creation-time: - - '2025-09-24T01:10:04.0406673Z' + - '2025-09-28T09:08:14.4926601Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-24T01:10:05.9154359Z' + - '2025-09-28T09:08:16.3405416Z' x-ms-file-parent-id: - '13835163608398430208' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -2630,7 +2628,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -2648,15 +2646,15 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:08 GMT + - Sun, 28 Sep 2025 09:08:18 GMT x-ms-range: - bytes=0-33554431 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000005/testfile.txt response: @@ -2672,27 +2670,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:10:09 GMT + - Sun, 28 Sep 2025 09:08:18 GMT etag: - - '"0x8DDFB0718FE83B7"' + - '"0x8DDFE6E8F78F668"' last-modified: - - Wed, 24 Sep 2025 01:10:05 GMT + - Sun, 28 Sep 2025 09:08:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:10:05.9154359Z' + - '2025-09-28T09:08:16.3405416Z' x-ms-file-creation-time: - - '2025-09-24T01:10:04.0406673Z' + - '2025-09-28T09:08:14.4926601Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-24T01:10:05.9154359Z' + - '2025-09-28T09:08:16.3405416Z' x-ms-file-parent-id: - '13835163608398430208' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -2702,7 +2700,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 206 message: Partial Content @@ -2720,13 +2718,13 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:10 GMT + - Sun, 28 Sep 2025 09:08:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir000005/testfile.txt response: @@ -2738,27 +2736,27 @@ interactions: content-type: - application/octet-stream date: - - Wed, 24 Sep 2025 01:10:11 GMT + - Sun, 28 Sep 2025 09:08:21 GMT etag: - - '"0x8DDFB0718FE83B7"' + - '"0x8DDFE6E8F78F668"' last-modified: - - Wed, 24 Sep 2025 01:10:05 GMT + - Sun, 28 Sep 2025 09:08:16 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-24T01:10:05.9154359Z' + - '2025-09-28T09:08:16.3405416Z' x-ms-file-creation-time: - - '2025-09-24T01:10:04.0406673Z' + - '2025-09-28T09:08:14.4926601Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-24T01:10:05.9154359Z' + - '2025-09-28T09:08:16.3405416Z' x-ms-file-parent-id: - '13835163608398430208' x-ms-file-permission-key: - - 6258621024674640928*18337530580216323246 + - 3735682721170570533*11202466466781877675 x-ms-lease-state: - available x-ms-lease-status: @@ -2768,7 +2766,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -2786,33 +2784,33 @@ interactions: ParameterSetName: - -s -p --query --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:11 GMT + - Sun, 28 Sep 2025 09:08:21 GMT x-ms-version: - - '2025-05-05' + - '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 response: body: string: "\uFEFF500013835163608398430208testfile.txt13835075647468208128655362025-09-24T01:10:04.0406673Z2025-09-24T01:10:04.0406673Z2025-09-24T01:10:05.9154359Z2025-09-24T01:10:05.9154359ZWed, - 24 Sep 2025 01:10:05 GMT\"0x8DDFB0718FE83B7\"Archive6258621024674640928*18337530580216323246500013835163608398430208testfile.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*11202466466781877675" headers: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:10:12 GMT + - Sun, 28 Sep 2025 09:08:21 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 @@ -2830,11 +2828,11 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:10:13 GMT + - Sun, 28 Sep 2025 09:08:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=share&comp=stats response: @@ -2844,17 +2842,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:10:13 GMT + - Sun, 28 Sep 2025 09:08:23 GMT etag: - - '"0x8DDFB06FA38BE8A"' + - '"0x8DDFE6E72ABB288"' last-modified: - - Wed, 24 Sep 2025 01:09:14 GMT + - Sun, 28 Sep 2025 09:07:28 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 @@ -2874,13 +2872,13 @@ interactions: ParameterSetName: - --share-name -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:14 GMT + - Sun, 28 Sep 2025 09:08:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003/dir000005/testfile.txt response: @@ -2890,11 +2888,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:15 GMT + - Sun, 28 Sep 2025 09:08: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 @@ -2912,13 +2910,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:16 GMT + - Sun, 28 Sep 2025 09:08:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/testfile.txt response: @@ -2926,7 +2924,7 @@ interactions: string: '' headers: date: - - Wed, 24 Sep 2025 01:10:16 GMT + - Sun, 28 Sep 2025 09:08:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -2934,7 +2932,7 @@ interactions: x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -2954,13 +2952,13 @@ interactions: ParameterSetName: - --share-name --name --fail-not-exist --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:17 GMT + - Sun, 28 Sep 2025 09:08:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory response: @@ -2970,11 +2968,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:17 GMT + - Sun, 28 Sep 2025 09:08: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 @@ -2992,32 +2990,32 @@ interactions: ParameterSetName: - --share-name --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:18 GMT + - Sun, 28 Sep 2025 09:08:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000005?restype=directory response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:1beccd69-801a-0070-64ef-2cf45d000000\nTime:2025-09-24T01:10:19.8842397Z" + specified resource does not exist.\nRequestId:2d5a398a-c01a-00a9-1f57-30a4c5000000\nTime:2025-09-28T09:08:29.1127658Z" headers: content-length: - '221' content-type: - application/xml date: - - Wed, 24 Sep 2025 01:10:19 GMT + - Sun, 28 Sep 2025 09:08: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. @@ -3037,17 +3035,17 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:20 GMT + - Sun, 28 Sep 2025 09:08:29 GMT x-ms-meta-cat: - hat x-ms-meta-foo: - bar x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000006?restype=directory response: @@ -3057,31 +3055,31 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:20 GMT + - Sun, 28 Sep 2025 09:08:29 GMT etag: - - '"0x8DDFB0722541417"' + - '"0x8DDFE6E97E4DE8B"' last-modified: - - Wed, 24 Sep 2025 01:10:21 GMT + - Sun, 28 Sep 2025 09:08:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-24T01:10:21.5756823Z' + - '2025-09-28T09:08:30.4694923Z' x-ms-file-creation-time: - - '2025-09-24T01:10:21.5756823Z' + - '2025-09-28T09:08:30.4694923Z' x-ms-file-id: - '13835146016212385792' x-ms-file-last-write-time: - - '2025-09-24T01:10:21.5756823Z' + - '2025-09-28T09:08:30.4694923Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 10853913678063045415*18337530580216323246 + - 17558411203969663522*11202466466781877675 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -3099,13 +3097,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:21 GMT + - Sun, 28 Sep 2025 09:08:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000006?restype=directory response: @@ -3115,27 +3113,27 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:22 GMT + - Sun, 28 Sep 2025 09:08:31 GMT etag: - - '"0x8DDFB0722541417"' + - '"0x8DDFE6E97E4DE8B"' last-modified: - - Wed, 24 Sep 2025 01:10:21 GMT + - Sun, 28 Sep 2025 09:08:30 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-24T01:10:21.5756823Z' + - '2025-09-28T09:08:30.4694923Z' x-ms-file-creation-time: - - '2025-09-24T01:10:21.5756823Z' + - '2025-09-28T09:08:30.4694923Z' x-ms-file-id: - '13835146016212385792' x-ms-file-last-write-time: - - '2025-09-24T01:10:21.5756823Z' + - '2025-09-28T09:08:30.4694923Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 10853913678063045415*18337530580216323246 + - 17558411203969663522*11202466466781877675 x-ms-meta-cat: - hat x-ms-meta-foo: @@ -3143,7 +3141,7 @@ interactions: x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -3163,13 +3161,13 @@ interactions: ParameterSetName: - --share-name --name --fail-not-exist --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Wed, 24 Sep 2025 01:10:24 GMT + - Sun, 28 Sep 2025 09:08:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003/dir000006?restype=directory response: @@ -3179,11 +3177,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:26 GMT + - Sun, 28 Sep 2025 09:08: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 @@ -3203,11 +3201,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:10:26 GMT + - Sun, 28 Sep 2025 09:08:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -3217,11 +3215,11 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:26 GMT + - Sun, 28 Sep 2025 09:08: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 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 f126d72207b..460cc47a544 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 @@ -20,7 +20,7 @@ interactions: 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-23T09:48:27.2366470Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:48:27.2366470Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + 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"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:48:51 GMT + - Mon, 29 Sep 2025 05:54:09 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/61898240-785b-4250-8701-a50c9589ea11 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/adc5e3a9-9d65-4831-aaa5-6a22aa8cf6c1 x-ms-ratelimit-remaining-subscription-resource-requests: - - '798' + - '799' x-ms-throttling-version: - v1 status: @@ -65,13 +65,13 @@ interactions: ParameterSetName: - --name --protocol --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:48:52 GMT + - Mon, 29 Sep 2025 05:54:10 GMT x-ms-enabled-protocols: - NFS x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -81,15 +81,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:48:53 GMT + - Mon, 29 Sep 2025 05:54:12 GMT etag: - - '"0x8DDFA86682D478E"' + - '"0x8DDFF1C9D622710"' last-modified: - - Tue, 23 Sep 2025 09:48:53 GMT + - Mon, 29 Sep 2025 05:54:12 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 @@ -107,11 +107,11 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:48:53 GMT + - Mon, 29 Sep 2025 05:54:12 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -121,11 +121,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:48:54 GMT + - Mon, 29 Sep 2025 05:54:12 GMT etag: - - '"0x8DDFA86682D478E"' + - '"0x8DDFF1C9D622710"' last-modified: - - Tue, 23 Sep 2025 09:48:53 GMT + - Mon, 29 Sep 2025 05:54:12 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: - - Tue, 23 Sep 2025 09:48:53 GMT + - Mon, 29 Sep 2025 05:54:12 GMT x-ms-share-paid-bursting-enabled: - 'false' x-ms-share-provisioned-bandwidth-mibps: @@ -159,7 +159,7 @@ interactions: x-ms-share-quota: - '100' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:48:55 GMT + - Mon, 29 Sep 2025 05:54:13 GMT x-ms-group: - '2' x-ms-mode: @@ -191,7 +191,7 @@ interactions: x-ms-owner: - '1' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: @@ -201,23 +201,23 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:48:56 GMT + - Mon, 29 Sep 2025 05:54:14 GMT etag: - - '"0x8DDFA8669CFB865"' + - '"0x8DDFF1C9EFD59B3"' last-modified: - - Tue, 23 Sep 2025 09:48:56 GMT + - Mon, 29 Sep 2025 05:54:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:48:56.4260965Z' + - '2025-09-29T05:54:14.8049331Z' x-ms-file-creation-time: - - '2025-09-23T09:48:56.4260965Z' + - '2025-09-29T05:54:14.8049331Z' x-ms-file-file-type: - Directory x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:48:56.4260965Z' + - '2025-09-29T05:54:14.8049331Z' x-ms-file-parent-id: - '1' x-ms-group: @@ -229,7 +229,7 @@ interactions: x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -247,13 +247,13 @@ interactions: ParameterSetName: - --share-name --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:48:56 GMT + - Mon, 29 Sep 2025 05:54:15 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: @@ -263,23 +263,23 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:48:57 GMT + - Mon, 29 Sep 2025 05:54:15 GMT etag: - - '"0x8DDFA8669CFB865"' + - '"0x8DDFF1C9EFD59B3"' last-modified: - - Tue, 23 Sep 2025 09:48:56 GMT + - Mon, 29 Sep 2025 05:54:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:48:56.4260965Z' + - '2025-09-29T05:54:14.8049331Z' x-ms-file-creation-time: - - '2025-09-23T09:48:56.4260965Z' + - '2025-09-29T05:54:14.8049331Z' x-ms-file-file-type: - Directory x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:48:56.4260965Z' + - '2025-09-29T05:54:14.8049331Z' x-ms-file-parent-id: - '1' x-ms-group: @@ -291,7 +291,7 @@ interactions: x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -311,17 +311,17 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Tue, 23 Sep 2025 09:48:58 GMT + - Mon, 29 Sep 2025 05:54:16 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004/src_file.txt response: @@ -331,23 +331,23 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:48:58 GMT + - Mon, 29 Sep 2025 05:54:16 GMT etag: - - '"0x8DDFA866B709751"' + - '"0x8DDFF1CA0A94F6D"' last-modified: - - Tue, 23 Sep 2025 09:48:59 GMT + - Mon, 29 Sep 2025 05:54:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-creation-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -359,7 +359,7 @@ interactions: x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -381,15 +381,15 @@ 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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:48:59 GMT + - Mon, 29 Sep 2025 05:54:17 GMT x-ms-range: - bytes=0-131071 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -403,19 +403,19 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Tue, 23 Sep 2025 09:49:00 GMT + - Mon, 29 Sep 2025 05:54:19 GMT etag: - - '"0x8DDFA866CC29D5E"' + - '"0x8DDFF1CA1E3EFD6"' last-modified: - - Tue, 23 Sep 2025 09:49:01 GMT + - Mon, 29 Sep 2025 05:54:19 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:49:01.3733726Z' + - '2025-09-29T05:54:19.6715478Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:49:01 GMT + - Mon, 29 Sep 2025 05:54:19 GMT x-ms-group: - '3' x-ms-mode: @@ -447,7 +447,7 @@ interactions: x-ms-owner: - '2' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004/src_file.txt?comp=properties response: @@ -457,21 +457,21 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:49:02 GMT + - Mon, 29 Sep 2025 05:54:20 GMT etag: - - '"0x8DDFA866D89EF50"' + - '"0x8DDFF1CA299A240"' last-modified: - - Tue, 23 Sep 2025 09:49:02 GMT + - Mon, 29 Sep 2025 05:54:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:49:02.6796368Z' + - '2025-09-29T05:54:20.8623168Z' x-ms-file-creation-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:49:01.3733726Z' + - '2025-09-29T05:54:19.6715478Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -485,7 +485,7 @@ interactions: x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -503,13 +503,13 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:49:02 GMT + - Mon, 29 Sep 2025 05:54:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir000004/src_file.txt response: @@ -519,23 +519,23 @@ interactions: content-length: - '131072' date: - - Tue, 23 Sep 2025 09:49:03 GMT + - Mon, 29 Sep 2025 05:54:21 GMT etag: - - '"0x8DDFA866D89EF50"' + - '"0x8DDFF1CA299A240"' last-modified: - - Tue, 23 Sep 2025 09:49:02 GMT + - Mon, 29 Sep 2025 05:54:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:49:02.6796368Z' + - '2025-09-29T05:54:20.8623168Z' x-ms-file-creation-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:49:01.3733726Z' + - '2025-09-29T05:54:19.6715478Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -555,7 +555,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -573,11 +573,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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:49:04 GMT + - Mon, 29 Sep 2025 05:54:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir000004/src_file.txt response: @@ -587,23 +587,23 @@ interactions: content-length: - '131072' date: - - Tue, 23 Sep 2025 09:49:04 GMT + - Mon, 29 Sep 2025 05:54:22 GMT etag: - - '"0x8DDFA866D89EF50"' + - '"0x8DDFF1CA299A240"' last-modified: - - Tue, 23 Sep 2025 09:49:02 GMT + - Mon, 29 Sep 2025 05:54:20 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:49:02.6796368Z' + - '2025-09-29T05:54:20.8623168Z' x-ms-file-creation-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:49:01.3733726Z' + - '2025-09-29T05:54:19.6715478Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -623,7 +623,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:49:06 GMT + - Mon, 29 Sep 2025 05:54:23 GMT x-ms-group: - '4' x-ms-mode: @@ -655,7 +655,7 @@ interactions: x-ms-owner: - '3' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004/src_file.txt?comp=properties response: @@ -665,21 +665,21 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:49:06 GMT + - Mon, 29 Sep 2025 05:54:24 GMT etag: - - '"0x8DDFA86704DBBCD"' + - '"0x8DDFF1CA4CBBD26"' last-modified: - - Tue, 23 Sep 2025 09:49:07 GMT + - Mon, 29 Sep 2025 05:54:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:49:07.3182669Z' + - '2025-09-29T05:54:24.5461286Z' x-ms-file-creation-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:49:01.3733726Z' + - '2025-09-29T05:54:19.6715478Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -693,7 +693,7 @@ interactions: x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -711,13 +711,13 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:49:07 GMT + - Mon, 29 Sep 2025 05:54:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir000004/src_file.txt response: @@ -727,23 +727,23 @@ interactions: content-length: - '131072' date: - - Tue, 23 Sep 2025 09:49:07 GMT + - Mon, 29 Sep 2025 05:54:25 GMT etag: - - '"0x8DDFA86704DBBCD"' + - '"0x8DDFF1CA4CBBD26"' last-modified: - - Tue, 23 Sep 2025 09:49:07 GMT + - Mon, 29 Sep 2025 05:54:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:49:07.3182669Z' + - '2025-09-29T05:54:24.5461286Z' x-ms-file-creation-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:49:01.3733726Z' + - '2025-09-29T05:54:19.6715478Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -763,7 +763,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -784,13 +784,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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitest6nhm7tgne4hzkcs3c.file.core.windows.net/share2r5s5nvlkcmr25pnozz/dir3vgzt67vaprkp/src_file.txt + - https://clitesteh6djhlgwx6invnuf.file.core.windows.net/sharek4dimcgvitbqiw2mlg6/dirp3vtxxqrk3zsu/src_file.txt x-ms-date: - - Tue, 23 Sep 2025 09:49:08 GMT + - Mon, 29 Sep 2025 05:54:25 GMT x-ms-file-mode-copy-mode: - source x-ms-file-owner-copy-mode: @@ -798,7 +798,7 @@ interactions: x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004/dst_file.txt response: @@ -808,19 +808,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:49:09 GMT + - Mon, 29 Sep 2025 05:54:27 GMT etag: - - '"0x8DDFA8671FC46ED"' + - '"0x8DDFF1CA655842A"' last-modified: - - Tue, 23 Sep 2025 09:49:10 GMT + - Mon, 29 Sep 2025 05:54:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - d20e29ff-3d1e-4de1-b881-be007e2e735b + - 561c1622-c1fe-4517-a0d1-e2c2fb76e6ce x-ms-copy-status: - success x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -838,13 +838,13 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:49:10 GMT + - Mon, 29 Sep 2025 05:54:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir000004/dst_file.txt response: @@ -854,33 +854,33 @@ interactions: content-length: - '131072' date: - - Tue, 23 Sep 2025 09:49:10 GMT + - Mon, 29 Sep 2025 05:54:27 GMT etag: - - '"0x8DDFA8671FC46ED"' + - '"0x8DDFF1CA655842A"' last-modified: - - Tue, 23 Sep 2025 09:49:10 GMT + - Mon, 29 Sep 2025 05:54:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Tue, 23 Sep 2025 09:49:10 GMT + - Mon, 29 Sep 2025 05:54:27 GMT x-ms-copy-id: - - d20e29ff-3d1e-4de1-b881-be007e2e735b + - 561c1622-c1fe-4517-a0d1-e2c2fb76e6ce x-ms-copy-progress: - 131072/131072 x-ms-copy-source: - - https://clitest6nhm7tgne4hzkcs3c.file.core.windows.net/share2r5s5nvlkcmr25pnozz/dir3vgzt67vaprkp/src_file.txt + - https://clitesteh6djhlgwx6invnuf.file.core.windows.net/sharek4dimcgvitbqiw2mlg6/dirp3vtxxqrk3zsu/src_file.txt x-ms-copy-status: - success x-ms-file-change-time: - - '2025-09-23T09:49:10.1398765Z' + - '2025-09-29T05:54:27.1267882Z' x-ms-file-creation-time: - - '2025-09-23T09:49:10.1398765Z' + - '2025-09-29T05:54:27.1267882Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-23T09:49:10.1398765Z' + - '2025-09-29T05:54:27.1267882Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -900,7 +900,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -922,13 +922,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.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitest6nhm7tgne4hzkcs3c.file.core.windows.net/share2r5s5nvlkcmr25pnozz/dir3vgzt67vaprkp/src_file.txt + - https://clitesteh6djhlgwx6invnuf.file.core.windows.net/sharek4dimcgvitbqiw2mlg6/dirp3vtxxqrk3zsu/src_file.txt x-ms-date: - - Tue, 23 Sep 2025 09:49:11 GMT + - Mon, 29 Sep 2025 05:54:28 GMT x-ms-file-mode-copy-mode: - override x-ms-file-owner-copy-mode: @@ -942,7 +942,7 @@ interactions: x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004/dst_file2.txt response: @@ -952,19 +952,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:49:12 GMT + - Mon, 29 Sep 2025 05:54:29 GMT etag: - - '"0x8DDFA8673A5CEAB"' + - '"0x8DDFF1CA7E2F099"' last-modified: - - Tue, 23 Sep 2025 09:49:12 GMT + - Mon, 29 Sep 2025 05:54:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - 09be2f41-2dca-4a67-a809-618b99e07c28 + - 3aa87742-391d-4c27-9615-dc051cb6dd1d x-ms-copy-status: - success x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -982,13 +982,13 @@ interactions: ParameterSetName: - --share-name --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:49:13 GMT + - Mon, 29 Sep 2025 05:54:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/dir000004/dst_file2.txt response: @@ -998,33 +998,33 @@ interactions: content-length: - '131072' date: - - Tue, 23 Sep 2025 09:49:14 GMT + - Mon, 29 Sep 2025 05:54:31 GMT etag: - - '"0x8DDFA8673A5CEAB"' + - '"0x8DDFF1CA7E2F099"' last-modified: - - Tue, 23 Sep 2025 09:49:12 GMT + - Mon, 29 Sep 2025 05:54:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Tue, 23 Sep 2025 09:49:12 GMT + - Mon, 29 Sep 2025 05:54:29 GMT x-ms-copy-id: - - 09be2f41-2dca-4a67-a809-618b99e07c28 + - 3aa87742-391d-4c27-9615-dc051cb6dd1d x-ms-copy-progress: - 131072/131072 x-ms-copy-source: - - https://clitest6nhm7tgne4hzkcs3c.file.core.windows.net/share2r5s5nvlkcmr25pnozz/dir3vgzt67vaprkp/src_file.txt + - https://clitesteh6djhlgwx6invnuf.file.core.windows.net/sharek4dimcgvitbqiw2mlg6/dirp3vtxxqrk3zsu/src_file.txt x-ms-copy-status: - success x-ms-file-change-time: - - '2025-09-23T09:49:12.9286315Z' + - '2025-09-29T05:54:29.7313433Z' x-ms-file-creation-time: - - '2025-09-23T09:49:12.9286315Z' + - '2025-09-29T05:54:29.7313433Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-23T09:49:12.9286315Z' + - '2025-09-29T05:54:29.7313433Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -1044,7 +1044,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1064,15 +1064,15 @@ interactions: ParameterSetName: - --share-name --path --target --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:49:14 GMT + - Mon, 29 Sep 2025 05:54:31 GMT x-ms-file-target-file: - - dir3vgzt67vaprkp/src_file.txt + - dirp3vtxxqrk3zsu/src_file.txt x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004/linked_file.txt?restype=hardlink response: @@ -1082,23 +1082,23 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:49:15 GMT + - Mon, 29 Sep 2025 05:54:32 GMT etag: - - '"0x8DDFA86755D774D"' + - '"0x8DDFF1CA971E1EF"' last-modified: - - Tue, 23 Sep 2025 09:49:15 GMT + - Mon, 29 Sep 2025 05:54:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-change-time: - - '2025-09-23T09:49:15.8099789Z' + - '2025-09-29T05:54:32.3458543Z' x-ms-file-creation-time: - - '2025-09-23T09:48:59.1581009Z' + - '2025-09-29T05:54:17.6096109Z' x-ms-file-file-type: - Regular x-ms-file-id: - '13835093239654252544' x-ms-file-last-write-time: - - '2025-09-23T09:49:01.3733726Z' + - '2025-09-29T05:54:19.6715478Z' x-ms-file-parent-id: - '13835128424026341376' x-ms-group: @@ -1112,8 +1112,125 @@ interactions: x-ms-request-server-encrypted: - 'false' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage file symbolic-link create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --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) + x-ms-date: + - Mon, 29 Sep 2025 05:54:32 GMT + x-ms-file-creation-time: + - now + x-ms-file-last-write-time: + - now + x-ms-group: + - '7' + x-ms-link-text: + - target1/file1 + x-ms-meta: + - '{''meta1'': ''value1'', ''meta2'': ''value2''}' + x-ms-owner: + - '6' + x-ms-version: + - '2025-07-05' + method: PUT + uri: https://clitest000002.file.core.windows.net/share000003/dir000004/link1?restype=symboliclink + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Mon, 29 Sep 2025 05:54:33 GMT + etag: + - '"0x8DDFF1CAA33BB99"' + last-modified: + - Mon, 29 Sep 2025 05:54:33 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-file-change-time: + - '2025-09-29T05:54:33.6162713Z' + x-ms-file-creation-time: + - '2025-09-29T05:54:33.6162713Z' + x-ms-file-file-type: + - SymLink + x-ms-file-id: + - '13835110831840296960' + x-ms-file-last-write-time: + - '2025-09-29T05:54:33.6162713Z' + x-ms-file-parent-id: + - '13835128424026341376' + x-ms-group: + - '7' + x-ms-mode: + - '0777' + x-ms-owner: + - '6' + x-ms-request-server-encrypted: + - 'false' + 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 symbolic-link show + Connection: + - keep-alive + 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) + x-ms-date: + - Mon, 29 Sep 2025 05:54:33 GMT + x-ms-version: + - '2025-07-05' + method: GET + uri: https://clitest000002.file.core.windows.net/share000003/dir000004/link1?restype=symboliclink + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Mon, 29 Sep 2025 05:54:34 GMT + etag: + - '"0x8DDFF1CAA33BB99"' + last-modified: + - Mon, 29 Sep 2025 05:54:33 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-link-text: + - target1%2Ffile1 + x-ms-version: + - '2025-07-05' + status: + code: 200 + message: OK version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_premium_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_premium_scenario.yaml index f371471179a..dc1373ae56e 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_premium_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_premium_scenario.yaml @@ -20,7 +20,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-23T09:14:04.3687353Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:14:04.3687353Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:55.1447331Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:55.1447331Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:14:28 GMT + - Sun, 28 Sep 2025 09:06:19 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/f3388ff0-3fbc-4269-8c65-b4a653105abf + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/c6369a39-cea7-4df9-9828-f82508cbd35e x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -66,9 +66,9 @@ interactions: - -n --fail-on-exist --metadata --enable-snapshot-virtual-directory-access --protocol --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:29 GMT + - Sun, 28 Sep 2025 09:06:19 GMT x-ms-enable-snapshot-virtual-directory-access: - 'false' x-ms-enabled-protocols: @@ -80,7 +80,7 @@ interactions: x-ms-meta-foo: - bar x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -90,15 +90,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:14:29 GMT + - Sun, 28 Sep 2025 09:06:20 GMT etag: - - '"0x8DDFA819A79AD3C"' + - '"0x8DDFE6E4AD47DCD"' last-modified: - - Tue, 23 Sep 2025 09:14:30 GMT + - Sun, 28 Sep 2025 09:06:21 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 @@ -116,11 +116,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:30 GMT + - Sun, 28 Sep 2025 09:06:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -130,11 +130,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:14:31 GMT + - Sun, 28 Sep 2025 09:06:22 GMT etag: - - '"0x8DDFA819A79AD3C"' + - '"0x8DDFE6E4AD47DCD"' last-modified: - - Tue, 23 Sep 2025 09:14:30 GMT + - Sun, 28 Sep 2025 09:06:21 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-access-tier: @@ -158,7 +158,7 @@ interactions: x-ms-root-squash: - NoRootSquash x-ms-share-next-allowed-quota-downgrade-time: - - Tue, 23 Sep 2025 09:14:30 GMT + - Sun, 28 Sep 2025 09:06:21 GMT x-ms-share-paid-bursting-enabled: - 'false' x-ms-share-provisioned-bandwidth-mibps: @@ -172,7 +172,7 @@ interactions: x-ms-share-quota: - '100' 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_share_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_scenario.yaml index e29f0ffd807..0a3c9cf9a64 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_share_scenario.yaml @@ -20,7 +20,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-23T09:14:11.9468349Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:14:11.9468349Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:55.5508998Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:55.5508998Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:14:36 GMT + - Sun, 28 Sep 2025 09:06:19 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/34905f09-06ba-4d69-8d59-c116a53b7907 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/1910fc14-61d4-4568-9cea-aa22c7539890 x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -70,16 +70,18 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-23T09:14:11.9468349Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:14:11.9468349Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:55.5508998Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:55.5508998Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache + connection: + - close content-length: - '260' content-type: - application/json date: - - Tue, 23 Sep 2025 09:14:37 GMT + - Sun, 28 Sep 2025 09:06:21 GMT expires: - '-1' pragma: @@ -91,7 +93,7 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/739e8194-2add-4df0-875a-fe68f62bb8e1 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/61a8b8d0-6bc9-4d00-beaf-1f0abbe4c98d x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -118,7 +120,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002?api-version=2025-01-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002","name":"share000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:14:11.9468349Z","key2":"2025-09-23T09:14:11.9468349Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:14:11.9624589Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:14:11.9624589Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T09:14:11.8062100Z","primaryEndpoints":{"dfs":"https://share000002.dfs.core.windows.net/","web":"https://share000002.z20.web.core.windows.net/","blob":"https://share000002.blob.core.windows.net/","queue":"https://share000002.queue.core.windows.net/","table":"https://share000002.table.core.windows.net/","file":"https://share000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://share000002-secondary.dfs.core.windows.net/","web":"https://share000002-secondary.z20.web.core.windows.net/","blob":"https://share000002-secondary.blob.core.windows.net/","queue":"https://share000002-secondary.queue.core.windows.net/","table":"https://share000002-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002","name":"share000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.5508998Z","key2":"2025-09-28T09:05:55.5508998Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.5665259Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.5665259Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:55.3634037Z","primaryEndpoints":{"dfs":"https://share000002.dfs.core.windows.net/","web":"https://share000002.z20.web.core.windows.net/","blob":"https://share000002.blob.core.windows.net/","queue":"https://share000002.queue.core.windows.net/","table":"https://share000002.table.core.windows.net/","file":"https://share000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://share000002-secondary.dfs.core.windows.net/","web":"https://share000002-secondary.z20.web.core.windows.net/","blob":"https://share000002-secondary.blob.core.windows.net/","queue":"https://share000002-secondary.queue.core.windows.net/","table":"https://share000002-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache @@ -127,7 +129,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:14:39 GMT + - Sun, 28 Sep 2025 09:06:22 GMT expires: - '-1' pragma: @@ -159,11 +161,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:40 GMT + - Sun, 28 Sep 2025 09:06:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000004?restype=share response: @@ -173,15 +175,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:14:41 GMT + - Sun, 28 Sep 2025 09:06:24 GMT etag: - - '"0x8DDFA81A118C198"' + - '"0x8DDFE6E4CBBB4AB"' last-modified: - - Tue, 23 Sep 2025 09:14:41 GMT + - Sun, 28 Sep 2025 09:06:24 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 @@ -201,9 +203,9 @@ interactions: ParameterSetName: - -n --fail-on-exist --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:41 GMT + - Sun, 28 Sep 2025 09:06:24 GMT x-ms-meta: - '{''foo'': ''bar'', ''cat'': ''hat''}' x-ms-meta-cat: @@ -211,7 +213,7 @@ interactions: x-ms-meta-foo: - bar x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -221,15 +223,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:14:42 GMT + - Sun, 28 Sep 2025 09:06:25 GMT etag: - - '"0x8DDFA81A1EB49EF"' + - '"0x8DDFE6E4D77A721"' last-modified: - - Tue, 23 Sep 2025 09:14:43 GMT + - Sun, 28 Sep 2025 09:06:25 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 @@ -249,32 +251,32 @@ interactions: ParameterSetName: - -n --fail-on-exist --connection-string --quota User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:43 GMT + - Sun, 28 Sep 2025 09:06:25 GMT x-ms-share-quota: - '3' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share response: body: string: "\uFEFFShareAlreadyExistsThe - specified share already exists.\nRequestId:ce833b37-501a-0046-476a-2ce3ae000000\nTime:2025-09-23T09:14:44.4492424Z" + specified share already exists.\nRequestId:d7a4a2c7-001a-0033-6157-303a60000000\nTime:2025-09-28T09:06:26.9136256Z" headers: content-length: - '220' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:14:43 GMT + - Sun, 28 Sep 2025 09:06:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ShareAlreadyExists x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 409 message: The specified share already exists. @@ -292,11 +294,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:44 GMT + - Sun, 28 Sep 2025 09:06:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -306,17 +308,17 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:14:44 GMT + - Sun, 28 Sep 2025 09:06:27 GMT etag: - - '"0x8DDFA81A1EB49EF"' + - '"0x8DDFE6E4D77A721"' last-modified: - - Tue, 23 Sep 2025 09:14:43 GMT + - Sun, 28 Sep 2025 09:06:25 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-access-tier: - TransactionOptimized x-ms-access-tier-change-time: - - Tue, 23 Sep 2025 09:14:43 GMT + - Sun, 28 Sep 2025 09:06:25 GMT x-ms-has-immutability-policy: - 'false' x-ms-has-legal-hold: @@ -332,7 +334,7 @@ interactions: x-ms-share-quota: - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -350,33 +352,33 @@ interactions: ParameterSetName: - --query --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:46 GMT + - Sun, 28 Sep 2025 09:06:28 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/?comp=list&maxresults=5000&include= response: body: string: "\uFEFF5000share000004Tue, - 23 Sep 2025 09:14:41 GMT\"0x8DDFA81A118C198\"unlockedavailable102400TransactionOptimizedTue, - 23 Sep 2025 09:14:41 GMT$account-encryption-keyfalseshare000003Tue, - 23 Sep 2025 09:14:43 GMT\"0x8DDFA81A1EB49EF\"unlockedavailable102400TransactionOptimizedTue, - 23 Sep 2025 09:14:43 GMT$account-encryption-keyfalse5000share000003Sun, + 28 Sep 2025 09:06:25 GMT\"0x8DDFE6E4D77A721\"unlockedavailable102400TransactionOptimizedSun, + 28 Sep 2025 09:06:25 GMT$account-encryption-keyfalseshare000004Sun, + 28 Sep 2025 09:06:24 GMT\"0x8DDFE6E4CBBB4AB\"unlockedavailable102400TransactionOptimizedSun, + 28 Sep 2025 09:06:24 GMT$account-encryption-keyfalse" headers: content-type: - application/xml date: - - Tue, 23 Sep 2025 09:14:46 GMT + - Sun, 28 Sep 2025 09:06:28 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 @@ -394,33 +396,33 @@ interactions: ParameterSetName: - --connection-string --query --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:47 GMT + - Sun, 28 Sep 2025 09:06:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/?comp=list&maxresults=5000&include= response: body: string: "\uFEFF5000share000004Tue, - 23 Sep 2025 09:14:41 GMT\"0x8DDFA81A118C198\"unlockedavailable102400TransactionOptimizedTue, - 23 Sep 2025 09:14:41 GMT$account-encryption-keyfalseshare000003Tue, - 23 Sep 2025 09:14:43 GMT\"0x8DDFA81A1EB49EF\"unlockedavailable102400TransactionOptimizedTue, - 23 Sep 2025 09:14:43 GMT$account-encryption-keyfalse5000share000003Sun, + 28 Sep 2025 09:06:25 GMT\"0x8DDFE6E4D77A721\"unlockedavailable102400TransactionOptimizedSun, + 28 Sep 2025 09:06:25 GMT$account-encryption-keyfalseshare000004Sun, + 28 Sep 2025 09:06:24 GMT\"0x8DDFE6E4CBBB4AB\"unlockedavailable102400TransactionOptimizedSun, + 28 Sep 2025 09:06:24 GMT$account-encryption-keyfalse" headers: content-type: - application/xml date: - - Tue, 23 Sep 2025 09:14:47 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -440,11 +442,11 @@ interactions: ParameterSetName: - -n --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:49 GMT + - Sun, 28 Sep 2025 09:06:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -454,11 +456,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:14:50 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -476,30 +478,30 @@ interactions: ParameterSetName: - -n --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:50 GMT + - Sun, 28 Sep 2025 09:06:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share response: body: string: "\uFEFFShareNotFoundThe - specified share does not exist.\nRequestId:40c51b9a-601a-003f-586a-2c1f8a000000\nTime:2025-09-23T09:14:51.8731498Z" + specified share does not exist.\nRequestId:2a6bb0c3-601a-001a-2957-300414000000\nTime:2025-09-28T09:06:33.6356403Z" headers: content-length: - '215' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:14:51 GMT + - Sun, 28 Sep 2025 09:06:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ShareNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified share does not exist. @@ -519,30 +521,30 @@ interactions: ParameterSetName: - -n --fail-not-exist --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:52 GMT + - Sun, 28 Sep 2025 09:06:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://share000002.file.core.windows.net/share000005?restype=share response: body: string: "\uFEFFShareNotFoundThe - specified share does not exist.\nRequestId:40c51bd2-601a-003f-0e6a-2c1f8a000000\nTime:2025-09-23T09:14:53.2196504Z" + specified share does not exist.\nRequestId:0b136787-f01a-0027-3957-30720f000000\nTime:2025-09-28T09:06:34.8785395Z" headers: content-length: - '215' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:14:53 GMT + - Sun, 28 Sep 2025 09:06:34 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - ShareNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified share does not exist. @@ -562,13 +564,13 @@ interactions: ParameterSetName: - --name --quota --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:53 GMT + - Sun, 28 Sep 2025 09:06:35 GMT x-ms-share-quota: - '3' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000004?restype=share&comp=properties response: @@ -578,15 +580,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:14:54 GMT + - Sun, 28 Sep 2025 09:06:35 GMT etag: - - '"0x8DDFA81A8C6F72B"' + - '"0x8DDFE6E53D48629"' last-modified: - - Tue, 23 Sep 2025 09:14:54 GMT + - Sun, 28 Sep 2025 09:06:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -604,11 +606,11 @@ interactions: ParameterSetName: - --name --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:14:54 GMT + - Sun, 28 Sep 2025 09:06:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000004?restype=share response: @@ -618,17 +620,17 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:14:55 GMT + - Sun, 28 Sep 2025 09:06:37 GMT etag: - - '"0x8DDFA81A8C6F72B"' + - '"0x8DDFE6E53D48629"' last-modified: - - Tue, 23 Sep 2025 09:14:54 GMT + - Sun, 28 Sep 2025 09:06:36 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-access-tier: - TransactionOptimized x-ms-access-tier-change-time: - - Tue, 23 Sep 2025 09:14:41 GMT + - Sun, 28 Sep 2025 09:06:24 GMT x-ms-has-immutability-policy: - 'false' x-ms-has-legal-hold: @@ -640,7 +642,7 @@ interactions: x-ms-share-quota: - '3' 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_trailing_dot_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_trailing_dot_scenario.yaml index 6d97387c9fa..20ed023e8c4 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_trailing_dot_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_trailing_dot_scenario.yaml @@ -20,7 +20,7 @@ interactions: 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-23T09:15:10.3841823Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:15:10.3841823Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:28.0977296Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:28.0977296Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:15:34 GMT + - Sun, 28 Sep 2025 09:05:53 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/683e9e63-83f4-4386-a916-425557acc29b + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/68f7c4f5-b59f-4677-96f1-4d675dc0cba5 x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -65,11 +65,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:15:35 GMT + - Sun, 28 Sep 2025 09:05:53 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -79,15 +79,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:35 GMT + - Sun, 28 Sep 2025 09:05:54 GMT etag: - - '"0x8DDFA81C1D7FE72"' + - '"0x8DDFE6E3B59F114"' last-modified: - - Tue, 23 Sep 2025 09:15:36 GMT + - Sun, 28 Sep 2025 09:05:55 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 @@ -107,17 +107,17 @@ interactions: ParameterSetName: - --share-name --source -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Tue, 23 Sep 2025 09:15:36 GMT + - Sun, 28 Sep 2025 09:05:55 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -127,31 +127,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:38 GMT + - Sun, 28 Sep 2025 09:05:56 GMT etag: - - '"0x8DDFA81C2B03E57"' + - '"0x8DDFE6E3C436740"' last-modified: - - Tue, 23 Sep 2025 09:15:38 GMT + - Sun, 28 Sep 2025 09:05:56 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:15:38.0533847Z' + - '2025-09-28T09:05:56.7386432Z' x-ms-file-creation-time: - - '2025-09-23T09:15:38.0533847Z' + - '2025-09-28T09:05:56.7386432Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:15:38.0533847Z' + - '2025-09-28T09:05:56.7386432Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -173,15 +173,15 @@ interactions: ParameterSetName: - --share-name --source -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:15:38 GMT + - Sun, 28 Sep 2025 09:05:56 GMT x-ms-range: - bytes=0-131071 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -195,19 +195,19 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Tue, 23 Sep 2025 09:15:39 GMT + - Sun, 28 Sep 2025 09:05:58 GMT etag: - - '"0x8DDFA81C3F312D6"' + - '"0x8DDFE6E3D8C76A2"' last-modified: - - Tue, 23 Sep 2025 09:15:40 GMT + - Sun, 28 Sep 2025 09:05:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:15:40.1690838Z' + - '2025-09-28T09:05:58.8951714Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -225,13 +225,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:15:40 GMT + - Sun, 28 Sep 2025 09:05:59 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -243,27 +243,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:15:40 GMT + - Sun, 28 Sep 2025 09:05:59 GMT etag: - - '"0x8DDFA81C3F312D6"' + - '"0x8DDFE6E3D8C76A2"' last-modified: - - Tue, 23 Sep 2025 09:15:40 GMT + - Sun, 28 Sep 2025 09:05:58 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:15:40.1690838Z' + - '2025-09-28T09:05:58.8951714Z' x-ms-file-creation-time: - - '2025-09-23T09:15:38.0533847Z' + - '2025-09-28T09:05:56.7386432Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:15:40.1690838Z' + - '2025-09-28T09:05:58.8951714Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-lease-state: - available x-ms-lease-status: @@ -273,7 +273,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -296,16 +296,16 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2025-01-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:15:10.3841823Z","key2":"2025-09-23T09:15:10.3841823Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:10.3841823Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:10.3841823Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:15:10.2279229Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestepfgcnuq3hdghpeowpsv2gf6cx5oqhz2t7kqfrphld5wy6gsihgt6sjmll5ebbt4cgav/providers/Microsoft.Storage/storageAccounts/queuezuhwalho3ebl5y4zmm4","name":"queuezuhwalho3ebl5y4zmm4","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:15:31.1809926Z","key2":"2025-09-23T09:15:31.1809926Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:31.1809926Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:31.1809926Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"ResolvingDns","creationTime":"2025-09-23T09:15:31.0247441Z","primaryEndpoints":{"dfs":"https://queuezuhwalho3ebl5y4zmm4.dfs.core.windows.net/","web":"https://queuezuhwalho3ebl5y4zmm4.z20.web.core.windows.net/","blob":"https://queuezuhwalho3ebl5y4zmm4.blob.core.windows.net/","queue":"https://queuezuhwalho3ebl5y4zmm4.queue.core.windows.net/","table":"https://queuezuhwalho3ebl5y4zmm4.table.core.windows.net/","file":"https://queuezuhwalho3ebl5y4zmm4.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://queuezuhwalho3ebl5y4zmm4-secondary.dfs.core.windows.net/","web":"https://queuezuhwalho3ebl5y4zmm4-secondary.z20.web.core.windows.net/","blob":"https://queuezuhwalho3ebl5y4zmm4-secondary.blob.core.windows.net/","queue":"https://queuezuhwalho3ebl5y4zmm4-secondary.queue.core.windows.net/","table":"https://queuezuhwalho3ebl5y4zmm4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestqm2b45ticmlhdanjq3ycepetyxfmdb42uhb2xrifh4mrpkzecmfnvxum7z5ed5kzy2nc/providers/Microsoft.Storage/storageAccounts/sharekcmetnu3uzqi62sag3z","name":"sharekcmetnu3uzqi62sag3z","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:15:04.3529388Z","key2":"2025-09-23T09:15:04.3529388Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:04.3685667Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:04.3685667Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T09:15:04.2123160Z","primaryEndpoints":{"dfs":"https://sharekcmetnu3uzqi62sag3z.dfs.core.windows.net/","web":"https://sharekcmetnu3uzqi62sag3z.z20.web.core.windows.net/","blob":"https://sharekcmetnu3uzqi62sag3z.blob.core.windows.net/","queue":"https://sharekcmetnu3uzqi62sag3z.queue.core.windows.net/","table":"https://sharekcmetnu3uzqi62sag3z.table.core.windows.net/","file":"https://sharekcmetnu3uzqi62sag3z.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sharekcmetnu3uzqi62sag3z-secondary.dfs.core.windows.net/","web":"https://sharekcmetnu3uzqi62sag3z-secondary.z20.web.core.windows.net/","blob":"https://sharekcmetnu3uzqi62sag3z-secondary.blob.core.windows.net/","queue":"https://sharekcmetnu3uzqi62sag3z-secondary.queue.core.windows.net/","table":"https://sharekcmetnu3uzqi62sag3z-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkrsbaydbb5auli5pqpsqzzzwb2ow4og446bm77xeh4qzib4usgndkgjtawvdqd5dc/providers/Microsoft.Storage/storageAccounts/clitest7dwzhymhxab6rq53t","name":"clitest7dwzhymhxab6rq53t","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:33:33.0760855Z","key2":"2025-09-22T02:33:33.0760855Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:33:33.0917161Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:33:33.0917161Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:33:32.9354566Z","primaryEndpoints":{"blob":"https://clitest7dwzhymhxab6rq53t.blob.core.windows.net/","queue":"https://clitest7dwzhymhxab6rq53t.queue.core.windows.net/","table":"https://clitest7dwzhymhxab6rq53t.table.core.windows.net/","file":"https://clitest7dwzhymhxab6rq53t.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgvldvzl5tg4jatlufixdmsiugjysocphcpkb7ru4hwaga65o2ydqxd6crd5pr2chk3/providers/Microsoft.Storage/storageAccounts/clitest7jlfiyvmk5zb6tiug","name":"clitest7jlfiyvmk5zb6tiug","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:05:42.9183928Z","key2":"2025-09-23T09:05:42.9183928Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:05:42.9183928Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:05:42.9183928Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:05:42.8090158Z","primaryEndpoints":{"blob":"https://clitest7jlfiyvmk5zb6tiug.blob.core.windows.net/","queue":"https://clitest7jlfiyvmk5zb6tiug.queue.core.windows.net/","table":"https://clitest7jlfiyvmk5zb6tiug.table.core.windows.net/","file":"https://clitest7jlfiyvmk5zb6tiug.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgqevkzlvjads7zyirjywrswqshimke2aw54ze6jcreyjh3fxneaxbap42sviya75ay/providers/Microsoft.Storage/storageAccounts/clitesthupd2jmgvyp7efjjy","name":"clitesthupd2jmgvyp7efjjy","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:39:16.2382371Z","key2":"2025-09-22T02:39:16.2382371Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:39:16.2538575Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:39:16.2538575Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:39:16.1133112Z","primaryEndpoints":{"blob":"https://clitesthupd2jmgvyp7efjjy.blob.core.windows.net/","queue":"https://clitesthupd2jmgvyp7efjjy.queue.core.windows.net/","table":"https://clitesthupd2jmgvyp7efjjy.table.core.windows.net/","file":"https://clitesthupd2jmgvyp7efjjy.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgvaw52ob4e6t4knglvcfkwkt5pvplcqjcxzfbftqllxpacy5vv2irf2gfuodtwvz5q/providers/Microsoft.Storage/storageAccounts/clitestpkcb3xfvzxeb2ogpk","name":"clitestpkcb3xfvzxeb2ogpk","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:48:28.0919867Z","key2":"2025-09-22T02:48:28.0919867Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:48:28.0919867Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:48:28.0919867Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:48:27.9826714Z","primaryEndpoints":{"blob":"https://clitestpkcb3xfvzxeb2ogpk.blob.core.windows.net/","queue":"https://clitestpkcb3xfvzxeb2ogpk.queue.core.windows.net/","table":"https://clitestpkcb3xfvzxeb2ogpk.table.core.windows.net/","file":"https://clitestpkcb3xfvzxeb2ogpk.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgcec4m3hx5gjieh47fbge6kjopissq2tkuuhecaswoxvxlx6pmld3wkkkqpbbt64fd/providers/Microsoft.Storage/storageAccounts/clitestr36nz43vogmwl7kfb","name":"clitestr36nz43vogmwl7kfb","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T06:54:12.2758834Z","key2":"2025-09-22T06:54:12.2758834Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T06:54:12.2758834Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T06:54:12.2758834Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T06:54:12.1820828Z","primaryEndpoints":{"blob":"https://clitestr36nz43vogmwl7kfb.blob.core.windows.net/","queue":"https://clitestr36nz43vogmwl7kfb.queue.core.windows.net/","table":"https://clitestr36nz43vogmwl7kfb.table.core.windows.net/","file":"https://clitestr36nz43vogmwl7kfb.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_active_active_vnet_vnet_connection75ubnsc7vmq546wss3jjf4xh32hs3p3k/providers/Microsoft.Storage/storageAccounts/clitestvpncnnektlxs4oggu","name":"clitestvpncnnektlxs4oggu","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T05:37:40.8345780Z","key2":"2025-09-23T05:37:40.8345780Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T05:37:40.8502037Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T05:37:40.8502037Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T05:37:40.7252008Z","primaryEndpoints":{"blob":"https://clitestvpncnnektlxs4oggu.blob.core.windows.net/","queue":"https://clitestvpncnnektlxs4oggu.queue.core.windows.net/","table":"https://clitestvpncnnektlxs4oggu.table.core.windows.net/","file":"https://clitestvpncnnektlxs4oggu.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/whatif-demo-rg/providers/Microsoft.Storage/storageAccounts/whatifdemosa","name":"whatifdemosa","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"environment":"test"},"properties":{"dualStackEndpointPreference":{"defaultDualStackEndpoints":false,"publishIpv4Endpoint":false,"publishIpv6Endpoint":false},"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2025-09-26T07:02:55.8943075Z","key2":"2025-09-26T07:02:55.8943075Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":true,"largeFileSharesState":"Enabled","networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-26T07:02:55.9099344Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-26T07:02:55.9099344Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-26T07:02:55.7224324Z","primaryEndpoints":{"dfs":"https://whatifdemosa.dfs.core.windows.net/","web":"https://whatifdemosa.z13.web.core.windows.net/","blob":"https://whatifdemosa.blob.core.windows.net/","queue":"https://whatifdemosa.queue.core.windows.net/","table":"https://whatifdemosa.table.core.windows.net/","file":"https://whatifdemosa.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://whatifdemosa-secondary.dfs.core.windows.net/","web":"https://whatifdemosa-secondary.z13.web.core.windows.net/","blob":"https://whatifdemosa-secondary.blob.core.windows.net/","queue":"https://whatifdemosa-secondary.queue.core.windows.net/","table":"https://whatifdemosa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgd27z3tdjet3vfsn7botbqsf6jm7fmexxxn5vmn73etramkotnwhyfkqdi2byboe5b/providers/Microsoft.Storage/storageAccounts/clitest2xvbobz2axwv27x5b","name":"clitest2xvbobz2axwv27x5b","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:46:51.3932036Z","key2":"2025-09-23T09:46:51.3932036Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:46:51.4088277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:46:51.4088277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T09:46:51.2525789Z","primaryEndpoints":{"dfs":"https://clitest2xvbobz2axwv27x5b.dfs.core.windows.net/","web":"https://clitest2xvbobz2axwv27x5b.z20.web.core.windows.net/","blob":"https://clitest2xvbobz2axwv27x5b.blob.core.windows.net/","queue":"https://clitest2xvbobz2axwv27x5b.queue.core.windows.net/","table":"https://clitest2xvbobz2axwv27x5b.table.core.windows.net/","file":"https://clitest2xvbobz2axwv27x5b.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"FileStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgyj775fyoogfubmw4httopmp7zqcvaqndgmbp73yjvc37i2gwnovd2o4r4xjb2tzfc/providers/Microsoft.Storage/storageAccounts/clitest6sudrpwlbwkaxiyfy","name":"clitest6sudrpwlbwkaxiyfy","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:29.5039095Z","key2":"2025-09-28T09:05:29.5039095Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"largeFileSharesState":"Enabled","networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:29.5195307Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:29.5195307Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:29.3320302Z","primaryEndpoints":{"file":"https://clitest6sudrpwlbwkaxiyfy.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:28.0977296Z","key2":"2025-09-28T09:05:28.0977296Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:28.1132872Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:28.1132872Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:27.9101603Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg743hfg5zaao5jod2cqlfyywl4mp7i4khohb6eji6bjukfxu4ffn5abigyru4zkhi7/providers/Microsoft.Storage/storageAccounts/clitestgqxncjduhrxpp6nno","name":"clitestgqxncjduhrxpp6nno","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:30.2070369Z","key2":"2025-09-28T09:05:30.2070369Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:30.2226658Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:30.2226658Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:30.0040018Z","primaryEndpoints":{"blob":"https://clitestgqxncjduhrxpp6nno.blob.core.windows.net/","queue":"https://clitestgqxncjduhrxpp6nno.queue.core.windows.net/","table":"https://clitestgqxncjduhrxpp6nno.table.core.windows.net/","file":"https://clitestgqxncjduhrxpp6nno.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgaywwponeltyqtfzr2cxiajmgjfu5yxa5kyi5ltykf4czyslpcyexhemszsdtqt43c/providers/Microsoft.Storage/storageAccounts/clitestz3eaxvrs2stt4l7xd","name":"clitestz3eaxvrs2stt4l7xd","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:59.7696896Z","key2":"2025-09-28T09:05:59.7696896Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:59.7853226Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:59.7853226Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"ResolvingDns","creationTime":"2025-09-28T09:05:59.5978198Z","primaryEndpoints":{"blob":"https://clitestz3eaxvrs2stt4l7xd.blob.core.windows.net/","queue":"https://clitestz3eaxvrs2stt4l7xd.queue.core.windows.net/","table":"https://clitestz3eaxvrs2stt4l7xd.table.core.windows.net/","file":"https://clitestz3eaxvrs2stt4l7xd.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg3q35ra5wbhknl5j2vzcybyglofljxr3d6tgsousarxfyamdcpf7c5gk7yu7hr2a7p/providers/Microsoft.Storage/storageAccounts/clitestzvoe2pfwcuum7mxlz","name":"clitestzvoe2pfwcuum7mxlz","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:57:05.1033852Z","key2":"2025-09-25T03:57:05.1033852Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:57:05.1033852Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:57:05.1033852Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:57:04.9002588Z","primaryEndpoints":{"dfs":"https://clitestzvoe2pfwcuum7mxlz.dfs.core.windows.net/","web":"https://clitestzvoe2pfwcuum7mxlz.z20.web.core.windows.net/","blob":"https://clitestzvoe2pfwcuum7mxlz.blob.core.windows.net/","queue":"https://clitestzvoe2pfwcuum7mxlz.queue.core.windows.net/","table":"https://clitestzvoe2pfwcuum7mxlz.table.core.windows.net/","file":"https://clitestzvoe2pfwcuum7mxlz.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"zones":["1"],"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgm5ntdc337jomvscnvgm73hlbrqqo2synmbjheudgh4kkiiymomugshx2mgvjrvfx2/providers/Microsoft.Storage/storageAccounts/sahkbjudg6qmtl5dmvsnapv6","name":"sahkbjudg6qmtl5dmvsnapv6","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-27T03:41:05.3982992Z","key2":"2025-09-27T03:41:05.3982992Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:41:05.4139244Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:41:05.4139244Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-27T03:41:05.2576760Z","primaryEndpoints":{"dfs":"https://sahkbjudg6qmtl5dmvsnapv6.dfs.core.windows.net/","web":"https://sahkbjudg6qmtl5dmvsnapv6.z20.web.core.windows.net/","blob":"https://sahkbjudg6qmtl5dmvsnapv6.blob.core.windows.net/","queue":"https://sahkbjudg6qmtl5dmvsnapv6.queue.core.windows.net/","table":"https://sahkbjudg6qmtl5dmvsnapv6.table.core.windows.net/","file":"https://sahkbjudg6qmtl5dmvsnapv6.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.dfs.core.windows.net/","web":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.z20.web.core.windows.net/","blob":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.blob.core.windows.net/","queue":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.queue.core.windows.net/","table":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.table.core.windows.net/"}}},{"zones":["1"],"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgxs5yvp4nnn2qppplfmjjxo6pwt2l6hxfsakdkdwxsjz46sd6c7i7cfd6venetfguo/providers/Microsoft.Storage/storageAccounts/sarnec5d4hy7g64umnru2jtq","name":"sarnec5d4hy7g64umnru2jtq","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-27T03:39:05.9296712Z","key2":"2025-09-27T03:39:05.9296712Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:39:05.9296712Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:39:05.9296712Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-27T03:39:05.7577948Z","primaryEndpoints":{"dfs":"https://sarnec5d4hy7g64umnru2jtq.dfs.core.windows.net/","web":"https://sarnec5d4hy7g64umnru2jtq.z20.web.core.windows.net/","blob":"https://sarnec5d4hy7g64umnru2jtq.blob.core.windows.net/","queue":"https://sarnec5d4hy7g64umnru2jtq.queue.core.windows.net/","table":"https://sarnec5d4hy7g64umnru2jtq.table.core.windows.net/","file":"https://sarnec5d4hy7g64umnru2jtq.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sarnec5d4hy7g64umnru2jtq-secondary.dfs.core.windows.net/","web":"https://sarnec5d4hy7g64umnru2jtq-secondary.z20.web.core.windows.net/","blob":"https://sarnec5d4hy7g64umnru2jtq-secondary.blob.core.windows.net/","queue":"https://sarnec5d4hy7g64umnru2jtq-secondary.queue.core.windows.net/","table":"https://sarnec5d4hy7g64umnru2jtq-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfxo27vxhplrttmlnlaidvgu4wk53wcan7c7j32vii3qmev2cwtdew2sbszy4p45q3ns5/providers/Microsoft.Storage/storageAccounts/share6cou4gf3x4m35kl4hgk","name":"share6cou4gf3x4m35kl4hgk","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.9884964Z","key2":"2025-09-28T09:05:55.9884964Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:56.0040299Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:56.0040299Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"ResolvingDns","creationTime":"2025-09-28T09:05:55.8166194Z","primaryEndpoints":{"dfs":"https://share6cou4gf3x4m35kl4hgk.dfs.core.windows.net/","web":"https://share6cou4gf3x4m35kl4hgk.z20.web.core.windows.net/","blob":"https://share6cou4gf3x4m35kl4hgk.blob.core.windows.net/","queue":"https://share6cou4gf3x4m35kl4hgk.queue.core.windows.net/","table":"https://share6cou4gf3x4m35kl4hgk.table.core.windows.net/","file":"https://share6cou4gf3x4m35kl4hgk.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://share6cou4gf3x4m35kl4hgk-secondary.dfs.core.windows.net/","web":"https://share6cou4gf3x4m35kl4hgk-secondary.z20.web.core.windows.net/","blob":"https://share6cou4gf3x4m35kl4hgk-secondary.blob.core.windows.net/","queue":"https://share6cou4gf3x4m35kl4hgk-secondary.queue.core.windows.net/","table":"https://share6cou4gf3x4m35kl4hgk-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5u4zj4zorv2253ftplrtysjuzoj4wtrpineey4t5orevfyta4q3omwmkz3ut45qe2kmj/providers/Microsoft.Storage/storageAccounts/sharego4hftlqe2n3jq3g67l","name":"sharego4hftlqe2n3jq3g67l","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.9571531Z","key2":"2025-09-28T09:05:55.9571531Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.9727781Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.9727781Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"ResolvingDns","creationTime":"2025-09-28T09:05:55.7696531Z","primaryEndpoints":{"dfs":"https://sharego4hftlqe2n3jq3g67l.dfs.core.windows.net/","web":"https://sharego4hftlqe2n3jq3g67l.z20.web.core.windows.net/","blob":"https://sharego4hftlqe2n3jq3g67l.blob.core.windows.net/","queue":"https://sharego4hftlqe2n3jq3g67l.queue.core.windows.net/","table":"https://sharego4hftlqe2n3jq3g67l.table.core.windows.net/","file":"https://sharego4hftlqe2n3jq3g67l.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sharego4hftlqe2n3jq3g67l-secondary.dfs.core.windows.net/","web":"https://sharego4hftlqe2n3jq3g67l-secondary.z20.web.core.windows.net/","blob":"https://sharego4hftlqe2n3jq3g67l-secondary.blob.core.windows.net/","queue":"https://sharego4hftlqe2n3jq3g67l-secondary.queue.core.windows.net/","table":"https://sharego4hftlqe2n3jq3g67l-secondary.table.core.windows.net/"}}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"FileStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestn452w6jmx6nekh4tup4pjdz6vmovgod463zodd5pydhtcgzqq7wlygvo36iscwf5lga6/providers/Microsoft.Storage/storageAccounts/sharelqbn7c7cisgo3yeouym","name":"sharelqbn7c7cisgo3yeouym","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.1447331Z","key2":"2025-09-28T09:05:55.1447331Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"largeFileSharesState":"Enabled","networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.1602722Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.1602722Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"ResolvingDns","creationTime":"2025-09-28T09:05:54.9728187Z","primaryEndpoints":{"file":"https://sharelqbn7c7cisgo3yeouym.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttbfxjirk7jkkm7qvty3pmc45m6r6i42pceolmtg3cu3brz7dtdoim75t64fpol5nsn4a/providers/Microsoft.Storage/storageAccounts/sharezi3rr624uq7ycdse2cy","name":"sharezi3rr624uq7ycdse2cy","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.5508998Z","key2":"2025-09-28T09:05:55.5508998Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.5665259Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.5665259Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"ResolvingDns","creationTime":"2025-09-28T09:05:55.3634037Z","primaryEndpoints":{"dfs":"https://sharezi3rr624uq7ycdse2cy.dfs.core.windows.net/","web":"https://sharezi3rr624uq7ycdse2cy.z20.web.core.windows.net/","blob":"https://sharezi3rr624uq7ycdse2cy.blob.core.windows.net/","queue":"https://sharezi3rr624uq7ycdse2cy.queue.core.windows.net/","table":"https://sharezi3rr624uq7ycdse2cy.table.core.windows.net/","file":"https://sharezi3rr624uq7ycdse2cy.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sharezi3rr624uq7ycdse2cy-secondary.dfs.core.windows.net/","web":"https://sharezi3rr624uq7ycdse2cy-secondary.z20.web.core.windows.net/","blob":"https://sharezi3rr624uq7ycdse2cy-secondary.blob.core.windows.net/","queue":"https://sharezi3rr624uq7ycdse2cy-secondary.queue.core.windows.net/","table":"https://sharezi3rr624uq7ycdse2cy-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlnnugc4h23ae66fhghi6xu6qhu5ztbje3r44z6jw7ygnrogyca7fruxieoi5rn4xqo4f/providers/Microsoft.Storage/storageAccounts/clitestkexin5f3dgelcmx23","name":"clitestkexin5f3dgelcmx23","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:59:06.3053903Z","key2":"2025-09-25T03:59:06.3053903Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:59:06.3053903Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:59:06.3053903Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:59:06.1803870Z","primaryEndpoints":{"dfs":"https://clitestkexin5f3dgelcmx23.dfs.core.windows.net/","web":"https://clitestkexin5f3dgelcmx23.z19.web.core.windows.net/","blob":"https://clitestkexin5f3dgelcmx23.blob.core.windows.net/","queue":"https://clitestkexin5f3dgelcmx23.queue.core.windows.net/","table":"https://clitestkexin5f3dgelcmx23.table.core.windows.net/","file":"https://clitestkexin5f3dgelcmx23.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestuaattuokyjhw7sntbufwibdlvp6rpovlp4dznqjwf6bid25ko3akrcsxwsxdnavrynrt/providers/Microsoft.Storage/storageAccounts/clitestp36tiug7ym2kwyzdd","name":"clitestp36tiug7ym2kwyzdd","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T10:12:39.0741108Z","key2":"2025-09-23T10:12:39.0741108Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:39.0897477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:39.0897477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T10:12:38.9491125Z","primaryEndpoints":{"dfs":"https://clitestp36tiug7ym2kwyzdd.dfs.core.windows.net/","web":"https://clitestp36tiug7ym2kwyzdd.z19.web.core.windows.net/","blob":"https://clitestp36tiug7ym2kwyzdd.blob.core.windows.net/","queue":"https://clitestp36tiug7ym2kwyzdd.queue.core.windows.net/","table":"https://clitestp36tiug7ym2kwyzdd.table.core.windows.net/","file":"https://clitestp36tiug7ym2kwyzdd.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestubryjfms4ribsqr6m5z74pugac7bkp6vh72pja72ltdocpzx5ihrb65722hio224oat3/providers/Microsoft.Storage/storageAccounts/versionmw64tyonjtv3d5ip2","name":"versionmw64tyonjtv3d5ip2","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:40:22.5426763Z","key2":"2025-09-25T03:40:22.5426763Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:40:22.5583028Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:40:22.5583028Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:40:22.3864273Z","primaryEndpoints":{"dfs":"https://versionmw64tyonjtv3d5ip2.dfs.core.windows.net/","web":"https://versionmw64tyonjtv3d5ip2.z19.web.core.windows.net/","blob":"https://versionmw64tyonjtv3d5ip2.blob.core.windows.net/","queue":"https://versionmw64tyonjtv3d5ip2.queue.core.windows.net/","table":"https://versionmw64tyonjtv3d5ip2.table.core.windows.net/","file":"https://versionmw64tyonjtv3d5ip2.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestndb3wxemvszq4dkh3c5ls3mcc7xfcno3ce3s5u4mjp26m4i3jmlvafpw5ovooqzruuvk/providers/Microsoft.Storage/storageAccounts/versionohptwbpljnotpfw37","name":"versionohptwbpljnotpfw37","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T10:12:32.8241298Z","key2":"2025-09-23T10:12:32.8241298Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:32.8397577Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:32.8397577Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T10:12:32.6991330Z","primaryEndpoints":{"dfs":"https://versionohptwbpljnotpfw37.dfs.core.windows.net/","web":"https://versionohptwbpljnotpfw37.z19.web.core.windows.net/","blob":"https://versionohptwbpljnotpfw37.blob.core.windows.net/","queue":"https://versionohptwbpljnotpfw37.queue.core.windows.net/","table":"https://versionohptwbpljnotpfw37.table.core.windows.net/","file":"https://versionohptwbpljnotpfw37.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '14156' + - '28988' content-type: - application/json; charset=utf-8 date: - - Tue, 23 Sep 2025 09:15:42 GMT + - Sun, 28 Sep 2025 09:06:01 GMT expires: - '-1' pragma: @@ -315,8 +315,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - cb8e9b41-ff12-43a1-8507-3c28d07e34dd - - b6fd8b03-4e84-4e56-b050-40d9567b0111 + - e1d5bba8-5f0e-4811-826c-a0d1dc29e38b + - 9a40d419-5af9-4f37-a973-97f530e1c629 + - 8e6fe0ce-36de-4968-9385-ec3ab64152b0 x-ms-throttling-version: - v2 status: @@ -343,7 +344,7 @@ interactions: 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-23T09:15:10.3841823Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:15:10.3841823Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:28.0977296Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:28.0977296Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -352,7 +353,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:15:44 GMT + - Sun, 28 Sep 2025 09:06:02 GMT expires: - '-1' pragma: @@ -364,7 +365,7 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/4c4af48c-0962-498b-aeb8-870f013e5d24 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/e8c99880-2f91-43f9-b602-a79a3b342861 x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -391,7 +392,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2025-01-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:15:10.3841823Z","key2":"2025-09-23T09:15:10.3841823Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:10.3841823Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:10.3841823Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:15:10.2279229Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:28.0977296Z","key2":"2025-09-28T09:05:28.0977296Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:28.1132872Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:28.1132872Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:27.9101603Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -400,7 +401,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:15:46 GMT + - Sun, 28 Sep 2025 09:06:04 GMT expires: - '-1' pragma: @@ -432,17 +433,17 @@ interactions: ParameterSetName: - --share-name --source -p --connection-string --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: - - Tue, 23 Sep 2025 09:15:46 GMT + - Sun, 28 Sep 2025 09:06:05 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -452,31 +453,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:47 GMT + - Sun, 28 Sep 2025 09:06:06 GMT etag: - - '"0x8DDFA81C876BA8E"' + - '"0x8DDFE6E42297EAA"' last-modified: - - Tue, 23 Sep 2025 09:15:47 GMT + - Sun, 28 Sep 2025 09:06:06 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:15:47.7427854Z' + - '2025-09-28T09:06:06.6351786Z' x-ms-file-creation-time: - - '2025-09-23T09:15:47.7427854Z' + - '2025-09-28T09:06:06.6351786Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:15:47.7427854Z' + - '2025-09-28T09:06:06.6351786Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -498,15 +499,15 @@ interactions: ParameterSetName: - --share-name --source -p --connection-string --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:15:47 GMT + - Sun, 28 Sep 2025 09:06:06 GMT x-ms-range: - bytes=0-131071 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -520,19 +521,19 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Tue, 23 Sep 2025 09:15:49 GMT + - Sun, 28 Sep 2025 09:06:08 GMT etag: - - '"0x8DDFA81C9BFA2A9"' + - '"0x8DDFE6E4368AE20"' last-modified: - - Tue, 23 Sep 2025 09:15:49 GMT + - Sun, 28 Sep 2025 09:06:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:15:49.8983081Z' + - '2025-09-28T09:06:08.7269920Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -550,15 +551,15 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:15:50 GMT + - Sun, 28 Sep 2025 09:06:08 GMT x-ms-range: - bytes=0-33554431 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -574,27 +575,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:15:50 GMT + - Sun, 28 Sep 2025 09:06:09 GMT etag: - - '"0x8DDFA81C9BFA2A9"' + - '"0x8DDFE6E4368AE20"' last-modified: - - Tue, 23 Sep 2025 09:15:49 GMT + - Sun, 28 Sep 2025 09:06:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:15:49.8983081Z' + - '2025-09-28T09:06:08.7269920Z' x-ms-file-creation-time: - - '2025-09-23T09:15:47.7427854Z' + - '2025-09-28T09:06:06.6351786Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:15:49.8983081Z' + - '2025-09-28T09:06:08.7269920Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-lease-state: - available x-ms-lease-status: @@ -604,7 +605,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 206 message: Partial Content @@ -622,13 +623,13 @@ interactions: ParameterSetName: - --share-name -p --dest --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:15:52 GMT + - Sun, 28 Sep 2025 09:06:10 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -640,27 +641,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:15:52 GMT + - Sun, 28 Sep 2025 09:06:11 GMT etag: - - '"0x8DDFA81C9BFA2A9"' + - '"0x8DDFE6E4368AE20"' last-modified: - - Tue, 23 Sep 2025 09:15:49 GMT + - Sun, 28 Sep 2025 09:06:08 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:15:49.8983081Z' + - '2025-09-28T09:06:08.7269920Z' x-ms-file-creation-time: - - '2025-09-23T09:15:47.7427854Z' + - '2025-09-28T09:06:06.6351786Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:15:49.8983081Z' + - '2025-09-28T09:06:08.7269920Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-lease-state: - available x-ms-lease-status: @@ -670,7 +671,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -688,34 +689,34 @@ interactions: ParameterSetName: - --share-name -p --dest --disallow-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-date: - - Tue, 23 Sep 2025 09:15:53 GMT + - Sun, 28 Sep 2025 09:06:12 GMT x-ms-range: - bytes=0-33554431 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:08844621-601a-0010-226a-2c1241000000\nTime:2025-09-23T09:15:54.6607941Z" + specified resource does not exist.\nRequestId:a131282a-e01a-0007-7957-3009d4000000\nTime:2025-09-28T09:06:13.1793205Z" headers: content-length: - '221' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:15:53 GMT + - Sun, 28 Sep 2025 09:06: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. @@ -736,17 +737,17 @@ interactions: - --source-account-name --source-path --source-share --destination-path --destination-share --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitestju3wba5mvenwgf7u4.file.core.windows.net/share6dl33wcojdiiuljdrlw/sample_file.bin... + - https://clitestbprgduslffy3b2vt6.file.core.windows.net/shareagtgr4zqlfdbvvtaokx/sample_file.bin... x-ms-date: - - Tue, 23 Sep 2025 09:15:54 GMT + - Sun, 28 Sep 2025 09:06:13 GMT x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file_dst.bin... response: @@ -756,19 +757,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:55 GMT + - Sun, 28 Sep 2025 09:06:13 GMT etag: - - '"0x8DDFA81CD7A73D0"' + - '"0x8DDFE6E46F11061"' last-modified: - - Tue, 23 Sep 2025 09:15:56 GMT + - Sun, 28 Sep 2025 09:06:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - 38284606-9a79-471f-a412-a3404212a54d + - 8dc6e9c3-3730-44f1-a3cb-0e1765de9528 x-ms-copy-status: - success x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -786,13 +787,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:15:56 GMT + - Sun, 28 Sep 2025 09:06:14 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file_dst.bin... response: @@ -804,37 +805,37 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:15:57 GMT + - Sun, 28 Sep 2025 09:06:15 GMT etag: - - '"0x8DDFA81CD7A73D0"' + - '"0x8DDFE6E46F11061"' last-modified: - - Tue, 23 Sep 2025 09:15:56 GMT + - Sun, 28 Sep 2025 09:06:14 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Tue, 23 Sep 2025 09:15:56 GMT + - Sun, 28 Sep 2025 09:06:14 GMT x-ms-copy-id: - - 38284606-9a79-471f-a412-a3404212a54d + - 8dc6e9c3-3730-44f1-a3cb-0e1765de9528 x-ms-copy-progress: - 131072/131072 x-ms-copy-source: - - https://clitestju3wba5mvenwgf7u4.file.core.windows.net/share6dl33wcojdiiuljdrlw/sample_file.bin... + - https://clitestbprgduslffy3b2vt6.file.core.windows.net/shareagtgr4zqlfdbvvtaokx/sample_file.bin... x-ms-copy-status: - success x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:15:56.1557968Z' + - '2025-09-28T09:06:14.6539617Z' x-ms-file-creation-time: - - '2025-09-23T09:15:56.1557968Z' + - '2025-09-28T09:06:14.6539617Z' x-ms-file-id: - '13835163608398430208' x-ms-file-last-write-time: - - '2025-09-23T09:15:56.1557968Z' + - '2025-09-28T09:06:14.6539617Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-lease-state: - available x-ms-lease-status: @@ -844,7 +845,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -865,17 +866,17 @@ interactions: - --source-account-name --source-path --source-share --destination-path --destination-share --disallow-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-copy-source: - - https://clitestju3wba5mvenwgf7u4.file.core.windows.net/share6dl33wcojdiiuljdrlw/sample_file.bin... + - https://clitestbprgduslffy3b2vt6.file.core.windows.net/shareagtgr4zqlfdbvvtaokx/sample_file.bin... x-ms-date: - - Tue, 23 Sep 2025 09:15:57 GMT + - Sun, 28 Sep 2025 09:06:16 GMT x-ms-source-allow-trailing-dot: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file_dst.bin... response: @@ -885,19 +886,19 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:58 GMT + - Sun, 28 Sep 2025 09:06:17 GMT etag: - - '"0x8DDFA81CF2B9380"' + - '"0x8DDFE6E48956DA2"' last-modified: - - Tue, 23 Sep 2025 09:15:58 GMT + - Sun, 28 Sep 2025 09:06:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-id: - - 7239b9f8-78aa-4bb3-85c9-c76c57a29c60 + - ab43bad7-152e-4dec-a35d-1fefe87d3e98 x-ms-copy-status: - success x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 202 message: Accepted @@ -915,13 +916,13 @@ interactions: ParameterSetName: - -s -p --disallow-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-date: - - Tue, 23 Sep 2025 09:15:59 GMT + - Sun, 28 Sep 2025 09:06:17 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file_dst.bin... response: @@ -933,37 +934,37 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:15:59 GMT + - Sun, 28 Sep 2025 09:06:18 GMT etag: - - '"0x8DDFA81CF2B9380"' + - '"0x8DDFE6E48956DA2"' last-modified: - - Tue, 23 Sep 2025 09:15:58 GMT + - Sun, 28 Sep 2025 09:06:17 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-copy-completion-time: - - Tue, 23 Sep 2025 09:15:58 GMT + - Sun, 28 Sep 2025 09:06:17 GMT x-ms-copy-id: - - 7239b9f8-78aa-4bb3-85c9-c76c57a29c60 + - ab43bad7-152e-4dec-a35d-1fefe87d3e98 x-ms-copy-progress: - 131072/131072 x-ms-copy-source: - - https://clitestju3wba5mvenwgf7u4.file.core.windows.net/share6dl33wcojdiiuljdrlw/sample_file.bin... + - https://clitestbprgduslffy3b2vt6.file.core.windows.net/shareagtgr4zqlfdbvvtaokx/sample_file.bin... x-ms-copy-status: - success x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:15:58.9943168Z' + - '2025-09-28T09:06:17.4088610Z' x-ms-file-creation-time: - - '2025-09-23T09:15:58.9943168Z' + - '2025-09-28T09:06:17.4088610Z' x-ms-file-id: - '13835075647468208128' x-ms-file-last-write-time: - - '2025-09-23T09:15:58.9943168Z' + - '2025-09-28T09:06:17.4088610Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-lease-state: - available x-ms-lease-status: @@ -973,7 +974,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -994,36 +995,36 @@ interactions: - --source-account-name --source-path --source-share --destination-path --destination-share --disallow-source-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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://clitestju3wba5mvenwgf7u4.file.core.windows.net/share6dl33wcojdiiuljdrlw/sample_file.bin... + - https://clitestbprgduslffy3b2vt6.file.core.windows.net/shareagtgr4zqlfdbvvtaokx/sample_file.bin... x-ms-date: - - Tue, 23 Sep 2025 09:16:00 GMT + - Sun, 28 Sep 2025 09:06:19 GMT x-ms-source-allow-trailing-dot: - 'false' x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file_dst.bin... response: body: string: "\uFEFFResourceNotFoundThe - specified resource does not exist.\nRequestId:57a4b14d-c01a-0019-096a-2c5792000000\nTime:2025-09-23T09:16:01.7527351Z" + specified resource does not exist.\nRequestId:55f0d0e5-a01a-0080-4e57-309ab1000000\nTime:2025-09-28T09:06:20.2273536Z" headers: content-length: - '221' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:16:01 GMT + - Sun, 28 Sep 2025 09:06: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. @@ -1043,13 +1044,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:16:01 GMT + - Sun, 28 Sep 2025 09:06:20 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -1059,11 +1060,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:16:02 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -1081,13 +1082,13 @@ interactions: ParameterSetName: - -s -p --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:16:03 GMT + - Sun, 28 Sep 2025 09:06:21 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -1095,7 +1096,7 @@ interactions: string: '' headers: date: - - Tue, 23 Sep 2025 09:16:04 GMT + - Sun, 28 Sep 2025 09:06:22 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -1103,7 +1104,7 @@ interactions: x-ms-error-code: - ResourceNotFound x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 404 message: The specified resource does not exist. @@ -1123,17 +1124,17 @@ interactions: ParameterSetName: - --share-name --source -p --disallow-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-content-length: - '131072' x-ms-date: - - Tue, 23 Sep 2025 09:16:05 GMT + - Sun, 28 Sep 2025 09:06:23 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -1143,31 +1144,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:16:05 GMT + - Sun, 28 Sep 2025 09:06:23 GMT etag: - - '"0x8DDFA81D378159B"' + - '"0x8DDFE6E4C98B74E"' last-modified: - - Tue, 23 Sep 2025 09:16:06 GMT + - Sun, 28 Sep 2025 09:06:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:16:06.2066075Z' + - '2025-09-28T09:06:24.1412942Z' x-ms-file-creation-time: - - '2025-09-23T09:16:06.2066075Z' + - '2025-09-28T09:06:24.1412942Z' x-ms-file-id: - '13835110831840296960' x-ms-file-last-write-time: - - '2025-09-23T09:16:06.2066075Z' + - '2025-09-28T09:06:24.1412942Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1189,15 +1190,15 @@ interactions: ParameterSetName: - --share-name --source -p --disallow-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-date: - - Tue, 23 Sep 2025 09:16:06 GMT + - Sun, 28 Sep 2025 09:06:24 GMT x-ms-range: - bytes=0-131071 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -1211,19 +1212,19 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Tue, 23 Sep 2025 09:16:08 GMT + - Sun, 28 Sep 2025 09:06:26 GMT etag: - - '"0x8DDFA81D4B93E48"' + - '"0x8DDFE6E4DD9B967"' last-modified: - - Tue, 23 Sep 2025 09:16:08 GMT + - Sun, 28 Sep 2025 09:06:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:16:08.3113544Z' + - '2025-09-28T09:06:26.2450535Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1244,17 +1245,17 @@ interactions: - --share-name --source -p --disallow-trailing-dot --connection-string --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-content-length: - '131072' x-ms-date: - - Tue, 23 Sep 2025 09:16:08 GMT + - Sun, 28 Sep 2025 09:06:26 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -1264,31 +1265,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:16:08 GMT + - Sun, 28 Sep 2025 09:06:26 GMT etag: - - '"0x8DDFA81D590D152"' + - '"0x8DDFE6E4E9E2860"' last-modified: - - Tue, 23 Sep 2025 09:16:09 GMT + - Sun, 28 Sep 2025 09:06:27 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:16:09.7241426Z' + - '2025-09-28T09:06:27.5324000Z' x-ms-file-creation-time: - - '2025-09-23T09:16:09.7241426Z' + - '2025-09-28T09:06:27.5324000Z' x-ms-file-id: - '13835110831840296960' x-ms-file-last-write-time: - - '2025-09-23T09:16:09.7241426Z' + - '2025-09-28T09:06:27.5324000Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1311,15 +1312,15 @@ interactions: - --share-name --source -p --disallow-trailing-dot --connection-string --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-date: - - Tue, 23 Sep 2025 09:16:09 GMT + - Sun, 28 Sep 2025 09:06:27 GMT x-ms-range: - bytes=0-131071 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -1333,19 +1334,19 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Tue, 23 Sep 2025 09:16:11 GMT + - Sun, 28 Sep 2025 09:06:28 GMT etag: - - '"0x8DDFA81D6D1D318"' + - '"0x8DDFE6E4FE25B3B"' last-modified: - - Tue, 23 Sep 2025 09:16:11 GMT + - Sun, 28 Sep 2025 09:06:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:16:11.8278936Z' + - '2025-09-28T09:06:29.6570683Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1363,13 +1364,13 @@ interactions: ParameterSetName: - -s -p --disallow-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-date: - - Tue, 23 Sep 2025 09:16:12 GMT + - Sun, 28 Sep 2025 09:06:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/sample_file.bin... response: @@ -1381,27 +1382,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:16:12 GMT + - Sun, 28 Sep 2025 09:06:30 GMT etag: - - '"0x8DDFA81D6D1D318"' + - '"0x8DDFE6E4FE25B3B"' last-modified: - - Tue, 23 Sep 2025 09:16:11 GMT + - Sun, 28 Sep 2025 09:06:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:16:11.8278936Z' + - '2025-09-28T09:06:29.6570683Z' x-ms-file-creation-time: - - '2025-09-23T09:16:09.7241426Z' + - '2025-09-28T09:06:27.5324000Z' x-ms-file-id: - '13835110831840296960' x-ms-file-last-write-time: - - '2025-09-23T09:16:11.8278936Z' + - '2025-09-28T09:06:29.6570683Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 18401672486215112050*6340848238958198268 + - 6367938328657182225*17365772867393377951 x-ms-lease-state: - available x-ms-lease-status: @@ -1411,7 +1412,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1431,13 +1432,13 @@ interactions: ParameterSetName: - --share-name --name --fail-on-exist --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:16:13 GMT + - Sun, 28 Sep 2025 09:06:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004..?restype=directory response: @@ -1447,31 +1448,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:16:14 GMT + - Sun, 28 Sep 2025 09:06:31 GMT etag: - - '"0x8DDFA81D864B75D"' + - '"0x8DDFE6E5177D529"' last-modified: - - Tue, 23 Sep 2025 09:16:14 GMT + - Sun, 28 Sep 2025 09:06:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:16:14.4682845Z' + - '2025-09-28T09:06:32.3143977Z' x-ms-file-creation-time: - - '2025-09-23T09:16:14.4682845Z' + - '2025-09-28T09:06:32.3143977Z' x-ms-file-id: - '13835066851375185920' x-ms-file-last-write-time: - - '2025-09-23T09:16:14.4682845Z' + - '2025-09-28T09:06:32.3143977Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 4549781259359365749*6340848238958198268 + - 10963090225223614742*17365772867393377951 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1494,16 +1495,16 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2025-01-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:15:10.3841823Z","key2":"2025-09-23T09:15:10.3841823Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:10.3841823Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:10.3841823Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:15:10.2279229Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestonurb4zaaqrnh44b2baixyx53arbqays3kf3qetrmo4qis46rupmxuqqdczrhjmdyrhe/providers/Microsoft.Storage/storageAccounts/messagejmslwxe5eplzc2mk3","name":"messagejmslwxe5eplzc2mk3","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:16:04.5090282Z","key2":"2025-09-23T09:16:04.5090282Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:16:04.5090282Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:16:04.5090282Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"ResolvingDns","creationTime":"2025-09-23T09:16:04.3527851Z","primaryEndpoints":{"dfs":"https://messagejmslwxe5eplzc2mk3.dfs.core.windows.net/","web":"https://messagejmslwxe5eplzc2mk3.z20.web.core.windows.net/","blob":"https://messagejmslwxe5eplzc2mk3.blob.core.windows.net/","queue":"https://messagejmslwxe5eplzc2mk3.queue.core.windows.net/","table":"https://messagejmslwxe5eplzc2mk3.table.core.windows.net/","file":"https://messagejmslwxe5eplzc2mk3.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://messagejmslwxe5eplzc2mk3-secondary.dfs.core.windows.net/","web":"https://messagejmslwxe5eplzc2mk3-secondary.z20.web.core.windows.net/","blob":"https://messagejmslwxe5eplzc2mk3-secondary.blob.core.windows.net/","queue":"https://messagejmslwxe5eplzc2mk3-secondary.queue.core.windows.net/","table":"https://messagejmslwxe5eplzc2mk3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestepfgcnuq3hdghpeowpsv2gf6cx5oqhz2t7kqfrphld5wy6gsihgt6sjmll5ebbt4cgav/providers/Microsoft.Storage/storageAccounts/queuezuhwalho3ebl5y4zmm4","name":"queuezuhwalho3ebl5y4zmm4","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:15:31.1809926Z","key2":"2025-09-23T09:15:31.1809926Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:31.1809926Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:31.1809926Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T09:15:31.0247441Z","primaryEndpoints":{"dfs":"https://queuezuhwalho3ebl5y4zmm4.dfs.core.windows.net/","web":"https://queuezuhwalho3ebl5y4zmm4.z20.web.core.windows.net/","blob":"https://queuezuhwalho3ebl5y4zmm4.blob.core.windows.net/","queue":"https://queuezuhwalho3ebl5y4zmm4.queue.core.windows.net/","table":"https://queuezuhwalho3ebl5y4zmm4.table.core.windows.net/","file":"https://queuezuhwalho3ebl5y4zmm4.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://queuezuhwalho3ebl5y4zmm4-secondary.dfs.core.windows.net/","web":"https://queuezuhwalho3ebl5y4zmm4-secondary.z20.web.core.windows.net/","blob":"https://queuezuhwalho3ebl5y4zmm4-secondary.blob.core.windows.net/","queue":"https://queuezuhwalho3ebl5y4zmm4-secondary.queue.core.windows.net/","table":"https://queuezuhwalho3ebl5y4zmm4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkrsbaydbb5auli5pqpsqzzzwb2ow4og446bm77xeh4qzib4usgndkgjtawvdqd5dc/providers/Microsoft.Storage/storageAccounts/clitest7dwzhymhxab6rq53t","name":"clitest7dwzhymhxab6rq53t","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:33:33.0760855Z","key2":"2025-09-22T02:33:33.0760855Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:33:33.0917161Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:33:33.0917161Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:33:32.9354566Z","primaryEndpoints":{"blob":"https://clitest7dwzhymhxab6rq53t.blob.core.windows.net/","queue":"https://clitest7dwzhymhxab6rq53t.queue.core.windows.net/","table":"https://clitest7dwzhymhxab6rq53t.table.core.windows.net/","file":"https://clitest7dwzhymhxab6rq53t.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgvldvzl5tg4jatlufixdmsiugjysocphcpkb7ru4hwaga65o2ydqxd6crd5pr2chk3/providers/Microsoft.Storage/storageAccounts/clitest7jlfiyvmk5zb6tiug","name":"clitest7jlfiyvmk5zb6tiug","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:05:42.9183928Z","key2":"2025-09-23T09:05:42.9183928Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:05:42.9183928Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:05:42.9183928Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:05:42.8090158Z","primaryEndpoints":{"blob":"https://clitest7jlfiyvmk5zb6tiug.blob.core.windows.net/","queue":"https://clitest7jlfiyvmk5zb6tiug.queue.core.windows.net/","table":"https://clitest7jlfiyvmk5zb6tiug.table.core.windows.net/","file":"https://clitest7jlfiyvmk5zb6tiug.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgqevkzlvjads7zyirjywrswqshimke2aw54ze6jcreyjh3fxneaxbap42sviya75ay/providers/Microsoft.Storage/storageAccounts/clitesthupd2jmgvyp7efjjy","name":"clitesthupd2jmgvyp7efjjy","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:39:16.2382371Z","key2":"2025-09-22T02:39:16.2382371Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:39:16.2538575Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:39:16.2538575Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:39:16.1133112Z","primaryEndpoints":{"blob":"https://clitesthupd2jmgvyp7efjjy.blob.core.windows.net/","queue":"https://clitesthupd2jmgvyp7efjjy.queue.core.windows.net/","table":"https://clitesthupd2jmgvyp7efjjy.table.core.windows.net/","file":"https://clitesthupd2jmgvyp7efjjy.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgvaw52ob4e6t4knglvcfkwkt5pvplcqjcxzfbftqllxpacy5vv2irf2gfuodtwvz5q/providers/Microsoft.Storage/storageAccounts/clitestpkcb3xfvzxeb2ogpk","name":"clitestpkcb3xfvzxeb2ogpk","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T02:48:28.0919867Z","key2":"2025-09-22T02:48:28.0919867Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:48:28.0919867Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T02:48:28.0919867Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T02:48:27.9826714Z","primaryEndpoints":{"blob":"https://clitestpkcb3xfvzxeb2ogpk.blob.core.windows.net/","queue":"https://clitestpkcb3xfvzxeb2ogpk.queue.core.windows.net/","table":"https://clitestpkcb3xfvzxeb2ogpk.table.core.windows.net/","file":"https://clitestpkcb3xfvzxeb2ogpk.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgcec4m3hx5gjieh47fbge6kjopissq2tkuuhecaswoxvxlx6pmld3wkkkqpbbt64fd/providers/Microsoft.Storage/storageAccounts/clitestr36nz43vogmwl7kfb","name":"clitestr36nz43vogmwl7kfb","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-22T06:54:12.2758834Z","key2":"2025-09-22T06:54:12.2758834Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T06:54:12.2758834Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-22T06:54:12.2758834Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-22T06:54:12.1820828Z","primaryEndpoints":{"blob":"https://clitestr36nz43vogmwl7kfb.blob.core.windows.net/","queue":"https://clitestr36nz43vogmwl7kfb.queue.core.windows.net/","table":"https://clitestr36nz43vogmwl7kfb.table.core.windows.net/","file":"https://clitestr36nz43vogmwl7kfb.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_active_active_vnet_vnet_connection75ubnsc7vmq546wss3jjf4xh32hs3p3k/providers/Microsoft.Storage/storageAccounts/clitestvpncnnektlxs4oggu","name":"clitestvpncnnektlxs4oggu","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T05:37:40.8345780Z","key2":"2025-09-23T05:37:40.8345780Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T05:37:40.8502037Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T05:37:40.8502037Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T05:37:40.7252008Z","primaryEndpoints":{"blob":"https://clitestvpncnnektlxs4oggu.blob.core.windows.net/","queue":"https://clitestvpncnnektlxs4oggu.queue.core.windows.net/","table":"https://clitestvpncnnektlxs4oggu.table.core.windows.net/","file":"https://clitestvpncnnektlxs4oggu.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/whatif-demo-rg/providers/Microsoft.Storage/storageAccounts/whatifdemosa","name":"whatifdemosa","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"environment":"test"},"properties":{"dualStackEndpointPreference":{"defaultDualStackEndpoints":false,"publishIpv4Endpoint":false,"publishIpv6Endpoint":false},"dnsEndpointType":"Standard","defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2025-09-26T07:02:55.8943075Z","key2":"2025-09-26T07:02:55.8943075Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":true,"largeFileSharesState":"Enabled","networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-26T07:02:55.9099344Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-26T07:02:55.9099344Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-26T07:02:55.7224324Z","primaryEndpoints":{"dfs":"https://whatifdemosa.dfs.core.windows.net/","web":"https://whatifdemosa.z13.web.core.windows.net/","blob":"https://whatifdemosa.blob.core.windows.net/","queue":"https://whatifdemosa.queue.core.windows.net/","table":"https://whatifdemosa.table.core.windows.net/","file":"https://whatifdemosa.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://whatifdemosa-secondary.dfs.core.windows.net/","web":"https://whatifdemosa-secondary.z13.web.core.windows.net/","blob":"https://whatifdemosa-secondary.blob.core.windows.net/","queue":"https://whatifdemosa-secondary.queue.core.windows.net/","table":"https://whatifdemosa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgd27z3tdjet3vfsn7botbqsf6jm7fmexxxn5vmn73etramkotnwhyfkqdi2byboe5b/providers/Microsoft.Storage/storageAccounts/clitest2xvbobz2axwv27x5b","name":"clitest2xvbobz2axwv27x5b","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:46:51.3932036Z","key2":"2025-09-23T09:46:51.3932036Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:46:51.4088277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:46:51.4088277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T09:46:51.2525789Z","primaryEndpoints":{"dfs":"https://clitest2xvbobz2axwv27x5b.dfs.core.windows.net/","web":"https://clitest2xvbobz2axwv27x5b.z20.web.core.windows.net/","blob":"https://clitest2xvbobz2axwv27x5b.blob.core.windows.net/","queue":"https://clitest2xvbobz2axwv27x5b.queue.core.windows.net/","table":"https://clitest2xvbobz2axwv27x5b.table.core.windows.net/","file":"https://clitest2xvbobz2axwv27x5b.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:28.0977296Z","key2":"2025-09-28T09:05:28.0977296Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:28.1132872Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:28.1132872Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:27.9101603Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgaywwponeltyqtfzr2cxiajmgjfu5yxa5kyi5ltykf4czyslpcyexhemszsdtqt43c/providers/Microsoft.Storage/storageAccounts/clitestcknitn47gwho3z5ca","name":"clitestcknitn47gwho3z5ca","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:06:26.3011192Z","key2":"2025-09-28T09:06:26.3011192Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:06:26.3167647Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:06:26.3167647Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"ResolvingDns","creationTime":"2025-09-28T09:06:26.0979353Z","primaryEndpoints":{"blob":"https://clitestcknitn47gwho3z5ca.blob.core.windows.net/","queue":"https://clitestcknitn47gwho3z5ca.queue.core.windows.net/","table":"https://clitestcknitn47gwho3z5ca.table.core.windows.net/","file":"https://clitestcknitn47gwho3z5ca.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg743hfg5zaao5jod2cqlfyywl4mp7i4khohb6eji6bjukfxu4ffn5abigyru4zkhi7/providers/Microsoft.Storage/storageAccounts/clitestgqxncjduhrxpp6nno","name":"clitestgqxncjduhrxpp6nno","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:30.2070369Z","key2":"2025-09-28T09:05:30.2070369Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:30.2226658Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:30.2226658Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:30.0040018Z","primaryEndpoints":{"blob":"https://clitestgqxncjduhrxpp6nno.blob.core.windows.net/","queue":"https://clitestgqxncjduhrxpp6nno.queue.core.windows.net/","table":"https://clitestgqxncjduhrxpp6nno.table.core.windows.net/","file":"https://clitestgqxncjduhrxpp6nno.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgaywwponeltyqtfzr2cxiajmgjfu5yxa5kyi5ltykf4czyslpcyexhemszsdtqt43c/providers/Microsoft.Storage/storageAccounts/clitestz3eaxvrs2stt4l7xd","name":"clitestz3eaxvrs2stt4l7xd","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:59.7696896Z","key2":"2025-09-28T09:05:59.7696896Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:59.7853226Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:59.7853226Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:59.5978198Z","primaryEndpoints":{"blob":"https://clitestz3eaxvrs2stt4l7xd.blob.core.windows.net/","queue":"https://clitestz3eaxvrs2stt4l7xd.queue.core.windows.net/","table":"https://clitestz3eaxvrs2stt4l7xd.table.core.windows.net/","file":"https://clitestz3eaxvrs2stt4l7xd.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg3q35ra5wbhknl5j2vzcybyglofljxr3d6tgsousarxfyamdcpf7c5gk7yu7hr2a7p/providers/Microsoft.Storage/storageAccounts/clitestzvoe2pfwcuum7mxlz","name":"clitestzvoe2pfwcuum7mxlz","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:57:05.1033852Z","key2":"2025-09-25T03:57:05.1033852Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:57:05.1033852Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:57:05.1033852Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:57:04.9002588Z","primaryEndpoints":{"dfs":"https://clitestzvoe2pfwcuum7mxlz.dfs.core.windows.net/","web":"https://clitestzvoe2pfwcuum7mxlz.z20.web.core.windows.net/","blob":"https://clitestzvoe2pfwcuum7mxlz.blob.core.windows.net/","queue":"https://clitestzvoe2pfwcuum7mxlz.queue.core.windows.net/","table":"https://clitestzvoe2pfwcuum7mxlz.table.core.windows.net/","file":"https://clitestzvoe2pfwcuum7mxlz.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"zones":["1"],"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgm5ntdc337jomvscnvgm73hlbrqqo2synmbjheudgh4kkiiymomugshx2mgvjrvfx2/providers/Microsoft.Storage/storageAccounts/sahkbjudg6qmtl5dmvsnapv6","name":"sahkbjudg6qmtl5dmvsnapv6","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-27T03:41:05.3982992Z","key2":"2025-09-27T03:41:05.3982992Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:41:05.4139244Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:41:05.4139244Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-27T03:41:05.2576760Z","primaryEndpoints":{"dfs":"https://sahkbjudg6qmtl5dmvsnapv6.dfs.core.windows.net/","web":"https://sahkbjudg6qmtl5dmvsnapv6.z20.web.core.windows.net/","blob":"https://sahkbjudg6qmtl5dmvsnapv6.blob.core.windows.net/","queue":"https://sahkbjudg6qmtl5dmvsnapv6.queue.core.windows.net/","table":"https://sahkbjudg6qmtl5dmvsnapv6.table.core.windows.net/","file":"https://sahkbjudg6qmtl5dmvsnapv6.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.dfs.core.windows.net/","web":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.z20.web.core.windows.net/","blob":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.blob.core.windows.net/","queue":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.queue.core.windows.net/","table":"https://sahkbjudg6qmtl5dmvsnapv6-secondary.table.core.windows.net/"}}},{"zones":["1"],"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgxs5yvp4nnn2qppplfmjjxo6pwt2l6hxfsakdkdwxsjz46sd6c7i7cfd6venetfguo/providers/Microsoft.Storage/storageAccounts/sarnec5d4hy7g64umnru2jtq","name":"sarnec5d4hy7g64umnru2jtq","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-27T03:39:05.9296712Z","key2":"2025-09-27T03:39:05.9296712Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:39:05.9296712Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-27T03:39:05.9296712Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-27T03:39:05.7577948Z","primaryEndpoints":{"dfs":"https://sarnec5d4hy7g64umnru2jtq.dfs.core.windows.net/","web":"https://sarnec5d4hy7g64umnru2jtq.z20.web.core.windows.net/","blob":"https://sarnec5d4hy7g64umnru2jtq.blob.core.windows.net/","queue":"https://sarnec5d4hy7g64umnru2jtq.queue.core.windows.net/","table":"https://sarnec5d4hy7g64umnru2jtq.table.core.windows.net/","file":"https://sarnec5d4hy7g64umnru2jtq.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sarnec5d4hy7g64umnru2jtq-secondary.dfs.core.windows.net/","web":"https://sarnec5d4hy7g64umnru2jtq-secondary.z20.web.core.windows.net/","blob":"https://sarnec5d4hy7g64umnru2jtq-secondary.blob.core.windows.net/","queue":"https://sarnec5d4hy7g64umnru2jtq-secondary.queue.core.windows.net/","table":"https://sarnec5d4hy7g64umnru2jtq-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfxo27vxhplrttmlnlaidvgu4wk53wcan7c7j32vii3qmev2cwtdew2sbszy4p45q3ns5/providers/Microsoft.Storage/storageAccounts/share6cou4gf3x4m35kl4hgk","name":"share6cou4gf3x4m35kl4hgk","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.9884964Z","key2":"2025-09-28T09:05:55.9884964Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:56.0040299Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:56.0040299Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:55.8166194Z","primaryEndpoints":{"dfs":"https://share6cou4gf3x4m35kl4hgk.dfs.core.windows.net/","web":"https://share6cou4gf3x4m35kl4hgk.z20.web.core.windows.net/","blob":"https://share6cou4gf3x4m35kl4hgk.blob.core.windows.net/","queue":"https://share6cou4gf3x4m35kl4hgk.queue.core.windows.net/","table":"https://share6cou4gf3x4m35kl4hgk.table.core.windows.net/","file":"https://share6cou4gf3x4m35kl4hgk.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://share6cou4gf3x4m35kl4hgk-secondary.dfs.core.windows.net/","web":"https://share6cou4gf3x4m35kl4hgk-secondary.z20.web.core.windows.net/","blob":"https://share6cou4gf3x4m35kl4hgk-secondary.blob.core.windows.net/","queue":"https://share6cou4gf3x4m35kl4hgk-secondary.queue.core.windows.net/","table":"https://share6cou4gf3x4m35kl4hgk-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5u4zj4zorv2253ftplrtysjuzoj4wtrpineey4t5orevfyta4q3omwmkz3ut45qe2kmj/providers/Microsoft.Storage/storageAccounts/sharego4hftlqe2n3jq3g67l","name":"sharego4hftlqe2n3jq3g67l","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.9571531Z","key2":"2025-09-28T09:05:55.9571531Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.9727781Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.9727781Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:55.7696531Z","primaryEndpoints":{"dfs":"https://sharego4hftlqe2n3jq3g67l.dfs.core.windows.net/","web":"https://sharego4hftlqe2n3jq3g67l.z20.web.core.windows.net/","blob":"https://sharego4hftlqe2n3jq3g67l.blob.core.windows.net/","queue":"https://sharego4hftlqe2n3jq3g67l.queue.core.windows.net/","table":"https://sharego4hftlqe2n3jq3g67l.table.core.windows.net/","file":"https://sharego4hftlqe2n3jq3g67l.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sharego4hftlqe2n3jq3g67l-secondary.dfs.core.windows.net/","web":"https://sharego4hftlqe2n3jq3g67l-secondary.z20.web.core.windows.net/","blob":"https://sharego4hftlqe2n3jq3g67l-secondary.blob.core.windows.net/","queue":"https://sharego4hftlqe2n3jq3g67l-secondary.queue.core.windows.net/","table":"https://sharego4hftlqe2n3jq3g67l-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttbfxjirk7jkkm7qvty3pmc45m6r6i42pceolmtg3cu3brz7dtdoim75t64fpol5nsn4a/providers/Microsoft.Storage/storageAccounts/sharezi3rr624uq7ycdse2cy","name":"sharezi3rr624uq7ycdse2cy","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.5508998Z","key2":"2025-09-28T09:05:55.5508998Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.5665259Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.5665259Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:55.3634037Z","primaryEndpoints":{"dfs":"https://sharezi3rr624uq7ycdse2cy.dfs.core.windows.net/","web":"https://sharezi3rr624uq7ycdse2cy.z20.web.core.windows.net/","blob":"https://sharezi3rr624uq7ycdse2cy.blob.core.windows.net/","queue":"https://sharezi3rr624uq7ycdse2cy.queue.core.windows.net/","table":"https://sharezi3rr624uq7ycdse2cy.table.core.windows.net/","file":"https://sharezi3rr624uq7ycdse2cy.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sharezi3rr624uq7ycdse2cy-secondary.dfs.core.windows.net/","web":"https://sharezi3rr624uq7ycdse2cy-secondary.z20.web.core.windows.net/","blob":"https://sharezi3rr624uq7ycdse2cy-secondary.blob.core.windows.net/","queue":"https://sharezi3rr624uq7ycdse2cy-secondary.queue.core.windows.net/","table":"https://sharezi3rr624uq7ycdse2cy-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlnnugc4h23ae66fhghi6xu6qhu5ztbje3r44z6jw7ygnrogyca7fruxieoi5rn4xqo4f/providers/Microsoft.Storage/storageAccounts/clitestkexin5f3dgelcmx23","name":"clitestkexin5f3dgelcmx23","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:59:06.3053903Z","key2":"2025-09-25T03:59:06.3053903Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:59:06.3053903Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:59:06.3053903Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:59:06.1803870Z","primaryEndpoints":{"dfs":"https://clitestkexin5f3dgelcmx23.dfs.core.windows.net/","web":"https://clitestkexin5f3dgelcmx23.z19.web.core.windows.net/","blob":"https://clitestkexin5f3dgelcmx23.blob.core.windows.net/","queue":"https://clitestkexin5f3dgelcmx23.queue.core.windows.net/","table":"https://clitestkexin5f3dgelcmx23.table.core.windows.net/","file":"https://clitestkexin5f3dgelcmx23.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestuaattuokyjhw7sntbufwibdlvp6rpovlp4dznqjwf6bid25ko3akrcsxwsxdnavrynrt/providers/Microsoft.Storage/storageAccounts/clitestp36tiug7ym2kwyzdd","name":"clitestp36tiug7ym2kwyzdd","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T10:12:39.0741108Z","key2":"2025-09-23T10:12:39.0741108Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:39.0897477Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:39.0897477Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T10:12:38.9491125Z","primaryEndpoints":{"dfs":"https://clitestp36tiug7ym2kwyzdd.dfs.core.windows.net/","web":"https://clitestp36tiug7ym2kwyzdd.z19.web.core.windows.net/","blob":"https://clitestp36tiug7ym2kwyzdd.blob.core.windows.net/","queue":"https://clitestp36tiug7ym2kwyzdd.queue.core.windows.net/","table":"https://clitestp36tiug7ym2kwyzdd.table.core.windows.net/","file":"https://clitestp36tiug7ym2kwyzdd.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestubryjfms4ribsqr6m5z74pugac7bkp6vh72pja72ltdocpzx5ihrb65722hio224oat3/providers/Microsoft.Storage/storageAccounts/versionmw64tyonjtv3d5ip2","name":"versionmw64tyonjtv3d5ip2","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-25T03:40:22.5426763Z","key2":"2025-09-25T03:40:22.5426763Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:40:22.5583028Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-25T03:40:22.5583028Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-25T03:40:22.3864273Z","primaryEndpoints":{"dfs":"https://versionmw64tyonjtv3d5ip2.dfs.core.windows.net/","web":"https://versionmw64tyonjtv3d5ip2.z19.web.core.windows.net/","blob":"https://versionmw64tyonjtv3d5ip2.blob.core.windows.net/","queue":"https://versionmw64tyonjtv3d5ip2.queue.core.windows.net/","table":"https://versionmw64tyonjtv3d5ip2.table.core.windows.net/","file":"https://versionmw64tyonjtv3d5ip2.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestndb3wxemvszq4dkh3c5ls3mcc7xfcno3ce3s5u4mjp26m4i3jmlvafpw5ovooqzruuvk/providers/Microsoft.Storage/storageAccounts/versionohptwbpljnotpfw37","name":"versionohptwbpljnotpfw37","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T10:12:32.8241298Z","key2":"2025-09-23T10:12:32.8241298Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:32.8397577Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T10:12:32.8397577Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T10:12:32.6991330Z","primaryEndpoints":{"dfs":"https://versionohptwbpljnotpfw37.dfs.core.windows.net/","web":"https://versionohptwbpljnotpfw37.z19.web.core.windows.net/","blob":"https://versionohptwbpljnotpfw37.blob.core.windows.net/","queue":"https://versionohptwbpljnotpfw37.queue.core.windows.net/","table":"https://versionohptwbpljnotpfw37.table.core.windows.net/","file":"https://versionohptwbpljnotpfw37.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '14156' + - '27855' content-type: - application/json; charset=utf-8 date: - - Tue, 23 Sep 2025 09:16:15 GMT + - Sun, 28 Sep 2025 09:06:33 GMT expires: - '-1' pragma: @@ -1513,8 +1514,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 28f9bbbc-6247-41fb-99ba-e4516f1a6edf - - 1d220dac-7814-497f-b697-15afba665973 + - 3a0cfbc8-2b5c-4312-a957-ce5c007fd853 + - a1d69ac9-f4ca-498d-8553-bf1b7a6dd6f9 + - c5df6a40-edaf-422a-9e6c-17e8f860bf6b x-ms-throttling-version: - v2 status: @@ -1541,7 +1543,7 @@ interactions: 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-23T09:15:10.3841823Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:15:10.3841823Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:28.0977296Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:28.0977296Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1550,7 +1552,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:16:17 GMT + - Sun, 28 Sep 2025 09:06:35 GMT expires: - '-1' pragma: @@ -1562,7 +1564,7 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/54216bb0-2853-41b1-9e1f-4d8f525f564e + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/92450f3c-b362-4d21-b8fd-da105cff054c x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -1589,7 +1591,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2025-01-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:15:10.3841823Z","key2":"2025-09-23T09:15:10.3841823Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:10.3841823Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:15:10.3841823Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-23T09:15:10.2279229Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:28.0977296Z","key2":"2025-09-28T09:05:28.0977296Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:28.1132872Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:28.1132872Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:27.9101603Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1598,7 +1600,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:16:18 GMT + - Sun, 28 Sep 2025 09:06:36 GMT expires: - '-1' pragma: @@ -1630,32 +1632,32 @@ interactions: ParameterSetName: - --share-name --name --connection-string --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:16:19 GMT + - Sun, 28 Sep 2025 09:06:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004..?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:38de41d3-f01a-005f-676a-2c6315000000\nTime:2025-09-23T09:16:20.2425131Z" + specified resource already exists.\nRequestId:3dd0c8e6-e01a-005a-1c57-300350000000\nTime:2025-09-28T09:06:38.5979934Z" headers: content-length: - '226' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:16:19 GMT + - Sun, 28 Sep 2025 09:06: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. @@ -1673,36 +1675,36 @@ 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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:16:20 GMT + - Sun, 28 Sep 2025 09:06:38 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&include=timestamps,Etag,Attributes,PermissionKey response: body: string: "\uFEFF0dir000004..138350668513751859202025-09-23T09:16:14.4682845Z2025-09-23T09:16:14.4682845Z2025-09-23T09:16:14.4682845Z2025-09-23T09:16:14.4682845ZTue, - 23 Sep 2025 09:16:14 GMT\"0x8DDFA81D864B75D\"Directory4549781259359365749*6340848238958198268sample_file.bin138351108318402969601310722025-09-23T09:16:09.7241426Z2025-09-23T09:16:09.7241426Z2025-09-23T09:16:11.8278936Z2025-09-23T09:16:11.8278936ZTue, - 23 Sep 2025 09:16:11 GMT\"0x8DDFA81D6D1D318\"Archive18401672486215112050*6340848238958198268sample_file_dst.bin138350756474682081281310722025-09-23T09:15:58.9943168Z2025-09-23T09:15:58.9943168Z2025-09-23T09:15:58.9943168Z2025-09-23T09:15:58.9943168ZTue, - 23 Sep 2025 09:15:58 GMT\"0x8DDFA81CF2B9380\"Archive18401672486215112050*6340848238958198268sample_file_dst.bin...138351636083984302081310722025-09-23T09:15:56.1557968Z2025-09-23T09:15:56.1557968Z2025-09-23T09:15:56.1557968Z2025-09-23T09:15:56.1557968ZTue, - 23 Sep 2025 09:15:56 GMT\"0x8DDFA81CD7A73D0\"Archive18401672486215112050*63408482389581982680dir000004..138350668513751859202025-09-28T09:06:32.3143977Z2025-09-28T09:06:32.3143977Z2025-09-28T09:06:32.3143977Z2025-09-28T09:06:32.3143977ZSun, + 28 Sep 2025 09:06:32 GMT\"0x8DDFE6E5177D529\"Directory10963090225223614742*17365772867393377951sample_file.bin138351108318402969601310722025-09-28T09:06:27.5324000Z2025-09-28T09:06:27.5324000Z2025-09-28T09:06:29.6570683Z2025-09-28T09:06:29.6570683ZSun, + 28 Sep 2025 09:06:29 GMT\"0x8DDFE6E4FE25B3B\"Archive6367938328657182225*17365772867393377951sample_file_dst.bin138350756474682081281310722025-09-28T09:06:17.4088610Z2025-09-28T09:06:17.4088610Z2025-09-28T09:06:17.4088610Z2025-09-28T09:06:17.4088610ZSun, + 28 Sep 2025 09:06:17 GMT\"0x8DDFE6E48956DA2\"Archive6367938328657182225*17365772867393377951sample_file_dst.bin...138351636083984302081310722025-09-28T09:06:14.6539617Z2025-09-28T09:06:14.6539617Z2025-09-28T09:06:14.6539617Z2025-09-28T09:06:14.6539617ZSun, + 28 Sep 2025 09:06:14 GMT\"0x8DDFE6E46F11061\"Archive6367938328657182225*17365772867393377951" headers: content-type: - application/xml date: - - Tue, 23 Sep 2025 09:16:21 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -1720,13 +1722,13 @@ interactions: ParameterSetName: - --share-name -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:16:22 GMT + - Sun, 28 Sep 2025 09:06:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000004..?restype=directory response: @@ -1736,31 +1738,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:16:22 GMT + - Sun, 28 Sep 2025 09:06:41 GMT etag: - - '"0x8DDFA81D864B75D"' + - '"0x8DDFE6E5177D529"' last-modified: - - Tue, 23 Sep 2025 09:16:14 GMT + - Sun, 28 Sep 2025 09:06:32 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:16:14.4682845Z' + - '2025-09-28T09:06:32.3143977Z' x-ms-file-creation-time: - - '2025-09-23T09:16:14.4682845Z' + - '2025-09-28T09:06:32.3143977Z' x-ms-file-id: - '13835066851375185920' x-ms-file-last-write-time: - - '2025-09-23T09:16:14.4682845Z' + - '2025-09-28T09:06:32.3143977Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 4549781259359365749*6340848238958198268 + - 10963090225223614742*17365772867393377951 x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1781,13 +1783,13 @@ interactions: - --share-name --name --fail-on-exist --disallow-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-date: - - Tue, 23 Sep 2025 09:16:23 GMT + - Sun, 28 Sep 2025 09:06:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004..?restype=directory response: @@ -1797,31 +1799,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:16:23 GMT + - Sun, 28 Sep 2025 09:06:42 GMT etag: - - '"0x8DDFA81DE713C7E"' + - '"0x8DDFE6E57C2CCB0"' last-modified: - - Tue, 23 Sep 2025 09:16:24 GMT + - Sun, 28 Sep 2025 09:06:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:16:24.6166654Z' + - '2025-09-28T09:06:42.8720304Z' x-ms-file-creation-time: - - '2025-09-23T09:16:24.6166654Z' + - '2025-09-28T09:06:42.8720304Z' x-ms-file-id: - '13835102035747274752' x-ms-file-last-write-time: - - '2025-09-23T09:16:24.6166654Z' + - '2025-09-28T09:06:42.8720304Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 4549781259359365749*6340848238958198268 + - 10963090225223614742*17365772867393377951 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -1842,32 +1844,32 @@ interactions: - --share-name --name --disallow-trailing-dot --connection-string --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-date: - - Tue, 23 Sep 2025 09:16:24 GMT + - Sun, 28 Sep 2025 09:06:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/dir000004..?restype=directory response: body: string: "\uFEFFResourceAlreadyExistsThe - specified resource already exists.\nRequestId:c22292a0-501a-001b-7c6a-2ce92a000000\nTime:2025-09-23T09:16:26.0534643Z" + specified resource already exists.\nRequestId:43052428-001a-006d-4057-30d1fc000000\nTime:2025-09-28T09:06:44.1787085Z" headers: content-length: - '226' content-type: - application/xml date: - - Tue, 23 Sep 2025 09:16:25 GMT + - Sun, 28 Sep 2025 09:06: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. @@ -1885,37 +1887,37 @@ 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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:16:26 GMT + - Sun, 28 Sep 2025 09:06:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003?restype=directory&comp=list&include=timestamps,Etag,Attributes,PermissionKey response: body: string: "\uFEFF0dir000004138351020357472747522025-09-23T09:16:24.6166654Z2025-09-23T09:16:24.6166654Z2025-09-23T09:16:24.6166654Z2025-09-23T09:16:24.6166654ZTue, - 23 Sep 2025 09:16:24 GMT\"0x8DDFA81DE713C7E\"Directory4549781259359365749*6340848238958198268dir000004..138350668513751859202025-09-23T09:16:14.4682845Z2025-09-23T09:16:14.4682845Z2025-09-23T09:16:14.4682845Z2025-09-23T09:16:14.4682845ZTue, - 23 Sep 2025 09:16:14 GMT\"0x8DDFA81D864B75D\"Directory4549781259359365749*6340848238958198268sample_file.bin138351108318402969601310722025-09-23T09:16:09.7241426Z2025-09-23T09:16:09.7241426Z2025-09-23T09:16:11.8278936Z2025-09-23T09:16:11.8278936ZTue, - 23 Sep 2025 09:16:11 GMT\"0x8DDFA81D6D1D318\"Archive18401672486215112050*6340848238958198268sample_file_dst.bin138350756474682081281310722025-09-23T09:15:58.9943168Z2025-09-23T09:15:58.9943168Z2025-09-23T09:15:58.9943168Z2025-09-23T09:15:58.9943168ZTue, - 23 Sep 2025 09:15:58 GMT\"0x8DDFA81CF2B9380\"Archive18401672486215112050*6340848238958198268sample_file_dst.bin...138351636083984302081310722025-09-23T09:15:56.1557968Z2025-09-23T09:15:56.1557968Z2025-09-23T09:15:56.1557968Z2025-09-23T09:15:56.1557968ZTue, - 23 Sep 2025 09:15:56 GMT\"0x8DDFA81CD7A73D0\"Archive18401672486215112050*63408482389581982680dir000004138351020357472747522025-09-28T09:06:42.8720304Z2025-09-28T09:06:42.8720304Z2025-09-28T09:06:42.8720304Z2025-09-28T09:06:42.8720304ZSun, + 28 Sep 2025 09:06:42 GMT\"0x8DDFE6E57C2CCB0\"Directory10963090225223614742*17365772867393377951dir000004..138350668513751859202025-09-28T09:06:32.3143977Z2025-09-28T09:06:32.3143977Z2025-09-28T09:06:32.3143977Z2025-09-28T09:06:32.3143977ZSun, + 28 Sep 2025 09:06:32 GMT\"0x8DDFE6E5177D529\"Directory10963090225223614742*17365772867393377951sample_file.bin138351108318402969601310722025-09-28T09:06:27.5324000Z2025-09-28T09:06:27.5324000Z2025-09-28T09:06:29.6570683Z2025-09-28T09:06:29.6570683ZSun, + 28 Sep 2025 09:06:29 GMT\"0x8DDFE6E4FE25B3B\"Archive6367938328657182225*17365772867393377951sample_file_dst.bin138350756474682081281310722025-09-28T09:06:17.4088610Z2025-09-28T09:06:17.4088610Z2025-09-28T09:06:17.4088610Z2025-09-28T09:06:17.4088610ZSun, + 28 Sep 2025 09:06:17 GMT\"0x8DDFE6E48956DA2\"Archive6367938328657182225*17365772867393377951sample_file_dst.bin...138351636083984302081310722025-09-28T09:06:14.6539617Z2025-09-28T09:06:14.6539617Z2025-09-28T09:06:14.6539617Z2025-09-28T09:06:14.6539617ZSun, + 28 Sep 2025 09:06:14 GMT\"0x8DDFE6E46F11061\"Archive6367938328657182225*17365772867393377951" headers: content-type: - application/xml date: - - Tue, 23 Sep 2025 09:16:26 GMT + - Sun, 28 Sep 2025 09:06:45 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 @@ -1933,13 +1935,13 @@ interactions: ParameterSetName: - --share-name -n --disallow-trailing-dot --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'false' x-ms-date: - - Tue, 23 Sep 2025 09:16:27 GMT + - Sun, 28 Sep 2025 09:06:46 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://clitest000002.file.core.windows.net/share000003/dir000004?restype=directory response: @@ -1949,31 +1951,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:16:28 GMT + - Sun, 28 Sep 2025 09:06:46 GMT etag: - - '"0x8DDFA81DE713C7E"' + - '"0x8DDFE6E57C2CCB0"' last-modified: - - Tue, 23 Sep 2025 09:16:24 GMT + - Sun, 28 Sep 2025 09:06:42 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Directory x-ms-file-change-time: - - '2025-09-23T09:16:24.6166654Z' + - '2025-09-28T09:06:42.8720304Z' x-ms-file-creation-time: - - '2025-09-23T09:16:24.6166654Z' + - '2025-09-28T09:06:42.8720304Z' x-ms-file-id: - '13835102035747274752' x-ms-file-last-write-time: - - '2025-09-23T09:16:24.6166654Z' + - '2025-09-28T09:06:42.8720304Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 4549781259359365749*6340848238958198268 + - 10963090225223614742*17365772867393377951 x-ms-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -1993,11 +1995,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:16:29 GMT + - Sun, 28 Sep 2025 09:06:47 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: DELETE uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -2007,11 +2009,11 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:16:29 GMT + - Sun, 28 Sep 2025 09:06: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 diff --git a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_upload_content_md5_scenarios.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_upload_content_md5_scenarios.yaml index 41baa18d419..16776104dbe 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_upload_content_md5_scenarios.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_file_upload_content_md5_scenarios.yaml @@ -20,7 +20,7 @@ interactions: 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-23T09:13:20.8961919Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:13:20.8961919Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:06:58.6087354Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:06:58.6087354Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:13:46 GMT + - Sun, 28 Sep 2025 09:07:25 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/2075a3a2-7c37-4925-8d6e-dd44aa92a67a + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/035a02a1-973b-4d1a-825c-ef3a9c1df75d x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -65,11 +65,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:13:47 GMT + - Sun, 28 Sep 2025 09:07:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003?restype=share response: @@ -79,15 +79,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:48 GMT + - Sun, 28 Sep 2025 09:07:26 GMT etag: - - '"0x8DDFA8181778C08"' + - '"0x8DDFE6E720BD343"' last-modified: - - Tue, 23 Sep 2025 09:13:48 GMT + - Sun, 28 Sep 2025 09:07:26 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 @@ -107,7 +107,7 @@ interactions: ParameterSetName: - -s --source --path --content-md5 --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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: @@ -115,11 +115,11 @@ interactions: x-ms-content-md5: - DfvoqkwgtS4bi/PLbL3xkw== x-ms-date: - - Tue, 23 Sep 2025 09:13:48 GMT + - Sun, 28 Sep 2025 09:07:27 GMT x-ms-type: - file x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/file000004.txt response: @@ -129,31 +129,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:49 GMT + - Sun, 28 Sep 2025 09:07:27 GMT etag: - - '"0x8DDFA818225A757"' + - '"0x8DDFE6E72BC9C99"' last-modified: - - Tue, 23 Sep 2025 09:13:49 GMT + - Sun, 28 Sep 2025 09:07:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:49.7709399Z' + - '2025-09-28T09:07:28.1299609Z' x-ms-file-creation-time: - - '2025-09-23T09:13:49.7709399Z' + - '2025-09-28T09:07:28.1299609Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:13:49.7709399Z' + - '2025-09-28T09:07:28.1299609Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5817078824443600272*17877744742289487134 + - 17020307673345274156*4941768099041139106 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -175,15 +175,15 @@ interactions: ParameterSetName: - -s --source --path --content-md5 --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:49 GMT + - Sun, 28 Sep 2025 09:07:28 GMT x-ms-range: - bytes=0-131071 x-ms-version: - - '2025-05-05' + - '2025-07-05' x-ms-write: - update method: PUT @@ -197,19 +197,19 @@ interactions: content-md5: - DfvoqkwgtS4bi/PLbL3xkw== date: - - Tue, 23 Sep 2025 09:13:51 GMT + - Sun, 28 Sep 2025 09:07:29 GMT etag: - - '"0x8DDFA81833A49F4"' + - '"0x8DDFE6E73C4BE46"' last-modified: - - Tue, 23 Sep 2025 09:13:51 GMT + - Sun, 28 Sep 2025 09:07:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-last-write-time: - - '2025-09-23T09:13:51.5838964Z' + - '2025-09-28T09:07:29.8609734Z' x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 201 message: Created @@ -227,13 +227,13 @@ interactions: ParameterSetName: - -s --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:51 GMT + - Sun, 28 Sep 2025 09:07:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/file000004.txt response: @@ -247,27 +247,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:13:52 GMT + - Sun, 28 Sep 2025 09:07:30 GMT etag: - - '"0x8DDFA81833A49F4"' + - '"0x8DDFE6E73C4BE46"' last-modified: - - Tue, 23 Sep 2025 09:13:51 GMT + - Sun, 28 Sep 2025 09:07:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:51.5838964Z' + - '2025-09-28T09:07:29.8609734Z' x-ms-file-creation-time: - - '2025-09-23T09:13:49.7709399Z' + - '2025-09-28T09:07:28.1299609Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:13:51.5838964Z' + - '2025-09-28T09:07:29.8609734Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5817078824443600272*17877744742289487134 + - 17020307673345274156*4941768099041139106 x-ms-lease-state: - available x-ms-lease-status: @@ -277,7 +277,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -295,11 +295,11 @@ interactions: ParameterSetName: - -s --path --content-md5 --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:13:53 GMT + - Sun, 28 Sep 2025 09:07:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/file000004.txt response: @@ -313,27 +313,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:13:52 GMT + - Sun, 28 Sep 2025 09:07:31 GMT etag: - - '"0x8DDFA81833A49F4"' + - '"0x8DDFE6E73C4BE46"' last-modified: - - Tue, 23 Sep 2025 09:13:51 GMT + - Sun, 28 Sep 2025 09:07:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:51.5838964Z' + - '2025-09-28T09:07:29.8609734Z' x-ms-file-creation-time: - - '2025-09-23T09:13:49.7709399Z' + - '2025-09-28T09:07:28.1299609Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:13:51.5838964Z' + - '2025-09-28T09:07:29.8609734Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5817078824443600272*17877744742289487134 + - 17020307673345274156*4941768099041139106 x-ms-lease-state: - available x-ms-lease-status: @@ -343,7 +343,7 @@ interactions: x-ms-type: - File x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -363,7 +363,7 @@ interactions: ParameterSetName: - -s --path --content-md5 --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-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-md5: @@ -371,9 +371,9 @@ interactions: x-ms-content-type: - application/octet-stream x-ms-date: - - Tue, 23 Sep 2025 09:13:54 GMT + - Sun, 28 Sep 2025 09:07:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://clitest000002.file.core.windows.net/share000003/file000004.txt?comp=properties response: @@ -383,31 +383,31 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:13:54 GMT + - Sun, 28 Sep 2025 09:07:32 GMT etag: - - '"0x8DDFA818547F4EA"' + - '"0x8DDFE6E75A879F0"' last-modified: - - Tue, 23 Sep 2025 09:13:55 GMT + - Sun, 28 Sep 2025 09:07:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:55.0289130Z' + - '2025-09-28T09:07:33.0311664Z' x-ms-file-creation-time: - - '2025-09-23T09:13:49.7709399Z' + - '2025-09-28T09:07:28.1299609Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:13:51.5838964Z' + - '2025-09-28T09:07:29.8609734Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5817078824443600272*17877744742289487134 + - 17020307673345274156*4941768099041139106 x-ms-request-server-encrypted: - 'true' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -425,13 +425,13 @@ interactions: ParameterSetName: - -s --path --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-allow-trailing-dot: - 'true' x-ms-date: - - Tue, 23 Sep 2025 09:13:55 GMT + - Sun, 28 Sep 2025 09:07:33 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: HEAD uri: https://clitest000002.file.core.windows.net/share000003/file000004.txt response: @@ -445,27 +445,27 @@ interactions: content-type: - application/octet-stream date: - - Tue, 23 Sep 2025 09:13:56 GMT + - Sun, 28 Sep 2025 09:07:33 GMT etag: - - '"0x8DDFA818547F4EA"' + - '"0x8DDFE6E75A879F0"' last-modified: - - Tue, 23 Sep 2025 09:13:55 GMT + - Sun, 28 Sep 2025 09:07:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: - Archive x-ms-file-change-time: - - '2025-09-23T09:13:55.0289130Z' + - '2025-09-28T09:07:33.0311664Z' x-ms-file-creation-time: - - '2025-09-23T09:13:49.7709399Z' + - '2025-09-28T09:07:28.1299609Z' x-ms-file-id: - '13835128424026341376' x-ms-file-last-write-time: - - '2025-09-23T09:13:51.5838964Z' + - '2025-09-28T09:07:29.8609734Z' x-ms-file-parent-id: - '0' x-ms-file-permission-key: - - 5817078824443600272*17877744742289487134 + - 17020307673345274156*4941768099041139106 x-ms-lease-state: - available x-ms-lease-status: @@ -475,7 +475,7 @@ interactions: x-ms-type: - File 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_share_metadata_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_share_metadata_scenario.yaml index c5e3c4c49a2..3c3443b7ac9 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_share_metadata_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_share_metadata_scenario.yaml @@ -20,7 +20,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-23T09:14:40.1030065Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:14:40.1030065Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:55.9571531Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:55.9571531Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:15:04 GMT + - Sun, 28 Sep 2025 09:06:19 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/8d46b257-2299-49bf-b211-3775a9b3b339 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/2afa923a-223d-4d33-a562-7728f87416b9 x-ms-ratelimit-remaining-subscription-resource-requests: - - '799' + - '798' x-ms-throttling-version: - v1 status: @@ -70,7 +70,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-23T09:14:40.1030065Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-23T09:14:40.1030065Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:55.9571531Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:55.9571531Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -79,7 +79,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:15:06 GMT + - Sun, 28 Sep 2025 09:06:21 GMT expires: - '-1' pragma: @@ -91,9 +91,9 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/f49b8cb0-737e-4b24-ab0f-697702f046d3 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/997e2428-0ef4-4e09-94ee-eba528b0f182 x-ms-ratelimit-remaining-subscription-resource-requests: - - '799' + - '798' x-ms-throttling-version: - v1 status: @@ -118,7 +118,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002?api-version=2025-01-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002","name":"share000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-23T09:14:40.1030065Z","key2":"2025-09-23T09:14:40.1030065Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:14:40.1186309Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-23T09:14:40.1186309Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-23T09:14:39.9623813Z","primaryEndpoints":{"dfs":"https://share000002.dfs.core.windows.net/","web":"https://share000002.z20.web.core.windows.net/","blob":"https://share000002.blob.core.windows.net/","queue":"https://share000002.queue.core.windows.net/","table":"https://share000002.table.core.windows.net/","file":"https://share000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://share000002-secondary.dfs.core.windows.net/","web":"https://share000002-secondary.z20.web.core.windows.net/","blob":"https://share000002-secondary.blob.core.windows.net/","queue":"https://share000002-secondary.queue.core.windows.net/","table":"https://share000002-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002","name":"share000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.9571531Z","key2":"2025-09-28T09:05:55.9571531Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.9727781Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:55.9727781Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:55.7696531Z","primaryEndpoints":{"dfs":"https://share000002.dfs.core.windows.net/","web":"https://share000002.z20.web.core.windows.net/","blob":"https://share000002.blob.core.windows.net/","queue":"https://share000002.queue.core.windows.net/","table":"https://share000002.table.core.windows.net/","file":"https://share000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://share000002-secondary.dfs.core.windows.net/","web":"https://share000002-secondary.z20.web.core.windows.net/","blob":"https://share000002-secondary.blob.core.windows.net/","queue":"https://share000002-secondary.queue.core.windows.net/","table":"https://share000002-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache @@ -127,7 +127,7 @@ interactions: content-type: - application/json date: - - Tue, 23 Sep 2025 09:15:08 GMT + - Sun, 28 Sep 2025 09:06:22 GMT expires: - '-1' pragma: @@ -159,11 +159,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:15:08 GMT + - Sun, 28 Sep 2025 09:06:22 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -173,15 +173,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:09 GMT + - Sun, 28 Sep 2025 09:06:24 GMT etag: - - '"0x8DDFA81B1DD3001"' + - '"0x8DDFE6E4CA3745E"' last-modified: - - Tue, 23 Sep 2025 09:15:09 GMT + - Sun, 28 Sep 2025 09:06:24 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 @@ -199,11 +199,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:15:10 GMT + - Sun, 28 Sep 2025 09:06:24 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -213,17 +213,17 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:10 GMT + - Sun, 28 Sep 2025 09:06:24 GMT etag: - - '"0x8DDFA81B1DD3001"' + - '"0x8DDFE6E4CA3745E"' last-modified: - - Tue, 23 Sep 2025 09:15:09 GMT + - Sun, 28 Sep 2025 09:06:24 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-access-tier: - TransactionOptimized x-ms-access-tier-change-time: - - Tue, 23 Sep 2025 09:15:09 GMT + - Sun, 28 Sep 2025 09:06:24 GMT x-ms-has-immutability-policy: - 'false' x-ms-has-legal-hold: @@ -235,7 +235,7 @@ interactions: x-ms-share-quota: - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -255,13 +255,13 @@ interactions: ParameterSetName: - -n --metadata --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:15:11 GMT + - Sun, 28 Sep 2025 09:06:25 GMT x-ms-meta-key1: - value1 x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=metadata response: @@ -271,15 +271,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:12 GMT + - Sun, 28 Sep 2025 09:06:26 GMT etag: - - '"0x8DDFA81B38DA546"' + - '"0x8DDFE6E4E30C380"' last-modified: - - Tue, 23 Sep 2025 09:15:12 GMT + - Sun, 28 Sep 2025 09:06:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -297,11 +297,11 @@ interactions: ParameterSetName: - -n --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:15:12 GMT + - Sun, 28 Sep 2025 09:06:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -311,17 +311,17 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:13 GMT + - Sun, 28 Sep 2025 09:06:27 GMT etag: - - '"0x8DDFA81B38DA546"' + - '"0x8DDFE6E4E30C380"' last-modified: - - Tue, 23 Sep 2025 09:15:12 GMT + - Sun, 28 Sep 2025 09:06:26 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-access-tier: - TransactionOptimized x-ms-access-tier-change-time: - - Tue, 23 Sep 2025 09:15:09 GMT + - Sun, 28 Sep 2025 09:06:24 GMT x-ms-has-immutability-policy: - 'false' x-ms-has-legal-hold: @@ -335,7 +335,7 @@ interactions: x-ms-share-quota: - '102400' x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -355,15 +355,15 @@ interactions: ParameterSetName: - -n --metadata --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Tue, 23 Sep 2025 09:15:14 GMT + - Sun, 28 Sep 2025 09:06:28 GMT x-ms-meta-newkey: - newvalue x-ms-meta-oldkey: - oldvalue x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=metadata response: @@ -373,15 +373,15 @@ interactions: content-length: - '0' date: - - Tue, 23 Sep 2025 09:15:15 GMT + - Sun, 28 Sep 2025 09:06:28 GMT etag: - - '"0x8DDFA81B52676A7"' + - '"0x8DDFE6E4FC4B88E"' last-modified: - - Tue, 23 Sep 2025 09:15:15 GMT + - Sun, 28 Sep 2025 09:06:29 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 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_share_policy_scenario.yaml b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_share_policy_scenario.yaml index e7a6d66427e..bcae39e71a9 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_share_policy_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/recordings/test_storage_share_policy_scenario.yaml @@ -20,7 +20,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-24T01:10:23.5295278Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-24T01:10:23.5295278Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:55.9884964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:55.9884964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json date: - - Wed, 24 Sep 2025 01:10:50 GMT + - Sun, 28 Sep 2025 09:06:20 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/3fe1f9a5-57ff-4d66-bc65-16a8c8cd4f7e + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/f7fdc7cb-7945-4495-a121-b996560cd561 x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -70,7 +70,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002/listKeys?api-version=2025-01-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2025-09-24T01:10:23.5295278Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-24T01:10:23.5295278Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2025-09-28T09:05:55.9884964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2025-09-28T09:05:55.9884964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -79,7 +79,7 @@ interactions: content-type: - application/json date: - - Wed, 24 Sep 2025 01:10:51 GMT + - Sun, 28 Sep 2025 09:06:22 GMT expires: - '-1' pragma: @@ -91,7 +91,7 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/9c4de030-c7e5-4b8c-9749-23293387fd22 + - tenantId=7b31ddc4-9101-4ef0-a387-79ce181cacdb,objectId=7b1bdbe4-80ac-47f9-882b-33d6e62950ab/eastus2euap/0508cca2-7e38-4e49-bcf2-947978bd1578 x-ms-ratelimit-remaining-subscription-resource-requests: - '799' x-ms-throttling-version: @@ -118,7 +118,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002?api-version=2025-01-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002","name":"share000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-24T01:10:23.5295278Z","key2":"2025-09-24T01:10:23.5295278Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-24T01:10:23.5295278Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-24T01:10:23.5295278Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-24T01:10:23.3576614Z","primaryEndpoints":{"dfs":"https://share000002.dfs.core.windows.net/","web":"https://share000002.z20.web.core.windows.net/","blob":"https://share000002.blob.core.windows.net/","queue":"https://share000002.queue.core.windows.net/","table":"https://share000002.table.core.windows.net/","file":"https://share000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://share000002-secondary.dfs.core.windows.net/","web":"https://share000002-secondary.z20.web.core.windows.net/","blob":"https://share000002-secondary.blob.core.windows.net/","queue":"https://share000002-secondary.queue.core.windows.net/","table":"https://share000002-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/share000002","name":"share000002","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-09-28T09:05:55.9884964Z","key2":"2025-09-28T09:05:55.9884964Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:56.0040299Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-09-28T09:05:56.0040299Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-09-28T09:05:55.8166194Z","primaryEndpoints":{"dfs":"https://share000002.dfs.core.windows.net/","web":"https://share000002.z20.web.core.windows.net/","blob":"https://share000002.blob.core.windows.net/","queue":"https://share000002.queue.core.windows.net/","table":"https://share000002.table.core.windows.net/","file":"https://share000002.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://share000002-secondary.dfs.core.windows.net/","web":"https://share000002-secondary.z20.web.core.windows.net/","blob":"https://share000002-secondary.blob.core.windows.net/","queue":"https://share000002-secondary.queue.core.windows.net/","table":"https://share000002-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache @@ -127,7 +127,7 @@ interactions: content-type: - application/json date: - - Wed, 24 Sep 2025 01:10:52 GMT + - Sun, 28 Sep 2025 09:06:23 GMT expires: - '-1' pragma: @@ -159,11 +159,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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:10:53 GMT + - Sun, 28 Sep 2025 09:06:23 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share response: @@ -173,15 +173,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:54 GMT + - Sun, 28 Sep 2025 09:06:24 GMT etag: - - '"0x8DDFB073625B2DA"' + - '"0x8DDFE6E4D2033D1"' last-modified: - - Wed, 24 Sep 2025 01:10:54 GMT + - Sun, 28 Sep 2025 09:06:25 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 @@ -199,11 +199,11 @@ 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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:10:55 GMT + - Sun, 28 Sep 2025 09:06:25 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -214,17 +214,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:10:55 GMT + - Sun, 28 Sep 2025 09:06:26 GMT etag: - - '"0x8DDFB073625B2DA"' + - '"0x8DDFE6E4D2033D1"' last-modified: - - Wed, 24 Sep 2025 01:10:54 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -242,11 +242,11 @@ interactions: ParameterSetName: - -n -s --permissions --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:10:56 GMT + - Sun, 28 Sep 2025 09:06:26 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -257,17 +257,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:10:57 GMT + - Sun, 28 Sep 2025 09:06:26 GMT etag: - - '"0x8DDFB073625B2DA"' + - '"0x8DDFE6E4D2033D1"' last-modified: - - Wed, 24 Sep 2025 01:10:54 GMT + - Sun, 28 Sep 2025 09:06: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 @@ -291,11 +291,11 @@ interactions: ParameterSetName: - -n -s --permissions --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:10:57 GMT + - Sun, 28 Sep 2025 09:06:27 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -305,15 +305,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:10:58 GMT + - Sun, 28 Sep 2025 09:06:28 GMT etag: - - '"0x8DDFB073892FA51"' + - '"0x8DDFE6E4F6489A2"' last-modified: - - Wed, 24 Sep 2025 01:10:58 GMT + - Sun, 28 Sep 2025 09:06:28 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -331,11 +331,11 @@ interactions: ParameterSetName: - -n -s --start --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:10:59 GMT + - Sun, 28 Sep 2025 09:06:29 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -345,17 +345,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:10:59 GMT + - Sun, 28 Sep 2025 09:06:30 GMT etag: - - '"0x8DDFB073892FA51"' + - '"0x8DDFE6E4F6489A2"' last-modified: - - Wed, 24 Sep 2025 01:10:58 GMT + - Sun, 28 Sep 2025 09:06:28 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 @@ -379,11 +379,11 @@ interactions: ParameterSetName: - -n -s --start --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:00 GMT + - Sun, 28 Sep 2025 09:06:30 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -393,15 +393,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:11:01 GMT + - Sun, 28 Sep 2025 09:06:30 GMT etag: - - '"0x8DDFB073A24D0EB"' + - '"0x8DDFE6E50F7E2E0"' last-modified: - - Wed, 24 Sep 2025 01:11:01 GMT + - Sun, 28 Sep 2025 09:06:31 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -419,11 +419,11 @@ interactions: ParameterSetName: - -n -s --expiry --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:02 GMT + - Sun, 28 Sep 2025 09:06:31 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -433,17 +433,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:02 GMT + - Sun, 28 Sep 2025 09:06:32 GMT etag: - - '"0x8DDFB073A24D0EB"' + - '"0x8DDFE6E50F7E2E0"' last-modified: - - Wed, 24 Sep 2025 01:11:01 GMT + - Sun, 28 Sep 2025 09:06:31 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 @@ -468,11 +468,11 @@ interactions: ParameterSetName: - -n -s --expiry --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:03 GMT + - Sun, 28 Sep 2025 09:06:32 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -482,15 +482,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:11:03 GMT + - Sun, 28 Sep 2025 09:06:33 GMT etag: - - '"0x8DDFB073BF38081"' + - '"0x8DDFE6E5272041F"' last-modified: - - Wed, 24 Sep 2025 01:11:04 GMT + - Sun, 28 Sep 2025 09:06:33 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -508,11 +508,11 @@ interactions: ParameterSetName: - -s --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:04 GMT + - Sun, 28 Sep 2025 09:06:34 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -522,17 +522,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:05 GMT + - Sun, 28 Sep 2025 09:06:35 GMT etag: - - '"0x8DDFB073BF38081"' + - '"0x8DDFE6E5272041F"' last-modified: - - Wed, 24 Sep 2025 01:11:04 GMT + - Sun, 28 Sep 2025 09:06:33 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 @@ -550,11 +550,11 @@ interactions: ParameterSetName: - -n -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:06 GMT + - Sun, 28 Sep 2025 09:06:35 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -564,17 +564,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:06 GMT + - Sun, 28 Sep 2025 09:06:35 GMT etag: - - '"0x8DDFB073BF38081"' + - '"0x8DDFE6E5272041F"' last-modified: - - Wed, 24 Sep 2025 01:11:04 GMT + - Sun, 28 Sep 2025 09:06:33 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 @@ -592,11 +592,11 @@ interactions: ParameterSetName: - -n -s --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:07 GMT + - Sun, 28 Sep 2025 09:06:36 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -606,17 +606,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:08 GMT + - Sun, 28 Sep 2025 09:06:37 GMT etag: - - '"0x8DDFB073BF38081"' + - '"0x8DDFE6E5272041F"' last-modified: - - Wed, 24 Sep 2025 01:11:04 GMT + - Sun, 28 Sep 2025 09:06:33 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 @@ -634,11 +634,11 @@ interactions: ParameterSetName: - -n -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:08 GMT + - Sun, 28 Sep 2025 09:06:37 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -648,17 +648,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:09 GMT + - Sun, 28 Sep 2025 09:06:38 GMT etag: - - '"0x8DDFB073BF38081"' + - '"0x8DDFE6E5272041F"' last-modified: - - Wed, 24 Sep 2025 01:11:04 GMT + - Sun, 28 Sep 2025 09:06:33 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 @@ -676,11 +676,11 @@ interactions: ParameterSetName: - -n -s --permission --expiry --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:10 GMT + - Sun, 28 Sep 2025 09:06:39 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -690,17 +690,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:10 GMT + - Sun, 28 Sep 2025 09:06:39 GMT etag: - - '"0x8DDFB073BF38081"' + - '"0x8DDFE6E5272041F"' last-modified: - - Wed, 24 Sep 2025 01:11:04 GMT + - Sun, 28 Sep 2025 09:06:33 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 @@ -725,11 +725,11 @@ interactions: ParameterSetName: - -n -s --permission --expiry --account-name --account-key User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:11 GMT + - Sun, 28 Sep 2025 09:06:40 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -739,15 +739,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:11:12 GMT + - Sun, 28 Sep 2025 09:06:41 GMT etag: - - '"0x8DDFB0740D8E6EE"' + - '"0x8DDFE6E5701AD23"' last-modified: - - Wed, 24 Sep 2025 01:11:12 GMT + - Sun, 28 Sep 2025 09:06:41 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -765,11 +765,11 @@ interactions: ParameterSetName: - -n -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:13 GMT + - Sun, 28 Sep 2025 09:06:41 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -779,17 +779,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:14 GMT + - Sun, 28 Sep 2025 09:06:42 GMT etag: - - '"0x8DDFB0740D8E6EE"' + - '"0x8DDFE6E5701AD23"' last-modified: - - Wed, 24 Sep 2025 01:11:12 GMT + - Sun, 28 Sep 2025 09:06:41 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 @@ -807,11 +807,11 @@ interactions: ParameterSetName: - -n -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:14 GMT + - Sun, 28 Sep 2025 09:06:43 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -821,17 +821,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:14 GMT + - Sun, 28 Sep 2025 09:06:43 GMT etag: - - '"0x8DDFB0740D8E6EE"' + - '"0x8DDFE6E5701AD23"' last-modified: - - Wed, 24 Sep 2025 01:11:12 GMT + - Sun, 28 Sep 2025 09:06:41 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 @@ -855,11 +855,11 @@ interactions: ParameterSetName: - -n -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.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:15 GMT + - Sun, 28 Sep 2025 09:06:44 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: PUT uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -869,15 +869,15 @@ interactions: content-length: - '0' date: - - Wed, 24 Sep 2025 01:11:16 GMT + - Sun, 28 Sep 2025 09:06:45 GMT etag: - - '"0x8DDFB074341EB20"' + - '"0x8DDFE6E595A10CA"' last-modified: - - Wed, 24 Sep 2025 01:11:16 GMT + - Sun, 28 Sep 2025 09:06:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2025-05-05' + - '2025-07-05' status: code: 200 message: OK @@ -895,11 +895,11 @@ interactions: ParameterSetName: - -s --connection-string User-Agent: - - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.21.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) + - AZURECLI/2.77.0 azsdk-python-storage-file-share/12.22.0 Python/3.12.10 (Windows-10-10.0.19045-SP0) x-ms-date: - - Wed, 24 Sep 2025 01:11:17 GMT + - Sun, 28 Sep 2025 09:06:45 GMT x-ms-version: - - '2025-05-05' + - '2025-07-05' method: GET uri: https://share000002.file.core.windows.net/share000003?restype=share&comp=acl response: @@ -909,17 +909,17 @@ interactions: content-type: - application/xml date: - - Wed, 24 Sep 2025 01:11:17 GMT + - Sun, 28 Sep 2025 09:06:46 GMT etag: - - '"0x8DDFB074341EB20"' + - '"0x8DDFE6E595A10CA"' last-modified: - - Wed, 24 Sep 2025 01:11:16 GMT + - Sun, 28 Sep 2025 09:06:45 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/test_storage_file_scenarios.py b/src/azure-cli/azure/cli/command_modules/storage/tests/latest/test_storage_file_scenarios.py index 6bf62ada332..b4bcb4e16d6 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 @@ -4,6 +4,7 @@ # -------------------------------------------------------------------------------------------- import os +from urllib.parse import quote from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, StorageAccountPreparer, JMESPathCheck, NoneCheck, StringCheck, StringContainCheck, JMESPathCheckExists) from ..storage_test_util import StorageScenarioMixin @@ -656,3 +657,21 @@ def test_storage_file_share_nfs_scenario(self, resource_group, storage_account): assert_with_checks(JMESPathCheck('mode', '0664'), JMESPathCheck('owner', '3'), JMESPathCheck('group', '4')) + + # symbolic link + link_path = dir_name + '/' + 'link1' + target_path = 'target1/file1' + metadata = 'meta1=value1 meta2=value2' + owner = '6' + group = '7' + + self.storage_cmd('storage file symbolic-link create --share-name {} --path {} --target {} ' + '--metadata {} --file-creation-time now --file-last-write-time now --owner {} --group {}', + account_info, share_name, link_path, target_path, metadata, owner, group). \ + assert_with_checks(JMESPathCheck('owner', '6'), + JMESPathCheck('group', '7')) + + link_text = quote(target_path, safe=[]) + self.storage_cmd('storage file symbolic-link show --share-name {} --path {}', + account_info, share_name, link_path). \ + assert_with_checks(JMESPathCheck('link_text', link_text)) diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index e25043518e2..511e30a5279 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -83,7 +83,7 @@ azure-mgmt-synapse==2.1.0b5 azure-mgmt-trafficmanager==1.0.0 azure-mgmt-web==9.0.0 azure-monitor-query==1.2.0 -azure-multiapi-storage==1.5.0 +azure-multiapi-storage==1.6.0 azure-nspkg==3.0.2 azure-storage-common==1.4.2 azure-synapse-accesscontrol==0.5.0 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index 5e6ab289eab..ba11bc8e7fa 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -83,7 +83,7 @@ azure-mgmt-synapse==2.1.0b5 azure-mgmt-trafficmanager==1.0.0 azure-mgmt-web==9.0.0 azure-monitor-query==1.2.0 -azure-multiapi-storage==1.5.0 +azure-multiapi-storage==1.6.0 azure-nspkg==3.0.2 azure-storage-common==1.4.2 azure-synapse-accesscontrol==0.5.0 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index 06b5f65385c..5aa642a070b 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -83,7 +83,7 @@ azure-mgmt-synapse==2.1.0b5 azure-mgmt-trafficmanager==1.0.0 azure-mgmt-web==9.0.0 azure-monitor-query==1.2.0 -azure-multiapi-storage==1.5.0 +azure-multiapi-storage==1.6.0 azure-nspkg==3.0.2 azure-storage-common==1.4.2 azure-synapse-accesscontrol==0.5.0 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index ff752525475..8f730ce7539 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -127,7 +127,7 @@ 'azure-mgmt-trafficmanager~=1.0.0', 'azure-mgmt-web==9.0.0', 'azure-monitor-query==1.2.0', - 'azure-multiapi-storage==1.5.0', + 'azure-multiapi-storage==1.6.0', 'azure-storage-common~=1.4', 'azure-synapse-accesscontrol~=0.5.0', 'azure-synapse-artifacts~=0.21.0',