From 589c57fe22b86fc2611b1578afb5843a252bc96c Mon Sep 17 00:00:00 2001 From: "FAREAST\\jiacfan" Date: Thu, 5 Sep 2019 16:26:13 +0800 Subject: [PATCH] [Storage](File) Add UploadRangeFromURL and update records. --- sdk/storage/storage-file/ChangeLog.md | 1 + ..._should_not_abort_after_calling_abort.json | 22 +- ..._calling_abort_after_request_finishes.json | 14 +- ..._set_value_and_get_value_successfully.json | 2 +- ...create_with_all_parameters_configured.json | 124 ------- ...ers_configured_setting_filepermission.json | 90 ++--- ..._configured_setting_filepermissionkey.json | 82 ++--- ...ording_create_with_default_parameters.json | 42 +-- .../directoryurl/recording_delete.json | 42 +-- ...ecording_forceclosehandle_should_work.json | 50 +-- ..._forceclosehandlessegment_should_work.json | 50 +-- .../directoryurl/recording_getproperties.json | 60 +-- ...rectoriessegment_under_root_directory.json | 226 ++++++------ ...egment_with_all_parameters_configured.json | 240 ++++++------ .../recording_listhandles_should_work.json | 50 +-- .../directoryurl/recording_setmetadata.json | 72 ++-- ...ers_configured_setting_filepermission.json | 88 ++--- ...setproperties_with_default_parameters.json | 78 ++-- ...failed_for_a_completed_copy_operation.json | 90 ++--- .../fileurl/recording_clearrange.json | 116 +++--- ..._configured_setting_filepermissionkey.json | 100 ++--- ...ording_create_with_all_parameters_set.json | 136 ------- ...ording_create_with_default_parameters.json | 80 ++-- .../browsers/fileurl/recording_delete.json | 70 ++-- ...recording_download_all_parameters_set.json | 92 ++--- .../recording_download_partial_content.json | 92 ++--- ...aborted_error_after_download_finishes.json | 92 ++--- ...ding_download_with_default_parameters.json | 92 ++--- ...ecording_forceclosehandle_should_work.json | 70 ++-- ..._forceclosehandlessegment_should_work.json | 70 ++-- .../fileurl/recording_getrangelist.json | 110 +++--- .../recording_listhandles_should_work.json | 70 ++-- .../browsers/fileurl/recording_resize.json | 116 +++--- ...ethttpheaders_with_all_parameters_set.json | 98 ++--- ...ethttpheaders_with_default_parameters.json | 98 ++--- ...setmetadata_with_cleaning_up_metadata.json | 122 +++---- ...ing_setmetadata_with_new_metadata_set.json | 92 ++--- ...ers_configured_setting_filepermission.json | 108 +++--- ...setproperties_with_default_parameters.json | 98 ++--- .../fileurl/recording_startcopyfromurl.json | 148 -------- .../fileurl/recording_uploadrange.json | 104 +++--- ...recording_uploadrange_with_conent_md5.json | 104 +++--- ...t_event_trigger_during_retry_interval.json | 22 +- ...il_when_requests_always_fail_with_500.json | 22 +- ...ork_when_first_request_fails_with_500.json | 46 +-- .../serviceurl/recording_getproperties.json | 6 +- ...shares_with_all_parameters_configured.json | 64 ++-- ...ng_listshares_with_default_parameters.json | 8 +- .../serviceurl/recording_setproperties.json | 18 +- .../recording_create_and_get_permission.json | 56 +-- .../shareurl/recording_create_snapshot.json | 72 ++-- ...create_with_all_parameters_configured.json | 48 +-- ...ording_create_with_default_parameters.json | 22 +- .../browsers/shareurl/recording_delete.json | 22 +- .../shareurl/recording_getproperties.json | 34 +- .../shareurl/recording_getstatistics.json | 30 +- .../shareurl/recording_setmetadata.json | 46 +-- .../browsers/shareurl/recording_setquota.json | 46 +-- .../recording_after_all_hook.json | 8 +- .../recording_before_all_hook.json | 34 +- ...al_container_and_file_names_uppercase.json | 50 +-- ...nd_file_names_uppercase_in_url_string.json | 50 +-- ..._container_and_file_names_with_spaces.json | 32 +- ..._file_names_with_spaces_in_url_string.json | 32 +- ...ith_special_directory_name_characters.json | 50 +-- ...rectory_name_characters_in_url_string.json | 50 +-- ...ld_work_with_special_file_name_arabic.json | 50 +-- ...pecial_file_name_arabic_in_url_string.json | 50 +-- ..._special_file_name_arabic_uri_encoded.json | 50 +-- ...ork_with_special_file_name_characters.json | 50 +-- ...al_file_name_characters_in_url_string.json | 50 +-- ..._work_with_special_file_name_japanese.json | 50 +-- ...cial_file_name_japanese_in_url_string.json | 50 +-- ...pecial_file_name_japanese_uri_encoded.json | 50 +-- ...d_work_with_special_file_name_russian.json | 50 +-- ...ecial_file_name_russian_in_url_string.json | 50 +-- ...special_file_name_russian_uri_encoded.json | 50 +-- ...special_file_names_chinese_characters.json | 50 +-- ...ames_chinese_characters_in_url_string.json | 50 +-- ...ding_should_abort_after_aborter_timeout.js | 2 +- ..._abort_after_parent_aborter_calls_abort.js | 2 +- ...ould_abort_after_parent_aborter_timeout.js | 2 +- ...n_calling_abort_before_request_finishes.js | 2 +- ...ng_should_not_abort_after_calling_abort.js | 22 +- ...en_calling_abort_after_request_finishes.js | 14 +- ...ld_set_value_and_get_value_successfully.js | 2 +- ...g_create_with_all_parameters_configured.js | 135 ------- ...eters_configured_setting_filepermission.js | 84 ++--- ...rs_configured_setting_filepermissionkey.js | 76 ++-- ...ecording_create_with_default_parameters.js | 40 +- .../node/directoryurl/recording_delete.js | 40 +- .../recording_forceclosehandle_should_work.js | 48 +-- ...ng_forceclosehandlessegment_should_work.js | 48 +-- .../directoryurl/recording_getproperties.js | 58 +-- ...directoriessegment_under_root_directory.js | 206 +++++------ ...ssegment_with_all_parameters_configured.js | 216 +++++------ .../recording_listhandles_should_work.js | 48 +-- .../directoryurl/recording_setmetadata.js | 70 ++-- ...eters_configured_setting_filepermission.js | 84 ++--- ...g_setproperties_with_default_parameters.js | 76 ++-- ...d_failed_for_a_completed_copy_operation.js | 82 ++--- .../node/fileurl/recording_clearrange.js | 112 +++--- ...rs_configured_setting_filepermissionkey.js | 94 ++--- ...ecording_create_with_all_parameters_set.js | 172 --------- ...ecording_create_with_default_parameters.js | 76 ++-- .../node/fileurl/recording_delete.js | 66 ++-- .../recording_download_all_parameters_set.js | 88 ++--- .../recording_download_partial_content.js | 88 ++--- ...e_aborted_error_after_download_finishes.js | 88 ++--- ...ording_download_with_default_parameters.js | 88 ++--- .../recording_forceclosehandle_should_work.js | 66 ++-- ...ng_forceclosehandlessegment_should_work.js | 66 ++-- .../node/fileurl/recording_getrangelist.js | 106 +++--- .../recording_listhandles_should_work.js | 66 ++-- .../node/fileurl/recording_resize.js | 112 +++--- ..._sethttpheaders_with_all_parameters_set.js | 94 ++--- ..._sethttpheaders_with_default_parameters.js | 94 ++--- ...g_setmetadata_with_cleaning_up_metadata.js | 118 +++--- ...rding_setmetadata_with_new_metadata_set.js | 88 ++--- ...eters_configured_setting_filepermission.js | 102 +++--- ...g_setproperties_with_default_parameters.js | 94 ++--- .../fileurl/recording_startcopyfromurl.js | 114 +++--- .../node/fileurl/recording_uploadrange.js | 100 ++--- .../recording_uploadrange_with_conent_md5.js | 100 ++--- ...cording_uploadrange_with_progress_event.js | 70 ++-- ...load_with_buffer_and_default_parameters.js | 92 ++--- ...nese_string_body_and_default_parameters.js | 92 ++--- .../recording_upload_with_nodejs_stream.js | 92 ++--- .../recording_uploadrangefromurl.js | 341 ++++++++++++++++++ ...toazurefile_should_abort_for_large_data.js | 64 ---- ...toazurefile_should_abort_for_small_data.js | 64 ---- ...ng_uploadstreamtoazurefile_should_abort.js | 64 ---- ...ss_when_downloading_a_range_inside_file.js | 160 ++++---- ...ort_event_trigger_during_retry_interval.js | 22 +- ...fail_when_requests_always_fail_with_500.js | 22 +- ..._work_when_first_request_fails_with_500.js | 46 +-- .../serviceurl/recording_getproperties.js | 6 +- ...stshares_with_all_parameters_configured.js | 58 +-- ...ding_listshares_with_default_parameters.js | 8 +- .../serviceurl/recording_setproperties.js | 18 +- ...should_not_work_with_invalid_permission.js | 10 +- ...uld_not_work_with_invalid_resource_type.js | 10 +- ...rs_should_not_work_with_invalid_service.js | 10 +- ...teaccountsasqueryparameters_should_work.js | 10 +- ...sasqueryparameters_should_work_for_file.js | 76 ++-- ...should_work_for_file_with_access_policy.js | 80 ++-- ...asqueryparameters_should_work_for_share.js | 32 +- .../recording_after_all_hook.js | 8 +- .../recording_before_all_hook.js | 14 +- ..._special_share_and_file_names_uppercase.js | 38 +- ...pecial_share_and_file_names_with_spaces.js | 38 +- .../recording_create_and_get_permission.js | 56 +-- .../shareurl/recording_create_snapshot.js | 68 ++-- ...g_create_with_all_parameters_configured.js | 46 +-- ...ecording_create_with_default_parameters.js | 22 +- .../node/shareurl/recording_delete.js | 22 +- .../node/shareurl/recording_getproperties.js | 34 +- .../node/shareurl/recording_getstatistics.js | 30 +- .../node/shareurl/recording_setmetadata.js | 46 +-- .../node/shareurl/recording_setquota.js | 46 +-- .../recording_getaccesspolicy.js | 22 +- .../recording_setaccesspolicy.js | 48 +-- .../recording_after_all_hook.js | 8 +- .../recording_before_all_hook.js | 32 +- ...cial_container_and_file_names_uppercase.js | 48 +-- ..._and_file_names_uppercase_in_url_string.js | 48 +-- ...al_container_and_file_names_with_spaces.js | 30 +- ...nd_file_names_with_spaces_in_url_string.js | 30 +- ..._with_special_directory_name_characters.js | 52 +-- ...directory_name_characters_in_url_string.js | 52 +-- ...ould_work_with_special_file_name_arabic.js | 52 +-- ..._special_file_name_arabic_in_url_string.js | 52 +-- ...th_special_file_name_arabic_uri_encoded.js | 52 +-- ..._work_with_special_file_name_characters.js | 52 +-- ...cial_file_name_characters_in_url_string.js | 52 +-- ...ld_work_with_special_file_name_japanese.js | 52 +-- ...pecial_file_name_japanese_in_url_string.js | 52 +-- ..._special_file_name_japanese_uri_encoded.js | 52 +-- ...uld_work_with_special_file_name_russian.js | 52 +-- ...special_file_name_russian_in_url_string.js | 52 +-- ...h_special_file_name_russian_uri_encoded.js | 52 +-- ...h_special_file_names_chinese_characters.js | 52 +-- ..._names_chinese_characters_in_url_string.js | 52 +-- sdk/storage/storage-file/src/FileURL.ts | 74 +++- .../src/generated/src/models/index.ts | 4 - .../src/generated/src/models/parameters.ts | 6 +- .../src/generated/src/operations/file.ts | 12 +- .../storage-file/test/node/fileurl.spec.ts | 37 +- .../test/node/highlevel.node.spec.ts | 2 +- .../storage-file/test/node/shareurl.spec.ts | 2 +- .../storage-file/test/utils/recorder.ts | 34 +- 191 files changed, 5715 insertions(+), 6185 deletions(-) delete mode 100644 sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured.json delete mode 100644 sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_all_parameters_set.json delete mode 100644 sdk/storage/storage-file/recordings/browsers/fileurl/recording_startcopyfromurl.json delete mode 100644 sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured.js delete mode 100644 sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_all_parameters_set.js rename sdk/storage/storage-file/recordings/node/{blockbloburl_nodejs_only => fileurl_nodejs_only}/recording_upload_with_buffer_and_default_parameters.js (65%) rename sdk/storage/storage-file/recordings/node/{blockbloburl_nodejs_only => fileurl_nodejs_only}/recording_upload_with_chinese_string_body_and_default_parameters.js (64%) rename sdk/storage/storage-file/recordings/node/{blockbloburl_nodejs_only => fileurl_nodejs_only}/recording_upload_with_nodejs_stream.js (65%) create mode 100644 sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_uploadrangefromurl.js delete mode 100644 sdk/storage/storage-file/recordings/node/highlevel/recording_uploadfiletoazurefile_should_abort_for_large_data.js delete mode 100644 sdk/storage/storage-file/recordings/node/highlevel/recording_uploadfiletoazurefile_should_abort_for_small_data.js delete mode 100644 sdk/storage/storage-file/recordings/node/highlevel/recording_uploadstreamtoazurefile_should_abort.js rename sdk/storage/storage-file/recordings/node/{highlevel => highlevel_nodejs_only}/recording_downloadazurefiletobuffer_should_success_when_downloading_a_range_inside_file.js (72%) rename sdk/storage/storage-file/recordings/node/{shareurl => shareurl_nodejs_only}/recording_getaccesspolicy.js (62%) rename sdk/storage/storage-file/recordings/node/{shareurl => shareurl_nodejs_only}/recording_setaccesspolicy.js (63%) diff --git a/sdk/storage/storage-file/ChangeLog.md b/sdk/storage/storage-file/ChangeLog.md index 566afb7ff18f..c98caf52b8bb 100644 --- a/sdk/storage/storage-file/ChangeLog.md +++ b/sdk/storage/storage-file/ChangeLog.md @@ -6,6 +6,7 @@ * Added a new API `ShareURL.createPermission()` which allows for the creation of a security descriptor at the Azure File share level. This descriptor can be used for files and directories in the share. * Added a new API `ShareURL.getPermission()` which allows for the retrieval of the security descriptor set on a share. * Added APIs `DirectoryURL.setProperties()` and `FileURL.setProperties()`, and updated APIs `DirectoryURL.create()` and `FileURL.create()` for setting file permission, attributes, creation time, and last write time. +* Added a new API `FileURL.uploadRangeFromURL()` which allows range in a file to be written using a range of another file as a source. This permits synchronous server-side copies to be orchestrated for files of any size. ## 2019.06 10.2.0 diff --git a/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_not_abort_after_calling_abort.json b/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_not_abort_after_calling_abort.json index 5f5f914e0183..a49dec23e2d2 100644 --- a/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_not_abort_after_calling_abort.json +++ b/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_not_abort_after_calling_abort.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490447905064", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553217903220", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:04 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:04 GMT", + "date": "Thu, 05 Sep 2019 09:25:31 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:32 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFDD40EF7\"", - "x-ms-request-id": "b64bff32-f01a-0153-4cf8-622aba000000", + "etag": "\"0x8D731E30026EB43\"", + "x-ms-request-id": "ec818837-701a-015d-50cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "8150f7a4-9cab-4ae2-bb82-e21349c9b798", + "x-ms-client-request-id": "78b9f96d-0c08-4291-a51b-aadda0bff605", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490447905064", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553217903220", "query": { "restype": "share" }, @@ -30,16 +30,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:04 GMT", + "date": "Thu, 05 Sep 2019 09:25:32 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bff37-f01a-0153-50f8-622aba000000", + "x-ms-request-id": "ec81883b-701a-015d-52cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "2da4d571-dfd0-4aee-9697-73633e98faac", + "x-ms-client-request-id": "d055d73d-97ad-48d4-9a6b-2537497da23d", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758490447905064" + "share": "share156767553217903220" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_not_abort_when_calling_abort_after_request_finishes.json b/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_not_abort_when_calling_abort_after_request_finishes.json index 570378d8a689..0b5536863790 100644 --- a/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_not_abort_when_calling_abort_after_request_finishes.json +++ b/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_not_abort_when_calling_abort_after_request_finishes.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490535808812", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553297003875", "query": { "restype": "share" }, @@ -10,18 +10,18 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:05 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:05 GMT", + "date": "Thu, 05 Sep 2019 09:25:32 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:33 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFE1FD06F\"", - "x-ms-request-id": "b64bff3d-f01a-0153-55f8-622aba000000", + "etag": "\"0x8D731E30067FBBD\"", + "x-ms-request-id": "ec81883e-701a-015d-54cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "6f20d8b1-8b79-48eb-8a04-8e196847daca", + "x-ms-client-request-id": "7df07e88-0e3d-4c5a-a2c0-f4321c45e99f", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758490535808812" + "share": "share156767553297003875" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_set_value_and_get_value_successfully.json b/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_set_value_and_get_value_successfully.json index 25cab574ca39..e5d6c3a5deda 100644 --- a/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_set_value_and_get_value_successfully.json +++ b/sdk/storage/storage-file/recordings/browsers/aborter/recording_should_set_value_and_get_value_successfully.json @@ -1,6 +1,6 @@ { "recordings": [], "uniqueTestInfo": { - "share": "share156758490445409936" + "share": "share156767553217401552" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured.json deleted file mode 100644 index e3f577ea3bfe..000000000000 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "recordings": [ - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156404688450707504", - "query": { - "restype": "share" - }, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:25 GMT", - "last-modified": "Thu, 25 Jul 2019 09:24:26 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E359EA38\"", - "x-ms-request-id": "842cc4f0-b01a-003e-5bca-4288b7000000", - "x-ms-version": "2018-11-09", - "content-length": "0" - } - }, - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156404688450707504/dir156404688464408557", - "query": { - "restype": "directory" - }, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:25 GMT", - "last-modified": "Thu, 25 Jul 2019 09:24:26 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E371FEC0\"", - "x-ms-request-id": "842cc4f3-b01a-003e-5dca-4288b7000000", - "x-ms-version": "2018-11-09", - "x-ms-request-server-encrypted": "true", - "content-length": "0" - } - }, - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156404688450707504156404688480205279", - "query": { - "restype": "share" - }, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:25 GMT", - "last-modified": "Thu, 25 Jul 2019 09:24:26 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E38743F8\"", - "x-ms-request-id": "842cc4f5-b01a-003e-5fca-4288b7000000", - "x-ms-version": "2018-11-09", - "content-length": "0" - } - }, - { - "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156404688450707504156404688480205279", - "query": { - "restype": "share" - }, - "requestBody": null, - "status": 200, - "response": "", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:25 GMT", - "x-ms-meta-key": "value", - "x-ms-has-legal-hold": "false", - "last-modified": "Thu, 25 Jul 2019 09:24:26 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E38743F8\"", - "x-ms-request-id": "842cc4f8-b01a-003e-61ca-4288b7000000", - "x-ms-share-quota": "5120", - "x-ms-version": "2018-11-09", - "x-ms-has-immutability-policy": "false", - "content-length": "0" - } - }, - { - "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156404688450707504/dir156404688464408557", - "query": { - "restype": "directory" - }, - "requestBody": null, - "status": 202, - "response": "", - "responseHeaders": { - "x-ms-request-id": "842cc4fa-b01a-003e-63ca-4288b7000000", - "x-ms-version": "2018-11-09", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "date": "Thu, 25 Jul 2019 09:24:26 GMT", - "content-length": "0" - } - }, - { - "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156404688450707504", - "query": { - "restype": "share" - }, - "requestBody": null, - "status": 202, - "response": "", - "responseHeaders": { - "x-ms-request-id": "842cc508-b01a-003e-65ca-4288b7000000", - "x-ms-version": "2018-11-09", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "date": "Thu, 25 Jul 2019 09:24:26 GMT", - "content-length": "0" - } - } - ], - "uniqueTestInfo": { - "share": "share156404688450707504", - "dir": "dir156404688464408557", - "share156404688450707504": "share156404688450707504156404688480205279" - } -} \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured_setting_filepermission.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured_setting_filepermission.json index 4b9c1694cc19..368a83b4a3a0 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured_setting_filepermission.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured_setting_filepermission.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490917506984", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553672302968", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:08 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:09 GMT", + "date": "Thu, 05 Sep 2019 09:25:36 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100065E0D7\"", - "x-ms-request-id": "b64bff84-f01a-0153-16f8-622aba000000", + "etag": "\"0x8D731E302A3F842\"", + "x-ms-request-id": "ec81886a-701a-015d-78cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "a4fe235a-e563-4ae9-8499-822ca4614e0e", + "x-ms-client-request-id": "73c7dd62-654e-4a53-bfd4-e37b8e80fea2", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490917506984/dir156758490938309002", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553672302968/dir156767553692703529", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:09 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:09.4197038Z", + "date": "Thu, 05 Sep 2019 09:25:36 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:36.9911999Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:09.4197038Z", + "x-ms-file-creation-time": "2019-09-05T09:25:36.9911999Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "c7b920c0-8c8d-4100-96f3-e02dec2eb443", + "x-ms-client-request-id": "1ce14fbf-0a55-481f-8286-f8373386ec7c", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:09 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311000856F2E\"", - "x-ms-request-id": "b64bff89-f01a-0153-1af8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:09.4197038Z", + "etag": "\"0x8D731E302C366BF\"", + "x-ms-request-id": "ec81886d-701a-015d-7acb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:36.9911999Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490917506984", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553672302968", "query": { "comp": "filepermission", "restype": "share" @@ -59,17 +59,17 @@ "status": 200, "response": "{\"permission\":\"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)\"}", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:09 GMT", + "date": "Thu, 05 Sep 2019 09:25:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bff8d-f01a-0153-1df8-622aba000000", + "x-ms-request-id": "ec81886f-701a-015d-7ccb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "2ce20dc9-f256-42a8-bb29-a7ab615a7888", + "x-ms-client-request-id": "02d70f33-3d0e-4100-b2ae-25f3a6f486c3", "content-length": "149" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490917506984/dir156758490938309002156758490982809781", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553672302968/dir156767553692703529156767553737502635", "query": { "restype": "directory" }, @@ -77,27 +77,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:09 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:09.8280000Z", + "date": "Thu, 05 Sep 2019 09:25:36 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:37.3750000Z", "x-ms-file-attributes": "ReadOnly | Hidden | System | Directory | Archive | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:09.8280000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:37.3750000Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "ed097bcc-6f1e-498b-aab1-1a77fb195919", + "x-ms-client-request-id": "8df81dc7-d345-4c97-b592-d953c231f8c8", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:09 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:37 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311000C3BC40\"", - "x-ms-request-id": "b64bff91-f01a-0153-21f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:09.8280000Z", + "etag": "\"0x8D731E302FDF6F0\"", + "x-ms-request-id": "ec818871-701a-015d-7ecb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:37.3750000Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490917506984/dir156758490938309002156758490982809781", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553672302968/dir156767553692703529156767553737502635", "query": { "restype": "directory" }, @@ -105,28 +105,28 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:09 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:09 GMT", + "date": "Thu, 05 Sep 2019 09:25:36 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:37 GMT", "x-ms-file-attributes": "ReadOnly | Hidden | System | Directory | Archive | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:09.8280000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:37.3750000Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "cfe05b0d-41ad-4c58-a1d5-0e3cd9be83e9", + "x-ms-client-request-id": "d1eb8fa4-b570-4cbb-8ab5-20545051b77c", "content-length": "0", "x-ms-meta-key": "value", - "x-ms-file-change-time": "2019-09-04T08:15:09.8280000Z", + "x-ms-file-change-time": "2019-09-05T09:25:37.3750000Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311000C3BC40\"", - "x-ms-request-id": "b64bff94-f01a-0153-24f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:09.8280000Z", + "etag": "\"0x8D731E302FDF6F0\"", + "x-ms-request-id": "ec818873-701a-015d-80cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:37.3750000Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490917506984", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553672302968", "query": { "restype": "share" }, @@ -134,19 +134,19 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:09 GMT", + "date": "Thu, 05 Sep 2019 09:25:37 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bff98-f01a-0153-28f8-622aba000000", + "x-ms-request-id": "ec818875-701a-015d-02cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "f98178eb-cb8d-43d8-aa03-c428de4b8746", + "x-ms-client-request-id": "179d9229-d11b-4dc1-8c05-881375c8f8b9", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758490917506984", - "dir": "dir156758490938309002", - "dir156758490938309002": "dir156758490938309002156758490982809781", - "now": "2019-09-04T08:15:09.828Z" + "share": "share156767553672302968", + "dir": "dir156767553692703529", + "dir156767553692703529": "dir156767553692703529156767553737502635", + "now": "2019-09-05T09:25:37.375Z" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.json index 4466bdad2e2f..810eb580a046 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490812304988", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553566604930", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:07 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:08 GMT", + "date": "Thu, 05 Sep 2019 09:25:35 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFFC50D0C\"", - "x-ms-request-id": "b64bff72-f01a-0153-05f8-622aba000000", + "etag": "\"0x8D731E302034B57\"", + "x-ms-request-id": "ec81885e-701a-015d-6ecb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "737dc5f6-cac1-4018-a451-819b365ff8ce", + "x-ms-client-request-id": "564ef95a-3bc9-40fe-9ab1-005a14597a34", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490812304988/dir156758490833106200", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553566604930/dir156767553587208568", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:08 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:08.3697096Z", + "date": "Thu, 05 Sep 2019 09:25:35 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:35.9351988Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:08.3697096Z", + "x-ms-file-creation-time": "2019-09-05T09:25:35.9351988Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "b70bd825-c636-4abc-bc44-e90ac8f8492f", + "x-ms-client-request-id": "232639b2-9ce9-407d-8e65-c189b04dba49", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:08 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFFE537C8\"", - "x-ms-request-id": "b64bff76-f01a-0153-08f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:08.3697096Z", + "etag": "\"0x8D731E3022244B4\"", + "x-ms-request-id": "ec818861-701a-015d-70cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:35.9351988Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490812304988/dir156758490833106200156758490854502548", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553566604930/dir156767553587208568156767553607704339", "query": { "restype": "directory" }, @@ -58,27 +58,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:08 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:08.5450000Z", + "date": "Thu, 05 Sep 2019 09:25:35 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:36.0770000Z", "x-ms-file-attributes": "ReadOnly | Hidden | System | Directory | Archive | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:08.5450000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:36.0770000Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "e5b0a014-067f-49d3-9b34-7e3f875fed02", + "x-ms-client-request-id": "9b9f7d21-74e0-4183-b330-3ac96a5d0a27", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:08 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFFFFF710\"", - "x-ms-request-id": "b64bff7a-f01a-0153-0cf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:08.5450000Z", + "etag": "\"0x8D731E30237E7D0\"", + "x-ms-request-id": "ec818864-701a-015d-72cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:36.0770000Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490812304988/dir156758490833106200156758490854502548", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553566604930/dir156767553587208568156767553607704339", "query": { "restype": "directory" }, @@ -86,28 +86,28 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:08 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:08 GMT", + "date": "Thu, 05 Sep 2019 09:25:35 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:36 GMT", "x-ms-file-attributes": "ReadOnly | Hidden | System | Directory | Archive | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:08.5450000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:36.0770000Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "67fca1a3-ede5-47e6-83c9-434b83930e7a", + "x-ms-client-request-id": "ec2ccee1-0cf0-46cd-9754-24870d7df9dc", "content-length": "0", "x-ms-meta-key": "value", - "x-ms-file-change-time": "2019-09-04T08:15:08.5450000Z", + "x-ms-file-change-time": "2019-09-05T09:25:36.0770000Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFFFFF710\"", - "x-ms-request-id": "b64bff7d-f01a-0153-0ff8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:08.5450000Z", + "etag": "\"0x8D731E30237E7D0\"", + "x-ms-request-id": "ec818866-701a-015d-74cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:36.0770000Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490812304988", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553566604930", "query": { "restype": "share" }, @@ -115,19 +115,19 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:08 GMT", + "date": "Thu, 05 Sep 2019 09:25:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bff81-f01a-0153-13f8-622aba000000", + "x-ms-request-id": "ec818868-701a-015d-76cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "7d7a2946-7832-4133-961a-de848a9b6b23", + "x-ms-client-request-id": "8c4999b0-524b-402e-8b63-1140fd19eb26", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758490812304988", - "dir": "dir156758490833106200", - "dir156758490833106200": "dir156758490833106200156758490854502548", - "now": "2019-09-04T08:15:08.545Z" + "share": "share156767553566604930", + "dir": "dir156767553587208568", + "dir156767553587208568": "dir156767553587208568156767553607704339", + "now": "2019-09-05T09:25:36.077Z" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_default_parameters.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_default_parameters.json index ecde7c5d3915..e6b2327b8005 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_default_parameters.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_create_with_default_parameters.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490746908023", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553504900510", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:07 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:07 GMT", + "date": "Thu, 05 Sep 2019 09:25:34 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFF6102DA\"", - "x-ms-request-id": "b64bff64-f01a-0153-78f8-622aba000000", + "etag": "\"0x8D731E301A4C099\"", + "x-ms-request-id": "ec818856-701a-015d-68cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "6e7448a3-4ba5-4a90-a1f4-c142ecc101cc", + "x-ms-client-request-id": "3969e8cd-2b89-4e29-8d45-5c2dad70597e", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490746908023/dir156758490770008302", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553504900510/dir156767553525305979", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:07 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:07.7411139Z", + "date": "Thu, 05 Sep 2019 09:25:34 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:35.3156123Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:07.7411139Z", + "x-ms-file-creation-time": "2019-09-05T09:25:35.3156123Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "624e8e48-bbfe-48d4-875d-83a8d0579f16", + "x-ms-client-request-id": "9e7a8f24-8f7e-4190-8e25-c59b2dd45f05", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:07 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFF854D43\"", - "x-ms-request-id": "b64bff69-f01a-0153-7cf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:07.7411139Z", + "etag": "\"0x8D731E301C3BA1B\"", + "x-ms-request-id": "ec818859-701a-015d-6acb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:35.3156123Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490746908023", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553504900510", "query": { "restype": "share" }, @@ -58,17 +58,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:07 GMT", + "date": "Thu, 05 Sep 2019 09:25:34 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bff6e-f01a-0153-01f8-622aba000000", + "x-ms-request-id": "ec81885b-701a-015d-6ccb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "e8a864db-f6a5-4ea6-ba90-27c2996b285b", + "x-ms-client-request-id": "3c22dceb-d47e-4476-8a20-56005ff72d2c", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758490746908023", - "dir": "dir156758490770008302" + "share": "share156767553504900510", + "dir": "dir156767553525305979" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_delete.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_delete.json index ff9bdf466af5..6e94d371108f 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_delete.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_delete.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491275002423", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554025400063", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:12 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:12 GMT", + "date": "Thu, 05 Sep 2019 09:25:39 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311002880CC8\"", - "x-ms-request-id": "b64bffd4-f01a-0153-52f8-622aba000000", + "etag": "\"0x8D731E304BF1E12\"", + "x-ms-request-id": "ec818893-701a-015d-1ccb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "00dc33e6-b238-4457-a522-06b36f9b758c", + "x-ms-client-request-id": "a55fbe29-e8d3-4ec1-84dc-88e571f0c401", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491275002423/dir156758491296309305", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554025400063/dir156767554046104527", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:12 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:13.0081075Z", + "date": "Thu, 05 Sep 2019 09:25:39 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:40.5275517Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:13.0081075Z", + "x-ms-file-creation-time": "2019-09-05T09:25:40.5275517Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "011975e7-b8eb-4ef0-98a4-744b77f6e060", + "x-ms-client-request-id": "c851d650-ef4b-409c-8635-46eb0356076d", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:13 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311002A8FB33\"", - "x-ms-request-id": "b64bffd8-f01a-0153-55f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:13.0081075Z", + "etag": "\"0x8D731E304DF017D\"", + "x-ms-request-id": "ec818896-701a-015d-1ecb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:40.5275517Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491275002423", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554025400063", "query": { "restype": "share" }, @@ -58,17 +58,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:12 GMT", + "date": "Thu, 05 Sep 2019 09:25:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bffdc-f01a-0153-59f8-622aba000000", + "x-ms-request-id": "ec818899-701a-015d-20cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "10cad852-1813-423a-8e78-612607a681a5", + "x-ms-client-request-id": "937c1fe0-a054-4329-a95c-caf059f96e0a", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758491275002423", - "dir": "dir156758491296309305" + "share": "share156767554025400063", + "dir": "dir156767554046104527" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_forceclosehandle_should_work.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_forceclosehandle_should_work.json index 30c29bd56aae..06fb54828c81 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_forceclosehandle_should_work.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_forceclosehandle_should_work.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492200809578", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554944603193", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:21 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:22 GMT", + "date": "Thu, 05 Sep 2019 09:25:48 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:49 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110080B73B8\"", - "x-ms-request-id": "b64c007d-f01a-0153-6ef8-622aba000000", + "etag": "\"0x8D731E30A398394\"", + "x-ms-request-id": "ec8188fa-701a-015d-77cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ae94846b-6b44-40b9-8c89-68bfcfc57c61", + "x-ms-client-request-id": "713d01ef-031f-4d61-9239-028ee755417b", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492200809578/dir156758492221906159", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554944603193/dir156767554965106181", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:21 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:22.2558738Z", + "date": "Thu, 05 Sep 2019 09:25:48 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:49.7152599Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:22.2558738Z", + "x-ms-file-creation-time": "2019-09-05T09:25:49.7152599Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "17091edd-64b9-45df-9937-f98f749d0edd", + "x-ms-client-request-id": "155b6aab-ab97-4b7d-8c40-a4d458fca4ab", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:22 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:49 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110082C1412\"", - "x-ms-request-id": "b64c0081-f01a-0153-71f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:22.2558738Z", + "etag": "\"0x8D731E30A58F057\"", + "x-ms-request-id": "ec8188fd-701a-015d-79cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:49.7152599Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492200809578/dir156758492221906159", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554944603193/dir156767554965106181", "query": { "comp": "listhandles" }, @@ -58,18 +58,18 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:22 GMT", + "date": "Thu, 05 Sep 2019 09:25:49 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0085-f01a-0153-75f8-622aba000000", + "x-ms-request-id": "ec8188ff-701a-015d-7bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "09035c31-63c2-458d-ab7d-66417a85eac7" + "x-ms-client-request-id": "5e72f4cd-d53d-4e1f-bde9-bef6706ec922" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492200809578", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554944603193", "query": { "restype": "share" }, @@ -77,17 +77,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:22 GMT", + "date": "Thu, 05 Sep 2019 09:25:49 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c008a-f01a-0153-78f8-622aba000000", + "x-ms-request-id": "ec818901-701a-015d-7dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "e2ba6e55-3453-4ea3-a135-dedaa0c08095", + "x-ms-client-request-id": "9d55c7ae-6ea9-4de8-b300-6d45967ac90e", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492200809578", - "dir": "dir156758492221906159" + "share": "share156767554944603193", + "dir": "dir156767554965106181" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_forceclosehandlessegment_should_work.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_forceclosehandlessegment_should_work.json index 9fe0bf61a0d8..379f2627983a 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_forceclosehandlessegment_should_work.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_forceclosehandlessegment_should_work.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492117302677", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554859303932", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:20 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:21 GMT", + "date": "Thu, 05 Sep 2019 09:25:47 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:48 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110078BEB98\"", - "x-ms-request-id": "b64c006e-f01a-0153-61f8-622aba000000", + "etag": "\"0x8D731E309B789B3\"", + "x-ms-request-id": "ec8188f1-701a-015d-6fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "f2584b83-826c-4f56-a842-a20779c49e32", + "x-ms-client-request-id": "bb45a8ab-f0c1-4f58-980e-8097c0dc3b0c", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492117302677/dir156758492137607330", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554859303932/dir156767554879904175", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:21 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:21.4120724Z", + "date": "Thu, 05 Sep 2019 09:25:48 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:48.8644537Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:21.4120724Z", + "x-ms-file-creation-time": "2019-09-05T09:25:48.8644537Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "80a38597-3238-4aad-8db0-ac88e7aa7c7e", + "x-ms-client-request-id": "dbb2161e-9f7a-4ae1-b94b-ad703170e28a", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:21 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:48 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311007AB5314\"", - "x-ms-request-id": "b64c0072-f01a-0153-64f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:21.4120724Z", + "etag": "\"0x8D731E309D71DB9\"", + "x-ms-request-id": "ec8188f4-701a-015d-71cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:48.8644537Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492117302677/dir156758492137607330", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554859303932/dir156767554879904175", "query": { "comp": "forceclosehandles" }, @@ -58,18 +58,18 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:21 GMT", + "date": "Thu, 05 Sep 2019 09:25:48 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0075-f01a-0153-67f8-622aba000000", + "x-ms-request-id": "ec8188f6-701a-015d-73cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "a06ef61c-fa99-44bc-b72a-fa0eadd6deff", + "x-ms-client-request-id": "86b87aba-c378-4029-8b95-c4fd83869a14", "x-ms-number-of-handles-closed": "0", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492117302677", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554859303932", "query": { "restype": "share" }, @@ -77,17 +77,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:21 GMT", + "date": "Thu, 05 Sep 2019 09:25:48 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0078-f01a-0153-6af8-622aba000000", + "x-ms-request-id": "ec8188f8-701a-015d-75cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "da17dc98-0211-4e18-9a56-b40ea382a470", + "x-ms-client-request-id": "1a4e142f-d00f-4dc0-9d0a-9acdaddbfcf3", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492117302677", - "dir": "dir156758492137607330" + "share": "share156767554859303932", + "dir": "dir156767554879904175" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_getproperties.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_getproperties.json index dc672ef6de0c..107a3d7671d8 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_getproperties.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_getproperties.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490663207794", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553422902127", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:06 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:06 GMT", + "date": "Thu, 05 Sep 2019 09:25:33 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:34 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFEE153A1\"", - "x-ms-request-id": "b64bff54-f01a-0153-6af8-622aba000000", + "etag": "\"0x8D731E3012782CC\"", + "x-ms-request-id": "ec81884d-701a-015d-60cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "7dc938c0-b532-4d4e-8514-e62bb51d4c7b", + "x-ms-client-request-id": "dec7326f-b2d3-4d91-bff9-eb098dd855cd", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490663207794/dir156758490683700184", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553422902127/dir156767553443201808", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:06 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:06.8802987Z", + "date": "Thu, 05 Sep 2019 09:25:33 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:34.4968360Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:06.8802987Z", + "x-ms-file-creation-time": "2019-09-05T09:25:34.4968360Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "7dd053b0-01cb-41f8-a7b5-8ffce4526d0b", + "x-ms-client-request-id": "5c8d147c-cf1a-4b22-a24f-60a0eeef4947", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:06 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:34 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFF01F3AB\"", - "x-ms-request-id": "b64bff58-f01a-0153-6df8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:06.8802987Z", + "etag": "\"0x8D731E30146CAA8\"", + "x-ms-request-id": "ec818850-701a-015d-62cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:34.4968360Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490663207794/dir156758490683700184", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553422902127/dir156767553443201808", "query": { "restype": "directory" }, @@ -58,27 +58,27 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:06 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:06 GMT", + "date": "Thu, 05 Sep 2019 09:25:33 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:34 GMT", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:06.8802987Z", + "x-ms-file-creation-time": "2019-09-05T09:25:34.4968360Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "6954ad92-e5a1-4e3e-81f6-6459ededc357", + "x-ms-client-request-id": "a52f62c8-d1ff-4b7a-b6c0-35e30d4b6da2", "content-length": "0", - "x-ms-file-change-time": "2019-09-04T08:15:06.8802987Z", + "x-ms-file-change-time": "2019-09-05T09:25:34.4968360Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFF01F3AB\"", - "x-ms-request-id": "b64bff5d-f01a-0153-71f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:06.8802987Z", + "etag": "\"0x8D731E30146CAA8\"", + "x-ms-request-id": "ec818852-701a-015d-64cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:34.4968360Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490663207794", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553422902127", "query": { "restype": "share" }, @@ -86,17 +86,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:06 GMT", + "date": "Thu, 05 Sep 2019 09:25:34 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bff60-f01a-0153-74f8-622aba000000", + "x-ms-request-id": "ec818854-701a-015d-66cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "d7e7e428-b402-4cb1-8e48-e3043140f7fd", + "x-ms-client-request-id": "0c83c264-940c-4365-9f26-a7aa6bd8f023", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758490663207794", - "dir": "dir156758490683700184" + "share": "share156767553422902127", + "dir": "dir156767553443201808" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listfilesanddirectoriessegment_under_root_directory.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listfilesanddirectoriessegment_under_root_directory.json index 8514d85bedf9..a9070f3b7eba 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listfilesanddirectoriessegment_under_root_directory.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listfilesanddirectoriessegment_under_root_directory.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:13 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:13 GMT", + "date": "Thu, 05 Sep 2019 09:25:40 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311002E81E5C\"", - "x-ms-request-id": "b64bffdf-f01a-0153-5cf8-622aba000000", + "etag": "\"0x8D731E305217A51\"", + "x-ms-request-id": "ec81889b-701a-015d-22cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "c4d361d8-77d0-4ae7-9de5-7a3a252eca09", + "x-ms-client-request-id": "05ffa9d7-aead-4e57-91be-7ad9ad0e1859", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/dir156758491361607599", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/dir156767554110502885", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:13 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:13.6557209Z", + "date": "Thu, 05 Sep 2019 09:25:40 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:41.1721631Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:13.6557209Z", + "x-ms-file-creation-time": "2019-09-05T09:25:41.1721631Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "a4ad6633-63b6-49dd-84e3-15f24ada083e", + "x-ms-client-request-id": "fc76af86-0543-4b41-acb0-557385c66e89", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:13 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:41 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110030BCC99\"", - "x-ms-request-id": "b64bffe4-f01a-0153-60f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:13.6557209Z", + "etag": "\"0x8D731E305415D9F\"", + "x-ms-request-id": "ec81889e-701a-015d-24cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:41.1721631Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488dir0156758491383304593", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488dir0156767554131906628", "query": { "restype": "directory" }, @@ -58,27 +58,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:13 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:13.8709248Z", + "date": "Thu, 05 Sep 2019 09:25:40 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:41.3813609Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:13.8709248Z", + "x-ms-file-creation-time": "2019-09-05T09:25:41.3813609Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "91e91ac5-963c-4f57-82e8-58c18a5b6bc6", + "x-ms-client-request-id": "786999e2-27bf-4318-ba87-8a0980daeed0", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:13 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:41 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110032CA300\"", - "x-ms-request-id": "b64bffe8-f01a-0153-64f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:13.8709248Z", + "etag": "\"0x8D731E305614969\"", + "x-ms-request-id": "ec8188a0-701a-015d-26cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:41.3813609Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488dir1156758491404606427", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488dir1156767554152306658", "query": { "restype": "directory" }, @@ -86,27 +86,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:13 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:14.0861282Z", + "date": "Thu, 05 Sep 2019 09:25:40 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:41.5855544Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "16140971433240035328", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:14.0861282Z", + "x-ms-file-creation-time": "2019-09-05T09:25:41.5855544Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "ea67eb3f-3074-421c-85de-f09fdcc27449", + "x-ms-client-request-id": "41b41fff-8d9e-45d1-a982-cb0fdcdad001", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:14 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:41 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110034D7962\"", - "x-ms-request-id": "b64bffeb-f01a-0153-67f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:14.0861282Z", + "etag": "\"0x8D731E3058071B8\"", + "x-ms-request-id": "ec8188a2-701a-015d-28cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:41.5855544Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488dir2156758491427604972", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488dir2156767554173000219", "query": { "restype": "directory" }, @@ -114,174 +114,174 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:13 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:14.3113418Z", + "date": "Thu, 05 Sep 2019 09:25:41 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:41.7987568Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "10376363910205800448", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:14.3113418Z", + "x-ms-file-creation-time": "2019-09-05T09:25:41.7987568Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "b93dec34-8374-4e59-ab92-eb2283f9df51", + "x-ms-client-request-id": "397f8fe5-8220-4c2f-a611-4355544738ca", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:14 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:41 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110036FD6CA\"", - "x-ms-request-id": "b64bffef-f01a-0153-6bf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:14.3113418Z", + "etag": "\"0x8D731E305A0F9F0\"", + "x-ms-request-id": "ec8188a4-701a-015d-2acb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:41.7987568Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488file0156758491450005379", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488file0156767554194502668", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:14 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:14.5365550Z", + "date": "Thu, 05 Sep 2019 09:25:41 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:42.0069542Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "14988049928633188352", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:14.5365550Z", + "x-ms-file-creation-time": "2019-09-05T09:25:42.0069542Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "38bf5dd6-a9fe-4609-811f-7f5dafa4c323", + "x-ms-client-request-id": "5c9c1184-abdc-4cf3-bb48-05738e65768b", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:14 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100392342E\"", - "x-ms-request-id": "b64bfff3-f01a-0153-6ef8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:14.5365550Z", + "etag": "\"0x8D731E305C0BEA6\"", + "x-ms-request-id": "ec8188a6-701a-015d-2ccb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:42.0069542Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488file1156758491470706512", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488file1156767554216707771", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:14 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:14.7427500Z", + "date": "Thu, 05 Sep 2019 09:25:41 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:42.2291659Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "12682206919419494400", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:14.7427500Z", + "x-ms-file-creation-time": "2019-09-05T09:25:42.2291659Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "a831fbb0-d3f0-4a48-aab0-2a9c761d655d", + "x-ms-client-request-id": "46628218-a0ef-422f-bfd8-aa6f96ed41bd", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:14 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311003B1AAAC\"", - "x-ms-request-id": "b64bfff7-f01a-0153-72f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:14.7427500Z", + "etag": "\"0x8D731E305E2A6CB\"", + "x-ms-request-id": "ec8188a8-701a-015d-2ecb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:42.2291659Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488file2156758491493903048", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488file2156767554237204386", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:14 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:14.9719679Z", + "date": "Thu, 05 Sep 2019 09:25:41 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:42.4323577Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "17293892937846882304", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:14.9719679Z", + "x-ms-file-creation-time": "2019-09-05T09:25:42.4323577Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "4a504c9a-4ac8-4033-ae95-00f71077977e", + "x-ms-client-request-id": "3da19ade-ed38-4ed5-84cc-18bfc597f0ff", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:14 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311003D4A47F\"", - "x-ms-request-id": "b64bfffb-f01a-0153-76f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:14.9719679Z", + "etag": "\"0x8D731E30601A7F9\"", + "x-ms-request-id": "ec8188aa-701a-015d-30cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:42.4323577Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/", "query": { "comp": "list", - "prefix": "pre1567584913832156758491383309488", + "prefix": "pre1567675541319156767554131907488", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "pre1567584913832156758491383309488pre1567584913832156758491383309488dir0156758491383304593pre1567584913832156758491383309488dir1156758491404606427pre1567584913832156758491383309488dir2156758491427604972pre1567584913832156758491383309488file01567584914500053791024pre1567584913832156758491383309488file11567584914707065121024pre1567584913832156758491383309488file21567584914939030481024", + "response": "pre1567675541319156767554131907488pre1567675541319156767554131907488dir0156767554131906628pre1567675541319156767554131907488dir1156767554152306658pre1567675541319156767554131907488dir2156767554173000219pre1567675541319156767554131907488file01567675541945026681024pre1567675541319156767554131907488file11567675542167077711024pre1567675541319156767554131907488file21567675542372043861024", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:14 GMT", + "date": "Thu, 05 Sep 2019 09:25:41 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64bffff-f01a-0153-79f8-622aba000000", + "x-ms-request-id": "ec8188ac-701a-015d-32cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "d0b9712a-1414-4f0e-b611-a557f325c321" + "x-ms-client-request-id": "4cdb1b08-d234-40a1-86c2-27f939c638e3" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488file0156758491450005379", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488file0156767554194502668", "query": {}, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:15 GMT", + "date": "Thu, 05 Sep 2019 09:25:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0003-f01a-0153-7cf8-622aba000000", + "x-ms-request-id": "ec8188ae-701a-015d-34cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "09e5dd87-7e68-4045-bf78-3c45ee84551b", + "x-ms-client-request-id": "c88ddb76-67b9-47d0-a760-a0d74aea7730", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488file1156758491470706512", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488file1156767554216707771", "query": {}, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:15 GMT", + "date": "Thu, 05 Sep 2019 09:25:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0007-f01a-0153-80f8-622aba000000", + "x-ms-request-id": "ec8188b1-701a-015d-36cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5734b7dc-9fcc-44cb-bafd-8a85a50c98bd", + "x-ms-client-request-id": "dac00195-4bdf-484e-9b5f-03436ceeb99d", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488file2156758491493903048", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488file2156767554237204386", "query": {}, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:15 GMT", + "date": "Thu, 05 Sep 2019 09:25:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c000a-f01a-0153-03f8-622aba000000", + "x-ms-request-id": "ec8188b4-701a-015d-38cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "0241a6c4-5c0f-4246-ba5b-1522b6b357a3", + "x-ms-client-request-id": "ecc24cee-64a7-4d48-ad55-a8e326e91910", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488dir0156758491383304593", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488dir0156767554131906628", "query": { "restype": "directory" }, @@ -289,17 +289,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:15 GMT", + "date": "Thu, 05 Sep 2019 09:25:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c000e-f01a-0153-07f8-622aba000000", + "x-ms-request-id": "ec8188b6-701a-015d-3acb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1aa9faf8-2acc-4430-8098-c55624a406de", + "x-ms-client-request-id": "b1fa767e-34ac-4982-9ec9-506615f6543b", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488dir1156758491404606427", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488dir1156767554152306658", "query": { "restype": "directory" }, @@ -307,17 +307,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:15 GMT", + "date": "Thu, 05 Sep 2019 09:25:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0011-f01a-0153-0af8-622aba000000", + "x-ms-request-id": "ec8188b8-701a-015d-3ccb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "b084ee3f-cea8-47ce-b6fd-5929eb4ffec1", + "x-ms-client-request-id": "5ff242b7-11e6-4163-a80c-e7f33385c248", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129/pre1567584913832156758491383309488dir2156758491427604972", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688/pre1567675541319156767554131907488dir2156767554173000219", "query": { "restype": "directory" }, @@ -325,17 +325,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:16 GMT", + "date": "Thu, 05 Sep 2019 09:25:43 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0015-f01a-0153-0ef8-622aba000000", + "x-ms-request-id": "ec8188ba-701a-015d-3ecb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "30fb4d0c-4461-4ba5-8bf9-1a2379d16378", + "x-ms-client-request-id": "1eafc3c6-7509-43bd-9aac-91af8b10a3a4", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491338707129", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554089804688", "query": { "restype": "share" }, @@ -343,25 +343,25 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:16 GMT", + "date": "Thu, 05 Sep 2019 09:25:43 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0018-f01a-0153-11f8-622aba000000", + "x-ms-request-id": "ec8188bd-701a-015d-41cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "22f0cce2-d2bc-49ad-aae7-3ebe1cdd6c38", + "x-ms-client-request-id": "22a319cc-6190-43c0-8979-33c060ddaa50", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758491338707129", - "dir": "dir156758491361607599", - "date": "2019-09-04T08:15:13.832Z", - "pre1567584913832": "pre1567584913832156758491383309488", - "pre1567584913832156758491383309488dir0": "pre1567584913832156758491383309488dir0156758491383304593", - "pre1567584913832156758491383309488dir1": "pre1567584913832156758491383309488dir1156758491404606427", - "pre1567584913832156758491383309488dir2": "pre1567584913832156758491383309488dir2156758491427604972", - "pre1567584913832156758491383309488file0": "pre1567584913832156758491383309488file0156758491450005379", - "pre1567584913832156758491383309488file1": "pre1567584913832156758491383309488file1156758491470706512", - "pre1567584913832156758491383309488file2": "pre1567584913832156758491383309488file2156758491493903048" + "share": "share156767554089804688", + "dir": "dir156767554110502885", + "date": "2019-09-05T09:25:41.319Z", + "pre1567675541319": "pre1567675541319156767554131907488", + "pre1567675541319156767554131907488dir0": "pre1567675541319156767554131907488dir0156767554131906628", + "pre1567675541319156767554131907488dir1": "pre1567675541319156767554131907488dir1156767554152306658", + "pre1567675541319156767554131907488dir2": "pre1567675541319156767554131907488dir2156767554173000219", + "pre1567675541319156767554131907488file0": "pre1567675541319156767554131907488file0156767554194502668", + "pre1567675541319156767554131907488file1": "pre1567675541319156767554131907488file1156767554216707771", + "pre1567675541319156767554131907488file2": "pre1567675541319156767554131907488file2156767554237204386" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listfilesanddirectoriessegment_with_all_parameters_configured.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listfilesanddirectoriessegment_with_all_parameters_configured.json index 992ec077b1ce..af918e8ff406 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listfilesanddirectoriessegment_with_all_parameters_configured.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listfilesanddirectoriessegment_with_all_parameters_configured.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:16 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:16 GMT", + "date": "Thu, 05 Sep 2019 09:25:43 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:44 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311004F38870\"", - "x-ms-request-id": "b64c001c-f01a-0153-15f8-622aba000000", + "etag": "\"0x8D731E307170DD4\"", + "x-ms-request-id": "ec8188bf-701a-015d-43cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "79d1d7ab-f543-4ef9-afcc-b96347ce28e1", + "x-ms-client-request-id": "dc86e784-844d-4906-92bc-da87aba0493d", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/dir156758491702801877", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/dir156767554439207675", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:16 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:17.1159975Z", + "date": "Thu, 05 Sep 2019 09:25:43 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:44.4582771Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:17.1159975Z", + "x-ms-file-creation-time": "2019-09-05T09:25:44.4582771Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "0d28131d-f7d2-4aa8-997e-2215bc84beb2", + "x-ms-client-request-id": "38f4b1ca-2769-45b6-97f8-b21ead3a760e", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:17 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:44 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110051BCBA7\"", - "x-ms-request-id": "b64c0023-f01a-0153-1af8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:17.1159975Z", + "etag": "\"0x8D731E30736C973\"", + "x-ms-request-id": "ec8188c2-701a-015d-45cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:44.4582771Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737dir0156758491728600969", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839dir0156767554462802080", "query": { "restype": "directory" }, @@ -58,27 +58,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:16 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:17.3201909Z", + "date": "Thu, 05 Sep 2019 09:25:43 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:44.6904976Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:17.3201909Z", + "x-ms-file-creation-time": "2019-09-05T09:25:44.6904976Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "96a20d0b-6c20-405f-92a6-f74305d19a1c", + "x-ms-client-request-id": "9f8865ae-4a3e-40c4-a651-087470763ea9", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:17 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:44 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110053AF3F5\"", - "x-ms-request-id": "b64c0027-f01a-0153-1ef8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:17.3201909Z", + "etag": "\"0x8D731E3075A3890\"", + "x-ms-request-id": "ec8188c4-701a-015d-47cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:44.6904976Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737dir1156758491749203454", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839dir1156767554483303013", "query": { "restype": "directory" }, @@ -86,27 +86,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:17 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:17.5253851Z", + "date": "Thu, 05 Sep 2019 09:25:44 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:44.8956920Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "16140971433240035328", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:17.5253851Z", + "x-ms-file-creation-time": "2019-09-05T09:25:44.8956920Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "e3284c11-dcbd-4947-bba8-c2022b756b53", + "x-ms-client-request-id": "97389d2f-78b4-42bd-af7e-9a2d6c6b45c6", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:17 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:44 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110055A435B\"", - "x-ms-request-id": "b64c002a-f01a-0153-21f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:17.5253851Z", + "etag": "\"0x8D731E3077987F8\"", + "x-ms-request-id": "ec8188c6-701a-015d-49cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:44.8956920Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737dir2156758491769500173", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839dir2156767554503709665", "query": { "restype": "directory" }, @@ -114,198 +114,198 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:17 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:17.7275768Z", + "date": "Thu, 05 Sep 2019 09:25:44 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:45.0988847Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "10376363910205800448", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:17.7275768Z", + "x-ms-file-creation-time": "2019-09-05T09:25:45.0988847Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "d79be2b0-14bf-4011-b5f9-508de29030cb", + "x-ms-client-request-id": "512a8c16-77cf-4e2f-8bb6-390f0320c45c", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:17 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311005791D78\"", - "x-ms-request-id": "b64c002e-f01a-0153-25f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:17.7275768Z", + "etag": "\"0x8D731E30798892F\"", + "x-ms-request-id": "ec8188c8-701a-015d-4bcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:45.0988847Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737file0156758491789707136", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839file0156767554524105876", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:17 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:17.9307693Z", + "date": "Thu, 05 Sep 2019 09:25:44 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:45.3040787Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "14988049928633188352", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:17.9307693Z", + "x-ms-file-creation-time": "2019-09-05T09:25:45.3040787Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "444c7894-eca1-4055-b875-23009ee6bacc", + "x-ms-client-request-id": "ceeb5f4c-0d55-49fc-91bf-64f6b1c5d512", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:17 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311005981EAD\"", - "x-ms-request-id": "b64c0031-f01a-0153-28f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:17.9307693Z", + "etag": "\"0x8D731E307B7D893\"", + "x-ms-request-id": "ec8188ca-701a-015d-4dcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:45.3040787Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737file1156758491810702033", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839file1156767554544709205", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:17 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:18.1399673Z", + "date": "Thu, 05 Sep 2019 09:25:44 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:45.5082726Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "12682206919419494400", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:18.1399673Z", + "x-ms-file-creation-time": "2019-09-05T09:25:45.5082726Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "74fd7dca-1ebc-4a4c-a550-29bffe756c49", + "x-ms-client-request-id": "ac1dae02-41bd-4484-9bff-e1b41baada10", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:18 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311005B80A79\"", - "x-ms-request-id": "b64c0035-f01a-0153-2cf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:18.1399673Z", + "etag": "\"0x8D731E307D700E6\"", + "x-ms-request-id": "ec8188cc-701a-015d-4fcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:45.5082726Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737file2156758491831107329", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839file2156767554564903452", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:18 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:18.3431598Z", + "date": "Thu, 05 Sep 2019 09:25:44 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:45.7104641Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "17293892937846882304", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:18.3431598Z", + "x-ms-file-creation-time": "2019-09-05T09:25:45.7104641Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "bcab02dc-0aa1-467d-925e-b7c4e920e848", + "x-ms-client-request-id": "136e0413-f8cb-424b-a2d4-590e9bb7aa23", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:18 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311005D70BAE\"", - "x-ms-request-id": "b64c0038-f01a-0153-2ff8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:18.3431598Z", + "etag": "\"0x8D731E307F5DB01\"", + "x-ms-request-id": "ec8188cf-701a-015d-51cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:45.7104641Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/", "query": { "comp": "list", "maxresults": "3", - "prefix": "pre1567584917286156758491728600737", + "prefix": "pre1567675544628156767554462809839", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "pre15675849172861567584917286007373pre1567584917286156758491728600737dir0156758491728600969pre1567584917286156758491728600737dir1156758491749203454pre1567584917286156758491728600737dir21567584917695001731!76!cHJlMTU2NzU4NDkxNzI4NjE1Njc1ODQ5MTcyODYwMDczN2ZpbGUwMTU2NzU4NDkxNzg5NzA3MTM2", + "response": "pre15676755446281567675544628098393pre1567675544628156767554462809839dir0156767554462802080pre1567675544628156767554462809839dir1156767554483303013pre1567675544628156767554462809839dir21567675545037096651!76!cHJlMTU2NzY3NTU0NDYyODE1Njc2NzU1NDQ2MjgwOTgzOWZpbGUwMTU2NzY3NTU0NTI0MTA1ODc2", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:18 GMT", + "date": "Thu, 05 Sep 2019 09:25:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c003c-f01a-0153-33f8-622aba000000", + "x-ms-request-id": "ec8188d1-701a-015d-53cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5e1b3f13-7d2b-4a52-8385-a2eabdb10097" + "x-ms-client-request-id": "887a654c-07dc-4b7a-9fe9-ddefcfce5f02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/", "query": { "comp": "list", - "marker": "1!76!cHJlMTU2NzU4NDkxNzI4NjE1Njc1ODQ5MTcyODYwMDczN2ZpbGUwMTU2NzU4NDkxNzg5NzA3MTM2", + "marker": "1!76!cHJlMTU2NzY3NTU0NDYyODE1Njc2NzU1NDQ2MjgwOTgzOWZpbGUwMTU2NzY3NTU0NTI0MTA1ODc2", "maxresults": "6", - "prefix": "pre1567584917286156758491728600737", + "prefix": "pre1567675544628156767554462809839", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "pre15675849172861567584917286007371!76!cHJlMTU2NzU4NDkxNzI4NjE1Njc1ODQ5MTcyODYwMDczN2ZpbGUwMTU2NzU4NDkxNzg5NzA3MTM26pre1567584917286156758491728600737file01567584917897071361024pre1567584917286156758491728600737file11567584918107020331024pre1567584917286156758491728600737file21567584918311073291024", + "response": "pre15676755446281567675544628098391!76!cHJlMTU2NzY3NTU0NDYyODE1Njc2NzU1NDQ2MjgwOTgzOWZpbGUwMTU2NzY3NTU0NTI0MTA1ODc26pre1567675544628156767554462809839file01567675545241058761024pre1567675544628156767554462809839file11567675545447092051024pre1567675544628156767554462809839file21567675545649034521024", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:18 GMT", + "date": "Thu, 05 Sep 2019 09:25:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c003f-f01a-0153-36f8-622aba000000", + "x-ms-request-id": "ec8188d3-701a-015d-55cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "e66edab9-658f-4a4a-a564-b072a6a69de0" + "x-ms-client-request-id": "91f95ee6-1dec-4550-b23d-af5f5b4959ad" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737file0156758491789707136", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839file0156767554524105876", "query": {}, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:18 GMT", + "date": "Thu, 05 Sep 2019 09:25:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0043-f01a-0153-3af8-622aba000000", + "x-ms-request-id": "ec8188d5-701a-015d-57cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "bd5b2027-1021-49ce-8fa5-72fefe434b3f", + "x-ms-client-request-id": "ce382473-95c7-4840-af42-5e401e72614a", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737file1156758491810702033", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839file1156767554544709205", "query": {}, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:18 GMT", + "date": "Thu, 05 Sep 2019 09:25:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0046-f01a-0153-3df8-622aba000000", + "x-ms-request-id": "ec8188d7-701a-015d-59cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "112e81d3-706a-4809-8438-9b4b69fd4c4a", + "x-ms-client-request-id": "1c33f1fa-ac57-49c6-9a6e-a2f1cda5a6d5", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737file2156758491831107329", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839file2156767554564903452", "query": {}, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:19 GMT", + "date": "Thu, 05 Sep 2019 09:25:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0049-f01a-0153-40f8-622aba000000", + "x-ms-request-id": "ec8188d9-701a-015d-5bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "8d3012b2-0a83-4ee3-b0fd-54f516c0b820", + "x-ms-client-request-id": "cb322382-df93-48c5-8c64-04e97ea42923", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737dir0156758491728600969", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839dir0156767554462802080", "query": { "restype": "directory" }, @@ -313,17 +313,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:19 GMT", + "date": "Thu, 05 Sep 2019 09:25:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c004f-f01a-0153-44f8-622aba000000", + "x-ms-request-id": "ec8188db-701a-015d-5dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "316ea3d5-275e-40ba-bff7-c9eff54b17ad", + "x-ms-client-request-id": "d7d4f089-6560-409b-b4fc-bb5c16294a9b", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737dir1156758491749203454", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839dir1156767554483303013", "query": { "restype": "directory" }, @@ -331,17 +331,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:19 GMT", + "date": "Thu, 05 Sep 2019 09:25:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0052-f01a-0153-47f8-622aba000000", + "x-ms-request-id": "ec8188dd-701a-015d-5fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "914303d7-8a0f-46d4-9817-894c7641d46f", + "x-ms-client-request-id": "ea66ab63-c21a-4609-83ac-d6874d0ae025", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751/pre1567584917286156758491728600737dir2156758491769500173", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789/pre1567675544628156767554462809839dir2156767554503709665", "query": { "restype": "directory" }, @@ -349,17 +349,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:19 GMT", + "date": "Thu, 05 Sep 2019 09:25:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0056-f01a-0153-4bf8-622aba000000", + "x-ms-request-id": "ec8188df-701a-015d-61cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "2a791c2b-a74c-4e47-8725-cdbb676643a0", + "x-ms-client-request-id": "0952ef81-410f-4269-a3c4-39f583dfd55c", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491681908751", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554418804789", "query": { "restype": "share" }, @@ -367,25 +367,25 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:19 GMT", + "date": "Thu, 05 Sep 2019 09:25:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0059-f01a-0153-4ef8-622aba000000", + "x-ms-request-id": "ec8188e1-701a-015d-63cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "a59012eb-4d81-45f2-9c1a-6fdabcd214fd", + "x-ms-client-request-id": "9d3d3c94-5080-4cde-a644-bad63b933b41", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758491681908751", - "dir": "dir156758491702801877", - "date": "2019-09-04T08:15:17.286Z", - "pre1567584917286": "pre1567584917286156758491728600737", - "pre1567584917286156758491728600737dir0": "pre1567584917286156758491728600737dir0156758491728600969", - "pre1567584917286156758491728600737dir1": "pre1567584917286156758491728600737dir1156758491749203454", - "pre1567584917286156758491728600737dir2": "pre1567584917286156758491728600737dir2156758491769500173", - "pre1567584917286156758491728600737file0": "pre1567584917286156758491728600737file0156758491789707136", - "pre1567584917286156758491728600737file1": "pre1567584917286156758491728600737file1156758491810702033", - "pre1567584917286156758491728600737file2": "pre1567584917286156758491728600737file2156758491831107329" + "share": "share156767554418804789", + "dir": "dir156767554439207675", + "date": "2019-09-05T09:25:44.628Z", + "pre1567675544628": "pre1567675544628156767554462809839", + "pre1567675544628156767554462809839dir0": "pre1567675544628156767554462809839dir0156767554462802080", + "pre1567675544628156767554462809839dir1": "pre1567675544628156767554462809839dir1156767554483303013", + "pre1567675544628156767554462809839dir2": "pre1567675544628156767554462809839dir2156767554503709665", + "pre1567675544628156767554462809839file0": "pre1567675544628156767554462809839file0156767554524105876", + "pre1567675544628156767554462809839file1": "pre1567675544628156767554462809839file1156767554544709205", + "pre1567675544628156767554462809839file2": "pre1567675544628156767554462809839file2156767554564903452" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listhandles_should_work.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listhandles_should_work.json index 1efd5388828f..ca6e7ce69bcf 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listhandles_should_work.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_listhandles_should_work.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492033500675", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554772505992", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:20 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:20 GMT", + "date": "Thu, 05 Sep 2019 09:25:47 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:47 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110070C154B\"", - "x-ms-request-id": "b64c005e-f01a-0153-53f8-622aba000000", + "etag": "\"0x8D731E309331E3E\"", + "x-ms-request-id": "ec8188e4-701a-015d-65cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "fb63e094-2d78-4296-8dab-108b49395bb8", + "x-ms-client-request-id": "b706bacc-1c6f-43e8-907d-945f93898f5b", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492033500675/dir156758492053707286", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554772505992/dir156767554793602191", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:20 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:20.5722779Z", + "date": "Thu, 05 Sep 2019 09:25:47 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:48.0026365Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:20.5722779Z", + "x-ms-file-creation-time": "2019-09-05T09:25:48.0026365Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "57f7df3a-5e7c-4530-9e41-ce6aa760e3e2", + "x-ms-client-request-id": "2e3bb199-4643-460c-9b38-7ad37038c14d", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:20 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:48 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110072B2E9B\"", - "x-ms-request-id": "b64c0063-f01a-0153-56f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:20.5722779Z", + "etag": "\"0x8D731E309539CFD\"", + "x-ms-request-id": "ec8188e8-701a-015d-67cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:48.0026365Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492033500675/dir156758492053707286", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554772505992/dir156767554793602191", "query": { "comp": "listhandles" }, @@ -58,18 +58,18 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:20 GMT", + "date": "Thu, 05 Sep 2019 09:25:47 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0067-f01a-0153-5af8-622aba000000", + "x-ms-request-id": "ec8188eb-701a-015d-69cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ad979c44-38f0-42f3-a131-56a56cd24165" + "x-ms-client-request-id": "0ee55492-537d-43b0-b4b5-54872475e54f" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492033500675", + "url": "https://fakestorageaccount.file.core.windows.net/share156767554772505992", "query": { "restype": "share" }, @@ -77,17 +77,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:20 GMT", + "date": "Thu, 05 Sep 2019 09:25:47 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c006a-f01a-0153-5df8-622aba000000", + "x-ms-request-id": "ec8188ed-701a-015d-6bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "7f49505e-51eb-4dbf-8818-0bd167b039ac", + "x-ms-client-request-id": "f7135c70-6a89-4684-993f-c2a30684cc80", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492033500675", - "dir": "dir156758492053707286" + "share": "share156767554772505992", + "dir": "dir156767554793602191" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setmetadata.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setmetadata.json index 5c4f7a0fda34..0b1f8aa5233f 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setmetadata.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setmetadata.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490558304461", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553318902480", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:05 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:05 GMT", + "date": "Thu, 05 Sep 2019 09:25:32 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:33 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFE416A62\"", - "x-ms-request-id": "b64bff41-f01a-0153-58f8-622aba000000", + "etag": "\"0x8D731E30088F948\"", + "x-ms-request-id": "ec818842-701a-015d-56cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "19d08e0d-2b93-4b63-b84f-722af73eddb0", + "x-ms-client-request-id": "ddec1f5a-d108-4412-a749-3a60a3d287b3", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490558304461/dir156758490579309589", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553318902480/dir156767553339509771", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:05 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:05.8413151Z", + "date": "Thu, 05 Sep 2019 09:25:32 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:33.4658582Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:05.8413151Z", + "x-ms-file-creation-time": "2019-09-05T09:25:33.4658582Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "2ebe6d81-71d7-4fa0-8d65-88c8155c573d", + "x-ms-client-request-id": "161fd851-7329-4bfe-abbf-9b9e3a3cfbe7", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:05 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:33 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFE636A5F\"", - "x-ms-request-id": "b64bff46-f01a-0153-5cf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:05.8413151Z", + "etag": "\"0x8D731E300A97A16\"", + "x-ms-request-id": "ec818845-701a-015d-58cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:33.4658582Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490558304461/dir156758490579309589", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553318902480/dir156767553339509771", "query": { "comp": "metadata", "restype": "directory" @@ -59,20 +59,20 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:05 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:06 GMT", + "date": "Thu, 05 Sep 2019 09:25:32 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:33 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFE83562A\"", - "x-ms-request-id": "b64bff4a-f01a-0153-60f8-622aba000000", + "etag": "\"0x8D731E300C98D09\"", + "x-ms-request-id": "ec818847-701a-015d-5acb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1b5737ca-9158-4db6-bd4c-c1bf54759674", + "x-ms-client-request-id": "25956d86-1ece-49e7-ab54-a81711e76e83", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490558304461/dir156758490579309589", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553318902480/dir156767553339509771", "query": { "restype": "directory" }, @@ -80,30 +80,30 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:05 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:06 GMT", + "date": "Thu, 05 Sep 2019 09:25:33 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:33 GMT", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:05.8413151Z", + "x-ms-file-creation-time": "2019-09-05T09:25:33.4658582Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "72da62d8-c8f1-4156-9cc1-e227de1eada7", + "x-ms-client-request-id": "0cf27e83-7389-47a6-89c2-e93f4239043e", "content-length": "0", "x-ms-meta-keya": "vala", - "x-ms-file-change-time": "2019-09-04T08:15:06.0505130Z", + "x-ms-file-change-time": "2019-09-05T09:25:33.6760585Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7310FFE83562A\"", + "etag": "\"0x8D731E300C98D09\"", "x-ms-meta-keyb": "valb", - "x-ms-request-id": "b64bff4d-f01a-0153-63f8-622aba000000", + "x-ms-request-id": "ec818849-701a-015d-5ccb-63030a000000", "x-ms-meta-key0": "val0", - "x-ms-file-last-write-time": "2019-09-04T08:15:05.8413151Z", + "x-ms-file-last-write-time": "2019-09-05T09:25:33.4658582Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758490558304461", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553318902480", "query": { "restype": "share" }, @@ -111,17 +111,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:06 GMT", + "date": "Thu, 05 Sep 2019 09:25:33 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bff50-f01a-0153-66f8-622aba000000", + "x-ms-request-id": "ec81884b-701a-015d-5ecb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "96898967-1d5a-4994-803f-21e9d29af32d", + "x-ms-client-request-id": "11c39744-57fa-47ee-be0a-89fbcfc338bd", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758490558304461", - "dir": "dir156758490579309589" + "share": "share156767553318902480", + "dir": "dir156767553339509771" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.json index 2fbc49cbed86..cf65042471fe 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491149200188", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553901809859", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:11 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:11 GMT", + "date": "Thu, 05 Sep 2019 09:25:38 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311001C7260A\"", - "x-ms-request-id": "b64bffba-f01a-0153-3df8-622aba000000", + "etag": "\"0x8D731E304022FD1\"", + "x-ms-request-id": "ec818884-701a-015d-0ecb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "8a882dcc-9ce8-492f-bc4c-5b250935803c", + "x-ms-client-request-id": "c1706aad-386d-42ad-a3a2-3198e900c181", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491149200188/dir156758491170104055", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553901809859/dir156767553922203020", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:11 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:11.7389056Z", + "date": "Thu, 05 Sep 2019 09:25:38 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:39.2873761Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:11.7389056Z", + "x-ms-file-creation-time": "2019-09-05T09:25:39.2873761Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "d1847504-4c24-4267-8ddb-e5b875ed9bbc", + "x-ms-client-request-id": "e5cb1eb7-18e0-416d-a042-886b6847e63a", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:11 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311001E75100\"", - "x-ms-request-id": "b64bffc0-f01a-0153-40f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:11.7389056Z", + "etag": "\"0x8D731E30421C521\"", + "x-ms-request-id": "ec818887-701a-015d-10cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:39.2873761Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491149200188", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553901809859", "query": { "comp": "filepermission", "restype": "share" @@ -59,17 +59,17 @@ "status": 200, "response": "{\"permission\":\"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)\"}", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:11 GMT", + "date": "Thu, 05 Sep 2019 09:25:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bffc4-f01a-0153-44f8-622aba000000", + "x-ms-request-id": "ec81888b-701a-015d-14cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ad8488a8-11a6-4919-a9cd-69c2d957f66a", + "x-ms-client-request-id": "d71529af-deb5-49de-842f-3658e78e5d9b", "content-length": "149" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491149200188/dir156758491170104055", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553901809859/dir156767553922203020", "query": { "comp": "properties", "restype": "directory" @@ -78,27 +78,27 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:11 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:12.1623076Z", + "date": "Thu, 05 Sep 2019 09:25:38 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:39.7007673Z", "x-ms-file-attributes": "ReadOnly | Hidden | System | Directory | Archive | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:12.1250000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:39.6380000Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "13648784823690285809*8787082347076103240", - "x-ms-client-request-id": "c81ffb65-110f-4754-b64a-2440402acc3f", + "x-ms-client-request-id": "dd41ccaa-e391-49df-a080-c03daa03219a", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:12 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100227EC24\"", - "x-ms-request-id": "b64bffc8-f01a-0153-47f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:12.1250000Z", + "etag": "\"0x8D731E30460D939\"", + "x-ms-request-id": "ec81888d-701a-015d-16cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:39.6380000Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491149200188/dir156758491170104055", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553901809859/dir156767553922203020", "query": { "restype": "directory" }, @@ -106,27 +106,27 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:12 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:12 GMT", + "date": "Thu, 05 Sep 2019 09:25:39 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:39 GMT", "x-ms-file-attributes": "ReadOnly | Hidden | System | Directory | Archive | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "13835128424026341376", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:12.1250000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:39.6380000Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "13648784823690285809*8787082347076103240", - "x-ms-client-request-id": "77e2cdcf-6661-433a-9374-8cf2d0805752", + "x-ms-client-request-id": "1a62f7a8-20bb-4809-801c-91618006be6b", "content-length": "0", - "x-ms-file-change-time": "2019-09-04T08:15:12.1623076Z", + "x-ms-file-change-time": "2019-09-05T09:25:39.7007673Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100227EC24\"", - "x-ms-request-id": "b64bffcc-f01a-0153-4bf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:12.1250000Z", + "etag": "\"0x8D731E30460D939\"", + "x-ms-request-id": "ec81888f-701a-015d-18cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:39.6380000Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491149200188", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553901809859", "query": { "restype": "share" }, @@ -134,18 +134,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:12 GMT", + "date": "Thu, 05 Sep 2019 09:25:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bffd0-f01a-0153-4ef8-622aba000000", + "x-ms-request-id": "ec818891-701a-015d-1acb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "85c4ae66-5cfe-46de-b7fb-1556a95637f2", + "x-ms-client-request-id": "de322dd2-13c8-4c61-9344-de4663c52804", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758491149200188", - "dir": "dir156758491170104055", - "now": "2019-09-04T08:15:12.125Z" + "share": "share156767553901809859", + "dir": "dir156767553922203020", + "now": "2019-09-05T09:25:39.638Z" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setproperties_with_default_parameters.json b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setproperties_with_default_parameters.json index 13a3aef26042..368d3c935ef6 100644 --- a/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setproperties_with_default_parameters.json +++ b/sdk/storage/storage-file/recordings/browsers/directoryurl/recording_setproperties_with_default_parameters.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491045002849", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553799009942", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:10 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:10 GMT", + "date": "Thu, 05 Sep 2019 09:25:37 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311001280058\"", - "x-ms-request-id": "b64bff9c-f01a-0153-2bf8-622aba000000", + "etag": "\"0x8D731E303652D6B\"", + "x-ms-request-id": "ec818878-701a-015d-04cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5d7ebb43-a3be-47e9-8d24-3727e0842b70", + "x-ms-client-request-id": "4f1e0609-af9a-4ecc-a874-89400675001d", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491045002849/dir156758491065505092", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553799009942/dir156767553819209800", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:10 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:10.6909135Z", + "date": "Thu, 05 Sep 2019 09:25:37 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:38.2573999Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:10.6909135Z", + "x-ms-file-creation-time": "2019-09-05T09:25:38.2573999Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "7c08f95a-18e7-464a-acfb-85893f26ba0e", + "x-ms-client-request-id": "7b964dd8-6d30-4388-8def-1c13d34020fd", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:10 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110014767CF\"", - "x-ms-request-id": "b64bffa1-f01a-0153-2ff8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:10.6909135Z", + "etag": "\"0x8D731E303849BAF\"", + "x-ms-request-id": "ec81887c-701a-015d-06cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:38.2573999Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491045002849/dir156758491065505092", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553799009942/dir156767553819209800", "query": { "comp": "properties", "restype": "directory" @@ -59,27 +59,27 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:10 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:10.9091204Z", + "date": "Thu, 05 Sep 2019 09:25:37 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:38.4696006Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:10.6909135Z", + "x-ms-file-creation-time": "2019-09-05T09:25:38.2573999Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "8f04a3ec-8db9-415c-9aa4-84f011533eed", + "x-ms-client-request-id": "2425444d-410a-4789-bd13-f5287e6c9779", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:10 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100168B384\"", - "x-ms-request-id": "b64bffaf-f01a-0153-32f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:10.6909135Z", + "etag": "\"0x8D731E303A4FCC6\"", + "x-ms-request-id": "ec81887e-701a-015d-08cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:38.2573999Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491045002849/dir156758491065505092", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553799009942/dir156767553819209800", "query": { "restype": "directory" }, @@ -87,27 +87,27 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:10 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:10 GMT", + "date": "Thu, 05 Sep 2019 09:25:37 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:38 GMT", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:10.6909135Z", + "x-ms-file-creation-time": "2019-09-05T09:25:38.2573999Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "84ad7ed3-c786-45dd-ae73-d9f59a304dd1", + "x-ms-client-request-id": "8088710e-1120-4c47-aa66-992e542ade45", "content-length": "0", - "x-ms-file-change-time": "2019-09-04T08:15:10.9091204Z", + "x-ms-file-change-time": "2019-09-05T09:25:38.4696006Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100168B384\"", - "x-ms-request-id": "b64bffb3-f01a-0153-36f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:10.6909135Z", + "etag": "\"0x8D731E303A4FCC6\"", + "x-ms-request-id": "ec818880-701a-015d-0acb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:38.2573999Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758491045002849", + "url": "https://fakestorageaccount.file.core.windows.net/share156767553799009942", "query": { "restype": "share" }, @@ -115,17 +115,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:10 GMT", + "date": "Thu, 05 Sep 2019 09:25:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64bffb6-f01a-0153-39f8-622aba000000", + "x-ms-request-id": "ec818882-701a-015d-0ccb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "97277b48-7629-40d8-95a4-563c2834e26a", + "x-ms-client-request-id": "38cbbc0d-584d-4656-98a4-cb2cc9f4b65f", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758491045002849", - "dir": "dir156758491065505092" + "share": "share156767553799009942", + "dir": "dir156767553819209800" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_abortcopyfromurl_should_failed_for_a_completed_copy_operation.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_abortcopyfromurl_should_failed_for_a_completed_copy_operation.json index ad8c6ef4c3a1..cad492934d37 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_abortcopyfromurl_should_failed_for_a_completed_copy_operation.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_abortcopyfromurl_should_failed_for_a_completed_copy_operation.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493487602063", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556176804773", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:34 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:34 GMT", + "date": "Thu, 05 Sep 2019 09:26:01 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:01 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100FB6D45A\"", - "x-ms-request-id": "b64c0167-f01a-0153-43f8-622aba000000", + "etag": "\"0x8D731E31191A914\"", + "x-ms-request-id": "ec818985-701a-015d-6ecb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "003a32ec-e069-428b-b5ad-0ca5e1f4a7d5", + "x-ms-client-request-id": "9d1de5da-58c9-4625-856b-b2f3a255d53c", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493487602063/dir156758493508104265", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556176804773/dir156767556197408605", "query": { "restype": "directory" }, @@ -30,94 +30,94 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:34 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:35.1190583Z", + "date": "Thu, 05 Sep 2019 09:26:01 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:02.0389413Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:35.1190583Z", + "x-ms-file-creation-time": "2019-09-05T09:26:02.0389413Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "bb0888d1-b5cc-4c1f-b518-08a8c320ea6b", + "x-ms-client-request-id": "7738f118-1f19-40ff-88cf-9e46f9d10b9d", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:35 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:02 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100FD6D837\"", - "x-ms-request-id": "b64c016c-f01a-0153-46f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:35.1190583Z", + "etag": "\"0x8D731E311B16225\"", + "x-ms-request-id": "ec818988-701a-015d-70cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:02.0389413Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493487602063/dir156758493508104265/file156758493528904960", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556176804773/dir156767556197408605/file156767556218201419", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:34 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:35.3212500Z", + "date": "Thu, 05 Sep 2019 09:26:01 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:02.2461383Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:35.3212500Z", + "x-ms-file-creation-time": "2019-09-05T09:26:02.2461383Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "097fe19f-652e-435d-b3fd-97598fdccc79", + "x-ms-client-request-id": "72651c3d-2103-4d7f-818b-4a867f0c3771", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:35 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:02 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100FF5B254\"", - "x-ms-request-id": "b64c0170-f01a-0153-4af8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:35.3212500Z", + "etag": "\"0x8D731E311D0FFC7\"", + "x-ms-request-id": "ec81898a-701a-015d-72cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:02.2461383Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493487602063/dir156758493508104265/copiedfile156758493549805002", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556176804773/dir156767556197408605/copiedfile156767556239905870", "query": {}, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:35 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:35 GMT", + "date": "Thu, 05 Sep 2019 09:26:01 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:02 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101055EB01\"", - "x-ms-request-id": "b64c0174-f01a-0153-4df8-622aba000000", + "etag": "\"0x8D731E31219DA3F\"", + "x-ms-request-id": "ec81898c-701a-015d-74cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-copy-id": "497c1986-cc50-40f4-9dd2-26af73154437", - "x-ms-client-request-id": "06e8e65b-7b0e-42cc-bf96-aa3a267ed9e5", + "x-ms-copy-id": "453bd358-cd30-42f7-81be-fea5f240c303", + "x-ms-client-request-id": "59b3a096-8065-4ff6-afd4-d23378ecdbb6", "x-ms-copy-status": "success", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493487602063/dir156758493508104265/copiedfile156758493549805002", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556176804773/dir156767556197408605/copiedfile156767556239905870", "query": { "comp": "copy", - "copyid": "497c1986-cc50-40f4-9dd2-26af73154437" + "copyid": "453bd358-cd30-42f7-81be-fea5f240c303" }, "requestBody": null, "status": 409, - "response": "NoPendingCopyOperationThere is currently no pending copy operation.\nRequestId:b64c0183-f01a-0153-5bf8-622aba000000\nTime:2019-09-04T08:15:37.1864007Z", + "response": "NoPendingCopyOperationThere is currently no pending copy operation.\nRequestId:ec818992-701a-015d-77cb-63030a000000\nTime:2019-09-05T09:26:03.9430512Z", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:36 GMT", + "date": "Thu, 05 Sep 2019 09:26:03 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "x-ms-error-code": "NoPendingCopyOperation", "content-type": "application/xml", - "x-ms-request-id": "b64c0183-f01a-0153-5bf8-622aba000000", + "x-ms-request-id": "ec818992-701a-015d-77cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "8a2631aa-c047-4ee0-9aaa-6591fd154767", + "x-ms-client-request-id": "19858c55-e815-4e1f-9466-e556cace89c0", "content-length": "236" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493487602063", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556176804773", "query": { "restype": "share" }, @@ -125,19 +125,19 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:37 GMT", + "date": "Thu, 05 Sep 2019 09:26:03 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0187-f01a-0153-5ff8-622aba000000", + "x-ms-request-id": "ec818994-701a-015d-79cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "02878adf-591d-494c-ac6f-e6b2516a9757", + "x-ms-client-request-id": "21992bb0-5430-4965-8ae0-e332ce12f11b", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758493487602063", - "dir": "dir156758493508104265", - "file": "file156758493528904960", - "copiedfile": "copiedfile156758493549805002" + "share": "share156767556176804773", + "dir": "dir156767556197408605", + "file": "file156767556218201419", + "copiedfile": "copiedfile156767556239905870" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_clearrange.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_clearrange.json index 77969292d929..78828ac3de5b 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_clearrange.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_clearrange.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494192001184", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556851002218", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:41 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:41 GMT", + "date": "Thu, 05 Sep 2019 09:26:07 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:08 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311013E99BF4\"", - "x-ms-request-id": "b64c01d7-f01a-0153-2af8-622aba000000", + "etag": "\"0x8D731E315965188\"", + "x-ms-request-id": "ec8189c6-701a-015d-25cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "0dabb7a0-9a57-4733-8931-2e6f32694620", + "x-ms-client-request-id": "6309d3d2-1041-4ab7-b239-db2aaeba3b03", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494192001184/dir156758494212803161", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556851002218/dir156767556871303226", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:41 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:42.1667383Z", + "date": "Thu, 05 Sep 2019 09:26:08 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:08.7763270Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:42.1667383Z", + "x-ms-file-creation-time": "2019-09-05T09:26:08.7763270Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "20d07185-0166-4806-a3dd-2154de61dde0", + "x-ms-client-request-id": "d14f490d-1f07-4753-8e35-2dd5987b5cc6", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:42 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:08 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110140A3C37\"", - "x-ms-request-id": "b64c01dc-f01a-0153-2df8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:42.1667383Z", + "etag": "\"0x8D731E315B56D46\"", + "x-ms-request-id": "ec8189c9-701a-015d-27cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:08.7763270Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494192001184/dir156758494212803161/file156758494233603922", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556851002218/dir156767556871303226/file156767556893207005", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:41 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:42.3709317Z", + "date": "Thu, 05 Sep 2019 09:26:08 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:08.9935332Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:42.3709317Z", + "x-ms-file-creation-time": "2019-09-05T09:26:08.9935332Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "f220dbdc-025f-4204-9e07-cf801226dcb0", + "x-ms-client-request-id": "10fecba6-5715-4096-a7f9-58d6f2835687", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:42 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:08 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311014296485\"", - "x-ms-request-id": "b64c01e0-f01a-0153-31f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:42.3709317Z", + "etag": "\"0x8D731E315D691E4\"", + "x-ms-request-id": "ec8189cb-701a-015d-29cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:08.9935332Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494192001184/dir156758494212803161/file156758494233603922", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556851002218/dir156767556871303226/file156767556893207005", "query": { "comp": "range" }, @@ -84,21 +84,21 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:42 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:42 GMT", + "date": "Thu, 05 Sep 2019 09:26:08 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:09 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "ixqZU8RhEpaoJ6v4xHgE1w==", - "etag": "\"0x8D7311014495051\"", - "x-ms-request-id": "b64c01e4-f01a-0153-34f8-622aba000000", + "etag": "\"0x8D731E315F5E148\"", + "x-ms-request-id": "ec8189cd-701a-015d-2bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "10dbddc1-de47-48e0-a2d9-f15af104c85c", + "x-ms-client-request-id": "65a2498a-bee5-463e-a9cf-b37236418889", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494192001184/dir156758494212803161/file156758494233603922", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556851002218/dir156767556871303226/file156767556893207005", "query": { "comp": "range" }, @@ -106,21 +106,21 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:42 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:42 GMT", + "date": "Thu, 05 Sep 2019 09:26:08 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:09 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "9aeSTmIehMkoCpon4by39g==", - "etag": "\"0x8D73110145959C7\"", - "x-ms-request-id": "b64c01e8-f01a-0153-36f8-622aba000000", + "etag": "\"0x8D731E31605C3A7\"", + "x-ms-request-id": "ec8189ce-701a-015d-2ccb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "2d4a854b-91c3-46d6-b8b3-13ecec444116", + "x-ms-client-request-id": "c846e11e-fa9e-4843-b8d7-5f3fca7d191a", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494192001184/dir156758494212803161/file156758494233603922", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556851002218/dir156767556871303226/file156767556893207005", "query": { "comp": "range" }, @@ -128,48 +128,48 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:42 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:42 GMT", + "date": "Thu, 05 Sep 2019 09:26:08 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:09 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110146BADB4\"", - "x-ms-request-id": "b64c01ea-f01a-0153-38f8-622aba000000", + "etag": "\"0x8D731E31617541B\"", + "x-ms-request-id": "ec8189cf-701a-015d-2dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "8da9193d-de84-4efc-8f62-ac54926588c3", + "x-ms-client-request-id": "daf5c801-0e5d-4e61-8919-b06356ed7cc9", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494192001184/dir156758494212803161/file156758494233603922", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556851002218/dir156767556871303226/file156767556893207005", "query": {}, "requestBody": null, "status": 200, "response": "H\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000d", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:42 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:42 GMT", + "date": "Thu, 05 Sep 2019 09:26:08 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:09 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:42.3709317Z", + "x-ms-file-creation-time": "2019-09-05T09:26:08.9935332Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "212bf452-8ada-4c45-a182-7fc9b344e73f", + "x-ms-client-request-id": "cd6e4e0e-c3e2-4ddb-ad5a-79027f7d346d", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:15:42.3709317Z", + "x-ms-file-change-time": "2019-09-05T09:26:08.9935332Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110146BADB4\"", + "etag": "\"0x8D731E31617541B\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c01ed-f01a-0153-3bf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:42.3709317Z", + "x-ms-request-id": "ec8189d1-701a-015d-2fcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:08.9935332Z", "x-ms-version": "2019-02-02", "accept-ranges": "bytes" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494192001184", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556851002218", "query": { "restype": "share" }, @@ -177,18 +177,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:42 GMT", + "date": "Thu, 05 Sep 2019 09:26:09 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c01f1-f01a-0153-3ff8-622aba000000", + "x-ms-request-id": "ec8189d3-701a-015d-31cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "3b2daada-bf80-46e7-82ee-8a2a8400aa4f", + "x-ms-client-request-id": "cafbdf32-61fe-4170-916e-bef9000ffb78", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758494192001184", - "dir": "dir156758494212803161", - "file": "file156758494233603922" + "share": "share156767556851002218", + "dir": "dir156767556871303226", + "file": "file156767556893207005" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.json index 96fb3b70c230..02b4fd0e0a22 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492405609886", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555133701391", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:23 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:24 GMT", + "date": "Thu, 05 Sep 2019 09:25:50 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100943F15B\"", - "x-ms-request-id": "b64c00a2-f01a-0153-0ff8-622aba000000", + "etag": "\"0x8D731E30B5A5533\"", + "x-ms-request-id": "ec81890f-701a-015d-09cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "7c8aeb95-7b99-4fbc-b6e3-20d702c4aeda", + "x-ms-client-request-id": "11d90aad-eaf1-4184-a1d1-63ba9eb93abd", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492405609886/dir156758492434204282", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555133701391/dir156767555154401347", "query": { "restype": "directory" }, @@ -30,79 +30,79 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:24 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:24.3808835Z", + "date": "Thu, 05 Sep 2019 09:25:50 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:51.6090554Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:24.3808835Z", + "x-ms-file-creation-time": "2019-09-05T09:25:51.6090554Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "60e0f8be-e40a-4e26-92d3-7d5c72f573cc", + "x-ms-client-request-id": "4d761701-3ecc-4436-b99e-23999b4541cf", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:24 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311009705443\"", - "x-ms-request-id": "b64c00a7-f01a-0153-13f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:24.3808835Z", + "etag": "\"0x8D731E30B79E8BA\"", + "x-ms-request-id": "ec818912-701a-015d-0bcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:51.6090554Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492405609886/dir156758492434204282/file156758492455607593", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555133701391/dir156767555154401347/file156767555175805974", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:24 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:24.5580000Z", + "date": "Thu, 05 Sep 2019 09:25:51 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:51.7590000Z", "x-ms-file-attributes": "ReadOnly | Hidden | System | Archive | Temporary | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:24.5580000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:51.7590000Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "0b9c67ab-0599-4c32-9d94-bc797f1cd596", + "x-ms-client-request-id": "358bb093-ea4a-4b6b-800f-e271b6530691", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:24 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110098B5AE0\"", - "x-ms-request-id": "b64c00ab-f01a-0153-16f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:24.5580000Z", + "etag": "\"0x8D731E30B90C9F0\"", + "x-ms-request-id": "ec818914-701a-015d-0dcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:51.7590000Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492405609886/dir156758492434204282/file156758492455607593", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555133701391/dir156767555154401347/file156767555175805974", "query": {}, "requestBody": null, "status": 200, "response": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", "responseHeaders": { - "x-ms-file-last-write-time": "2019-09-04T08:15:24.5580000Z", - "date": "Wed, 04 Sep 2019 08:15:24 GMT", + "x-ms-file-last-write-time": "2019-09-05T09:25:51.7590000Z", + "date": "Thu, 05 Sep 2019 09:25:51 GMT", "content-encoding": "fileContentEncoding", "x-ms-file-attributes": "ReadOnly | Hidden | System | Archive | Temporary | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:24.5580000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:51.7590000Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "45b8f257-6fd9-4c05-8296-3c0b9c157c3d", + "x-ms-client-request-id": "ad15c0f4-9624-4991-b72e-316935a0411d", "content-disposition": "fileContentDisposition", "x-ms-type": "File", "content-length": "512", "accept-ranges": "bytes", - "last-modified": "Wed, 04 Sep 2019 08:15:24 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110098B5AE0\"", + "etag": "\"0x8D731E30B90C9F0\"", "content-language": "fileContentLanguage", - "x-ms-request-id": "b64c00af-f01a-0153-1af8-622aba000000", + "x-ms-request-id": "ec818916-701a-015d-0fcb-63030a000000", "cache-control": "fileCacheControl", - "x-ms-file-change-time": "2019-09-04T08:15:24.5580000Z", + "x-ms-file-change-time": "2019-09-05T09:25:51.7590000Z", "x-ms-version": "2019-02-02", "x-ms-meta-key1": "vala", "content-type": "fileContentType", @@ -111,32 +111,32 @@ }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492405609886/dir156758492434204282/file156758492455607593", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555133701391/dir156767555154401347/file156767555175805974", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "x-ms-file-last-write-time": "2019-09-04T08:15:24.5580000Z", - "date": "Wed, 04 Sep 2019 08:15:24 GMT", + "x-ms-file-last-write-time": "2019-09-05T09:25:51.7590000Z", + "date": "Thu, 05 Sep 2019 09:25:51 GMT", "content-encoding": "fileContentEncoding", "x-ms-file-attributes": "ReadOnly | Hidden | System | Archive | Temporary | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:24.5580000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:51.7590000Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "928f7352-493a-427f-9180-ab5374cb1339", + "x-ms-client-request-id": "40c144c3-b2c3-4d1d-bb20-3440c6755218", "content-disposition": "fileContentDisposition", "x-ms-type": "File", "content-length": "512", - "last-modified": "Wed, 04 Sep 2019 08:15:24 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110098B5AE0\"", + "etag": "\"0x8D731E30B90C9F0\"", "content-language": "fileContentLanguage", - "x-ms-request-id": "b64c00b4-f01a-0153-1ef8-622aba000000", + "x-ms-request-id": "ec818918-701a-015d-11cb-63030a000000", "cache-control": "fileCacheControl", - "x-ms-file-change-time": "2019-09-04T08:15:24.5580000Z", + "x-ms-file-change-time": "2019-09-05T09:25:51.7590000Z", "x-ms-version": "2019-02-02", "x-ms-meta-key1": "vala", "content-type": "fileContentType", @@ -145,7 +145,7 @@ }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492405609886", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555133701391", "query": { "restype": "share" }, @@ -153,19 +153,19 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:24 GMT", + "date": "Thu, 05 Sep 2019 09:25:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c00b7-f01a-0153-21f8-622aba000000", + "x-ms-request-id": "ec81891a-701a-015d-13cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "a0ef12d8-770b-41ad-b9cb-b7c4866dd9ff", + "x-ms-client-request-id": "adcb5954-6dbc-497d-9fae-58519745eeb8", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492405609886", - "dir": "dir156758492434204282", - "file": "file156758492455607593", - "now": "2019-09-04T08:15:24.558Z" + "share": "share156767555133701391", + "dir": "dir156767555154401347", + "file": "file156767555175805974", + "now": "2019-09-05T09:25:51.759Z" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_all_parameters_set.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_all_parameters_set.json deleted file mode 100644 index b989d3d36036..000000000000 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_all_parameters_set.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "recordings": [ - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156404689409207051", - "query": { - "restype": "share" - }, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:35 GMT", - "last-modified": "Thu, 25 Jul 2019 09:24:36 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E910E3E3\"", - "x-ms-request-id": "842cc595-b01a-003e-5fca-4288b7000000", - "x-ms-version": "2018-11-09", - "content-length": "0" - } - }, - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156404689409207051/dir156404689423100356", - "query": { - "restype": "directory" - }, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:35 GMT", - "last-modified": "Thu, 25 Jul 2019 09:24:36 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E926D7CC\"", - "x-ms-request-id": "842cc598-b01a-003e-61ca-4288b7000000", - "x-ms-version": "2018-11-09", - "x-ms-request-server-encrypted": "true", - "content-length": "0" - } - }, - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156404689409207051/dir156404689423100356/file156404689437401719", - "query": {}, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:35 GMT", - "last-modified": "Thu, 25 Jul 2019 09:24:36 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E93C5F8E\"", - "x-ms-request-id": "842cc59b-b01a-003e-63ca-4288b7000000", - "x-ms-version": "2018-11-09", - "x-ms-request-server-encrypted": "true", - "content-length": "0" - } - }, - { - "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156404689409207051/dir156404689423100356/file156404689437401719", - "query": {}, - "requestBody": null, - "status": 200, - "response": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:35 GMT", - "content-encoding": "fileContentEncoding", - "x-ms-server-encrypted": "true", - "content-disposition": "fileContentDisposition", - "x-ms-type": "File", - "content-length": "512", - "accept-ranges": "bytes", - "last-modified": "Thu, 25 Jul 2019 09:24:36 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E93C5F8E\"", - "content-language": "fileContentLanguage", - "x-ms-request-id": "842cc59d-b01a-003e-65ca-4288b7000000", - "cache-control": "fileCacheControl", - "x-ms-version": "2018-11-09", - "x-ms-meta-key1": "vala", - "content-type": "fileContentType", - "x-ms-meta-key2": "valb" - } - }, - { - "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156404689409207051/dir156404689423100356/file156404689437401719", - "query": {}, - "requestBody": null, - "status": 200, - "response": "", - "responseHeaders": { - "date": "Thu, 25 Jul 2019 09:24:35 GMT", - "content-encoding": "fileContentEncoding", - "x-ms-server-encrypted": "true", - "content-disposition": "fileContentDisposition", - "x-ms-type": "File", - "content-length": "512", - "last-modified": "Thu, 25 Jul 2019 09:24:36 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D710E1E93C5F8E\"", - "content-language": "fileContentLanguage", - "x-ms-request-id": "842cc59f-b01a-003e-67ca-4288b7000000", - "cache-control": "fileCacheControl", - "x-ms-version": "2018-11-09", - "x-ms-meta-key1": "vala", - "content-type": "fileContentType", - "x-ms-meta-key2": "valb" - } - }, - { - "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156404689409207051", - "query": { - "restype": "share" - }, - "requestBody": null, - "status": 202, - "response": "", - "responseHeaders": { - "x-ms-request-id": "842cc5a1-b01a-003e-69ca-4288b7000000", - "x-ms-version": "2018-11-09", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "date": "Thu, 25 Jul 2019 09:24:35 GMT", - "content-length": "0" - } - } - ], - "uniqueTestInfo": { - "share": "share156404689409207051", - "dir": "dir156404689423100356", - "file": "file156404689437401719" - } -} \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_default_parameters.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_default_parameters.json index c17dc4de4666..c62b7477b804 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_default_parameters.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_create_with_default_parameters.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492284502598", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555028203276", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:22 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:22 GMT", + "date": "Thu, 05 Sep 2019 09:25:49 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:50 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110088CF819\"", - "x-ms-request-id": "b64c008e-f01a-0153-7cf8-622aba000000", + "etag": "\"0x8D731E30AB9812A\"", + "x-ms-request-id": "ec818903-701a-015d-7fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "a3fe2485-c56d-48e2-95db-7f7ef4f1dcfe", + "x-ms-client-request-id": "4dd3e9a9-6cfb-48b8-aefc-aebddcf92e69", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492284502598/dir156758492306401615", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555028203276/dir156767555049005800", "query": { "restype": "directory" }, @@ -30,82 +30,82 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:22 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:23.1036736Z", + "date": "Thu, 05 Sep 2019 09:25:49 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:50.5550560Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:23.1036736Z", + "x-ms-file-creation-time": "2019-09-05T09:25:50.5550560Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "c6477239-6807-47b6-baff-cb84bd1b1105", + "x-ms-client-request-id": "bbed2f7a-3758-400c-90c7-7af33ca7ea82", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:23 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:50 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311008AD7140\"", - "x-ms-request-id": "b64c0093-f01a-0153-80f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:23.1036736Z", + "etag": "\"0x8D731E30AD914E0\"", + "x-ms-request-id": "ec818906-701a-015d-01cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:50.5550560Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492284502598/dir156758492306401615/file156758492329605280", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555028203276/dir156767555049005800/file156767555069903807", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:22 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:23.3328937Z", + "date": "Thu, 05 Sep 2019 09:25:50 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:50.7622525Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:23.3328937Z", + "x-ms-file-creation-time": "2019-09-05T09:25:50.7622525Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "de1514c2-899e-4966-a3aa-f656750c6bee", + "x-ms-client-request-id": "2ac46bfe-3341-4cb1-9fdf-e4f22fa7f036", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:23 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:50 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311008D06B29\"", - "x-ms-request-id": "b64c0096-f01a-0153-03f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:23.3328937Z", + "etag": "\"0x8D731E30AF8B27D\"", + "x-ms-request-id": "ec818909-701a-015d-03cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:50.7622525Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492284502598/dir156758492306401615/file156758492329605280", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555028203276/dir156767555049005800/file156767555069903807", "query": {}, "requestBody": null, "status": 200, "response": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:23 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:23 GMT", + "date": "Thu, 05 Sep 2019 09:25:50 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:50 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:23.3328937Z", + "x-ms-file-creation-time": "2019-09-05T09:25:50.7622525Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "cd2892c9-43d9-4992-a219-8c9b7c87ac54", + "x-ms-client-request-id": "e3131a87-4a90-4353-b23f-43b210fc3f63", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:23.3328937Z", + "x-ms-file-change-time": "2019-09-05T09:25:50.7622525Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311008D06B29\"", + "etag": "\"0x8D731E30AF8B27D\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c009a-f01a-0153-07f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:23.3328937Z", + "x-ms-request-id": "ec81890b-701a-015d-05cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:50.7622525Z", "x-ms-version": "2019-02-02", "accept-ranges": "bytes" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492284502598", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555028203276", "query": { "restype": "share" }, @@ -113,18 +113,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:23 GMT", + "date": "Thu, 05 Sep 2019 09:25:50 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c009d-f01a-0153-0af8-622aba000000", + "x-ms-request-id": "ec81890d-701a-015d-07cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "b68a5f43-535c-45b8-a0ac-1b4cba89e276", + "x-ms-client-request-id": "96125a6d-2030-45e0-bc25-f67cec233bd2", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492284502598", - "dir": "dir156758492306401615", - "file": "file156758492329605280" + "share": "share156767555028203276", + "dir": "dir156767555049005800", + "file": "file156767555069903807" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_delete.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_delete.json index 50ffffaf74bb..e59f8c76dd1d 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_delete.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_delete.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493383902316", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556072209034", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:33 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:33 GMT", + "date": "Thu, 05 Sep 2019 09:26:00 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:00 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100F18993E\"", - "x-ms-request-id": "b64c0152-f01a-0153-30f8-622aba000000", + "etag": "\"0x8D731E310F25C0D\"", + "x-ms-request-id": "ec81897a-701a-015d-64cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "a9289333-a0f6-44e9-904f-d9c9562ce5b8", + "x-ms-client-request-id": "72ec5cbd-05ea-45d6-ae9e-3657b4b98d57", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493383902316/dir156758493404206439", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556072209034/dir156767556093109872", "query": { "restype": "directory" }, @@ -30,69 +30,69 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:33 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:34.0790734Z", + "date": "Thu, 05 Sep 2019 09:26:00 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:00.9949517Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:34.0790734Z", + "x-ms-file-creation-time": "2019-09-05T09:26:00.9949517Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "38a76c02-ec5b-48f7-8ece-d29f6908bd92", + "x-ms-client-request-id": "733d4729-e8b2-4a8e-8b5b-a12a942ad87d", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:34 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:00 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100F3827CE\"", - "x-ms-request-id": "b64c0156-f01a-0153-33f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:34.0790734Z", + "etag": "\"0x8D731E31112154D\"", + "x-ms-request-id": "ec81897d-701a-015d-66cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:00.9949517Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493383902316/dir156758493404206439/file156758493424803012", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556072209034/dir156767556093109872/file156767556114507348", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:33 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:34.2822659Z", + "date": "Thu, 05 Sep 2019 09:26:00 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:01.2081545Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:34.2822659Z", + "x-ms-file-creation-time": "2019-09-05T09:26:01.2081545Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "b79a3be5-64c5-4961-8c77-fdf0446d0eea", + "x-ms-client-request-id": "28986c96-05bd-40fd-a9a5-0446c79e195a", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:34 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:01 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100F572903\"", - "x-ms-request-id": "b64c015a-f01a-0153-37f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:34.2822659Z", + "etag": "\"0x8D731E311329D89\"", + "x-ms-request-id": "ec81897f-701a-015d-68cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:01.2081545Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493383902316/dir156758493404206439/file156758493424803012", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556072209034/dir156767556093109872/file156767556114507348", "query": {}, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:34 GMT", + "date": "Thu, 05 Sep 2019 09:26:00 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c015e-f01a-0153-3af8-622aba000000", + "x-ms-request-id": "ec818981-701a-015d-6acb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "2b2fd28c-22d4-4085-82f0-30f11b22fd08", + "x-ms-client-request-id": "2ebdda9c-3c89-4b92-8de3-e5b85b8c0cea", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493383902316", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556072209034", "query": { "restype": "share" }, @@ -100,18 +100,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:34 GMT", + "date": "Thu, 05 Sep 2019 09:26:00 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0162-f01a-0153-3ef8-622aba000000", + "x-ms-request-id": "ec818983-701a-015d-6ccb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "00c84ede-246a-44bc-9a7f-29708fbdd3e9", + "x-ms-client-request-id": "e677455e-bbe7-42f7-96b7-6446bb42ddc0", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758493383902316", - "dir": "dir156758493404206439", - "file": "file156758493424803012" + "share": "share156767556072209034", + "dir": "dir156767556093109872", + "file": "file156767556114507348" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_all_parameters_set.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_all_parameters_set.json index 921ea0e16d87..19e3646d5e8b 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_all_parameters_set.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_all_parameters_set.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494746307818", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557395100498", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:47 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:47 GMT", + "date": "Thu, 05 Sep 2019 09:26:13 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:14 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101737983B\"", - "x-ms-request-id": "b64c0240-f01a-0153-07f8-622aba000000", + "etag": "\"0x8D731E318D46C59\"", + "x-ms-request-id": "ec818a02-701a-015d-59cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "f4832325-5f67-44f9-a2be-279cbf23d649", + "x-ms-client-request-id": "8e541deb-24d6-42a7-9229-53d721398b17", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494746307818/dir156758494766702057", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557395100498/dir156767557415300098", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:47 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:47.7019802Z", + "date": "Thu, 05 Sep 2019 09:26:13 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:14.2154832Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:47.7019802Z", + "x-ms-file-creation-time": "2019-09-05T09:26:14.2154832Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "fbbddd96-9c46-4572-b70f-98eca79163b6", + "x-ms-client-request-id": "c15129ab-9adb-4a36-b4fb-973cc694c959", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:47 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:14 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101756D89A\"", - "x-ms-request-id": "b64c0245-f01a-0153-0bf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:47.7019802Z", + "etag": "\"0x8D731E318F36050\"", + "x-ms-request-id": "ec818a05-701a-015d-5bcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:14.2154832Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494746307818/dir156758494766702057/file156758494787209353", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557395100498/dir156767557415300098/file156767557435706410", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:47 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:47.9071744Z", + "date": "Thu, 05 Sep 2019 09:26:13 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:14.4176755Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:47.9071744Z", + "x-ms-file-creation-time": "2019-09-05T09:26:14.4176755Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "bf08651c-2933-437c-9e69-0b7deaecbd4f", + "x-ms-client-request-id": "fb179007-86c7-400f-85f8-8e17916dbd14", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:47 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:14 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311017762800\"", - "x-ms-request-id": "b64c0248-f01a-0153-0ef8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:47.9071744Z", + "etag": "\"0x8D731E319123A73\"", + "x-ms-request-id": "ec818a07-701a-015d-5dcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:14.4176755Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494746307818/dir156758494766702057/file156758494787209353", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557395100498/dir156767557415300098/file156767557435706410", "query": { "comp": "range" }, @@ -84,51 +84,51 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:47 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:48 GMT", + "date": "Thu, 05 Sep 2019 09:26:13 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:14 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "sQqNsWTgdUEFt6mb5y4/5Q==", - "etag": "\"0x8D7311017974C9C\"", - "x-ms-request-id": "b64c024c-f01a-0153-12f8-622aba000000", + "etag": "\"0x8D731E31932E9BB\"", + "x-ms-request-id": "ec818a09-701a-015d-5fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "d9e59991-5418-4ffc-879f-b5ba02f4fdb5", + "x-ms-client-request-id": "952cb55e-1a65-4277-b807-a256811b5e57", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494746307818/dir156758494766702057/file156758494787209353", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557395100498/dir156767557415300098/file156767557435706410", "query": {}, "requestBody": null, "status": 206, "response": "H", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:47 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:48 GMT", + "date": "Thu, 05 Sep 2019 09:26:14 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:14 GMT", "x-ms-file-attributes": "Archive", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:47.9071744Z", + "x-ms-file-creation-time": "2019-09-05T09:26:14.4176755Z", "content-range": "bytes 0-0/11", "x-ms-file-id": "11529285414812647424", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "ac060f37-3176-416b-beb5-6c38f50afd6d", + "x-ms-client-request-id": "f670176c-fe58-45be-b33a-a0906b7576ce", "x-ms-type": "File", "content-length": "1", "x-ms-file-parent-id": "13835128424026341376", - "x-ms-file-change-time": "2019-09-04T08:15:47.9071744Z", + "x-ms-file-change-time": "2019-09-05T09:26:14.4176755Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311017974C9C\"", + "etag": "\"0x8D731E31932E9BB\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c024f-f01a-0153-15f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:47.9071744Z", + "x-ms-request-id": "ec818a0b-701a-015d-61cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:14.4176755Z", "x-ms-version": "2019-02-02", "accept-ranges": "bytes" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494746307818", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557395100498", "query": { "restype": "share" }, @@ -136,18 +136,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:48 GMT", + "date": "Thu, 05 Sep 2019 09:26:14 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0253-f01a-0153-19f8-622aba000000", + "x-ms-request-id": "ec818a0d-701a-015d-63cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "bb2cc6f6-a7ed-44a0-b700-b8eee2c31324", + "x-ms-client-request-id": "e175b5e0-9ca5-49bc-b38a-46c0f40bfd71", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758494746307818", - "dir": "dir156758494766702057", - "file": "file156758494787209353" + "share": "share156767557395100498", + "dir": "dir156767557415300098", + "file": "file156767557435706410" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_partial_content.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_partial_content.json index dbb225c6f115..0fb3e5dd6058 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_partial_content.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_partial_content.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494876209107", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557519002661", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:48 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:48 GMT", + "date": "Thu, 05 Sep 2019 09:26:14 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:15 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311017FDFE80\"", - "x-ms-request-id": "b64c0257-f01a-0153-1df8-622aba000000", + "etag": "\"0x8D731E3199181D4\"", + "x-ms-request-id": "ec818a0f-701a-015d-65cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "7fe6fb67-7f69-4d46-8af0-1a128bb2997a", + "x-ms-client-request-id": "3dcfaf26-0883-4423-a9c1-d7035c6fc0d6", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494876209107/dir156758494897100814", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557519002661/dir156767557539402981", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:48 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:49.0152238Z", + "date": "Thu, 05 Sep 2019 09:26:14 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:15.4586622Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:49.0152238Z", + "x-ms-file-creation-time": "2019-09-05T09:26:15.4586622Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "939ee073-7c07-4cf1-92c2-e82a485efe30", + "x-ms-client-request-id": "3efe4df1-2752-4658-8a85-589eb0c4d3a8", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:49 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:15 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110181F3B2E\"", - "x-ms-request-id": "b64c025b-f01a-0153-20f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:49.0152238Z", + "etag": "\"0x8D731E319B111FE\"", + "x-ms-request-id": "ec818a12-701a-015d-67cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:15.4586622Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494876209107/dir156758494897100814/file156758494918502467", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557519002661/dir156767557539402981/file156767557560103680", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:48 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:49.2184159Z", + "date": "Thu, 05 Sep 2019 09:26:14 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:15.6628553Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:49.2184159Z", + "x-ms-file-creation-time": "2019-09-05T09:26:15.6628553Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "eee6d241-908e-4b41-8c15-7946c902e605", + "x-ms-client-request-id": "43fdcb0c-975f-4a34-abf3-787286fa2370", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:49 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:15 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110183E3C5F\"", - "x-ms-request-id": "b64c025f-f01a-0153-24f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:49.2184159Z", + "etag": "\"0x8D731E319D03A49\"", + "x-ms-request-id": "ec818a17-701a-015d-6bcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:15.6628553Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494876209107/dir156758494897100814/file156758494918502467", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557519002661/dir156767557539402981/file156767557560103680", "query": { "comp": "range" }, @@ -84,51 +84,51 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:49 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:49 GMT", + "date": "Thu, 05 Sep 2019 09:26:15 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:15 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "aOEJ8PQMpyoV4FzCJ4b45g==", - "etag": "\"0x8D73110185F12C6\"", - "x-ms-request-id": "b64c0262-f01a-0153-27f8-622aba000000", + "etag": "\"0x8D731E319F0E995\"", + "x-ms-request-id": "ec818a19-701a-015d-6dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "14afba23-25c8-4307-9dba-9b3b948a168a", + "x-ms-client-request-id": "450f6742-2bdc-49b6-83ab-e48f4881f12c", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494876209107/dir156758494897100814/file156758494918502467", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557519002661/dir156767557539402981/file156767557560103680", "query": {}, "requestBody": null, "status": 206, "response": "He", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:49 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:49 GMT", + "date": "Thu, 05 Sep 2019 09:26:15 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:15 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:49.2184159Z", + "x-ms-file-creation-time": "2019-09-05T09:26:15.6628553Z", "content-range": "bytes 0-1/10", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "c9f09433-67db-4d26-bf86-b80c1d729565", + "x-ms-client-request-id": "49452dd7-df79-405b-b98c-8a789ca6f7b5", "x-ms-type": "File", "content-length": "2", "x-ms-file-parent-id": "13835128424026341376", - "x-ms-file-change-time": "2019-09-04T08:15:49.2184159Z", + "x-ms-file-change-time": "2019-09-05T09:26:15.6628553Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110185F12C6\"", + "etag": "\"0x8D731E319F0E995\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0268-f01a-0153-2bf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:49.2184159Z", + "x-ms-request-id": "ec818a1c-701a-015d-6fcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:15.6628553Z", "x-ms-version": "2019-02-02", "accept-ranges": "bytes" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494876209107", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557519002661", "query": { "restype": "share" }, @@ -136,18 +136,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:49 GMT", + "date": "Thu, 05 Sep 2019 09:26:15 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c026b-f01a-0153-2ef8-622aba000000", + "x-ms-request-id": "ec818a1e-701a-015d-71cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "dc7c231c-d821-4042-adae-76e6ad54bae6", + "x-ms-client-request-id": "f2dcb27e-9357-4445-9a6e-6870cd29f8a2", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758494876209107", - "dir": "dir156758494897100814", - "file": "file156758494918502467" + "share": "share156767557519002661", + "dir": "dir156767557539402981", + "file": "file156767557560103680" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_should_not_have_aborted_error_after_download_finishes.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_should_not_have_aborted_error_after_download_finishes.json index 0b6c9515a3fe..94c0d5e34597 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_should_not_have_aborted_error_after_download_finishes.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_should_not_have_aborted_error_after_download_finishes.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494621303123", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557269903365", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:45 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:46 GMT", + "date": "Thu, 05 Sep 2019 09:26:11 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:12 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101678ADD0\"", - "x-ms-request-id": "b64c0229-f01a-0153-72f8-622aba000000", + "etag": "\"0x8D731E3181581E4\"", + "x-ms-request-id": "ec8189f3-701a-015d-4dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "9dbdf08b-a38c-4d9b-9cb2-3a591a41a122", + "x-ms-client-request-id": "a5fd573a-630a-41f9-982f-3fb72150e0f2", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494621303123/dir156758494641502550", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557269903365/dir156767557290604156", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:46 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:46.4507956Z", + "date": "Thu, 05 Sep 2019 09:26:12 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:12.9733054Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:46.4507956Z", + "x-ms-file-creation-time": "2019-09-05T09:26:12.9733054Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "60e6c729-c1f2-4dcb-87f6-a49695f2116a", + "x-ms-client-request-id": "e3af795f-0fa4-4d92-9bce-55e6522d44f0", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:46 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:12 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101697EE34\"", - "x-ms-request-id": "b64c022e-f01a-0153-76f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:46.4507956Z", + "etag": "\"0x8D731E31835D5BE\"", + "x-ms-request-id": "ec8189f7-701a-015d-4fcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:12.9733054Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494621303123/dir156758494641502550/file156758494662507787", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557269903365/dir156767557290604156/file156767557312001016", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:46 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:46.6579919Z", + "date": "Thu, 05 Sep 2019 09:26:12 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:13.1805024Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:46.6579919Z", + "x-ms-file-creation-time": "2019-09-05T09:26:13.1805024Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "cb5dd1ce-8634-4941-8ac6-3f7412192b9f", + "x-ms-client-request-id": "4cffcbd8-5f94-4795-b2aa-d05d3d49e8e2", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:46 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:13 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311016B78BCF\"", - "x-ms-request-id": "b64c0231-f01a-0153-79f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:46.6579919Z", + "etag": "\"0x8D731E318557360\"", + "x-ms-request-id": "ec8189fa-701a-015d-51cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:13.1805024Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494621303123/dir156758494641502550/file156758494662507787", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557269903365/dir156767557290604156/file156767557312001016", "query": { "comp": "range" }, @@ -84,50 +84,50 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:46 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:46 GMT", + "date": "Thu, 05 Sep 2019 09:26:12 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:13 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "sQqNsWTgdUEFt6mb5y4/5Q==", - "etag": "\"0x8D7311016D8622D\"", - "x-ms-request-id": "b64c0235-f01a-0153-7df8-622aba000000", + "etag": "\"0x8D731E3187622A8\"", + "x-ms-request-id": "ec8189fc-701a-015d-53cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1dbf7a25-bb19-4aa7-bf4c-c3142810a3e6", + "x-ms-client-request-id": "1348f5b1-6990-4e58-9286-a0c478f1156d", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494621303123/dir156758494641502550/file156758494662507787", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557269903365/dir156767557290604156/file156767557312001016", "query": {}, "requestBody": null, "status": 200, "response": "Hello World", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:46 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:46 GMT", + "date": "Thu, 05 Sep 2019 09:26:12 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:13 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:46.6579919Z", + "x-ms-file-creation-time": "2019-09-05T09:26:13.1805024Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "51f8dd39-17cd-4e81-9d74-555e44d93581", + "x-ms-client-request-id": "c1bebb30-a328-479c-9492-f33f0e0d968e", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:46.6579919Z", + "x-ms-file-change-time": "2019-09-05T09:26:13.1805024Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311016D8622D\"", + "etag": "\"0x8D731E3187622A8\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0239-f01a-0153-80f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:46.6579919Z", + "x-ms-request-id": "ec8189fe-701a-015d-55cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:13.1805024Z", "x-ms-version": "2019-02-02", "accept-ranges": "bytes" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494621303123", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557269903365", "query": { "restype": "share" }, @@ -135,18 +135,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:46 GMT", + "date": "Thu, 05 Sep 2019 09:26:13 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c023d-f01a-0153-04f8-622aba000000", + "x-ms-request-id": "ec818a00-701a-015d-57cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5fa51a2e-1e0c-477c-ba31-0b28813f472d", + "x-ms-client-request-id": "85a7447f-ad59-4125-a57a-358c709bcb25", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758494621303123", - "dir": "dir156758494641502550", - "file": "file156758494662507787" + "share": "share156767557269903365", + "dir": "dir156767557290604156", + "file": "file156767557312001016" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_with_default_parameters.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_with_default_parameters.json index dba209179860..ad70192ac266 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_with_default_parameters.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_download_with_default_parameters.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494496204859", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557144402699", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:44 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:44 GMT", + "date": "Thu, 05 Sep 2019 09:26:10 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:11 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311015BA38B3\"", - "x-ms-request-id": "b64c0212-f01a-0153-5df8-622aba000000", + "etag": "\"0x8D731E31755D3C3\"", + "x-ms-request-id": "ec8189e5-701a-015d-41cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "38e8c043-5c7e-4cab-ab3f-77b24c418a27", + "x-ms-client-request-id": "9b52481c-e82e-469a-8e6c-fde115c99e75", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494496204859/dir156758494516708871", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557144402699/dir156767557164808636", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:44 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:45.2036139Z", + "date": "Thu, 05 Sep 2019 09:26:10 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:11.7101075Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:45.2036139Z", + "x-ms-file-creation-time": "2019-09-05T09:26:11.7101075Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "6e672499-b00e-48e7-a6a4-42d2acb44dd6", + "x-ms-client-request-id": "a3e4cfd3-e4db-41ae-bae7-6fd18bdf09db", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:45 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:11 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311015D9A02B\"", - "x-ms-request-id": "b64c0217-f01a-0153-61f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:45.2036139Z", + "etag": "\"0x8D731E317751613\"", + "x-ms-request-id": "ec8189e8-701a-015d-43cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:11.7101075Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494496204859/dir156758494516708871/file156758494537200290", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557144402699/dir156767557164808636/file156767557185205105", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:45 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:45.4058056Z", + "date": "Thu, 05 Sep 2019 09:26:11 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:11.9122998Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:45.4058056Z", + "x-ms-file-creation-time": "2019-09-05T09:26:11.9122998Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "b4b8aca6-d3b7-414a-b7f1-07a5a7e347d2", + "x-ms-client-request-id": "cc847ddb-f3fd-44f9-a3b3-d0f7636f0399", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:45 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:11 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311015F87A48\"", - "x-ms-request-id": "b64c021a-f01a-0153-64f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:45.4058056Z", + "etag": "\"0x8D731E31793F036\"", + "x-ms-request-id": "ec8189ea-701a-015d-45cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:11.9122998Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494496204859/dir156758494516708871/file156758494537200290", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557144402699/dir156767557164808636/file156767557185205105", "query": { "comp": "range" }, @@ -84,50 +84,50 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:45 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:45 GMT", + "date": "Thu, 05 Sep 2019 09:26:11 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:12 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "sQqNsWTgdUEFt6mb5y4/5Q==", - "etag": "\"0x8D731101618662F\"", - "x-ms-request-id": "b64c021f-f01a-0153-68f8-622aba000000", + "etag": "\"0x8D731E317B47877\"", + "x-ms-request-id": "ec8189ec-701a-015d-47cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5f6345a6-0439-46ae-b334-a7b878c8d879", + "x-ms-client-request-id": "07c8109e-1428-40c0-b915-68a2662e364e", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494496204859/dir156758494516708871/file156758494537200290", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557144402699/dir156767557164808636/file156767557185205105", "query": {}, "requestBody": null, "status": 200, "response": "Hello World", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:45 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:45 GMT", + "date": "Thu, 05 Sep 2019 09:26:11 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:12 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:45.4058056Z", + "x-ms-file-creation-time": "2019-09-05T09:26:11.9122998Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "994dc13c-104c-4b9e-ae27-fe6301f15503", + "x-ms-client-request-id": "bf51a938-ee53-4c0e-ba79-ce216793c802", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:45.4058056Z", + "x-ms-file-change-time": "2019-09-05T09:26:11.9122998Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101618662F\"", + "etag": "\"0x8D731E317B47877\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0222-f01a-0153-6bf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:45.4058056Z", + "x-ms-request-id": "ec8189ee-701a-015d-49cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:11.9122998Z", "x-ms-version": "2019-02-02", "accept-ranges": "bytes" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494496204859", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557144402699", "query": { "restype": "share" }, @@ -135,18 +135,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:45 GMT", + "date": "Thu, 05 Sep 2019 09:26:11 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0226-f01a-0153-6ff8-622aba000000", + "x-ms-request-id": "ec8189f0-701a-015d-4bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "d786336d-3baa-4966-89d6-ec682ee81345", + "x-ms-client-request-id": "ff9180bf-f24a-42a7-8929-48758e8c7d25", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758494496204859", - "dir": "dir156758494516708871", - "file": "file156758494537200290" + "share": "share156767557144402699", + "dir": "dir156767557164808636", + "file": "file156767557185205105" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_forceclosehandle_should_work.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_forceclosehandle_should_work.json index 47220f913a4a..dd8f9fef95ca 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_forceclosehandle_should_work.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_forceclosehandle_should_work.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495212505843", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557848005761", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:51 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:52 GMT", + "date": "Thu, 05 Sep 2019 09:26:17 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:18 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311019FF5443\"", - "x-ms-request-id": "b64c0296-f01a-0153-55f8-622aba000000", + "etag": "\"0x8D731E31B878AA9\"", + "x-ms-request-id": "ec818a39-701a-015d-07cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "2ab459a5-ea4a-4f55-8cd9-b7ceaaa6da2e", + "x-ms-client-request-id": "e68f9842-f5eb-428a-bf2b-b7d15f05a860", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495212505843/dir156758495233102799", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557848005761/dir156767557868303763", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:51 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:52.3664023Z", + "date": "Thu, 05 Sep 2019 09:26:17 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:18.7457765Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:52.3664023Z", + "x-ms-file-creation-time": "2019-09-05T09:26:18.7457765Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "ee44a0de-8853-4357-8f8c-d4b002e004e9", + "x-ms-client-request-id": "a20dca48-7e46-44ae-aaec-8fb3ec9cb93a", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:52 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:18 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101A1E9497\"", - "x-ms-request-id": "b64c029a-f01a-0153-58f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:52.3664023Z", + "etag": "\"0x8D731E31BA6A4E5\"", + "x-ms-request-id": "ec818a3c-701a-015d-09cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:18.7457765Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495212505843/dir156758495233102799/file156758495254505631", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557848005761/dir156767557868303763/file156767557889604865", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:52 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:52.5816073Z", + "date": "Thu, 05 Sep 2019 09:26:18 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:18.9599798Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:52.5816073Z", + "x-ms-file-creation-time": "2019-09-05T09:26:18.9599798Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "385e273f-fa8b-4c8e-bd0e-310b1b35cb06", + "x-ms-client-request-id": "b03e75cc-75e2-443a-9f36-313611b6bdf2", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:52 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:18 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101A3F6B09\"", - "x-ms-request-id": "b64c029e-f01a-0153-5cf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:52.5816073Z", + "etag": "\"0x8D731E31BC75436\"", + "x-ms-request-id": "ec818a3e-701a-015d-0bcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:18.9599798Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495212505843/dir156758495233102799/file156758495254505631", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557848005761/dir156767557868303763/file156767557889604865", "query": { "comp": "listhandles" }, @@ -84,18 +84,18 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:52 GMT", + "date": "Thu, 05 Sep 2019 09:26:18 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c02a1-f01a-0153-5ff8-622aba000000", + "x-ms-request-id": "ec818a40-701a-015d-0dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "3e16363e-c228-4d5d-80bc-a8b381362daa" + "x-ms-client-request-id": "a17d3794-905e-46cd-8b3f-e1eb936bd9ff" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495212505843", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557848005761", "query": { "restype": "share" }, @@ -103,18 +103,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:52 GMT", + "date": "Thu, 05 Sep 2019 09:26:18 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c02a7-f01a-0153-65f8-622aba000000", + "x-ms-request-id": "ec818a42-701a-015d-0fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5a35e663-c98e-46fe-8415-75ca59bbb38c", + "x-ms-client-request-id": "17b013ac-ee82-4414-a1ca-5b182041d716", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758495212505843", - "dir": "dir156758495233102799", - "file": "file156758495254505631" + "share": "share156767557848005761", + "dir": "dir156767557868303763", + "file": "file156767557889604865" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_forceclosehandlessegment_should_work.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_forceclosehandlessegment_should_work.json index c4e87ca137cd..e7893ea3aa1a 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_forceclosehandlessegment_should_work.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_forceclosehandlessegment_should_work.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495106802291", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557744502570", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:50 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:51 GMT", + "date": "Thu, 05 Sep 2019 09:26:16 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:17 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110195D6E92\"", - "x-ms-request-id": "b64c0282-f01a-0153-43f8-622aba000000", + "etag": "\"0x8D731E31AE9C49F\"", + "x-ms-request-id": "ec818a2b-701a-015d-7dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "d3bdc15e-afae-4edd-a672-414658e40b6e", + "x-ms-client-request-id": "7ce61041-76f0-4592-b9a5-9cbebb9a1dfb", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495106802291/dir156758495126909434", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557744502570/dir156767557764901795", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:50 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:51.3334190Z", + "date": "Thu, 05 Sep 2019 09:26:16 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:17.7107953Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:51.3334190Z", + "x-ms-file-creation-time": "2019-09-05T09:26:17.7107953Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "a9e8f4d9-d125-40ca-8e98-66d82349db80", + "x-ms-client-request-id": "874abe7b-d4b4-4670-904f-44b71bff6f8c", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:51 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:17 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101980F5AE\"", - "x-ms-request-id": "b64c0287-f01a-0153-47f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:51.3334190Z", + "etag": "\"0x8D731E31B08B7F1\"", + "x-ms-request-id": "ec818a2e-701a-015d-7fcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:17.7107953Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495106802291/dir156758495126909434/file156758495150900372", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557744502570/dir156767557764901795/file156767557787101531", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:51 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:51.5456204Z", + "date": "Thu, 05 Sep 2019 09:26:17 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:17.9310045Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:51.5456204Z", + "x-ms-file-creation-time": "2019-09-05T09:26:17.9310045Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "f71bc227-5274-4272-9fb4-a42a77b2f63c", + "x-ms-client-request-id": "b7003237-b1db-48f1-92fc-19c5bc7fbb1a", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:51 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:17 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311019A156CC\"", - "x-ms-request-id": "b64c028a-f01a-0153-4af8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:51.5456204Z", + "etag": "\"0x8D731E31B2A51DD\"", + "x-ms-request-id": "ec818a32-701a-015d-01cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:17.9310045Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495106802291/dir156758495126909434/file156758495150900372", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557744502570/dir156767557764901795/file156767557787101531", "query": { "comp": "forceclosehandles" }, @@ -84,18 +84,18 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:51 GMT", + "date": "Thu, 05 Sep 2019 09:26:17 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c028e-f01a-0153-4ef8-622aba000000", + "x-ms-request-id": "ec818a34-701a-015d-03cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "e6659183-7333-43ce-a39a-29e757c7366e", + "x-ms-client-request-id": "828417a4-d9e5-4187-bed2-db873d9f993d", "x-ms-number-of-handles-closed": "0", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495106802291", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557744502570", "query": { "restype": "share" }, @@ -103,18 +103,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:51 GMT", + "date": "Thu, 05 Sep 2019 09:26:17 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0291-f01a-0153-51f8-622aba000000", + "x-ms-request-id": "ec818a37-701a-015d-05cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "69dc23a9-4601-4706-bf49-82450f1ade43", + "x-ms-client-request-id": "2732457a-5cce-4f5e-b8e0-ef8c877315bf", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758495106802291", - "dir": "dir156758495126909434", - "file": "file156758495150900372" + "share": "share156767557744502570", + "dir": "dir156767557764901795", + "file": "file156767557787101531" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_getrangelist.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_getrangelist.json index ef16cfdd3a83..8c0ee412fa42 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_getrangelist.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_getrangelist.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494339005662", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556998905021", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:43 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:43 GMT", + "date": "Thu, 05 Sep 2019 09:26:09 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:10 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311014C9F927\"", - "x-ms-request-id": "b64c01f5-f01a-0153-43f8-622aba000000", + "etag": "\"0x8D731E316780EF3\"", + "x-ms-request-id": "ec8189d5-701a-015d-33cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "18a36129-2c82-4c30-ab49-eaa8159ef4cf", + "x-ms-client-request-id": "fd7fd6ff-1b9b-4ed8-b0ae-9fa35be0a085", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494339005662/dir156758494359305070", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556998905021/dir156767557019300810", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:43 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:43.6281226Z", + "date": "Thu, 05 Sep 2019 09:26:09 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:10.2557295Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:43.6281226Z", + "x-ms-file-creation-time": "2019-09-05T09:26:10.2557295Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "828adbed-1498-4d6a-a4ef-ba52d42ec764", + "x-ms-client-request-id": "7e4505bd-7ea7-48f4-87cb-7ebc9bdaf352", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:43 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:10 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311014E9398A\"", - "x-ms-request-id": "b64c01f9-f01a-0153-46f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:43.6281226Z", + "etag": "\"0x8D731E316972A6F\"", + "x-ms-request-id": "ec8189d8-701a-015d-35cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:10.2557295Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494339005662/dir156758494359305070/file156758494381308436", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556998905021/dir156767557019300810/file156767557039706401", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:43 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:43.8483307Z", + "date": "Thu, 05 Sep 2019 09:26:09 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:10.4579209Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:43.8483307Z", + "x-ms-file-creation-time": "2019-09-05T09:26:10.4579209Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "ff1dabd0-19fd-4d43-a720-8ef117f3ca6d", + "x-ms-client-request-id": "930069cf-63eb-4b04-a02e-dbf2a51ecc9b", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:43 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:10 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110150AD36B\"", - "x-ms-request-id": "b64c01fd-f01a-0153-4af8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:43.8483307Z", + "etag": "\"0x8D731E316B60489\"", + "x-ms-request-id": "ec8189da-701a-015d-37cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:10.4579209Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494339005662/dir156758494359305070/file156758494381308436", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556998905021/dir156767557019300810/file156767557039706401", "query": { "comp": "range" }, @@ -84,21 +84,21 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:43 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:44 GMT", + "date": "Thu, 05 Sep 2019 09:26:09 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:10 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "ixqZU8RhEpaoJ6v4xHgE1w==", - "etag": "\"0x8D73110152CBB86\"", - "x-ms-request-id": "b64c0202-f01a-0153-4ff8-622aba000000", + "etag": "\"0x8D731E316D63E91\"", + "x-ms-request-id": "ec8189dd-701a-015d-39cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "dbed02e2-bf2a-4e97-8d62-a3afbf21d44d", + "x-ms-client-request-id": "e7f195f8-8c78-4160-bd52-647155bae5e4", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494339005662/dir156758494359305070/file156758494381308436", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556998905021/dir156767557019300810/file156767557039706401", "query": { "comp": "range" }, @@ -106,21 +106,21 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:43 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:44 GMT", + "date": "Thu, 05 Sep 2019 09:26:10 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:10 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "9aeSTmIehMkoCpon4by39g==", - "etag": "\"0x8D73110154159FB\"", - "x-ms-request-id": "b64c0204-f01a-0153-51f8-622aba000000", + "etag": "\"0x8D731E316E759B3\"", + "x-ms-request-id": "ec8189de-701a-015d-3acb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "89dfc1e4-cce2-4d2b-b8b2-9d99f487ea17", + "x-ms-client-request-id": "80255ccd-8e9c-474e-8555-1c149f1421f3", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494339005662/dir156758494359305070/file156758494381308436", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556998905021/dir156767557019300810/file156767557039706401", "query": { "comp": "range" }, @@ -128,19 +128,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:43 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:44 GMT", + "date": "Thu, 05 Sep 2019 09:26:10 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:10 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311015533896\"", - "x-ms-request-id": "b64c0206-f01a-0153-53f8-622aba000000", + "etag": "\"0x8D731E316F8EA22\"", + "x-ms-request-id": "ec8189df-701a-015d-3bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "98765244-39ca-412e-8319-24448b10da74", + "x-ms-client-request-id": "c1141b5c-087a-4aea-a588-c1879d85b60f", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494339005662/dir156758494359305070/file156758494381308436", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556998905021/dir156767557019300810/file156767557039706401", "query": { "comp": "rangelist" }, @@ -149,20 +149,20 @@ "response": "09", "responseHeaders": { "x-ms-content-length": "10", - "date": "Wed, 04 Sep 2019 08:15:44 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:44 GMT", + "date": "Thu, 05 Sep 2019 09:26:10 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:10 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311015533896\"", + "etag": "\"0x8D731E316F8EA22\"", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c020a-f01a-0153-56f8-622aba000000", + "x-ms-request-id": "ec8189e1-701a-015d-3dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "f128944f-1a2c-40c5-bd5d-9bb547f035f3" + "x-ms-client-request-id": "1e50fb3f-972c-4046-ad7f-4f8b8162e778" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494339005662", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556998905021", "query": { "restype": "share" }, @@ -170,18 +170,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:44 GMT", + "date": "Thu, 05 Sep 2019 09:26:10 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c020e-f01a-0153-5af8-622aba000000", + "x-ms-request-id": "ec8189e3-701a-015d-3fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "08e7eb4d-2ce7-457e-bc7d-2764c4e94d5e", + "x-ms-client-request-id": "0d88ea88-19d9-4c2a-bc38-8472a70b2a2d", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758494339005662", - "dir": "dir156758494359305070", - "file": "file156758494381308436" + "share": "share156767556998905021", + "dir": "dir156767557019300810", + "file": "file156767557039706401" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_listhandles_should_work.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_listhandles_should_work.json index 665d2aa7a5f5..c7f993ee36ec 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_listhandles_should_work.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_listhandles_should_work.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495003803302", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557643004269", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:49 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:50 GMT", + "date": "Thu, 05 Sep 2019 09:26:15 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:16 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311018C17DED\"", - "x-ms-request-id": "b64c026f-f01a-0153-32f8-622aba000000", + "etag": "\"0x8D731E31A4EBE68\"", + "x-ms-request-id": "ec818a20-701a-015d-73cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "9a57ca12-e0ad-4ae4-8814-6c9a50749775", + "x-ms-client-request-id": "21181dc0-8d69-4bd1-a587-195b213e8581", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495003803302/dir156758495024800274", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557643004269/dir156767557663207907", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:49 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:50.2834244Z", + "date": "Thu, 05 Sep 2019 09:26:15 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:16.6948327Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:50.2834244Z", + "x-ms-file-creation-time": "2019-09-05T09:26:16.6948327Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "46b51adb-96b4-4280-8a41-34095e41b21f", + "x-ms-client-request-id": "bfd8a830-d465-4061-8c71-b572f00742a9", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:50 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:16 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311018E0BE44\"", - "x-ms-request-id": "b64c0273-f01a-0153-35f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:50.2834244Z", + "etag": "\"0x8D731E31A6DB1E7\"", + "x-ms-request-id": "ec818a23-701a-015d-75cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:16.6948327Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495003803302/dir156758495024800274/file156758495045701843", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557643004269/dir156767557663207907/file156767557683609698", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:50 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:50.4896199Z", + "date": "Thu, 05 Sep 2019 09:26:16 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:16.8970245Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:50.4896199Z", + "x-ms-file-creation-time": "2019-09-05T09:26:16.8970245Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "ab5e53c0-e777-4c60-b7f1-17d06e07a1eb", + "x-ms-client-request-id": "33706e52-9221-474f-9462-b5783be6df3e", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:50 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:16 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110190034C7\"", - "x-ms-request-id": "b64c0278-f01a-0153-39f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:50.4896199Z", + "etag": "\"0x8D731E31A8C8C05\"", + "x-ms-request-id": "ec818a25-701a-015d-77cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:16.8970245Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495003803302/dir156758495024800274/file156758495045701843", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557643004269/dir156767557663207907/file156767557683609698", "query": { "comp": "listhandles" }, @@ -84,18 +84,18 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:50 GMT", + "date": "Thu, 05 Sep 2019 09:26:16 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c027b-f01a-0153-3cf8-622aba000000", + "x-ms-request-id": "ec818a27-701a-015d-79cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "3e46222a-ce31-432a-b064-1ebb2351ebb1" + "x-ms-client-request-id": "f69372b2-4d49-4e2a-9657-35fcc9ad2370" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495003803302", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557643004269", "query": { "restype": "share" }, @@ -103,18 +103,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:50 GMT", + "date": "Thu, 05 Sep 2019 09:26:16 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c027f-f01a-0153-40f8-622aba000000", + "x-ms-request-id": "ec818a29-701a-015d-7bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "42983186-b2c6-4974-8f0e-b349093253d1", + "x-ms-client-request-id": "3a35f727-a4e9-4ef8-9277-7e43a9cbb2a8", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758495003803302", - "dir": "dir156758495024800274", - "file": "file156758495045701843" + "share": "share156767557643004269", + "dir": "dir156767557663207907", + "file": "file156767557683609698" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_resize.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_resize.json index c2ae5c8778d3..6a9d58b586a2 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_resize.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_resize.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493756605646", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556429307308", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:37 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:37 GMT", + "date": "Thu, 05 Sep 2019 09:26:03 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:04 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101152235E\"", - "x-ms-request-id": "b64c018a-f01a-0153-62f8-622aba000000", + "etag": "\"0x8D731E313130181\"", + "x-ms-request-id": "ec818996-701a-015d-7bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ab0f222e-c846-482c-a2c9-2d3a40142aad", + "x-ms-client-request-id": "c004b563-82dd-4f9c-93ec-80e5cd195e18", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493756605646/dir156758493777501665", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556429307308/dir156767556450009058", "query": { "restype": "directory" }, @@ -30,81 +30,81 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:37 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:37.8106070Z", + "date": "Thu, 05 Sep 2019 09:26:03 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:04.5683385Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:37.8106070Z", + "x-ms-file-creation-time": "2019-09-05T09:26:04.5683385Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "44a82459-fd53-41c1-af9c-ce796172314e", + "x-ms-client-request-id": "6a1096db-ceee-4bb4-a4d4-c5235c712525", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:37 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:04 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311011718AD6\"", - "x-ms-request-id": "b64c018f-f01a-0153-66f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:37.8106070Z", + "etag": "\"0x8D731E3133356B9\"", + "x-ms-request-id": "ec818999-701a-015d-7dcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:04.5683385Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493756605646/dir156758493777501665/file156758493797903498", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556429307308/dir156767556450009058/file156767556471208662", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:37 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:38.0138000Z", + "date": "Thu, 05 Sep 2019 09:26:04 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:04.7775371Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:38.0138000Z", + "x-ms-file-creation-time": "2019-09-05T09:26:04.7775371Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "286a0d00-dfdf-4041-9b48-5c11dad80cde", + "x-ms-client-request-id": "0417f73d-368e-4177-bc5f-33e83fe458e3", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:38 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:04 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311011908C10\"", - "x-ms-request-id": "b64c0192-f01a-0153-69f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:38.0138000Z", + "etag": "\"0x8D731E31353428B\"", + "x-ms-request-id": "ec81899b-701a-015d-7fcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:04.7775371Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493756605646/dir156758493777501665/file156758493797903498", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556429307308/dir156767556450009058/file156767556471208662", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:37 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:38 GMT", + "date": "Thu, 05 Sep 2019 09:26:04 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:04 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:38.0138000Z", + "x-ms-file-creation-time": "2019-09-05T09:26:04.7775371Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "58f81e05-cb17-4b41-b854-38f03041eb10", + "x-ms-client-request-id": "126b3972-b688-4190-bbfa-2bfe05b22de5", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:38.0138000Z", + "x-ms-file-change-time": "2019-09-05T09:26:04.7775371Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311011908C10\"", + "etag": "\"0x8D731E31353428B\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0196-f01a-0153-6df8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:38.0138000Z", + "x-ms-request-id": "ec81899d-701a-015d-01cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:04.7775371Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493756605646/dir156758493777501665/file156758493797903498", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556429307308/dir156767556450009058/file156767556471208662", "query": { "comp": "properties" }, @@ -112,55 +112,55 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:38 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:38.4231876Z", + "date": "Thu, 05 Sep 2019 09:26:04 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:05.1929305Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:38.0138000Z", + "x-ms-file-creation-time": "2019-09-05T09:26:04.7775371Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "0853c5a5-1528-44f4-82a6-0eb865ca7fc7", + "x-ms-client-request-id": "965b36bc-7bc2-436b-a1b6-3b67b4541d92", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:38 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:05 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311011CF03C4\"", - "x-ms-request-id": "b64c0199-f01a-0153-70f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:38.0138000Z", + "etag": "\"0x8D731E31392A4D9\"", + "x-ms-request-id": "ec81899f-701a-015d-03cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:04.7775371Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493756605646/dir156758493777501665/file156758493797903498", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556429307308/dir156767556450009058/file156767556471208662", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:38 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:38 GMT", + "date": "Thu, 05 Sep 2019 09:26:04 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:05 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:38.0138000Z", + "x-ms-file-creation-time": "2019-09-05T09:26:04.7775371Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "9f169021-9403-4bce-9715-0503502dc654", + "x-ms-client-request-id": "16571f75-eb1b-4030-aaf5-87dac8135c20", "x-ms-type": "File", "content-length": "1", - "x-ms-file-change-time": "2019-09-04T08:15:38.4231876Z", + "x-ms-file-change-time": "2019-09-05T09:26:05.1929305Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311011CF03C4\"", + "etag": "\"0x8D731E31392A4D9\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c019d-f01a-0153-74f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:38.0138000Z", + "x-ms-request-id": "ec8189a1-701a-015d-05cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:04.7775371Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493756605646", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556429307308", "query": { "restype": "share" }, @@ -168,18 +168,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:38 GMT", + "date": "Thu, 05 Sep 2019 09:26:04 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c01a0-f01a-0153-77f8-622aba000000", + "x-ms-request-id": "ec8189a3-701a-015d-07cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "c660ccad-e0d8-48f9-92c9-74845220ba78", + "x-ms-client-request-id": "13bfe5fa-55f0-4fac-b3e4-aaf1fa57f38d", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758493756605646", - "dir": "dir156758493777501665", - "file": "file156758493797903498" + "share": "share156767556429307308", + "dir": "dir156767556450009058", + "file": "file156767556471208662" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_sethttpheaders_with_all_parameters_set.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_sethttpheaders_with_all_parameters_set.json index 9b8ffbdd53ff..ab8a159f664e 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_sethttpheaders_with_all_parameters_set.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_sethttpheaders_with_all_parameters_set.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493257108528", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555944903534", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:32 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:32 GMT", + "date": "Thu, 05 Sep 2019 09:25:58 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:59 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100E56EF07\"", - "x-ms-request-id": "b64c013b-f01a-0153-1af8-622aba000000", + "etag": "\"0x8D731E310301530\"", + "x-ms-request-id": "ec81896b-701a-015d-58cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "21e86ac0-b094-4010-afdf-7a37a83d5f56", + "x-ms-client-request-id": "3d2433d4-a92f-4413-a8c3-b3256b61dca1", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493257108528/dir156758493277703258", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555944903534/dir156767555965706688", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:32 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:32.8178796Z", + "date": "Thu, 05 Sep 2019 09:25:58 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:59.7227457Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:32.8178796Z", + "x-ms-file-creation-time": "2019-09-05T09:25:59.7227457Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "00a69cc1-ffa9-4c10-b9eb-ccac5f54280c", + "x-ms-client-request-id": "8fb7eb2f-53bf-4c0e-9a83-dbe4b1bbd810", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:32 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:59 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100E77B66C\"", - "x-ms-request-id": "b64c0140-f01a-0153-1ef8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:32.8178796Z", + "etag": "\"0x8D731E3104FF5C1\"", + "x-ms-request-id": "ec81896f-701a-015d-5acb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:59.7227457Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493257108528/dir156758493277703258/file156758493299505662", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555944903534/dir156767555965706688/file156767555987101709", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:32 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:33.0280779Z", + "date": "Thu, 05 Sep 2019 09:25:59 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:59.9349477Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:33.0280779Z", + "x-ms-file-creation-time": "2019-09-05T09:25:59.9349477Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "016b4dec-27cd-4776-a910-6008f740453c", + "x-ms-client-request-id": "9d7cdb0b-238b-49a2-8012-7b337db5131d", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:33 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:59 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100E97C94B\"", - "x-ms-request-id": "b64c0143-f01a-0153-21f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:33.0280779Z", + "etag": "\"0x8D731E3107056E5\"", + "x-ms-request-id": "ec818971-701a-015d-5ccb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:59.9349477Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493257108528/dir156758493277703258/file156758493299505662", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555944903534/dir156767555965706688/file156767555987101709", "query": { "comp": "properties" }, @@ -84,60 +84,60 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:32 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:33.2452840Z", + "date": "Thu, 05 Sep 2019 09:25:59 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:00.1511531Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:33.0280779Z", + "x-ms-file-creation-time": "2019-09-05T09:25:59.9349477Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "605278e5-806d-4269-9956-6dcf849c5ef8", + "x-ms-client-request-id": "e8d17e4d-0a84-4a4b-abd2-d1dc12404c84", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:33 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:00 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100EB8EDE8\"", - "x-ms-request-id": "b64c0147-f01a-0153-25f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:33.0280779Z", + "etag": "\"0x8D731E31091546B\"", + "x-ms-request-id": "ec818973-701a-015d-5ecb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:59.9349477Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493257108528/dir156758493277703258/file156758493299505662", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555944903534/dir156767555965706688/file156767555987101709", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:33 GMT", + "date": "Thu, 05 Sep 2019 09:25:59 GMT", "content-encoding": "fileContentEncoding", - "last-modified": "Wed, 04 Sep 2019 08:15:33 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:00 GMT", "x-ms-file-attributes": "Archive", "content-md5": "AQIDBA==", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:33.0280779Z", + "x-ms-file-creation-time": "2019-09-05T09:25:59.9349477Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-id": "11529285414812647424", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "45575559-4483-4eef-8895-8872d22cd6db", + "x-ms-client-request-id": "7b64683b-8fe5-4ce7-b629-df9ff5d5f71c", "content-disposition": "fileContentDisposition", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:33.2452840Z", + "x-ms-file-change-time": "2019-09-05T09:26:00.1511531Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100EB8EDE8\"", + "etag": "\"0x8D731E31091546B\"", "content-language": "fileContentLanguage", - "x-ms-request-id": "b64c014a-f01a-0153-28f8-622aba000000", + "x-ms-request-id": "ec818975-701a-015d-60cb-63030a000000", "cache-control": "fileCacheControl", - "x-ms-file-last-write-time": "2019-09-04T08:15:33.0280779Z", + "x-ms-file-last-write-time": "2019-09-05T09:25:59.9349477Z", "x-ms-version": "2019-02-02", "content-type": "fileContentType" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493257108528", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555944903534", "query": { "restype": "share" }, @@ -145,18 +145,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:33 GMT", + "date": "Thu, 05 Sep 2019 09:25:59 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c014e-f01a-0153-2cf8-622aba000000", + "x-ms-request-id": "ec818977-701a-015d-62cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "41b3150a-9ac1-4e06-8537-f0cca76f2e8e", + "x-ms-client-request-id": "16546b09-9d98-4aaf-b108-f1f0fee66b8c", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758493257108528", - "dir": "dir156758493277703258", - "file": "file156758493299505662" + "share": "share156767555944903534", + "dir": "dir156767555965706688", + "file": "file156767555987101709" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_sethttpheaders_with_default_parameters.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_sethttpheaders_with_default_parameters.json index a5304275bd5d..fc697d4f1a40 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_sethttpheaders_with_default_parameters.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_sethttpheaders_with_default_parameters.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493131208276", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555814508977", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:30 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:31 GMT", + "date": "Thu, 05 Sep 2019 09:25:57 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:58 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100D974127\"", - "x-ms-request-id": "b64c0124-f01a-0153-05f8-622aba000000", + "etag": "\"0x8D731E30F69123F\"", + "x-ms-request-id": "ec81895e-701a-015d-4ccb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "c023198c-ad61-458f-a184-d0e941e073f1", + "x-ms-client-request-id": "fb0b8829-815a-4be6-8d8d-92e60dae85d8", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493131208276/dir156758493151708476", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555814508977/dir156767555835501986", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:31 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:31.5556840Z", + "date": "Thu, 05 Sep 2019 09:25:57 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:58.4205110Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:31.5556840Z", + "x-ms-file-creation-time": "2019-09-05T09:25:58.4205110Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "003b5064-9eed-427c-ac07-bfa48746a8da", + "x-ms-client-request-id": "c78e7b31-3e0a-493c-baa0-cb26c7dc5c2b", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:31 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:58 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100DB71DE8\"", - "x-ms-request-id": "b64c0129-f01a-0153-09f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:31.5556840Z", + "etag": "\"0x8D731E30F894136\"", + "x-ms-request-id": "ec818961-701a-015d-4ecb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:58.4205110Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493131208276/dir156758493151708476/file156758493172902498", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555814508977/dir156767555835501986/file156767555857904320", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:31 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:31.7698866Z", + "date": "Thu, 05 Sep 2019 09:25:57 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:58.6467261Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:31.7698866Z", + "x-ms-file-creation-time": "2019-09-05T09:25:58.6467261Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "db562137-4ae7-4b02-bdec-0b85f5c730f9", + "x-ms-client-request-id": "8dd44e26-3076-4f8b-85ee-81fd7f97ed9b", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:31 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:58 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100DD7CD32\"", - "x-ms-request-id": "b64c012c-f01a-0153-0cf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:31.7698866Z", + "etag": "\"0x8D731E30FABC5BD\"", + "x-ms-request-id": "ec818963-701a-015d-50cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:58.6467261Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493131208276/dir156758493151708476/file156758493172902498", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555814508977/dir156767555835501986/file156767555857904320", "query": { "comp": "properties" }, @@ -84,54 +84,54 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:31 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:31.9890938Z", + "date": "Thu, 05 Sep 2019 09:25:58 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:58.8929593Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:31.7698866Z", + "x-ms-file-creation-time": "2019-09-05T09:25:58.6467261Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "3c66b29f-b97e-4e8c-bbb3-1f452c24e4ba", + "x-ms-client-request-id": "32200a43-849f-4a09-ac59-331ceca6303a", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:31 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:58 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100DF93FFA\"", - "x-ms-request-id": "b64c0131-f01a-0153-10f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:31.7698866Z", + "etag": "\"0x8D731E30FD15839\"", + "x-ms-request-id": "ec818965-701a-015d-52cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:58.6467261Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493131208276/dir156758493151708476/file156758493172902498", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555814508977/dir156767555835501986/file156767555857904320", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:31 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:31 GMT", + "date": "Thu, 05 Sep 2019 09:25:58 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:58 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:31.7698866Z", + "x-ms-file-creation-time": "2019-09-05T09:25:58.6467261Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "de5a057b-d53f-4820-9ae0-80eb6ef91c0c", + "x-ms-client-request-id": "4aaa609c-bf3c-4345-8692-99fd7742f8ba", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:31.9890938Z", + "x-ms-file-change-time": "2019-09-05T09:25:58.8929593Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100DF93FFA\"", - "x-ms-request-id": "b64c0134-f01a-0153-13f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:31.7698866Z", + "etag": "\"0x8D731E30FD15839\"", + "x-ms-request-id": "ec818967-701a-015d-54cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:58.6467261Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493131208276", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555814508977", "query": { "restype": "share" }, @@ -139,18 +139,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:32 GMT", + "date": "Thu, 05 Sep 2019 09:25:58 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0138-f01a-0153-17f8-622aba000000", + "x-ms-request-id": "ec818969-701a-015d-56cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "53b28469-ab0a-40e8-bec1-cdad87027376", + "x-ms-client-request-id": "225f9214-3681-4b8f-87d5-5d30c324288e", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758493131208276", - "dir": "dir156758493151708476", - "file": "file156758493172902498" + "share": "share156767555814508977", + "dir": "dir156767555835501986", + "file": "file156767555857904320" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setmetadata_with_cleaning_up_metadata.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setmetadata_with_cleaning_up_metadata.json index ca93670eab63..d93bc6866be4 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setmetadata_with_cleaning_up_metadata.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setmetadata_with_cleaning_up_metadata.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492975400130", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555654208845", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:29 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:29 GMT", + "date": "Thu, 05 Sep 2019 09:25:55 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:56 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100CA9C15E\"", - "x-ms-request-id": "b64c0108-f01a-0153-6bf8-622aba000000", + "etag": "\"0x8D731E30E748B8F\"", + "x-ms-request-id": "ec81894a-701a-015d-3bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "3a454c43-7a86-47ed-b2dc-461bab390262", + "x-ms-client-request-id": "0ad76461-a97f-4fd0-a0b5-b68126354e6c", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492975400130/dir156758492995907167", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555654208845/dir156767555675103910", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:29 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:29.9941995Z", + "date": "Thu, 05 Sep 2019 09:25:56 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:56.8179931Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:29.9941995Z", + "x-ms-file-creation-time": "2019-09-05T09:25:56.8179931Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "b841328d-9237-4f94-b2b5-6fbda24c6dfb", + "x-ms-client-request-id": "290284d3-ec5d-4dea-9c25-23219e12e3bb", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:29 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:56 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100CC8DA6B\"", - "x-ms-request-id": "b64c010d-f01a-0153-6ff8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:29.9941995Z", + "etag": "\"0x8D731E30E94BADB\"", + "x-ms-request-id": "ec81894d-701a-015d-3dcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:56.8179931Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492975400130/dir156758492995907167/file156758493016307474", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555654208845/dir156767555675103910/file156767555696409702", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:29 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:30.1993933Z", + "date": "Thu, 05 Sep 2019 09:25:56 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:57.0321955Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:30.1993933Z", + "x-ms-file-creation-time": "2019-09-05T09:25:57.0321955Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "f1a2866e-2140-4772-8327-3eecda9395e6", + "x-ms-client-request-id": "457ccdf9-72df-4901-804d-286085850901", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:30 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:57 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100CE829CD\"", - "x-ms-request-id": "b64c0110-f01a-0153-72f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:30.1993933Z", + "etag": "\"0x8D731E30EB56A23\"", + "x-ms-request-id": "ec81894f-701a-015d-3fcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:57.0321955Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492975400130/dir156758492995907167/file156758493016307474", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555654208845/dir156767555675103910/file156767555696409702", "query": { "comp": "metadata" }, @@ -84,50 +84,50 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:30 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:30 GMT", + "date": "Thu, 05 Sep 2019 09:25:56 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:57 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100D07EE80\"", - "x-ms-request-id": "b64c0114-f01a-0153-76f8-622aba000000", + "etag": "\"0x8D731E30ED7040E\"", + "x-ms-request-id": "ec818951-701a-015d-41cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "b6d131ac-c2d2-44d8-ac09-4f480f406c6c", + "x-ms-client-request-id": "bec444d7-7f26-45c3-9318-6414a4bc2eb4", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492975400130/dir156758492995907167/file156758493016307474", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555654208845/dir156767555675103910/file156767555696409702", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:30 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:30 GMT", + "date": "Thu, 05 Sep 2019 09:25:56 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:57 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:30.1993933Z", + "x-ms-file-creation-time": "2019-09-05T09:25:57.0321955Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "f4cb10c9-4cc4-495a-9d6a-81870fc89767", + "x-ms-client-request-id": "f119a989-3bbf-4b1c-be72-62cd135be8be", "x-ms-type": "File", "content-length": "11", "x-ms-meta-a": "a", - "x-ms-file-change-time": "2019-09-04T08:15:30.4075904Z", + "x-ms-file-change-time": "2019-09-05T09:25:57.2524046Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100D07EE80\"", + "etag": "\"0x8D731E30ED7040E\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0118-f01a-0153-79f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:30.1993933Z", + "x-ms-request-id": "ec818953-701a-015d-43cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:57.0321955Z", "x-ms-version": "2019-02-02", "x-ms-meta-b": "b" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492975400130/dir156758492995907167/file156758493016307474", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555654208845/dir156767555675103910/file156767555696409702", "query": { "comp": "metadata" }, @@ -135,48 +135,48 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:30 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:30 GMT", + "date": "Thu, 05 Sep 2019 09:25:56 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:57 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100D37E3D8\"", - "x-ms-request-id": "b64c011a-f01a-0153-7bf8-622aba000000", + "etag": "\"0x8D731E30F080B0C\"", + "x-ms-request-id": "ec818956-701a-015d-46cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "23c0c6a5-f880-43be-a861-eaba8bb9b6c4", + "x-ms-client-request-id": "715463bd-59e9-4a53-97e0-f4eddd8d43df", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492975400130/dir156758492995907167/file156758493016307474", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555654208845/dir156767555675103910/file156767555696409702", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:30 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:30 GMT", + "date": "Thu, 05 Sep 2019 09:25:57 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:57 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "false", - "x-ms-file-creation-time": "2019-09-04T08:15:30.1993933Z", + "x-ms-file-creation-time": "2019-09-05T09:25:57.0321955Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "d05ac476-5e45-4d57-82b4-4a959be796bc", + "x-ms-client-request-id": "e103a3ce-9f67-4d7e-b2b3-100ec88d631e", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:30.7218904Z", + "x-ms-file-change-time": "2019-09-05T09:25:57.5737100Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100D37E3D8\"", + "etag": "\"0x8D731E30F080B0C\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c011d-f01a-0153-7ef8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:30.1993933Z", + "x-ms-request-id": "ec818958-701a-015d-48cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:57.0321955Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492975400130", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555654208845", "query": { "restype": "share" }, @@ -184,18 +184,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:30 GMT", + "date": "Thu, 05 Sep 2019 09:25:57 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0121-f01a-0153-02f8-622aba000000", + "x-ms-request-id": "ec81895b-701a-015d-4acb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ddaefd86-a800-45b7-b8ac-9a70f98d4928", + "x-ms-client-request-id": "43549fbf-c1db-4761-bb62-c2e1559885e9", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492975400130", - "dir": "dir156758492995907167", - "file": "file156758493016307474" + "share": "share156767555654208845", + "dir": "dir156767555675103910", + "file": "file156767555696409702" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setmetadata_with_new_metadata_set.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setmetadata_with_new_metadata_set.json index bd8369199045..4f7edfadf20e 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setmetadata_with_new_metadata_set.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setmetadata_with_new_metadata_set.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492835401514", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555527302500", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:28 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:28 GMT", + "date": "Thu, 05 Sep 2019 09:25:54 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:55 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100BD41502\"", - "x-ms-request-id": "b64c00ef-f01a-0153-55f8-622aba000000", + "etag": "\"0x8D731E30DB2E156\"", + "x-ms-request-id": "ec81893b-701a-015d-2fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "d61f6040-ca57-4bbb-8194-9d0b9d812779", + "x-ms-client-request-id": "a160b1cb-3bd2-4023-9a8c-251579be8de1", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492835401514/dir156758492856308244", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555527302500/dir156767555548500912", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:28 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:28.6038822Z", + "date": "Thu, 05 Sep 2019 09:25:54 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:55.5537943Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:28.6038822Z", + "x-ms-file-creation-time": "2019-09-05T09:25:55.5537943Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "4c579ad6-f504-4586-8e05-618e06480828", + "x-ms-client-request-id": "4b753b95-cb19-4e02-9003-5d6e5f47a37b", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:28 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:55 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100BF4B526\"", - "x-ms-request-id": "b64c00f4-f01a-0153-59f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:28.6038822Z", + "etag": "\"0x8D731E30DD3D417\"", + "x-ms-request-id": "ec81893e-701a-015d-31cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:55.5537943Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492835401514/dir156758492856308244/file156758492890508040", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555527302500/dir156767555548500912/file156767555569706907", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:28 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:28.9391998Z", + "date": "Thu, 05 Sep 2019 09:25:55 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:55.7639933Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:28.9391998Z", + "x-ms-file-creation-time": "2019-09-05T09:25:55.7639933Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "8d77bda8-7c42-4a80-9be4-366a059c08e3", + "x-ms-client-request-id": "271ce8e1-70f2-4cea-a352-775c80f6683c", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:28 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:55 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100C27DF7E\"", - "x-ms-request-id": "b64c00f8-f01a-0153-5df8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:28.9391998Z", + "etag": "\"0x8D731E30DF3E6FD\"", + "x-ms-request-id": "ec818941-701a-015d-33cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:55.7639933Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492835401514/dir156758492856308244/file156758492890508040", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555527302500/dir156767555548500912/file156767555569706907", "query": { "comp": "metadata" }, @@ -84,50 +84,50 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:28 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:29 GMT", + "date": "Thu, 05 Sep 2019 09:25:55 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:55 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100C49041A\"", - "x-ms-request-id": "b64c00fc-f01a-0153-61f8-622aba000000", + "etag": "\"0x8D731E30E14BD6A\"", + "x-ms-request-id": "ec818944-701a-015d-35cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "9476b187-c6b3-4bd7-8b18-1bff0f6b78c0", + "x-ms-client-request-id": "fb7fddb2-13cb-48eb-a066-af9c48ca563a", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492835401514/dir156758492856308244/file156758492890508040", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555527302500/dir156767555548500912/file156767555569706907", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:29 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:29 GMT", + "date": "Thu, 05 Sep 2019 09:25:55 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:55 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:28.9391998Z", + "x-ms-file-creation-time": "2019-09-05T09:25:55.7639933Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "60768c5d-a9c6-454b-8153-8de7b627d3e7", + "x-ms-client-request-id": "983b46ea-c479-4629-b6d9-19d6a8350a9c", "x-ms-type": "File", "content-length": "11", "x-ms-meta-a": "a", - "x-ms-file-change-time": "2019-09-04T08:15:29.1564058Z", + "x-ms-file-change-time": "2019-09-05T09:25:55.9791978Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100C49041A\"", + "etag": "\"0x8D731E30E14BD6A\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c00ff-f01a-0153-64f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:28.9391998Z", + "x-ms-request-id": "ec818946-701a-015d-37cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:55.7639933Z", "x-ms-version": "2019-02-02", "x-ms-meta-b": "b" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492835401514", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555527302500", "query": { "restype": "share" }, @@ -135,18 +135,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:29 GMT", + "date": "Thu, 05 Sep 2019 09:25:55 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0105-f01a-0153-68f8-622aba000000", + "x-ms-request-id": "ec818948-701a-015d-39cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1ac5d094-d224-4a50-ab61-501b8c3b209a", + "x-ms-client-request-id": "843b46b1-b724-4fc0-90e0-c21d7a7e7da8", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492835401514", - "dir": "dir156758492856308244", - "file": "file156758492890508040" + "share": "share156767555527302500", + "dir": "dir156767555548500912", + "file": "file156767555569706907" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.json index 5859b6f11d69..387373318dfd 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492678109134", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555382404765", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:26 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:26 GMT", + "date": "Thu, 05 Sep 2019 09:25:53 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:53 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100AE471C0\"", - "x-ms-request-id": "b64c00d4-f01a-0153-3cf8-622aba000000", + "etag": "\"0x8D731E30CD56ABB\"", + "x-ms-request-id": "ec81892c-701a-015d-21cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "86187062-09ae-4971-b6b3-9b7e531ce450", + "x-ms-client-request-id": "e94c7030-26a8-4ad7-a9dd-166f41bb6232", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492678109134/dir156758492698905100", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555382404765/dir156767555402901475", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:26 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:27.0253880Z", + "date": "Thu, 05 Sep 2019 09:25:53 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:54.0954121Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:27.0253880Z", + "x-ms-file-creation-time": "2019-09-05T09:25:54.0954121Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "5a6e9276-47c3-4a98-b409-ddd7146a0f31", + "x-ms-client-request-id": "0dc17d64-4056-40dc-82b8-03852cc965d3", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:27 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:54 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100B03D938\"", - "x-ms-request-id": "b64c00d9-f01a-0153-3ff8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:27.0253880Z", + "etag": "\"0x8D731E30CF54C09\"", + "x-ms-request-id": "ec81892f-701a-015d-23cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:54.0954121Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492678109134", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555382404765", "query": { "comp": "filepermission", "restype": "share" @@ -59,43 +59,43 @@ "status": 200, "response": "{\"permission\":\"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)\"}", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:26 GMT", + "date": "Thu, 05 Sep 2019 09:25:53 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c00dd-f01a-0153-43f8-622aba000000", + "x-ms-request-id": "ec818931-701a-015d-25cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "552de796-11d0-4f4e-8ffa-f6d2cc1ec91b", + "x-ms-client-request-id": "e75e8f23-0f7a-47d4-9267-c2c0eca57600", "content-length": "149" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492678109134/dir156758492698905100/file156758492719702606", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555382404765/dir156767555402901475/file156767555423802852", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:27 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:27.4377780Z", + "date": "Thu, 05 Sep 2019 09:25:53 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:54.5037992Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:27.4377780Z", + "x-ms-file-creation-time": "2019-09-05T09:25:54.5037992Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "ae3c2783-e32d-4b48-af2f-40b8eac714ef", + "x-ms-client-request-id": "f79f6040-d7c0-4c0b-b504-5bb6cb342633", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:27 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:54 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100B42C634\"", - "x-ms-request-id": "b64c00e0-f01a-0153-46f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:27.4377780Z", + "etag": "\"0x8D731E30D339CA8\"", + "x-ms-request-id": "ec818933-701a-015d-27cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:54.5037992Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492678109134/dir156758492698905100/file156758492719702606", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555382404765/dir156767555402901475/file156767555423802852", "query": { "comp": "properties" }, @@ -103,59 +103,59 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:27 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:27.7610852Z", + "date": "Thu, 05 Sep 2019 09:25:53 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:54.7109952Z", "x-ms-file-attributes": "ReadOnly | Hidden | System | Archive | Temporary | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:27.4040000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:54.4420000Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "13648784823690285809*8787082347076103240", - "x-ms-client-request-id": "7b554358-5a52-42cd-9680-a875803bbf1a", + "x-ms-client-request-id": "081e34a2-2115-41b3-a766-27c75a14105b", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:27 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:54 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100B741B64\"", - "x-ms-request-id": "b64c00e5-f01a-0153-4bf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:27.4040000Z", + "etag": "\"0x8D731E30D533A40\"", + "x-ms-request-id": "ec818935-701a-015d-29cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:54.4420000Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492678109134/dir156758492698905100/file156758492719702606", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555382404765/dir156767555402901475/file156767555423802852", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:27 GMT", + "date": "Thu, 05 Sep 2019 09:25:54 GMT", "content-encoding": "fileContentEncoding", - "last-modified": "Wed, 04 Sep 2019 08:15:27 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:54 GMT", "x-ms-file-attributes": "ReadOnly | Hidden | System | Archive | Temporary | Offline | NotContentIndexed | NoScrubData", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:27.4040000Z", + "x-ms-file-creation-time": "2019-09-05T09:25:54.4420000Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "13648784823690285809*8787082347076103240", - "x-ms-client-request-id": "a8a08c2c-0008-4d51-a7cd-91be43a480ec", + "x-ms-client-request-id": "06d91815-7b48-4e11-aba6-94ed34e58bdb", "content-disposition": "fileContentDisposition", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:27.7610852Z", + "x-ms-file-change-time": "2019-09-05T09:25:54.7109952Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100B741B64\"", + "etag": "\"0x8D731E30D533A40\"", "content-language": "fileContentLanguage", - "x-ms-request-id": "b64c00e8-f01a-0153-4ef8-622aba000000", + "x-ms-request-id": "ec818937-701a-015d-2bcb-63030a000000", "cache-control": "fileCacheControl", - "x-ms-file-last-write-time": "2019-09-04T08:15:27.4040000Z", + "x-ms-file-last-write-time": "2019-09-05T09:25:54.4420000Z", "x-ms-version": "2019-02-02", "content-type": "fileContentType" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492678109134", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555382404765", "query": { "restype": "share" }, @@ -163,19 +163,19 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:27 GMT", + "date": "Thu, 05 Sep 2019 09:25:54 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c00ec-f01a-0153-52f8-622aba000000", + "x-ms-request-id": "ec818939-701a-015d-2dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "25909ec5-313f-4677-afb9-63090ded774d", + "x-ms-client-request-id": "cd50c4a6-cbf0-47b1-b87e-a5b367178427", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492678109134", - "dir": "dir156758492698905100", - "file": "file156758492719702606", - "now": "2019-09-04T08:15:27.404Z" + "share": "share156767555382404765", + "dir": "dir156767555402901475", + "file": "file156767555423802852", + "now": "2019-09-05T09:25:54.442Z" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setproperties_with_default_parameters.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setproperties_with_default_parameters.json index ab2cdd0776ff..dcdc979fe50e 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setproperties_with_default_parameters.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_setproperties_with_default_parameters.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492543502653", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555258603511", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:25 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:25 GMT", + "date": "Thu, 05 Sep 2019 09:25:51 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:52 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100A1704E4\"", - "x-ms-request-id": "b64c00bc-f01a-0153-25f8-622aba000000", + "etag": "\"0x8D731E30C187C59\"", + "x-ms-request-id": "ec81891d-701a-015d-15cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "3a13e748-f8c2-4a17-b992-a96c010133cb", + "x-ms-client-request-id": "6edb31e4-ace8-46bc-b2ee-eea4fe05bacc", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492543502653/dir156758492564303309", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555258603511/dir156767555278906148", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:25 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:25.6801136Z", + "date": "Thu, 05 Sep 2019 09:25:52 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:52.8522331Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:25.6801136Z", + "x-ms-file-creation-time": "2019-09-05T09:25:52.8522331Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "8fd8e1ca-a4ab-4712-9165-4cfde00a42b4", + "x-ms-client-request-id": "e8496a06-4941-4ddf-aea3-3999bfba5703", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:25 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:52 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100A369370\"", - "x-ms-request-id": "b64c00c0-f01a-0153-28f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:25.6801136Z", + "etag": "\"0x8D731E30C379A5B\"", + "x-ms-request-id": "ec818920-701a-015d-17cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:52.8522331Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492543502653/dir156758492564303309/file156758492585801057", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555258603511/dir156767555278906148/file156767555299309545", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:25 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:25.8953179Z", + "date": "Thu, 05 Sep 2019 09:25:52 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:53.0564293Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:25.8953179Z", + "x-ms-file-creation-time": "2019-09-05T09:25:53.0564293Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "86224b82-7a36-4884-b814-e3af33afe4fc", + "x-ms-client-request-id": "6513454f-5b9b-4444-8626-2817c916c323", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:25 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:53 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100A5769DB\"", - "x-ms-request-id": "b64c00c6-f01a-0153-2ef8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:25.8953179Z", + "etag": "\"0x8D731E30C56C2C5\"", + "x-ms-request-id": "ec818923-701a-015d-19cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:53.0564293Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492543502653/dir156758492564303309/file156758492585801057", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555258603511/dir156767555278906148/file156767555299309545", "query": { "comp": "properties" }, @@ -84,54 +84,54 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:25 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:26.1205307Z", + "date": "Thu, 05 Sep 2019 09:25:52 GMT", + "x-ms-file-change-time": "2019-09-05T09:25:53.2696304Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:25.8953179Z", + "x-ms-file-creation-time": "2019-09-05T09:25:53.0564293Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "1ebafc28-c197-4ad8-bc5a-ecb428f19b3a", + "x-ms-client-request-id": "c9b796be-4a9b-490c-bee3-833c145da0a8", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:26 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:53 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100A79C73B\"", - "x-ms-request-id": "b64c00c9-f01a-0153-31f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:25.8953179Z", + "etag": "\"0x8D731E30C774AF0\"", + "x-ms-request-id": "ec818926-701a-015d-1bcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:53.0564293Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492543502653/dir156758492564303309/file156758492585801057", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555258603511/dir156767555278906148/file156767555299309545", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:25 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:26 GMT", + "date": "Thu, 05 Sep 2019 09:25:52 GMT", + "last-modified": "Thu, 05 Sep 2019 09:25:53 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:25.8953179Z", + "x-ms-file-creation-time": "2019-09-05T09:25:53.0564293Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "aee467ca-c3d1-4e96-a1f7-f6a1e7e3424e", + "x-ms-client-request-id": "42ac0af6-a371-4e90-a440-1fa9b4c487f2", "x-ms-type": "File", "content-length": "11", - "x-ms-file-change-time": "2019-09-04T08:15:26.1205307Z", + "x-ms-file-change-time": "2019-09-05T09:25:53.2696304Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731100A79C73B\"", - "x-ms-request-id": "b64c00cd-f01a-0153-35f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:25.8953179Z", + "etag": "\"0x8D731E30C774AF0\"", + "x-ms-request-id": "ec818928-701a-015d-1dcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:25:53.0564293Z", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758492543502653", + "url": "https://fakestorageaccount.file.core.windows.net/share156767555258603511", "query": { "restype": "share" }, @@ -139,18 +139,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:26 GMT", + "date": "Thu, 05 Sep 2019 09:25:52 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c00d0-f01a-0153-38f8-622aba000000", + "x-ms-request-id": "ec81892a-701a-015d-1fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "487d9665-82bf-4b8e-9c36-2e4ed14df7f5", + "x-ms-client-request-id": "c190895d-44ce-4f0c-b227-3bc222ddf4f1", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758492543502653", - "dir": "dir156758492564303309", - "file": "file156758492585801057" + "share": "share156767555258603511", + "dir": "dir156767555278906148", + "file": "file156767555299309545" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_startcopyfromurl.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_startcopyfromurl.json deleted file mode 100644 index 7f0b01f0d9a8..000000000000 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_startcopyfromurl.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "recordings": [ - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156044330818300931", - "query": { - "restype": "share" - }, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 13 Jun 2019 09:28:12 GMT", - "last-modified": "Thu, 13 Jun 2019 09:28:12 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D6EFE1750BF6D9\"", - "x-ms-request-id": "2bf96b15-801a-0034-1fca-21d539000000", - "x-ms-version": "2018-03-28", - "content-length": "0" - } - }, - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156044330818300931/dir156044330831205399", - "query": { - "restype": "directory" - }, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 13 Jun 2019 09:28:12 GMT", - "last-modified": "Thu, 13 Jun 2019 09:28:13 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D6EFE1752030D0\"", - "x-ms-request-id": "2bf96b18-801a-0034-21ca-21d539000000", - "x-ms-version": "2018-03-28", - "x-ms-request-server-encrypted": "true", - "content-length": "0" - } - }, - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156044330818300931/dir156044330831205399/file156044330844105710", - "query": {}, - "requestBody": null, - "status": 201, - "response": "", - "responseHeaders": { - "date": "Thu, 13 Jun 2019 09:28:12 GMT", - "last-modified": "Thu, 13 Jun 2019 09:28:13 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D6EFE1753AC267\"", - "x-ms-request-id": "2bf96b1a-801a-0034-23ca-21d539000000", - "x-ms-version": "2018-03-28", - "x-ms-request-server-encrypted": "true", - "content-length": "0" - } - }, - { - "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156044330818300931/dir156044330831205399/copiedfile156044330861604733", - "query": {}, - "requestBody": null, - "status": 202, - "response": "", - "responseHeaders": { - "date": "Thu, 13 Jun 2019 09:28:13 GMT", - "last-modified": "Thu, 13 Jun 2019 09:28:14 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D6EFE17602C9C5\"", - "x-ms-request-id": "2bf96b1c-801a-0034-25ca-21d539000000", - "x-ms-version": "2018-03-28", - "x-ms-copy-id": "adca5851-77c8-4c3c-95ab-45a76348befc", - "x-ms-copy-status": "success", - "content-length": "0" - } - }, - { - "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156044330818300931/dir156044330831205399/file156044330844105710", - "query": {}, - "requestBody": null, - "status": 200, - "response": "", - "responseHeaders": { - "date": "Thu, 13 Jun 2019 09:28:13 GMT", - "last-modified": "Thu, 13 Jun 2019 09:28:13 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D6EFE1753AC267\"", - "x-ms-server-encrypted": "true", - "content-type": "application/octet-stream", - "x-ms-request-id": "2bf96b22-801a-0034-29ca-21d539000000", - "x-ms-version": "2018-03-28", - "x-ms-type": "File", - "content-length": "1024" - } - }, - { - "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/share156044330818300931/dir156044330831205399/copiedfile156044330861604733", - "query": {}, - "requestBody": null, - "status": 200, - "response": "", - "responseHeaders": { - "date": "Thu, 13 Jun 2019 09:28:14 GMT", - "x-ms-server-encrypted": "true", - "x-ms-copy-progress": "1024/1024", - "x-ms-copy-source": "https://fakestorageaccount.file.core.windows.net/share156044330818300931/dir156044330831205399/file156044330844105710?sv=2018-03-28&ss=bfqt&srt=sco&sp=rwdlacup&se=2020-06-12T02:01:42Z&st=2019-06-11T18:01:42Z&spr=https&sig=aaaaa", - "x-ms-copy-status": "success", - "x-ms-type": "File", - "content-length": "1024", - "last-modified": "Thu, 13 Jun 2019 09:28:14 GMT", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D6EFE17602C9C5\"", - "content-type": "application/octet-stream", - "x-ms-request-id": "2bf96b24-801a-0034-2bca-21d539000000", - "x-ms-version": "2018-03-28", - "x-ms-copy-id": "adca5851-77c8-4c3c-95ab-45a76348befc", - "x-ms-copy-completion-time": "Thu, 13 Jun 2019 09:28:14 GMT" - } - }, - { - "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156044330818300931", - "query": { - "restype": "share" - }, - "requestBody": null, - "status": 202, - "response": "", - "responseHeaders": { - "x-ms-request-id": "2bf96b26-801a-0034-2dca-21d539000000", - "x-ms-version": "2018-03-28", - "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "date": "Thu, 13 Jun 2019 09:28:14 GMT", - "content-length": "0" - } - } - ], - "uniqueTestInfo": { - "share": "share156044330818300931", - "dir": "dir156044330831205399", - "file": "file156044330844105710", - "copiedfile": "copiedfile156044330861604733" - } -} \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_uploadrange.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_uploadrange.json index eb25a586d050..93fdb771f0a6 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_uploadrange.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_uploadrange.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493901207043", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556575200828", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:38 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:39 GMT", + "date": "Thu, 05 Sep 2019 09:26:05 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:05 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110122E12B9\"", - "x-ms-request-id": "b64c01a4-f01a-0153-7bf8-622aba000000", + "etag": "\"0x8D731E313F24D45\"", + "x-ms-request-id": "ec8189a6-701a-015d-09cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "20a5c8a7-93fd-4b16-afd9-145bb46edb93", + "x-ms-client-request-id": "edd31ecb-b20d-4528-a76b-b19c0f9d73dd", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493901207043/dir156758493921500886", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556575200828/dir156767556596306702", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:38 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:39.2499698Z", + "date": "Thu, 05 Sep 2019 09:26:05 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:06.0327271Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:39.2499698Z", + "x-ms-file-creation-time": "2019-09-05T09:26:06.0327271Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "2a18bb26-a732-4bfa-9b3c-a98265d4c0c3", + "x-ms-client-request-id": "ff58f7f6-01aa-4acd-8a82-d63746a9a558", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:39 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:06 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110124D2BF2\"", - "x-ms-request-id": "b64c01a8-f01a-0153-7ef8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:39.2499698Z", + "etag": "\"0x8D731E31412C967\"", + "x-ms-request-id": "ec8189a9-701a-015d-0bcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:06.0327271Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493901207043/dir156758493921500886/file156758493942000163", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556575200828/dir156767556596306702/file156767556617805661", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:39 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:39.4531628Z", + "date": "Thu, 05 Sep 2019 09:26:05 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:06.2399236Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:39.4531628Z", + "x-ms-file-creation-time": "2019-09-05T09:26:06.2399236Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "cd00cee4-622b-4b36-8743-d385b7cf8325", + "x-ms-client-request-id": "7283ea46-8a59-4ceb-beac-5d483d22409a", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:39 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:06 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110126C2D2C\"", - "x-ms-request-id": "b64c01ac-f01a-0153-02f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:39.4531628Z", + "etag": "\"0x8D731E314326704\"", + "x-ms-request-id": "ec8189ab-701a-015d-0dcb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:06.2399236Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493901207043/dir156758493921500886/file156758493942000163", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556575200828/dir156767556596306702/file156767556617805661", "query": { "comp": "range" }, @@ -84,21 +84,21 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:39 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:39 GMT", + "date": "Thu, 05 Sep 2019 09:26:05 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:06 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "ixqZU8RhEpaoJ6v4xHgE1w==", - "etag": "\"0x8D73110128C8E41\"", - "x-ms-request-id": "b64c01b0-f01a-0153-05f8-622aba000000", + "etag": "\"0x8D731E314547634\"", + "x-ms-request-id": "ec8189ad-701a-015d-0fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "abe27781-1054-45f7-9a5c-9ca9c34bde50", + "x-ms-client-request-id": "b7ab9d33-6ca1-43bd-806b-44b4c5b676fd", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493901207043/dir156758493921500886/file156758493942000163", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556575200828/dir156767556596306702/file156767556617805661", "query": { "comp": "range" }, @@ -106,51 +106,51 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:39 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:39 GMT", + "date": "Thu, 05 Sep 2019 09:26:05 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:06 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "9aeSTmIehMkoCpon4by39g==", - "etag": "\"0x8D7311012B247DC\"", - "x-ms-request-id": "b64c01b2-f01a-0153-07f8-622aba000000", + "etag": "\"0x8D731E314651C0D\"", + "x-ms-request-id": "ec8189b0-701a-015d-12cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "01de9294-0439-4997-aaab-0ba1f6cbd8ce", + "x-ms-client-request-id": "6d628625-a126-499e-8f0a-9e1f4c034502", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493901207043/dir156758493921500886/file156758493942000163", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556575200828/dir156767556596306702/file156767556617805661", "query": {}, "requestBody": null, "status": 206, "response": "HelloWor", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:39 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:39 GMT", + "date": "Thu, 05 Sep 2019 09:26:06 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:06 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:39.4531628Z", + "x-ms-file-creation-time": "2019-09-05T09:26:06.2399236Z", "content-range": "bytes 0-7/10", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "adbcf0ce-659c-4966-a175-25a0da581df7", + "x-ms-client-request-id": "e41d563b-3e28-444c-b359-6b8d6e11b79a", "x-ms-type": "File", "content-length": "8", "x-ms-file-parent-id": "13835128424026341376", - "x-ms-file-change-time": "2019-09-04T08:15:39.4531628Z", + "x-ms-file-change-time": "2019-09-05T09:26:06.2399236Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311012B247DC\"", + "etag": "\"0x8D731E314651C0D\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c01b7-f01a-0153-0cf8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:39.4531628Z", + "x-ms-request-id": "ec8189b2-701a-015d-14cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:06.2399236Z", "x-ms-version": "2019-02-02", "accept-ranges": "bytes" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758493901207043", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556575200828", "query": { "restype": "share" }, @@ -158,18 +158,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:39 GMT", + "date": "Thu, 05 Sep 2019 09:26:06 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c01ba-f01a-0153-0ff8-622aba000000", + "x-ms-request-id": "ec8189b4-701a-015d-16cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5dbed0f0-1793-4f14-86e1-791412df03e1", + "x-ms-client-request-id": "f11a2889-cd4c-430b-8a83-e3138c789930", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758493901207043", - "dir": "dir156758493921500886", - "file": "file156758493942000163" + "share": "share156767556575200828", + "dir": "dir156767556596306702", + "file": "file156767556617805661" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_uploadrange_with_conent_md5.json b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_uploadrange_with_conent_md5.json index bfc28b9179ae..3e48b77f95b7 100644 --- a/sdk/storage/storage-file/recordings/browsers/fileurl/recording_uploadrange_with_conent_md5.json +++ b/sdk/storage/storage-file/recordings/browsers/fileurl/recording_uploadrange_with_conent_md5.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494051307719", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556715005859", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:40 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:40 GMT", + "date": "Thu, 05 Sep 2019 09:26:06 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:07 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311013132C23\"", - "x-ms-request-id": "b64c01bf-f01a-0153-13f8-622aba000000", + "etag": "\"0x8D731E314C75D68\"", + "x-ms-request-id": "ec8189b6-701a-015d-18cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1adcf53f-95be-400b-8095-ed8bb54b1938", + "x-ms-client-request-id": "2a831ff0-56e8-4861-861e-c397ad4c5b1a", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494051307719/dir156758494072000838", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556715005859/dir156767556736000296", "query": { "restype": "directory" }, @@ -30,53 +30,53 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:40 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:40.7584001Z", + "date": "Thu, 05 Sep 2019 09:26:06 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:07.4270485Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:40.7584001Z", + "x-ms-file-creation-time": "2019-09-05T09:26:07.4270485Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "b7bc0e1e-fa79-4c09-b0a7-340af22521ab", + "x-ms-client-request-id": "dde90386-9996-426f-8f8b-263684474bff", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:40 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:07 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311013335701\"", - "x-ms-request-id": "b64c01c3-f01a-0153-16f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:40.7584001Z", + "etag": "\"0x8D731E314E78B15\"", + "x-ms-request-id": "ec8189b9-701a-015d-1acb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:07.4270485Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494051307719/dir156758494072000838/file156758494094207240", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556715005859/dir156767556736000296/file156767556757206059", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:40 GMT", - "x-ms-file-change-time": "2019-09-04T08:15:40.9836151Z", + "date": "Thu, 05 Sep 2019 09:26:06 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:07.6402510Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:40.9836151Z", + "x-ms-file-creation-time": "2019-09-05T09:26:07.6402510Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "c20b294b-1dff-4e35-9910-8d98fa0abd82", + "x-ms-client-request-id": "0514c2dd-3c88-44bc-b9fd-7518a5f9782f", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:15:40 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:07 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101355B477\"", - "x-ms-request-id": "b64c01c7-f01a-0153-1af8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:40.9836151Z", + "etag": "\"0x8D731E31508134E\"", + "x-ms-request-id": "ec8189bb-701a-015d-1ccb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:07.6402510Z", "x-ms-version": "2019-02-02" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494051307719/dir156758494072000838/file156758494094207240", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556715005859/dir156767556736000296/file156767556757206059", "query": { "comp": "range" }, @@ -84,21 +84,21 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:40 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:41 GMT", + "date": "Thu, 05 Sep 2019 09:26:07 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:07 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "ixqZU8RhEpaoJ6v4xHgE1w==", - "etag": "\"0x8D7311013752B07\"", - "x-ms-request-id": "b64c01ca-f01a-0153-1df8-622aba000000", + "etag": "\"0x8D731E31527D7FF\"", + "x-ms-request-id": "ec8189bd-701a-015d-1ecb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "3add6591-956a-4422-b5f9-124adf335056", + "x-ms-client-request-id": "76b5f08a-3748-4eda-9f40-f965301bc3a8", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494051307719/dir156758494072000838/file156758494094207240", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556715005859/dir156767556736000296/file156767556757206059", "query": { "comp": "range" }, @@ -106,51 +106,51 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:40 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:41 GMT", + "date": "Thu, 05 Sep 2019 09:26:07 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:07 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "content-md5": "9aeSTmIehMkoCpon4by39g==", - "etag": "\"0x8D73110138A3EC5\"", - "x-ms-request-id": "b64c01cc-f01a-0153-1ff8-622aba000000", + "etag": "\"0x8D731E3153856BF\"", + "x-ms-request-id": "ec8189bf-701a-015d-1fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "75411fc1-e5dc-49bb-b69c-80febb6c03a8", + "x-ms-client-request-id": "54cb0041-9f48-44d9-9904-e057237b651f", "x-ms-request-server-encrypted": "true", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494051307719/dir156758494072000838/file156758494094207240", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556715005859/dir156767556736000296/file156767556757206059", "query": {}, "requestBody": null, "status": 206, "response": "HelloWor", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:41 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:41 GMT", + "date": "Thu, 05 Sep 2019 09:26:07 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:07 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:15:40.9836151Z", + "x-ms-file-creation-time": "2019-09-05T09:26:07.6402510Z", "content-range": "bytes 0-7/10", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "6590f25f-f79c-4df5-92e2-4b761cfb9b54", + "x-ms-client-request-id": "e29acc69-e6c5-484e-b7c5-0e8fa647011d", "x-ms-type": "File", "content-length": "8", "x-ms-file-parent-id": "13835128424026341376", - "x-ms-file-change-time": "2019-09-04T08:15:40.9836151Z", + "x-ms-file-change-time": "2019-09-05T09:26:07.6402510Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110138A3EC5\"", + "etag": "\"0x8D731E3153856BF\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c01d0-f01a-0153-23f8-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:15:40.9836151Z", + "x-ms-request-id": "ec8189c2-701a-015d-21cb-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:07.6402510Z", "x-ms-version": "2019-02-02", "accept-ranges": "bytes" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758494051307719", + "url": "https://fakestorageaccount.file.core.windows.net/share156767556715005859", "query": { "restype": "share" }, @@ -158,18 +158,18 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:41 GMT", + "date": "Thu, 05 Sep 2019 09:26:07 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c01d3-f01a-0153-26f8-622aba000000", + "x-ms-request-id": "ec8189c4-701a-015d-23cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "c95037c1-730c-496e-8db0-6cd7dcf20ea6", + "x-ms-client-request-id": "c362a0bd-7cf1-4873-9a29-01833aecca0f", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758494051307719", - "dir": "dir156758494072000838", - "file": "file156758494094207240" + "share": "share156767556715005859", + "dir": "dir156767556736000296", + "file": "file156767556757206059" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_abort_when_abort_event_trigger_during_retry_interval.json b/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_abort_when_abort_event_trigger_during_retry_interval.json index 0cad073ea4e8..3b7fb097a013 100644 --- a/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_abort_when_abort_event_trigger_during_retry_interval.json +++ b/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_abort_when_abort_event_trigger_during_retry_interval.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495403303830", + "url": "https://fakestorageaccount.file.core.windows.net/share156767558039000999", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:53 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:54 GMT", + "date": "Thu, 05 Sep 2019 09:26:19 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:20 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101B21FAAA\"", - "x-ms-request-id": "b64c02ba-f01a-0153-77f8-622aba000000", + "etag": "\"0x8D731E31CAB4325\"", + "x-ms-request-id": "ec818a4d-701a-015d-19cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "05fd426a-c00e-4f0c-a37a-d11454962534", + "x-ms-client-request-id": "a9f86434-079b-4dec-a8e7-d086901ecd3b", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495403303830", + "url": "https://fakestorageaccount.file.core.windows.net/share156767558039000999", "query": { "restype": "share" }, @@ -30,16 +30,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:55 GMT", + "date": "Thu, 05 Sep 2019 09:26:21 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c02d0-f01a-0153-09f8-622aba000000", + "x-ms-request-id": "ec818a51-701a-015d-1bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "3fc19262-ced8-40e4-843b-0168b691d2a0", + "x-ms-client-request-id": "7c185e27-1b38-4034-bc38-b8536dab0d92", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758495403303830" + "share": "share156767558039000999" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_fail_when_requests_always_fail_with_500.json b/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_fail_when_requests_always_fail_with_500.json index 743ca96991e6..5ff1b8b0e633 100644 --- a/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_fail_when_requests_always_fail_with_500.json +++ b/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_fail_when_requests_always_fail_with_500.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495644809408", + "url": "https://fakestorageaccount.file.core.windows.net/share156767558281005138", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:56 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:56 GMT", + "date": "Thu, 05 Sep 2019 09:26:22 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:22 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101C925EB8\"", - "x-ms-request-id": "b64c02d3-f01a-0153-0cf8-622aba000000", + "etag": "\"0x8D731E31E1C43EA\"", + "x-ms-request-id": "ec818a53-701a-015d-1dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "21504e36-d7cf-4bb7-a3f6-452ed2ccaf68", + "x-ms-client-request-id": "2d09c629-1f3a-4d26-8779-f3f91f27078e", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495644809408", + "url": "https://fakestorageaccount.file.core.windows.net/share156767558281005138", "query": { "restype": "share" }, @@ -30,16 +30,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:00 GMT", + "date": "Thu, 05 Sep 2019 09:26:26 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c02f8-f01a-0153-2cf8-622aba000000", + "x-ms-request-id": "ec818a5b-701a-015d-21cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5f571814-ce60-4bb2-a9b9-614ab3a99939", + "x-ms-client-request-id": "38360b30-83ec-4c00-b97d-8676c9692db0", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758495644809408" + "share": "share156767558281005138" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_work_when_first_request_fails_with_500.json b/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_work_when_first_request_fails_with_500.json index 8010b944a24d..d58b146498c1 100644 --- a/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_work_when_first_request_fails_with_500.json +++ b/sdk/storage/storage-file/recordings/browsers/retrypolicy/recording_retry_policy_should_work_when_first_request_fails_with_500.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495316807292", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557952605547", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:52 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:53 GMT", + "date": "Thu, 05 Sep 2019 09:26:18 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:19 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101A9E2BC5\"", - "x-ms-request-id": "b64c02aa-f01a-0153-68f8-622aba000000", + "etag": "\"0x8D731E31C277412\"", + "x-ms-request-id": "ec818a44-701a-015d-11cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "cce914c6-7b42-40d3-8e54-601c97f58177", + "x-ms-client-request-id": "00792f2a-7078-42c1-a881-74712ff9a49f", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495316807292", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557952605547", "query": { "comp": "metadata", "restype": "share" @@ -31,19 +31,19 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:53 GMT", - "last-modified": "Wed, 04 Sep 2019 08:15:53 GMT", + "date": "Thu, 05 Sep 2019 09:26:19 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:19 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101AC42197\"", - "x-ms-request-id": "b64c02af-f01a-0153-6cf8-622aba000000", + "etag": "\"0x8D731E31C4CC6A3\"", + "x-ms-request-id": "ec818a47-701a-015d-13cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "8ed1fb60-2f9f-454e-acaf-b568ea87dfaf", + "x-ms-client-request-id": "81c1cb14-f79a-425b-98c5-ecbe12696bfe", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495316807292", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557952605547", "query": { "restype": "share" }, @@ -51,25 +51,25 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:53 GMT", + "date": "Thu, 05 Sep 2019 09:26:19 GMT", "x-ms-has-legal-hold": "false", "x-ms-share-quota": "5120", - "x-ms-client-request-id": "03f9cdc0-78d6-4b7a-9c83-3c139ded5c43", + "x-ms-client-request-id": "7579fc5a-9da5-420a-966a-4a53a7c6f2cd", "x-ms-has-immutability-policy": "false", "content-length": "0", "x-ms-meta-keya": "vala", "x-ms-meta-keyb": "valb", - "last-modified": "Wed, 04 Sep 2019 08:15:53 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:19 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101AC42197\"", - "x-ms-request-id": "b64c02b3-f01a-0153-70f8-622aba000000", + "etag": "\"0x8D731E31C4CC6A3\"", + "x-ms-request-id": "ec818a49-701a-015d-15cb-63030a000000", "x-ms-meta-key0": "val0", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758495316807292", + "url": "https://fakestorageaccount.file.core.windows.net/share156767557952605547", "query": { "restype": "share" }, @@ -77,16 +77,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:15:53 GMT", + "date": "Thu, 05 Sep 2019 09:26:19 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c02b6-f01a-0153-73f8-622aba000000", + "x-ms-request-id": "ec818a4b-701a-015d-17cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1977b053-fd0c-4c1d-b658-000a72bc23fd", + "x-ms-client-request-id": "da629081-37fe-4a22-8679-7089034abd90", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758495316807292" + "share": "share156767557952605547" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_getproperties.json b/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_getproperties.json index 471ff68b7230..0e1d5a411f45 100644 --- a/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_getproperties.json +++ b/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_getproperties.json @@ -11,13 +11,13 @@ "status": 200, "response": "1.0truetruetrue31.0truetruetrue4DELETE,GET,HEAD,MERGE,POST,OPTIONS,PUT***86400GETexample.com**8888GETexample.com**8888GETexample.com**8888GETexample.com**8888", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:02 GMT", + "date": "Thu, 05 Sep 2019 09:26:28 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c031a-f01a-0153-4bf8-622aba000000", + "x-ms-request-id": "ec818a6f-701a-015d-31cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "a0da21f0-da1a-415e-b84e-e1fc35f6a676" + "x-ms-client-request-id": "64b81ca4-94bd-4b11-acc1-93017c968bb6" } } ], diff --git a/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_listshares_with_all_parameters_configured.json b/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_listshares_with_all_parameters_configured.json index 4f2cf1240366..ce63b40433b1 100644 --- a/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_listshares_with_all_parameters_configured.json +++ b/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_listshares_with_all_parameters_configured.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496124601755x1", + "url": "https://fakestorageaccount.file.core.windows.net/share156767558754505720x1", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:00 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:01 GMT", + "date": "Thu, 05 Sep 2019 09:26:26 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:27 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101F6E6AB9\"", - "x-ms-request-id": "b64c0300-f01a-0153-34f8-622aba000000", + "etag": "\"0x8D731E320EEB19D\"", + "x-ms-request-id": "ec818a5f-701a-015d-25cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ee0f5580-39fc-4379-9c2f-3f6fd6ca84e4", + "x-ms-client-request-id": "bafc2490-c1f1-447d-b915-5ab882105480", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496124601755x2", + "url": "https://fakestorageaccount.file.core.windows.net/share156767558754505720x2", "query": { "restype": "share" }, @@ -30,13 +30,13 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:01 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:01 GMT", + "date": "Thu, 05 Sep 2019 09:26:27 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:27 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731101F8D44DB\"", - "x-ms-request-id": "b64c0304-f01a-0153-37f8-622aba000000", + "etag": "\"0x8D731E3210D64A8\"", + "x-ms-request-id": "ec818a62-701a-015d-27cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "0835d101-24ea-47eb-a834-78d0dd29bc90", + "x-ms-client-request-id": "a8a6bd21-4a2c-4a24-880f-c02578282758", "content-length": "0" } }, @@ -47,19 +47,19 @@ "comp": "list", "include": "metadata,snapshots", "maxresults": "1", - "prefix": "share156758496124601755" + "prefix": "share156767558754505720" }, "requestBody": null, "status": 200, - "response": "share1567584961246017551share156758496124601755x1Wed, 04 Sep 2019 08:16:01 GMT\"0x8D731101F6E6AB9\"5120val/fakestorageaccount/share156758496124601755x2/01D562F8FD16A9BD/9999-12-31T23:59:59.9999999Z", + "response": "share1567675587545057201share156767558754505720x1Thu, 05 Sep 2019 09:26:27 GMT\"0x8D731E320EEB19D\"5120val/fakestorageaccount/share156767558754505720x2/01D563CBFE96737A/9999-12-31T23:59:59.9999999Z", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:01 GMT", + "date": "Thu, 05 Sep 2019 09:26:27 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0309-f01a-0153-3bf8-622aba000000", + "x-ms-request-id": "ec818a66-701a-015d-29cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "882a059d-f4fd-4e55-bfa2-4bcd516d36d5" + "x-ms-client-request-id": "5c6e803a-b3af-491b-92ac-1459979e31c3" } }, { @@ -68,26 +68,26 @@ "query": { "comp": "list", "include": "metadata,snapshots", - "marker": "/fakestorageaccount/share156758496124601755x2/01D562F8FD16A9BD/9999-12-31T23:59:59.9999999Z", + "marker": "/fakestorageaccount/share156767558754505720x2/01D563CBFE96737A/9999-12-31T23:59:59.9999999Z", "maxresults": "1", - "prefix": "share156758496124601755" + "prefix": "share156767558754505720" }, "requestBody": null, "status": 200, - "response": "share156758496124601755/fakestorageaccount/share156758496124601755x2/01D562F8FD16A9BD/9999-12-31T23:59:59.9999999Z1share156758496124601755x2Wed, 04 Sep 2019 08:16:01 GMT\"0x8D731101F8D44DB\"5120val", + "response": "share156767558754505720/fakestorageaccount/share156767558754505720x2/01D563CBFE96737A/9999-12-31T23:59:59.9999999Z1share156767558754505720x2Thu, 05 Sep 2019 09:26:27 GMT\"0x8D731E3210D64A8\"5120val", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:01 GMT", + "date": "Thu, 05 Sep 2019 09:26:27 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c030c-f01a-0153-3ef8-622aba000000", + "x-ms-request-id": "ec818a69-701a-015d-2bcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "f98dd704-2a34-458c-a8ce-1e9d73698902" + "x-ms-client-request-id": "563c629f-0645-49ca-8e93-486291e6436a" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496124601755x1", + "url": "https://fakestorageaccount.file.core.windows.net/share156767558754505720x1", "query": { "restype": "share" }, @@ -95,17 +95,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:01 GMT", + "date": "Thu, 05 Sep 2019 09:26:27 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0313-f01a-0153-44f8-622aba000000", + "x-ms-request-id": "ec818a6b-701a-015d-2dcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "52d89bbe-68b6-4365-a484-2e3f113c1375", + "x-ms-client-request-id": "9d7f00e9-754b-4ce3-8fbd-cb197bf61235", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496124601755x2", + "url": "https://fakestorageaccount.file.core.windows.net/share156767558754505720x2", "query": { "restype": "share" }, @@ -113,16 +113,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:01 GMT", + "date": "Thu, 05 Sep 2019 09:26:27 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0316-f01a-0153-47f8-622aba000000", + "x-ms-request-id": "ec818a6d-701a-015d-2fcb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "01b875db-8da0-4eff-84c7-43ea94a93e03", + "x-ms-client-request-id": "3023e768-4c60-4df6-83d6-e0ed2d54c5bc", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758496124601755" + "share": "share156767558754505720" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_listshares_with_default_parameters.json b/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_listshares_with_default_parameters.json index fcea040c93d5..3ad1b71bd81a 100644 --- a/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_listshares_with_default_parameters.json +++ b/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_listshares_with_default_parameters.json @@ -8,15 +8,15 @@ }, "requestBody": null, "status": 200, - "response": "share156750010067308740Tue, 03 Sep 2019 08:42:57 GMT\"0x8D7304AB81D5D1E\"5120share156750357959802033Tue, 03 Sep 2019 09:39:39 GMT\"0x8D73052A45B2AA9\"5120share156751622402604375Tue, 03 Sep 2019 13:10:24 GMT\"0x8D7307015006E07\"5120share156751636721906837156751636762206152Tue, 03 Sep 2019 13:12:47 GMT\"0x8D730706AA003D7\"5120share156751680101801411Tue, 03 Sep 2019 13:20:01 GMT\"0x8D730716CCE5B2C\"5120share156751686958207740156751686978706053Tue, 03 Sep 2019 13:21:09 GMT\"0x8D7307195C3B5CE\"5120share156751768000401936Tue, 03 Sep 2019 13:34:40 GMT\"0x8D7307378D4BBC7\"5120share156751780724704139156751780765706589Tue, 03 Sep 2019 13:36:47 GMT\"0x8D73073C4F1F1E8\"5120share156751812271605146Tue, 03 Sep 2019 13:42:02 GMT\"0x8D7307480974694\"5120share156751819183102890156751819203909144Tue, 03 Sep 2019 13:43:12 GMT\"0x8D73074A9E2DB5E\"5120share156758470512401451Wed, 04 Sep 2019 08:11:45 GMT\"0x8D7310F86E6FB0B\"5120share156758482989301874156758483032809470Wed, 04 Sep 2019 08:13:50 GMT\"0x8D7310FD1844B17\"5120share156758490535808812Wed, 04 Sep 2019 08:15:05 GMT\"0x8D7310FFE1FD06F\"5120testshare01Tue, 03 Sep 2019 03:24:41 GMT\"0x8D7301E4243B95E\"5120", + "response": "share156750010067308740Tue, 03 Sep 2019 08:42:57 GMT\"0x8D7304AB81D5D1E\"5120share156750357959802033Tue, 03 Sep 2019 09:39:39 GMT\"0x8D73052A45B2AA9\"5120share156751622402604375Tue, 03 Sep 2019 13:10:24 GMT\"0x8D7307015006E07\"5120share156751636721906837156751636762206152Tue, 03 Sep 2019 13:12:47 GMT\"0x8D730706AA003D7\"5120share156751680101801411Tue, 03 Sep 2019 13:20:01 GMT\"0x8D730716CCE5B2C\"5120share156751686958207740156751686978706053Tue, 03 Sep 2019 13:21:09 GMT\"0x8D7307195C3B5CE\"5120share156751768000401936Tue, 03 Sep 2019 13:34:40 GMT\"0x8D7307378D4BBC7\"5120share156751780724704139156751780765706589Tue, 03 Sep 2019 13:36:47 GMT\"0x8D73073C4F1F1E8\"5120share156751812271605146Tue, 03 Sep 2019 13:42:02 GMT\"0x8D7307480974694\"5120share156751819183102890156751819203909144Tue, 03 Sep 2019 13:43:12 GMT\"0x8D73074A9E2DB5E\"5120share156758470512401451Wed, 04 Sep 2019 08:11:45 GMT\"0x8D7310F86E6FB0B\"5120share156758482989301874156758483032809470Wed, 04 Sep 2019 08:13:50 GMT\"0x8D7310FD1844B17\"5120share156758490535808812Wed, 04 Sep 2019 08:15:05 GMT\"0x8D7310FFE1FD06F\"5120share156758497055803072156758497076106665Wed, 04 Sep 2019 08:16:10 GMT\"0x8D73110251A4B11\"5120share156765586620604210Thu, 05 Sep 2019 03:57:46 GMT\"0x8D731B5363FA8C6\"5120share156767018096101394Thu, 05 Sep 2019 07:56:21 GMT\"0x8D731D68A800CF1\"5120share156767030298509192156767030343203011Thu, 05 Sep 2019 07:58:23 GMT\"0x8D731D6D37B16E3\"5120share156767094137202194Thu, 05 Sep 2019 08:09:01 GMT\"0x8D731D84FB8D5DD\"5120share156767107139104483156767107183205372Thu, 05 Sep 2019 08:11:12 GMT\"0x8D731D89D7BE8E6\"5120share156767139967107206Thu, 05 Sep 2019 08:16:39 GMT\"0x8D731D960C6658A\"5120share156767146291400300156767146312101674Thu, 05 Sep 2019 08:17:43 GMT\"0x8D731D986972FB4\"5120share156767248679001207Thu, 05 Sep 2019 08:34:46 GMT\"0x8D731DBE8BF7366\"5120share156767255126005387156767255147601507Thu, 05 Sep 2019 08:35:51 GMT\"0x8D731DC0F4D3DF4\"5120share156767337290902399Thu, 05 Sep 2019 08:49:33 GMT\"0x8D731DDF907EB28\"5120share156767349287007371156767349330702506Thu, 05 Sep 2019 08:51:33 GMT\"0x8D731DE40E30A92\"5120share156767378306202568Thu, 05 Sep 2019 08:56:23 GMT\"0x8D731DEED627CB5\"5120share156767384630205647156767384650704611Thu, 05 Sep 2019 08:57:26 GMT\"0x8D731DF13324101\"5120share156767533777805764Thu, 05 Sep 2019 09:22:18 GMT\"0x8D731E28C318F60\"5120share156767545700908974156767545740800183Thu, 05 Sep 2019 09:24:17 GMT\"0x8D731E2D37F2218\"5120share156767553297003875Thu, 05 Sep 2019 09:25:33 GMT\"0x8D731E30067FBBD\"5120testshare01Tue, 03 Sep 2019 03:24:41 GMT\"0x8D7301E4243B95E\"5120", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:00 GMT", + "date": "Thu, 05 Sep 2019 09:26:26 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c02fb-f01a-0153-2ff8-622aba000000", + "x-ms-request-id": "ec818a5d-701a-015d-23cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "fcd6fb7c-e13e-444f-a41c-cb094dcf0bbc" + "x-ms-client-request-id": "6de453c5-7d72-4aef-88bc-e23b8250bc10" } } ], diff --git a/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_setproperties.json b/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_setproperties.json index 1bd88945532b..39c38c006192 100644 --- a/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_setproperties.json +++ b/sdk/storage/storage-file/recordings/browsers/serviceurl/recording_setproperties.json @@ -11,13 +11,13 @@ "status": 200, "response": "1.0truetruetrue31.0truetruetrue4DELETE,GET,HEAD,MERGE,POST,OPTIONS,PUT***86400GETexample.com**8888GETexample.com**8888GETexample.com**8888GETexample.com**8888", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:02 GMT", + "date": "Thu, 05 Sep 2019 09:26:28 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c031f-f01a-0153-4ef8-622aba000000", + "x-ms-request-id": "ec818a71-701a-015d-33cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "db99247a-d4a5-41f5-89f9-b7922ad59020" + "x-ms-client-request-id": "066e6987-d075-418d-9e05-77f99596af59" } }, { @@ -31,11 +31,11 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:02 GMT", + "date": "Thu, 05 Sep 2019 09:26:28 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0323-f01a-0153-52f8-622aba000000", + "x-ms-request-id": "ec818a73-701a-015d-35cb-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ed51c26c-9bd1-44f9-87ac-6c04350d3f60", + "x-ms-client-request-id": "3655a50e-a1c6-44d4-a997-a88efab20daa", "content-length": "0" } }, @@ -50,13 +50,13 @@ "status": 200, "response": "1.0truetruetrue31.0truetruetrue4DELETE,GET,HEAD,MERGE,POST,OPTIONS,PUT***86400GETexample.com**8888GETexample.com**8888GETexample.com**8888GETexample.com**8888", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:07 GMT", + "date": "Thu, 05 Sep 2019 09:26:33 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0354-f01a-0153-7cf9-622aba000000", + "x-ms-request-id": "ec818a8e-701a-015d-3acc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "fad85df3-6358-471b-a62c-6458956acf04" + "x-ms-client-request-id": "d61ea12e-1c5b-4c7b-b8d2-6d81a9d0ba16" } } ], diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_and_get_permission.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_and_get_permission.json index a543d78588c2..fa97ecd6e26f 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_and_get_permission.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_and_get_permission.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497450303050", + "url": "https://fakestorageaccount.file.core.windows.net/share156767560064400932", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:14 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:14 GMT", + "date": "Thu, 05 Sep 2019 09:26:39 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311027561FD7\"", - "x-ms-request-id": "b64c03d9-f01a-0153-66f9-622aba000000", + "etag": "\"0x8D731E328BDAA6F\"", + "x-ms-request-id": "ec818ad8-701a-015d-75cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "f5299250-8892-4eb4-8551-d5d54c8fcbd1", + "x-ms-client-request-id": "95d3fd8d-c79f-4fa2-854e-17a0562566d5", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497450303050/test0", + "url": "https://fakestorageaccount.file.core.windows.net/share156767560064400932/test0", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:14 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:14.7556176Z", + "date": "Thu, 05 Sep 2019 09:26:40 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:40.9197940Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:14.7556176Z", + "x-ms-file-creation-time": "2019-09-05T09:26:40.9197940Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "c143b54a-c62b-4f38-bd23-b34a430aae03", + "x-ms-client-request-id": "8d478d77-ba3e-48b5-86af-2fe7a79eecdc", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:14 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102776E750\"", - "x-ms-request-id": "b64c03de-f01a-0153-69f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:14.7556176Z", + "etag": "\"0x8D731E328DE2174\"", + "x-ms-request-id": "ec818adc-701a-015d-77cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:40.9197940Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497450303050", + "url": "https://fakestorageaccount.file.core.windows.net/share156767560064400932", "query": { "comp": "filepermission", "restype": "share" @@ -59,17 +59,17 @@ "status": 200, "response": "{\"permission\":\"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)\"}", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:14 GMT", + "date": "Thu, 05 Sep 2019 09:26:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c03e2-f01a-0153-6df9-622aba000000", + "x-ms-request-id": "ec818ade-701a-015d-79cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "562cad30-b4ff-4ce8-8b0a-26867a86047a", + "x-ms-client-request-id": "b70e72a4-9ee8-401b-b3ac-431a4ab902bc", "content-length": "149" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497450303050", + "url": "https://fakestorageaccount.file.core.windows.net/share156767560064400932", "query": { "comp": "filepermission", "restype": "share" @@ -78,18 +78,18 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:14 GMT", + "date": "Thu, 05 Sep 2019 09:26:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", - "x-ms-request-id": "b64c03e6-f01a-0153-70f9-622aba000000", + "x-ms-request-id": "ec818ae0-701a-015d-7bcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "cc3607ef-959b-44f5-8900-2be5c010dd3c", + "x-ms-client-request-id": "76ebb3d2-0c78-4af1-83e6-a0d8ca3fe4de", "x-ms-file-permission-key": "13648784823690285809*8787082347076103240" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497450303050", + "url": "https://fakestorageaccount.file.core.windows.net/share156767560064400932", "query": { "restype": "share" }, @@ -97,16 +97,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:14 GMT", + "date": "Thu, 05 Sep 2019 09:26:40 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c03ea-f01a-0153-74f9-622aba000000", + "x-ms-request-id": "ec818ae2-701a-015d-7dcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "9e10286d-7530-41fd-81ec-5cae21bdd243", + "x-ms-client-request-id": "173becaf-79d0-4937-8154-fe7f2830d559", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758497450303050" + "share": "share156767560064400932" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_snapshot.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_snapshot.json index 7035b1940e2c..04db101d771e 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_snapshot.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_snapshot.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497321109394", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559934001104", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:12 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:13 GMT", + "date": "Thu, 05 Sep 2019 09:26:38 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311026902EB9\"", - "x-ms-request-id": "b64c03c1-f01a-0153-50f9-622aba000000", + "etag": "\"0x8D731E327F79215\"", + "x-ms-request-id": "ec818aca-701a-015d-69cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "0568a357-d67d-4083-8fd7-f87a3d020bba", + "x-ms-client-request-id": "b46963a4-4982-49f7-a97a-a4faf3fe5e6d", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497321109394", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559934001104", "query": { "comp": "snapshot", "restype": "share" @@ -31,37 +31,37 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:13 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:13 GMT", + "date": "Thu, 05 Sep 2019 09:26:38 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110266B0480\"", - "x-ms-request-id": "b64c03c6-f01a-0153-54f9-622aba000000", + "etag": "\"0x8D731E327B93180\"", + "x-ms-request-id": "ec818acd-701a-015d-6bcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1f159a0a-ce3e-4add-bff3-47f6f477ecef", + "x-ms-client-request-id": "e4f6cd77-19c0-4e68-8cb0-dff67a0924b7", "content-length": "0", - "x-ms-snapshot": "2019-09-04T08:16:13.0000000Z" + "x-ms-snapshot": "2019-09-05T09:26:39.0000000Z" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497321109394", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559934001104", "query": { "restype": "share", - "sharesnapshot": "2019-09-04T08:16:13.0000000Z" + "sharesnapshot": "2019-09-05T09:26:39.0000000Z" }, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:13 GMT", + "date": "Thu, 05 Sep 2019 09:26:39 GMT", "x-ms-has-legal-hold": "false", - "last-modified": "Wed, 04 Sep 2019 08:16:13 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110266B0480\"", - "x-ms-request-id": "b64c03ca-f01a-0153-58f9-622aba000000", + "etag": "\"0x8D731E327B93180\"", + "x-ms-request-id": "ec818acf-701a-015d-6dcc-63030a000000", "x-ms-share-quota": "5120", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "aeef6632-3ffc-474d-8a6a-29d7116c022e", + "x-ms-client-request-id": "c390e610-f385-41ce-824e-e25d65e42292", "x-ms-meta-key1": "value1", "x-ms-has-immutability-policy": "false", "content-length": "0", @@ -70,7 +70,7 @@ }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497321109394", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559934001104", "query": { "restype": "share" }, @@ -78,41 +78,41 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:13 GMT", + "date": "Thu, 05 Sep 2019 09:26:39 GMT", "x-ms-has-legal-hold": "false", - "last-modified": "Wed, 04 Sep 2019 08:16:13 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311026902EB9\"", - "x-ms-request-id": "b64c03ce-f01a-0153-5bf9-622aba000000", + "etag": "\"0x8D731E327F79215\"", + "x-ms-request-id": "ec818ad2-701a-015d-6fcc-63030a000000", "x-ms-share-quota": "5120", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "83357f4e-e4d7-49d2-9c94-df3fce294e9b", + "x-ms-client-request-id": "6a327a48-4259-443a-8adb-55c59b0ec53b", "x-ms-has-immutability-policy": "false", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497321109394", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559934001104", "query": { "restype": "share", - "sharesnapshot": "2019-09-04T08:16:13.0000000Z" + "sharesnapshot": "2019-09-05T09:26:39.0000000Z" }, "requestBody": null, "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:13 GMT", + "date": "Thu, 05 Sep 2019 09:26:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c03d2-f01a-0153-5ff9-622aba000000", + "x-ms-request-id": "ec818ad4-701a-015d-71cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "67639e89-3e5f-43fb-8c06-3f8fafea9c9c", + "x-ms-client-request-id": "ad703dc7-7daf-449b-88a9-0793f1bff49d", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497321109394", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559934001104", "query": { "restype": "share" }, @@ -120,16 +120,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:13 GMT", + "date": "Thu, 05 Sep 2019 09:26:39 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c03d5-f01a-0153-62f9-622aba000000", + "x-ms-request-id": "ec818ad6-701a-015d-73cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "40f8d746-dba3-4e09-a913-79b0318dc83e", + "x-ms-client-request-id": "32bb1e0b-229a-49ae-86fc-58daceeafc6b", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758497321109394" + "share": "share156767559934001104" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_with_all_parameters_configured.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_with_all_parameters_configured.json index b69d02d09733..473b75e79722 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_with_all_parameters_configured.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_with_all_parameters_configured.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497055803072", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559662404581", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:10 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:10 GMT", + "date": "Thu, 05 Sep 2019 09:26:35 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311024FB70F9\"", - "x-ms-request-id": "b64c037d-f01a-0153-20f9-622aba000000", + "etag": "\"0x8D731E326584A25\"", + "x-ms-request-id": "ec818aa9-701a-015d-4fcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "25570a6b-46d9-403d-8232-1be2bf5d7353", + "x-ms-client-request-id": "4f821b77-6466-4eda-abf2-628326815c1c", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497055803072156758497076106665", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559662404581156767559683309538", "query": { "restype": "share" }, @@ -30,19 +30,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:10 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:10 GMT", + "date": "Thu, 05 Sep 2019 09:26:36 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110251A4B11\"", - "x-ms-request-id": "b64c038d-f01a-0153-24f9-622aba000000", + "etag": "\"0x8D731E32678D267\"", + "x-ms-request-id": "ec818aac-701a-015d-51cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5cdff811-abb3-4925-b972-2f8b3f98a29a", + "x-ms-client-request-id": "bd7b4e7f-20f8-41ab-a4ce-4ca2da7e513a", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497055803072156758497076106665", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559662404581156767559683309538", "query": { "restype": "share" }, @@ -50,23 +50,23 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:10 GMT", + "date": "Thu, 05 Sep 2019 09:26:36 GMT", "x-ms-meta-key": "value", "x-ms-has-legal-hold": "false", - "last-modified": "Wed, 04 Sep 2019 08:16:10 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110251A4B11\"", - "x-ms-request-id": "b64c0393-f01a-0153-29f9-622aba000000", + "etag": "\"0x8D731E32678D267\"", + "x-ms-request-id": "ec818aaf-701a-015d-53cc-63030a000000", "x-ms-share-quota": "5120", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5c43215d-eaa1-4698-8478-7b1f2b56afd0", + "x-ms-client-request-id": "3385431c-378c-498f-85b9-87833a568edd", "x-ms-has-immutability-policy": "false", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497055803072", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559662404581", "query": { "restype": "share" }, @@ -74,17 +74,17 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:10 GMT", + "date": "Thu, 05 Sep 2019 09:26:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0397-f01a-0153-2df9-622aba000000", + "x-ms-request-id": "ec818ab1-701a-015d-55cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ae454787-3c1a-46cf-aa40-51ef16f14425", + "x-ms-client-request-id": "28b3f429-c181-49d7-be9a-c811668b4784", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758497055803072", - "share156758497055803072": "share156758497055803072156758497076106665" + "share": "share156767559662404581", + "share156767559662404581": "share156767559662404581156767559683309538" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_with_default_parameters.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_with_default_parameters.json index b0c83a8b58e7..02e36b078643 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_with_default_parameters.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_create_with_default_parameters.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497014907813", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559621709934", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:09 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:10 GMT", + "date": "Thu, 05 Sep 2019 09:26:35 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311024BCD228\"", - "x-ms-request-id": "b64c0374-f01a-0153-19f9-622aba000000", + "etag": "\"0x8D731E32619F978\"", + "x-ms-request-id": "ec818aa4-701a-015d-4bcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "58e21f70-7ef6-4ca6-836a-1114ffe049b8", + "x-ms-client-request-id": "d62ef75d-df3d-4cb6-82ba-9f491dee943b", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497014907813", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559621709934", "query": { "restype": "share" }, @@ -30,16 +30,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:09 GMT", + "date": "Thu, 05 Sep 2019 09:26:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0379-f01a-0153-1df9-622aba000000", + "x-ms-request-id": "ec818aa7-701a-015d-4dcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "57eb730d-b220-40d3-bc3d-e3c792561668", + "x-ms-client-request-id": "7ee4166a-5a82-471c-9fa6-fc94170bcc84", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758497014907813" + "share": "share156767559621709934" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_delete.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_delete.json index c3e289734add..f45217ff7cf9 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_delete.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_delete.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497136905301", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559745601980", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:10 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:11 GMT", + "date": "Thu, 05 Sep 2019 09:26:36 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:37 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311025772799\"", - "x-ms-request-id": "b64c039a-f01a-0153-30f9-622aba000000", + "etag": "\"0x8D731E326D70EEF\"", + "x-ms-request-id": "ec818ab3-701a-015d-57cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "61732a45-5f48-4cb1-9b66-6307321ec281", + "x-ms-client-request-id": "c6dc6ff3-c9cc-4867-a4c2-6c79b811b462", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497136905301", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559745601980", "query": { "restype": "share" }, @@ -30,16 +30,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:11 GMT", + "date": "Thu, 05 Sep 2019 09:26:36 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c03a0-f01a-0153-34f9-622aba000000", + "x-ms-request-id": "ec818ab6-701a-015d-59cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "2540105b-6a3b-4432-b8a2-39cfcd23df5f", + "x-ms-client-request-id": "2576279c-b707-4950-b8d8-74eed82384b2", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758497136905301" + "share": "share156767559745601980" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_getproperties.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_getproperties.json index ee00ed17f7fc..d6ee8758b2c2 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_getproperties.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_getproperties.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496927203379", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559560204043", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:08 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:09 GMT", + "date": "Thu, 05 Sep 2019 09:26:34 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311024372E16\"", - "x-ms-request-id": "b64c0366-f01a-0153-0df9-622aba000000", + "etag": "\"0x8D731E325BCA787\"", + "x-ms-request-id": "ec818a99-701a-015d-44cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "336bb8f0-bcb5-4929-b1a7-625c40c0427c", + "x-ms-client-request-id": "80ef3432-5962-4058-9cfa-a8d66a6cd67d", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496927203379", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559560204043", "query": { "restype": "share" }, @@ -30,22 +30,22 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:09 GMT", + "date": "Thu, 05 Sep 2019 09:26:35 GMT", "x-ms-has-legal-hold": "false", - "last-modified": "Wed, 04 Sep 2019 08:16:09 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311024372E16\"", - "x-ms-request-id": "b64c036b-f01a-0153-11f9-622aba000000", + "etag": "\"0x8D731E325BCA787\"", + "x-ms-request-id": "ec818a9f-701a-015d-47cc-63030a000000", "x-ms-share-quota": "5120", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "0e202abf-0f44-4537-8e1e-901fba5b901a", + "x-ms-client-request-id": "3987b0ce-7ba4-459d-a536-94d399c8dd9b", "x-ms-has-immutability-policy": "false", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496927203379", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559560204043", "query": { "restype": "share" }, @@ -53,16 +53,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:09 GMT", + "date": "Thu, 05 Sep 2019 09:26:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c036f-f01a-0153-14f9-622aba000000", + "x-ms-request-id": "ec818aa2-701a-015d-49cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "a5f6b07c-0577-4154-86d1-8746f5a7bc90", + "x-ms-client-request-id": "3564d4c8-8c2f-456f-89e1-5d382f0c0456", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758496927203379" + "share": "share156767559560204043" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_getstatistics.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_getstatistics.json index 6cac93ddfd09..b468391ae775 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_getstatistics.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_getstatistics.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497260609623", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559870700790", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:12 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:12 GMT", + "date": "Thu, 05 Sep 2019 09:26:37 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102633C784\"", - "x-ms-request-id": "b64c03b6-f01a-0153-46f9-622aba000000", + "etag": "\"0x8D731E32795F959\"", + "x-ms-request-id": "ec818ac3-701a-015d-63cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1e52f1f7-2284-4332-a7a5-1a4f6157130a", + "x-ms-client-request-id": "3c3906a8-c511-441d-8875-2c61d920d96e", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497260609623", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559870700790", "query": { "comp": "stats", "restype": "share" @@ -31,18 +31,18 @@ "status": 200, "response": "0", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:12 GMT", + "date": "Thu, 05 Sep 2019 09:26:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c03bb-f01a-0153-4af9-622aba000000", + "x-ms-request-id": "ec818ac6-701a-015d-65cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "230ebe28-d134-41a8-a391-502c15598de8" + "x-ms-client-request-id": "4608f929-70a0-4378-aa72-e784ae02ef64" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497260609623", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559870700790", "query": { "restype": "share" }, @@ -50,16 +50,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:12 GMT", + "date": "Thu, 05 Sep 2019 09:26:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c03be-f01a-0153-4df9-622aba000000", + "x-ms-request-id": "ec818ac8-701a-015d-67cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "940cdf1e-190b-4e54-a4ae-e5db76041a0d", + "x-ms-client-request-id": "f7c59b12-885b-450f-9f01-6863ffa5523c", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758497260609623" + "share": "share156767559870700790" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_setmetadata.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_setmetadata.json index b2de171373dd..b117d63b5217 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_setmetadata.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_setmetadata.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496846202388", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559476708692", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:08 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:08 GMT", + "date": "Thu, 05 Sep 2019 09:26:34 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:34 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311023BB9E93\"", - "x-ms-request-id": "b64c0357-f01a-0153-7ff9-622aba000000", + "etag": "\"0x8D731E3253CF826\"", + "x-ms-request-id": "ec818a90-701a-015d-3ccc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "c61c66a6-befd-4a58-8dea-bd488d072454", + "x-ms-client-request-id": "879e8847-b9ed-40c0-a5ee-9e1b76fc36b8", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496846202388", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559476708692", "query": { "comp": "metadata", "restype": "share" @@ -31,19 +31,19 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:08 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:08 GMT", + "date": "Thu, 05 Sep 2019 09:26:34 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311023DA9080\"", - "x-ms-request-id": "b64c035c-f01a-0153-03f9-622aba000000", + "etag": "\"0x8D731E3255CF331\"", + "x-ms-request-id": "ec818a93-701a-015d-3ecc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "b5351a11-a733-45d0-bfe0-9e24c3ef6349", + "x-ms-client-request-id": "2401ac1d-96b3-41c9-a094-b93b4482d7ab", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496846202388", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559476708692", "query": { "restype": "share" }, @@ -51,25 +51,25 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:08 GMT", + "date": "Thu, 05 Sep 2019 09:26:34 GMT", "x-ms-has-legal-hold": "false", "x-ms-share-quota": "5120", - "x-ms-client-request-id": "92096a61-a20b-45da-b521-ce95aad7a2f9", + "x-ms-client-request-id": "a6fb85b1-0c4b-4777-b367-a3bfdd41689c", "x-ms-has-immutability-policy": "false", "content-length": "0", "x-ms-meta-keya": "vala", "x-ms-meta-keyb": "valb", - "last-modified": "Wed, 04 Sep 2019 08:16:08 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:35 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311023DA9080\"", - "x-ms-request-id": "b64c035f-f01a-0153-06f9-622aba000000", + "etag": "\"0x8D731E3255CF331\"", + "x-ms-request-id": "ec818a95-701a-015d-40cc-63030a000000", "x-ms-meta-key0": "val0", "x-ms-version": "2019-02-02" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758496846202388", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559476708692", "query": { "restype": "share" }, @@ -77,16 +77,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:08 GMT", + "date": "Thu, 05 Sep 2019 09:26:34 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c0363-f01a-0153-0af9-622aba000000", + "x-ms-request-id": "ec818a97-701a-015d-42cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "7c97fd47-c27f-40ba-aada-92144a87c5c3", + "x-ms-client-request-id": "7a450956-4a42-414c-857b-7433b5a01e43", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758496846202388" + "share": "share156767559476708692" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_setquota.json b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_setquota.json index e8e89d0e8738..48465e123453 100644 --- a/sdk/storage/storage-file/recordings/browsers/shareurl/recording_setquota.json +++ b/sdk/storage/storage-file/recordings/browsers/shareurl/recording_setquota.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497177601763", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559787704832", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:11 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:11 GMT", + "date": "Thu, 05 Sep 2019 09:26:37 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:37 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311025B502E2\"", - "x-ms-request-id": "b64c03a4-f01a-0153-37f9-622aba000000", + "etag": "\"0x8D731E32717AA0B\"", + "x-ms-request-id": "ec818ab9-701a-015d-5bcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "d6a33ec8-470e-415b-9b86-6b24d67c460f", + "x-ms-client-request-id": "e7d846af-f5fe-45c1-bcaf-24efe0d9b6c6", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497177601763", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559787704832", "query": { "comp": "properties", "restype": "share" @@ -31,19 +31,19 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:11 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:12 GMT", + "date": "Thu, 05 Sep 2019 09:26:37 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311025D68E26\"", - "x-ms-request-id": "b64c03a8-f01a-0153-3af9-622aba000000", + "etag": "\"0x8D731E32738DDFB\"", + "x-ms-request-id": "ec818abc-701a-015d-5dcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "9c6eb6c5-ae41-439b-9494-f2914ae95a5d", + "x-ms-client-request-id": "1bc1a32b-1e1e-4d5e-8034-971414c01f20", "content-length": "0" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497177601763", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559787704832", "query": { "restype": "share" }, @@ -51,22 +51,22 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:11 GMT", + "date": "Thu, 05 Sep 2019 09:26:37 GMT", "x-ms-has-legal-hold": "false", - "last-modified": "Wed, 04 Sep 2019 08:16:12 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:38 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311025D68E26\"", - "x-ms-request-id": "b64c03ad-f01a-0153-3ef9-622aba000000", + "etag": "\"0x8D731E32738DDFB\"", + "x-ms-request-id": "ec818abf-701a-015d-5fcc-63030a000000", "x-ms-share-quota": "20", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "32937428-95df-4ae3-9f7a-8ef940c8c11a", + "x-ms-client-request-id": "431b452c-ea5a-480c-b060-4896a4b2ca0a", "x-ms-has-immutability-policy": "false", "content-length": "0" } }, { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/share156758497177601763", + "url": "https://fakestorageaccount.file.core.windows.net/share156767559787704832", "query": { "restype": "share" }, @@ -74,16 +74,16 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:11 GMT", + "date": "Thu, 05 Sep 2019 09:26:37 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c03b1-f01a-0153-42f9-622aba000000", + "x-ms-request-id": "ec818ac1-701a-015d-61cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "0cebf890-0bab-495f-9fc1-ca6bc7749589", + "x-ms-client-request-id": "2c9de286-212d-47e1-8279-bd38e6bc84c3", "content-length": "0" } } ], "uniqueTestInfo": { - "share": "share156758497177601763" + "share": "share156767559787704832" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_after_all_hook.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_after_all_hook.json index 3a6bd5668073..cfcd55530b0b 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_after_all_hook.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_after_all_hook.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "DELETE", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961", "query": { "restype": "share" }, @@ -10,11 +10,11 @@ "status": 202, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:26 GMT", + "date": "Thu, 05 Sep 2019 09:26:52 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "x-ms-request-id": "b64c04c2-f01a-0153-40f9-622aba000000", + "x-ms-request-id": "ec818b64-701a-015d-75cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "1040a4a5-943e-4263-8829-3a1e33e89f0d", + "x-ms-client-request-id": "f76954a3-bc64-46c4-a395-7df05589aa38", "content-length": "0" } } diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_before_all_hook.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_before_all_hook.json index 55383e374f36..bdfdb8e6ad71 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_before_all_hook.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_before_all_hook.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961", "query": { "restype": "share" }, @@ -10,19 +10,19 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:15 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:15 GMT", + "date": "Thu, 05 Sep 2019 09:26:40 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:41 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311027F6CCA3\"", - "x-ms-request-id": "b64c03ee-f01a-0153-77f9-622aba000000", + "etag": "\"0x8D731E3295F1ADE\"", + "x-ms-request-id": "ec818ae4-701a-015d-7fcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "bccc08db-411c-4e6c-9d61-d586361dd2ae", + "x-ms-client-request-id": "ef7a8e13-97a5-4f5f-b14e-f30520196be4", "content-length": "0" } }, { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "restype": "directory" }, @@ -30,27 +30,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:15 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:15.8426463Z", + "date": "Thu, 05 Sep 2019 09:26:41 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:41.9808002Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "13835128424026341376", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:15.8426463Z", + "x-ms-file-creation-time": "2019-09-05T09:26:41.9808002Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "4eb84b89-38a3-441a-91c1-edd2b02a7f9c", + "x-ms-client-request-id": "38fce890-747e-4f0f-9342-b07de42ebe42", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:15 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:41 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110281CC55F\"", - "x-ms-request-id": "b64c03f3-f01a-0153-7bf9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:15.8426463Z", + "etag": "\"0x8D731E329800702\"", + "x-ms-request-id": "ec818ae7-701a-015d-01cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:41.9808002Z", "x-ms-version": "2019-02-02" } } ], "uniqueTestInfo": { - "1share-with-dash": "1share-with-dash156758497556100325", - "dir": "dir156758497556109086" + "1share-with-dash": "1share-with-dash156767560169902961", + "dir": "dir156767560170003341" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase.json index effad8340098..103b29c02709 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/Upper%20file%20empty%20another156758497683208808", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/Upper%20file%20empty%20another156767560298201466", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:16 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:16.8666160Z", + "date": "Thu, 05 Sep 2019 09:26:42 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:43.0498139Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "10376363910205800448", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:16.8666160Z", + "x-ms-file-creation-time": "2019-09-05T09:26:43.0498139Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "a6ecff4f-1504-47d8-bbef-84e14b57db78", + "x-ms-client-request-id": "d9e7e479-5c5c-41aa-9e4e-02cc3f9aff11", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:16 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:43 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311028B90430\"", - "x-ms-request-id": "b64c0405-f01a-0153-0df9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:16.8666160Z", + "etag": "\"0x8D731E32A23255B\"", + "x-ms-request-id": "ec818af4-701a-015d-0dcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:43.0498139Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/Upper%20file%20empty%20another156758497683208808", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/Upper%20file%20empty%20another156767560298201466", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:16 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:16 GMT", + "date": "Thu, 05 Sep 2019 09:26:42 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:43 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "10376363910205800448", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:16.8666160Z", + "x-ms-file-creation-time": "2019-09-05T09:26:43.0498139Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "26123154-37f1-45ae-83a5-863cdd9d2aa0", + "x-ms-client-request-id": "dd5cafe6-3472-4f96-accb-aa21dfe40a54", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:16.8666160Z", + "x-ms-file-change-time": "2019-09-05T09:26:43.0498139Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311028B90430\"", + "etag": "\"0x8D731E32A23255B\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0408-f01a-0153-10f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:16.8666160Z", + "x-ms-request-id": "ec818af7-701a-015d-0fcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:43.0498139Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "Upper file empty another156758497683208808", + "prefix": "Upper file empty another156767560298201466", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "Upper file empty another156758497683208808Upper file empty another15675849768320880810", + "response": "Upper file empty another156767560298201466Upper file empty another15676756029820146610", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:16 GMT", + "date": "Thu, 05 Sep 2019 09:26:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c040d-f01a-0153-14f9-622aba000000", + "x-ms-request-id": "ec818af9-701a-015d-11cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "3c40d612-6054-4c51-a9e7-97b1c8086f17" + "x-ms-client-request-id": "4b3dfb6a-8e9d-4a44-8c63-5113c0062234" } } ], "uniqueTestInfo": { - "Upper file empty another": "Upper file empty another156758497683208808" + "Upper file empty another": "Upper file empty another156767560298201466" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase_in_url_string.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase_in_url_string.json index 3d4f4bb0b095..1aa547d79879 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase_in_url_string.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase_in_url_string.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/Upper%20file%20empty%20another156758497745101702", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/Upper%20file%20empty%20another156767560359605637", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:17 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:17.4852025Z", + "date": "Thu, 05 Sep 2019 09:26:42 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:43.6653974Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "14988049928633188352", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:17.4852025Z", + "x-ms-file-creation-time": "2019-09-05T09:26:43.6653974Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "f051d18e-330e-4e0e-9389-fe5730422eb1", + "x-ms-client-request-id": "647614a9-6f65-49a6-8850-e304205a9dfb", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:17 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:43 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110291767B9\"", - "x-ms-request-id": "b64c0410-f01a-0153-17f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:17.4852025Z", + "etag": "\"0x8D731E32A811396\"", + "x-ms-request-id": "ec818afb-701a-015d-13cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:43.6653974Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/Upper%20file%20empty%20another156758497745101702", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/Upper%20file%20empty%20another156767560359605637", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:17 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:17 GMT", + "date": "Thu, 05 Sep 2019 09:26:43 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:43 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "14988049928633188352", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:17.4852025Z", + "x-ms-file-creation-time": "2019-09-05T09:26:43.6653974Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "e3272c89-0aae-41ae-94d2-730b55948c78", + "x-ms-client-request-id": "91d7cb02-710b-423e-b201-e878f3efa361", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:17.4852025Z", + "x-ms-file-change-time": "2019-09-05T09:26:43.6653974Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110291767B9\"", + "etag": "\"0x8D731E32A811396\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0414-f01a-0153-1bf9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:17.4852025Z", + "x-ms-request-id": "ec818afd-701a-015d-15cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:43.6653974Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "Upper file empty another156758497745101702", + "prefix": "Upper file empty another156767560359605637", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "Upper file empty another156758497745101702Upper file empty another15675849774510170210", + "response": "Upper file empty another156767560359605637Upper file empty another15676756035960563710", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:17 GMT", + "date": "Thu, 05 Sep 2019 09:26:43 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0417-f01a-0153-1ef9-622aba000000", + "x-ms-request-id": "ec818aff-701a-015d-17cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "68299f6f-6ef5-4e60-9490-876bfbf8e06e" + "x-ms-client-request-id": "3f9bb935-7b70-4e41-9e6b-e23f954aadf4" } } ], "uniqueTestInfo": { - "Upper file empty another": "Upper file empty another156758497745101702" + "Upper file empty another": "Upper file empty another156767560359605637" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces.json index 28190f0ffbaa..0441cb06ec9a 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces.json @@ -2,53 +2,53 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/file%20empty156758497601501438", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/file%20empty156767560212609015", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:15 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:16.0498430Z", + "date": "Thu, 05 Sep 2019 09:26:41 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:42.1909992Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11529285414812647424", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:16.0498430Z", + "x-ms-file-creation-time": "2019-09-05T09:26:42.1909992Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "8a324cb1-4bf2-4c40-9f93-4c2d14c5e196", + "x-ms-client-request-id": "6900d02e-2183-4696-b009-d0471174afb4", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:16 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110283C62FE\"", - "x-ms-request-id": "b64c03f7-f01a-0153-7ff9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:16.0498430Z", + "etag": "\"0x8D731E329A019E8\"", + "x-ms-request-id": "ec818ae9-701a-015d-03cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:42.1909992Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "file empty156758497601501438", + "prefix": "file empty156767560212609015", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "file empty156758497601501438file empty15675849760150143810", + "response": "file empty156767560212609015file empty15676756021260901510", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:15 GMT", + "date": "Thu, 05 Sep 2019 09:26:41 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c03fa-f01a-0153-02f9-622aba000000", + "x-ms-request-id": "ec818aeb-701a-015d-05cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "aecd0a70-676a-4e01-a673-3d7475f3e506" + "x-ms-client-request-id": "b8e355aa-9209-4824-ac2d-b47c980ed3d4" } } ], "uniqueTestInfo": { - "file empty": "file empty156758497601501438" + "file empty": "file empty156767560212609015" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces_in_url_string.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces_in_url_string.json index 39d7f65fb6e9..ecfe9d1cbe39 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces_in_url_string.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces_in_url_string.json @@ -2,53 +2,53 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/file%20empty156758497642706198", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/file%20empty156767560253809796", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:16 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:16.4602323Z", + "date": "Thu, 05 Sep 2019 09:26:41 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:42.6003875Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "16140971433240035328", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:16.4602323Z", + "x-ms-file-creation-time": "2019-09-05T09:26:42.6003875Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "33a0bb0e-39bf-4b31-8676-41d0ba3adbaa", + "x-ms-client-request-id": "290859f3-f307-44a9-985a-31edc78638fc", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:16 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D73110287B01D3\"", - "x-ms-request-id": "b64c03fe-f01a-0153-06f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:16.4602323Z", + "etag": "\"0x8D731E329DE91A3\"", + "x-ms-request-id": "ec818aef-701a-015d-09cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:42.6003875Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "file empty156758497642706198", + "prefix": "file empty156767560253809796", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "file empty156758497642706198file empty15675849764270619810", + "response": "file empty156767560253809796file empty15676756025380979610", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:16 GMT", + "date": "Thu, 05 Sep 2019 09:26:42 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0401-f01a-0153-09f9-622aba000000", + "x-ms-request-id": "ec818af1-701a-015d-0bcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "aaacda21-e936-438a-9b5e-6c2075c1e220" + "x-ms-client-request-id": "0d536e81-d9b9-49ec-817d-c9fa20916e07" } } ], "uniqueTestInfo": { - "file empty": "file empty156758497642706198" + "file empty": "file empty156767560253809796" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_directory_name_characters.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_directory_name_characters.json index cd9e550db3ec..606360a4e30d 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_directory_name_characters.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_directory_name_characters.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758498053100116", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767560669807256", "query": { "restype": "directory" }, @@ -10,27 +10,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:20 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:20.5661198Z", + "date": "Thu, 05 Sep 2019 09:26:45 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:46.7603310Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "12105746167116070912", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:20.5661198Z", + "x-ms-file-creation-time": "2019-09-05T09:26:46.7603310Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "bfe885cc-4d1e-4f3e-af2a-95d42f8d8ce4", + "x-ms-client-request-id": "0a28abd2-594d-44c2-b8c0-3d05c373c1e8", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:20 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102AED840E\"", - "x-ms-request-id": "b64c0449-f01a-0153-4df9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:20.5661198Z", + "etag": "\"0x8D731E32C59536E\"", + "x-ms-request-id": "ec818b1a-701a-015d-31cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:46.7603310Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758498053100116", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767560669807256", "query": { "restype": "directory" }, @@ -38,47 +38,47 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:20 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:20 GMT", + "date": "Thu, 05 Sep 2019 09:26:46 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:46 GMT", "x-ms-file-attributes": "Directory", "x-ms-file-id": "12105746167116070912", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:20.5661198Z", + "x-ms-file-creation-time": "2019-09-05T09:26:46.7603310Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "df188fde-bba9-4451-9777-86ed0a0f7740", + "x-ms-client-request-id": "51b22e8c-3de8-43f4-8ba5-31ea682c09f3", "content-length": "0", - "x-ms-file-change-time": "2019-09-04T08:16:20.5661198Z", + "x-ms-file-change-time": "2019-09-05T09:26:46.7603310Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102AED840E\"", - "x-ms-request-id": "b64c044c-f01a-0153-50f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:20.5661198Z", + "etag": "\"0x8D731E32C59536E\"", + "x-ms-request-id": "ec818b1c-701a-015d-33cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:46.7603310Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/", "query": { "comp": "list", - "prefix": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758498053100116", + "prefix": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560669807256", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758498053100116汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758498053100116", + "response": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560669807256汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560669807256", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:20 GMT", + "date": "Thu, 05 Sep 2019 09:26:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0450-f01a-0153-54f9-622aba000000", + "x-ms-request-id": "ec818b1e-701a-015d-35cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "483ea181-fc6c-4edb-ac45-4f628ea2fda9" + "x-ms-client-request-id": "5dae2def-1515-4378-85c7-843fd86e9c3b" } } ], "uniqueTestInfo": { - "汉字. special ~!@#$%^&()_+`1234567890-={}[];','": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758498053100116" + "汉字. special ~!@#$%^&()_+`1234567890-={}[];','": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560669807256" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_directory_name_characters_in_url_string.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_directory_name_characters_in_url_string.json index 2fc8d4153a66..4264fe3812b5 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_directory_name_characters_in_url_string.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_directory_name_characters_in_url_string.json @@ -2,7 +2,7 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758498115302287", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767560730901057", "query": { "restype": "directory" }, @@ -10,27 +10,27 @@ "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:20 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:21.1877083Z", + "date": "Thu, 05 Sep 2019 09:26:46 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:47.3719099Z", "x-ms-file-attributes": "Directory", "x-ms-file-id": "16717432185543458816", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:21.1877083Z", + "x-ms-file-creation-time": "2019-09-05T09:26:47.3719099Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "d6938b64-0840-41b2-8296-24f34bb31220", + "x-ms-client-request-id": "4302fffc-03dc-4528-84ef-a029bd83a3ec", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:21 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:47 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102B4C5CDB\"", - "x-ms-request-id": "b64c0453-f01a-0153-57f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:21.1877083Z", + "etag": "\"0x8D731E32CB6A53B\"", + "x-ms-request-id": "ec818b20-701a-015d-37cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:47.3719099Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758498115302287", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767560730901057", "query": { "restype": "directory" }, @@ -38,47 +38,47 @@ "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:20 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:21 GMT", + "date": "Thu, 05 Sep 2019 09:26:46 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:47 GMT", "x-ms-file-attributes": "Directory", "x-ms-file-id": "16717432185543458816", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:21.1877083Z", + "x-ms-file-creation-time": "2019-09-05T09:26:47.3719099Z", "x-ms-file-parent-id": "0", "x-ms-file-permission-key": "1237041589013461953*8787082347076103240", - "x-ms-client-request-id": "853d3f52-934e-494f-b60d-5592f87d6db8", + "x-ms-client-request-id": "f3d4fe4b-f1aa-484c-8923-e52f06d1e135", "content-length": "0", - "x-ms-file-change-time": "2019-09-04T08:16:21.1877083Z", + "x-ms-file-change-time": "2019-09-05T09:26:47.3719099Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102B4C5CDB\"", - "x-ms-request-id": "b64c0457-f01a-0153-5bf9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:21.1877083Z", + "etag": "\"0x8D731E32CB6A53B\"", + "x-ms-request-id": "ec818b22-701a-015d-39cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:47.3719099Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/", "query": { "comp": "list", - "prefix": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758498115302287", + "prefix": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560730901057", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758498115302287汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758498115302287", + "response": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560730901057汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560730901057", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:21 GMT", + "date": "Thu, 05 Sep 2019 09:26:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c045a-f01a-0153-5ef9-622aba000000", + "x-ms-request-id": "ec818b24-701a-015d-3bcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "5804ee40-8116-4343-b7cf-58c8e4554769" + "x-ms-client-request-id": "e987583a-cf01-4872-bf01-dceba2e0807e" } } ], "uniqueTestInfo": { - "汉字. special ~!@#$%^&()_+`1234567890-={}[];','": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758498115302287" + "汉字. special ~!@#$%^&()_+`1234567890-={}[];','": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560730901057" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic.json index 963e5f7980bf..6d71944764f9 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156758498426006856", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156767561034807078", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:23 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:24.2996604Z", + "date": "Thu, 05 Sep 2019 09:26:49 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:50.4107903Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "9511672781750665216", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:24.2996604Z", + "x-ms-file-creation-time": "2019-09-05T09:26:50.4107903Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "c160028f-0e10-4f36-9854-947b6f024b85", + "x-ms-client-request-id": "4a8529e7-8e4f-425f-ac81-e285ff9ea686", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:24 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:50 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102D27357C\"", - "x-ms-request-id": "b64c048b-f01a-0153-0cf9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:24.2996604Z", + "etag": "\"0x8D731E32E86577F\"", + "x-ms-request-id": "ec818b41-701a-015d-55cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:50.4107903Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156758498426006856", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156767561034807078", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:24 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:24 GMT", + "date": "Thu, 05 Sep 2019 09:26:49 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:50 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "9511672781750665216", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:24.2996604Z", + "x-ms-file-creation-time": "2019-09-05T09:26:50.4107903Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "22e21c7a-b861-495f-8849-58814f5a5601", + "x-ms-client-request-id": "ef7b50c2-8b94-434a-8211-d488c3952c5f", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:24.2996604Z", + "x-ms-file-change-time": "2019-09-05T09:26:50.4107903Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102D27357C\"", + "etag": "\"0x8D731E32E86577F\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c048e-f01a-0153-0ff9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:24.2996604Z", + "x-ms-request-id": "ec818b43-701a-015d-57cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:50.4107903Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "عربيعربى156758498426006856", + "prefix": "عربيعربى156767561034807078", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "عربيعربى156758498426006856عربيعربى15675849842600685610", + "response": "عربيعربى156767561034807078عربيعربى15676756103480707810", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:24 GMT", + "date": "Thu, 05 Sep 2019 09:26:49 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0493-f01a-0153-13f9-622aba000000", + "x-ms-request-id": "ec818b46-701a-015d-59cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "2368e63d-4484-4bde-b3ac-9d91bdf1eedd" + "x-ms-client-request-id": "f8657649-5cda-4d1f-82fd-3b93beb0a4ad" } } ], "uniqueTestInfo": { - "عربيعربى": "عربيعربى156758498426006856" + "عربيعربى": "عربيعربى156767561034807078" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic_in_url_string.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic_in_url_string.json index 9b439c7ba634..f5d21202717d 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic_in_url_string.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic_in_url_string.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156758498489207823", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156767561095504860", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:24 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:24.9282565Z", + "date": "Thu, 05 Sep 2019 09:26:50 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:51.0163642Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "14123358800178053120", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:24.9282565Z", + "x-ms-file-creation-time": "2019-09-05T09:26:51.0163642Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "98a64081-2a40-4cde-a23c-bcf260be6563", + "x-ms-client-request-id": "bb8c5c7f-d3f2-49f3-a40c-c1173e2b0e5d", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:24 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102D872005\"", - "x-ms-request-id": "b64c0496-f01a-0153-16f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:24.9282565Z", + "etag": "\"0x8D731E32EE2BEBA\"", + "x-ms-request-id": "ec818b48-701a-015d-5bcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:51.0163642Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156758498489207823", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156767561095504860", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:24 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:24 GMT", + "date": "Thu, 05 Sep 2019 09:26:50 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:51 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "14123358800178053120", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:24.9282565Z", + "x-ms-file-creation-time": "2019-09-05T09:26:51.0163642Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "c037552e-4167-4a66-b430-bf86d8cdad65", + "x-ms-client-request-id": "1caa4df0-039c-41a9-81f7-d44346e1355e", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:24.9282565Z", + "x-ms-file-change-time": "2019-09-05T09:26:51.0163642Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102D872005\"", + "etag": "\"0x8D731E32EE2BEBA\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c049a-f01a-0153-1af9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:24.9282565Z", + "x-ms-request-id": "ec818b4a-701a-015d-5dcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:51.0163642Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "عربيعربى156758498489207823", + "prefix": "عربيعربى156767561095504860", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "عربيعربى156758498489207823عربيعربى15675849848920782310", + "response": "عربيعربى156767561095504860عربيعربى15676756109550486010", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:24 GMT", + "date": "Thu, 05 Sep 2019 09:26:50 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c049d-f01a-0153-1df9-622aba000000", + "x-ms-request-id": "ec818b4c-701a-015d-5fcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "abcc80ef-3168-47c4-a51e-576e3fab2579" + "x-ms-client-request-id": "b3265708-db33-497b-8c2f-a73f2827b464" } } ], "uniqueTestInfo": { - "عربيعربى": "عربيعربى156758498489207823" + "عربيعربى": "عربيعربى156767561095504860" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic_uri_encoded.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic_uri_encoded.json index 226b68ff32b2..64789ddd7dec 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic_uri_encoded.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_arabic_uri_encoded.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%252F%25D8%25B9%25D8%25B1%25D8%25A8%25D9%2589156758498362909478", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%252F%25D8%25B9%25D8%25B1%25D8%25A8%25D9%2589156767560973801878", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:23 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:23.6620528Z", + "date": "Thu, 05 Sep 2019 09:26:48 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:49.8022134Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "17870353690150305792", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:23.6620528Z", + "x-ms-file-creation-time": "2019-09-05T09:26:49.8022134Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "fd1cfcc6-004a-4be4-9319-a8bca1ca0b6c", + "x-ms-client-request-id": "be090ae0-02b6-4b84-a2d2-5347fd8a1ba8", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:23 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:49 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102CC5EAF0\"", - "x-ms-request-id": "b64c0480-f01a-0153-01f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:23.6620528Z", + "etag": "\"0x8D731E32E297AF6\"", + "x-ms-request-id": "ec818b3b-701a-015d-4fcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:49.8022134Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%252F%25D8%25B9%25D8%25B1%25D8%25A8%25D9%2589156758498362909478", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%252F%25D8%25B9%25D8%25B1%25D8%25A8%25D9%2589156767560973801878", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:23 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:23 GMT", + "date": "Thu, 05 Sep 2019 09:26:49 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:49 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "17870353690150305792", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:23.6620528Z", + "x-ms-file-creation-time": "2019-09-05T09:26:49.8022134Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "b6d7dd52-a0af-4026-8749-9c5c3542b98a", + "x-ms-client-request-id": "b4dfd4ae-8317-414f-a077-1e9d82287a78", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:23.6620528Z", + "x-ms-file-change-time": "2019-09-05T09:26:49.8022134Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102CC5EAF0\"", + "etag": "\"0x8D731E32E297AF6\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0484-f01a-0153-05f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:23.6620528Z", + "x-ms-request-id": "ec818b3d-701a-015d-51cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:49.8022134Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%89156758498362909478", + "prefix": "%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%89156767560973801878", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%89156758498362909478%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%8915675849836290947810", + "response": "%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%89156767560973801878%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%8915676756097380187810", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:23 GMT", + "date": "Thu, 05 Sep 2019 09:26:49 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0487-f01a-0153-08f9-622aba000000", + "x-ms-request-id": "ec818b3f-701a-015d-53cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "b9e17de3-23da-4083-9713-c97c6f6bb751" + "x-ms-client-request-id": "339336b6-6f4e-465b-a7af-6a10513ea73e" } } ], "uniqueTestInfo": { - "عربي/عربى": "عربي/عربى156758498362909478" + "عربي/عربى": "عربي/عربى156767560973801878" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_characters.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_characters.json index b94c63206693..d28acc10a560 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_characters.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_characters.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758497929107989", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767560548108819", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:18 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:19.3269465Z", + "date": "Thu, 05 Sep 2019 09:26:44 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:45.5431769Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "9799903157902376960", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:19.3269465Z", + "x-ms-file-creation-time": "2019-09-05T09:26:45.5431769Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "83abeac2-f4f6-4194-8449-41d03fcdacaa", + "x-ms-client-request-id": "661310f9-604d-4a0e-8d7d-46d4d3b5d7b5", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:19 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102A306ED9\"", - "x-ms-request-id": "b64c042f-f01a-0153-36f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:19.3269465Z", + "etag": "\"0x8D731E32B9F9A59\"", + "x-ms-request-id": "ec818b0d-701a-015d-25cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:45.5431769Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758497929107989", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767560548108819", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:19 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:19 GMT", + "date": "Thu, 05 Sep 2019 09:26:44 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:45 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "9799903157902376960", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:19.3269465Z", + "x-ms-file-creation-time": "2019-09-05T09:26:45.5431769Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "e2f29b47-f2e1-4112-94ef-d4acd91a9ee1", + "x-ms-client-request-id": "52379e6a-749f-434f-a261-bd3c7139f75c", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:19.3269465Z", + "x-ms-file-change-time": "2019-09-05T09:26:45.5431769Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102A306ED9\"", + "etag": "\"0x8D731E32B9F9A59\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0434-f01a-0153-3af9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:19.3269465Z", + "x-ms-request-id": "ec818b10-701a-015d-27cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:45.5431769Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758497929107989", + "prefix": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560548108819", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758497929107989汉字. special ~!@#$%^&()_+`1234567890-={}[];','15675849792910798910", + "response": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560548108819汉字. special ~!@#$%^&()_+`1234567890-={}[];','15676756054810881910", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:19 GMT", + "date": "Thu, 05 Sep 2019 09:26:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0438-f01a-0153-3df9-622aba000000", + "x-ms-request-id": "ec818b12-701a-015d-29cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "c54ecb45-b9df-4015-9750-4d2edecba26d" + "x-ms-client-request-id": "5eea081e-5dd6-4ba5-a1e7-e0b08b10120d" } } ], "uniqueTestInfo": { - "汉字. special ~!@#$%^&()_+`1234567890-={}[];','": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758497929107989" + "汉字. special ~!@#$%^&()_+`1234567890-={}[];','": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560548108819" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_characters_in_url_string.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_characters_in_url_string.json index 62d94620378c..85f3587b7276 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_characters_in_url_string.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_characters_in_url_string.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758497991303828", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767560608606637", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:19 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:19.9465329Z", + "date": "Thu, 05 Sep 2019 09:26:45 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:46.1487507Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "14411589176329764864", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:19.9465329Z", + "x-ms-file-creation-time": "2019-09-05T09:26:46.1487507Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "5151fd14-01db-42f0-9aab-7ff02e4edc38", + "x-ms-client-request-id": "b36f65ac-f7ea-4c5b-84f6-0d4a17e2f320", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:19 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:46 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102A8EF971\"", - "x-ms-request-id": "b64c043d-f01a-0153-42f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:19.9465329Z", + "etag": "\"0x8D731E32BFC0193\"", + "x-ms-request-id": "ec818b14-701a-015d-2bcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:46.1487507Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758497991303828", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767560608606637", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:19 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:19 GMT", + "date": "Thu, 05 Sep 2019 09:26:45 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:46 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "14411589176329764864", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:19.9465329Z", + "x-ms-file-creation-time": "2019-09-05T09:26:46.1487507Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "ba100fd6-e0cc-4081-bef9-745db655e542", + "x-ms-client-request-id": "c3abda0f-ebbb-4b10-afc3-a4efae636f57", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:19.9465329Z", + "x-ms-file-change-time": "2019-09-05T09:26:46.1487507Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102A8EF971\"", + "etag": "\"0x8D731E32BFC0193\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0441-f01a-0153-46f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:19.9465329Z", + "x-ms-request-id": "ec818b16-701a-015d-2dcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:46.1487507Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758497991303828", + "prefix": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560608606637", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758497991303828汉字. special ~!@#$%^&()_+`1234567890-={}[];','15675849799130382810", + "response": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560608606637汉字. special ~!@#$%^&()_+`1234567890-={}[];','15676756060860663710", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:19 GMT", + "date": "Thu, 05 Sep 2019 09:26:45 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0444-f01a-0153-49f9-622aba000000", + "x-ms-request-id": "ec818b18-701a-015d-2fcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ab9ac05e-73e5-43a3-a9b3-d9b8f685a3f2" + "x-ms-client-request-id": "92c4e5f7-0d7f-4a5f-9035-a5786ace3ffa" } } ], "uniqueTestInfo": { - "汉字. special ~!@#$%^&()_+`1234567890-={}[];','": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758497991303828" + "汉字. special ~!@#$%^&()_+`1234567890-={}[];','": "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767560608606637" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese.json index a7d68b6f936c..ebc81d931177 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758498614404638", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767561216800625", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:25 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:26.1794416Z", + "date": "Thu, 05 Sep 2019 09:26:51 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:52.2305162Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "16429201809391747072", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:26.1794416Z", + "x-ms-file-creation-time": "2019-09-05T09:26:52.2305162Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "7b0e9ff3-ed81-4195-ad0a-a92414aa2a51", + "x-ms-client-request-id": "11189154-6761-42c6-8841-3e5b9db1d794", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:26 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:52 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102E460A70\"", - "x-ms-request-id": "b64c04ac-f01a-0153-2bf9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:26.1794416Z", + "etag": "\"0x8D731E32F9C028A\"", + "x-ms-request-id": "ec818b56-701a-015d-69cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:52.2305162Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758498614404638", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767561216800625", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:25 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:26 GMT", + "date": "Thu, 05 Sep 2019 09:26:51 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:52 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "16429201809391747072", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:26.1794416Z", + "x-ms-file-creation-time": "2019-09-05T09:26:52.2305162Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "c5758ec2-93af-42a4-b06d-6e23b8ec837b", + "x-ms-client-request-id": "552444f9-61b1-4c97-bcd2-95dad70be173", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:26.1794416Z", + "x-ms-file-change-time": "2019-09-05T09:26:52.2305162Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102E460A70\"", + "etag": "\"0x8D731E32F9C028A\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c04af-f01a-0153-2ef9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:26.1794416Z", + "x-ms-request-id": "ec818b58-701a-015d-6bcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:52.2305162Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "にっぽんごにほんご156758498614404638", + "prefix": "にっぽんごにほんご156767561216800625", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "にっぽんごにほんご156758498614404638にっぽんごにほんご15675849861440463810", + "response": "にっぽんごにほんご156767561216800625にっぽんごにほんご15676756121680062510", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:26 GMT", + "date": "Thu, 05 Sep 2019 09:26:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c04b3-f01a-0153-32f9-622aba000000", + "x-ms-request-id": "ec818b5a-701a-015d-6dcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "fa34e3a3-9ff6-4390-ad4b-451b0c385fc7" + "x-ms-client-request-id": "b2673172-a3ba-4d43-9203-67b60add1963" } } ], "uniqueTestInfo": { - "にっぽんごにほんご": "にっぽんごにほんご156758498614404638" + "にっぽんごにほんご": "にっぽんごにほんご156767561216800625" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese_in_url_string.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese_in_url_string.json index e1838436e5c4..a1788ae0a3fc 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese_in_url_string.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese_in_url_string.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758498676500325", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767561277703202", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:26 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:26.7980276Z", + "date": "Thu, 05 Sep 2019 09:26:51 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:52.8390917Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "10664594286357512192", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:26.7980276Z", + "x-ms-file-creation-time": "2019-09-05T09:26:52.8390917Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "ffeddcc1-4049-48b4-874f-5b8bdf583ec2", + "x-ms-client-request-id": "55a9ba89-9e4f-415c-99e3-767f181126fa", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:26 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:52 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102EA46DF4\"", - "x-ms-request-id": "b64c04b6-f01a-0153-35f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:26.7980276Z", + "etag": "\"0x8D731E32FF8DF05\"", + "x-ms-request-id": "ec818b5c-701a-015d-6fcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:52.8390917Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758498676500325", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767561277703202", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:26 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:26 GMT", + "date": "Thu, 05 Sep 2019 09:26:52 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:52 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "10664594286357512192", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:26.7980276Z", + "x-ms-file-creation-time": "2019-09-05T09:26:52.8390917Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "3c7607bc-fa85-418f-a28d-39578e4af62c", + "x-ms-client-request-id": "98c1ed55-0313-4ac6-af0e-e23ec6285e94", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:26.7980276Z", + "x-ms-file-change-time": "2019-09-05T09:26:52.8390917Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102EA46DF4\"", + "etag": "\"0x8D731E32FF8DF05\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c04ba-f01a-0153-39f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:26.7980276Z", + "x-ms-request-id": "ec818b5f-701a-015d-71cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:52.8390917Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "にっぽんごにほんご156758498676500325", + "prefix": "にっぽんごにほんご156767561277703202", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "にっぽんごにほんご156758498676500325にっぽんごにほんご15675849867650032510", + "response": "にっぽんごにほんご156767561277703202にっぽんごにほんご15676756127770320210", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:26 GMT", + "date": "Thu, 05 Sep 2019 09:26:52 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c04be-f01a-0153-3cf9-622aba000000", + "x-ms-request-id": "ec818b62-701a-015d-73cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "7b4fd816-91bb-41f3-8bc6-a8bc9f05d1a4" + "x-ms-client-request-id": "d6e8d8cd-b7f6-4d40-97a0-f22abfb74c9a" } } ], "uniqueTestInfo": { - "にっぽんごにほんご": "にっぽんごにほんご156758498676500325" + "にっぽんごにほんご": "にっぽんごにほんご156767561277703202" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese_uri_encoded.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese_uri_encoded.json index 8c79666b6ddf..856921d0e0f5 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese_uri_encoded.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_japanese_uri_encoded.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%25E3%2581%25AB%25E3%2581%25A3%25E3%2581%25BD%25E3%2582%2593%25E3%2581%2594%25E3%2581%25AB%25E3%2581%25BB%25E3%2582%2593%25E3%2581%2594156758498552107286", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%25E3%2581%25AB%25E3%2581%25A3%25E3%2581%25BD%25E3%2582%2593%25E3%2581%2594%25E3%2581%25AB%25E3%2581%25BB%25E3%2582%2593%25E3%2581%2594156767561156006349", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:25 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:25.5578526Z", + "date": "Thu, 05 Sep 2019 09:26:50 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:51.6229393Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11817515790964359168", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:25.5578526Z", + "x-ms-file-creation-time": "2019-09-05T09:26:51.6229393Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "65618545-ef82-4971-a5a0-6a8771d36935", + "x-ms-client-request-id": "5dcb86bf-4b4a-473e-ad8f-907a80a5e2bb", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:25 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102DE7319E\"", - "x-ms-request-id": "b64c04a1-f01a-0153-20f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:25.5578526Z", + "etag": "\"0x8D731E32F3F4D11\"", + "x-ms-request-id": "ec818b50-701a-015d-63cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:51.6229393Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%25E3%2581%25AB%25E3%2581%25A3%25E3%2581%25BD%25E3%2582%2593%25E3%2581%2594%25E3%2581%25AB%25E3%2581%25BB%25E3%2582%2593%25E3%2581%2594156758498552107286", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%25E3%2581%25AB%25E3%2581%25A3%25E3%2581%25BD%25E3%2582%2593%25E3%2581%2594%25E3%2581%25AB%25E3%2581%25BB%25E3%2582%2593%25E3%2581%2594156767561156006349", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:25 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:25 GMT", + "date": "Thu, 05 Sep 2019 09:26:50 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:51 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "11817515790964359168", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:25.5578526Z", + "x-ms-file-creation-time": "2019-09-05T09:26:51.6229393Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "f712c1d3-28c5-48f9-9a4e-706440db57c7", + "x-ms-client-request-id": "e7faeb8c-93bb-4b8c-80bb-e1265da6d9b9", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:25.5578526Z", + "x-ms-file-change-time": "2019-09-05T09:26:51.6229393Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102DE7319E\"", + "etag": "\"0x8D731E32F3F4D11\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c04a5-f01a-0153-24f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:25.5578526Z", + "x-ms-request-id": "ec818b52-701a-015d-65cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:51.6229393Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758498552107286", + "prefix": "%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767561156006349", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758498552107286%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%9415675849855210728610", + "response": "%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767561156006349%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%9415676756115600634910", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:25 GMT", + "date": "Thu, 05 Sep 2019 09:26:51 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c04a8-f01a-0153-27f9-622aba000000", + "x-ms-request-id": "ec818b54-701a-015d-67cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "6ea11cdd-e6e6-4e20-8591-1d4eab3fa14a" + "x-ms-client-request-id": "0cf54c0f-85af-47d9-9370-f9431ccd2552" } } ], "uniqueTestInfo": { - "にっぽんごにほんご": "にっぽんごにほんご156758498552107286" + "にっぽんごにほんご": "にっぽんごにほんご156767561156006349" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian.json index 06e9ffdcb339..eee8f572de69 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758498238700760", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767560852506553", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:21 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:22.4208756Z", + "date": "Thu, 05 Sep 2019 09:26:47 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:48.5880627Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "15564510680936611840", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:22.4208756Z", + "x-ms-file-creation-time": "2019-09-05T09:26:48.5880627Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "af7d75ba-d52c-4551-9a92-eb7548b306f4", + "x-ms-client-request-id": "9197ae6a-b2f7-4c54-9b08-018d485bd7dd", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:22 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:48 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102C088774\"", - "x-ms-request-id": "b64c0469-f01a-0153-6cf9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:22.4208756Z", + "etag": "\"0x8D731E32D703733\"", + "x-ms-request-id": "ec818b2f-701a-015d-43cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:48.5880627Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758498238700760", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767560852506553", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:22 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:22 GMT", + "date": "Thu, 05 Sep 2019 09:26:47 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:48 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "15564510680936611840", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:22.4208756Z", + "x-ms-file-creation-time": "2019-09-05T09:26:48.5880627Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "ee91c6b0-8654-41af-98c6-ba1b9972d9dd", + "x-ms-client-request-id": "a439d6c1-5a83-4e92-9d08-c0e254c6edb6", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:22.4208756Z", + "x-ms-file-change-time": "2019-09-05T09:26:48.5880627Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102C088774\"", + "etag": "\"0x8D731E32D703733\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c046f-f01a-0153-70f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:22.4208756Z", + "x-ms-request-id": "ec818b31-701a-015d-45cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:48.5880627Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "ру́сский язы́к156758498238700760", + "prefix": "ру́сский язы́к156767560852506553", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "ру́сский язы́к156758498238700760ру́сский язы́к15675849823870076010", + "response": "ру́сский язы́к156767560852506553ру́сский язы́к15676756085250655310", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:22 GMT", + "date": "Thu, 05 Sep 2019 09:26:48 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0472-f01a-0153-73f9-622aba000000", + "x-ms-request-id": "ec818b33-701a-015d-47cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "ffa6418e-4969-4342-a697-e80f484f322e" + "x-ms-client-request-id": "40d6f281-b337-4ade-bfca-6bf89f01df74" } } ], "uniqueTestInfo": { - "ру́сский язы́к": "ру́сский язы́к156758498238700760" + "ру́сский язы́к": "ру́сский язы́к156767560852506553" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian_in_url_string.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian_in_url_string.json index 57395f66a09a..1fad24dd914e 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian_in_url_string.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian_in_url_string.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758498301305597", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767560913109994", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:22 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:23.0464688Z", + "date": "Thu, 05 Sep 2019 09:26:48 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:49.1926358Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "13258667671722917888", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:23.0464688Z", + "x-ms-file-creation-time": "2019-09-05T09:26:49.1926358Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "a0dce93a-56e6-4168-bac7-8b9dd2cf02a6", + "x-ms-client-request-id": "f41e0f79-08a3-49ea-b55c-2f71dff1609f", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:23 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:49 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102C67FCB0\"", - "x-ms-request-id": "b64c0476-f01a-0153-77f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:23.0464688Z", + "etag": "\"0x8D731E32DCC7756\"", + "x-ms-request-id": "ec818b35-701a-015d-49cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:49.1926358Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758498301305597", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767560913109994", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:22 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:23 GMT", + "date": "Thu, 05 Sep 2019 09:26:48 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:49 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "13258667671722917888", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:23.0464688Z", + "x-ms-file-creation-time": "2019-09-05T09:26:49.1926358Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "b1c44b6f-1144-41fa-871b-373db03a37ba", + "x-ms-client-request-id": "05a462b2-ec52-488e-a95e-66d993db0241", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:23.0464688Z", + "x-ms-file-change-time": "2019-09-05T09:26:49.1926358Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102C67FCB0\"", + "etag": "\"0x8D731E32DCC7756\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0479-f01a-0153-7af9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:23.0464688Z", + "x-ms-request-id": "ec818b37-701a-015d-4bcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:49.1926358Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "ру́сский язы́к156758498301305597", + "prefix": "ру́сский язы́к156767560913109994", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "ру́сский язы́к156758498301305597ру́сский язы́к15675849830130559710", + "response": "ру́сский язы́к156767560913109994ру́сский язы́к15676756091310999410", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:22 GMT", + "date": "Thu, 05 Sep 2019 09:26:48 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c047d-f01a-0153-7ef9-622aba000000", + "x-ms-request-id": "ec818b39-701a-015d-4dcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "9a5669a9-860e-46f4-bc9a-e0c8a2669c4c" + "x-ms-client-request-id": "0bf99d8e-fc13-4d69-bc31-2434bafc5695" } } ], "uniqueTestInfo": { - "ру́сский язы́к": "ру́сский язы́к156758498301305597" + "ру́сский язы́к": "ру́сский язы́к156767560913109994" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian_uri_encoded.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian_uri_encoded.json index eb47ee0e2faa..1a579ffe916d 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian_uri_encoded.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_name_russian_uri_encoded.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%25D1%2580%25D1%2583%25CC%2581%25D1%2581%25D1%2581%25D0%25BA%25D0%25B8%25D0%25B9%2520%25D1%258F%25D0%25B7%25D1%258B%25CC%2581%25D0%25BA156758498177205205", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%25D1%2580%25D1%2583%25CC%2581%25D1%2581%25D1%2581%25D0%25BA%25D0%25B8%25D0%25B9%2520%25D1%258F%25D0%25B7%25D1%258B%25CC%2581%25D0%25BA156767560791704815", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:21 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:21.8102981Z", + "date": "Thu, 05 Sep 2019 09:26:47 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:47.9804872Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "10952824662509223936", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:21.8102981Z", + "x-ms-file-creation-time": "2019-09-05T09:26:47.9804872Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "4681f089-18a8-47b3-b22a-135fc5e5d907", + "x-ms-client-request-id": "16e60009-4075-4afb-baed-114b77b24a72", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:21 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:47 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102BAB5CC5\"", - "x-ms-request-id": "b64c045e-f01a-0153-62f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:21.8102981Z", + "etag": "\"0x8D731E32D1381C8\"", + "x-ms-request-id": "ec818b28-701a-015d-3dcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:47.9804872Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/%25D1%2580%25D1%2583%25CC%2581%25D1%2581%25D1%2581%25D0%25BA%25D0%25B8%25D0%25B9%2520%25D1%258F%25D0%25B7%25D1%258B%25CC%2581%25D0%25BA156758498177205205", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/%25D1%2580%25D1%2583%25CC%2581%25D1%2581%25D1%2581%25D0%25BA%25D0%25B8%25D0%25B9%2520%25D1%258F%25D0%25B7%25D1%258B%25CC%2581%25D0%25BA156767560791704815", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:21 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:21 GMT", + "date": "Thu, 05 Sep 2019 09:26:47 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:47 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "10952824662509223936", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:21.8102981Z", + "x-ms-file-creation-time": "2019-09-05T09:26:47.9804872Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "bfc8b534-13b6-4e58-aa20-7151ff23210b", + "x-ms-client-request-id": "c622dcda-ac18-4174-bdef-2a54a6cf5118", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:21.8102981Z", + "x-ms-file-change-time": "2019-09-05T09:26:47.9804872Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D731102BAB5CC5\"", + "etag": "\"0x8D731E32D1381C8\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0461-f01a-0153-65f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:21.8102981Z", + "x-ms-request-id": "ec818b2a-701a-015d-3fcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:47.9804872Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758498177205205", + "prefix": "%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767560791704815", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758498177205205%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA15675849817720520510", + "response": "%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767560791704815%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA15676756079170481510", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:21 GMT", + "date": "Thu, 05 Sep 2019 09:26:47 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0466-f01a-0153-69f9-622aba000000", + "x-ms-request-id": "ec818b2d-701a-015d-41cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "417ddc8c-f16f-4678-8b45-c69e66195c14" + "x-ms-client-request-id": "da51a4c5-5a8a-44eb-bb4f-cc3c0b3335e2" } } ], "uniqueTestInfo": { - "ру́сский язы́к": "ру́сский язы́к156758498177205205" + "ру́сский язы́к": "ру́сский язы́к156767560791704815" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters.json index 67450f549af8..0ab375742b7b 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156758497806902971", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156767560421900861", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:17 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:18.1057906Z", + "date": "Thu, 05 Sep 2019 09:26:43 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:44.2809802Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "12682206919419494400", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:18.1057906Z", + "x-ms-file-creation-time": "2019-09-05T09:26:44.2809802Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "35b1b843-ab59-49e7-a221-9e56d99a126c", + "x-ms-client-request-id": "7840323a-8be0-4d00-9efc-d6cd671df8e2", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:18 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:44 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311029761972\"", - "x-ms-request-id": "b64c041b-f01a-0153-22f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:18.1057906Z", + "etag": "\"0x8D731E32ADF01CA\"", + "x-ms-request-id": "ec818b01-701a-015d-19cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:44.2809802Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156758497806902971", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156767560421900861", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:17 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:18 GMT", + "date": "Thu, 05 Sep 2019 09:26:43 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:44 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "12682206919419494400", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:18.1057906Z", + "x-ms-file-creation-time": "2019-09-05T09:26:44.2809802Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "17dc3a00-72aa-4658-967f-62f1ab0facc1", + "x-ms-client-request-id": "98f6db5b-acc1-4fc1-ad7f-b63d8e752d10", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:18.1057906Z", + "x-ms-file-change-time": "2019-09-05T09:26:44.2809802Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311029761972\"", + "etag": "\"0x8D731E32ADF01CA\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c041e-f01a-0153-25f9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:18.1057906Z", + "x-ms-request-id": "ec818b03-701a-015d-1bcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:44.2809802Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "Upper file empty another 汉字156758497806902971", + "prefix": "Upper file empty another 汉字156767560421900861", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "Upper file empty another 汉字156758497806902971Upper file empty another 汉字15675849780690297110", + "response": "Upper file empty another 汉字156767560421900861Upper file empty another 汉字15676756042190086110", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:18 GMT", + "date": "Thu, 05 Sep 2019 09:26:43 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c0421-f01a-0153-28f9-622aba000000", + "x-ms-request-id": "ec818b05-701a-015d-1dcc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "74d3c315-d640-4f67-84de-568ba04f5a53" + "x-ms-client-request-id": "3bebd9f1-0316-4fed-8761-048d77fcc718" } } ], "uniqueTestInfo": { - "Upper file empty another 汉字": "Upper file empty another 汉字156758497806902971" + "Upper file empty another 汉字": "Upper file empty another 汉字156767560421900861" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters_in_url_string.json b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters_in_url_string.json index 9f56bf6096ae..d4f72765e3db 100644 --- a/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters_in_url_string.json +++ b/sdk/storage/storage-file/recordings/browsers/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters_in_url_string.json @@ -2,81 +2,81 @@ "recordings": [ { "method": "PUT", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156758497867900445", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156767560483502257", "query": {}, "requestBody": null, "status": 201, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:18 GMT", - "x-ms-file-change-time": "2019-09-04T08:16:18.7113635Z", + "date": "Thu, 05 Sep 2019 09:26:44 GMT", + "x-ms-file-change-time": "2019-09-05T09:26:44.9015688Z", "x-ms-file-attributes": "Archive", "x-ms-file-id": "17293892937846882304", "x-ms-request-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:18.7113635Z", + "x-ms-file-creation-time": "2019-09-05T09:26:44.9015688Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "c7cc9d03-35f4-4d5f-87cc-f7ac55f80052", + "x-ms-client-request-id": "47c94b87-59ab-4f42-b7ba-a30e688d04cf", "content-length": "0", - "last-modified": "Wed, 04 Sep 2019 08:16:18 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:44 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311029D280A3\"", - "x-ms-request-id": "b64c0425-f01a-0153-2cf9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:18.7113635Z", + "etag": "\"0x8D731E32B3DB388\"", + "x-ms-request-id": "ec818b07-701a-015d-1fcc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:44.9015688Z", "x-ms-version": "2019-02-02" } }, { "method": "HEAD", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156758497867900445", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156767560483502257", "query": {}, "requestBody": null, "status": 200, "response": "", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:18 GMT", - "last-modified": "Wed, 04 Sep 2019 08:16:18 GMT", + "date": "Thu, 05 Sep 2019 09:26:44 GMT", + "last-modified": "Thu, 05 Sep 2019 09:26:44 GMT", "x-ms-file-attributes": "Archive", "x-ms-file-id": "17293892937846882304", "x-ms-server-encrypted": "true", - "x-ms-file-creation-time": "2019-09-04T08:16:18.7113635Z", + "x-ms-file-creation-time": "2019-09-05T09:26:44.9015688Z", "x-ms-file-parent-id": "13835128424026341376", "x-ms-file-permission-key": "15082859266781889734*8787082347076103240", - "x-ms-client-request-id": "0f7da77d-def3-4527-bd4d-da523689f269", + "x-ms-client-request-id": "2ef02b27-bc69-4729-8bb6-d66f33830dad", "x-ms-type": "File", "content-length": "10", - "x-ms-file-change-time": "2019-09-04T08:16:18.7113635Z", + "x-ms-file-change-time": "2019-09-05T09:26:44.9015688Z", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", - "etag": "\"0x8D7311029D280A3\"", + "etag": "\"0x8D731E32B3DB388\"", "content-type": "application/octet-stream", - "x-ms-request-id": "b64c0428-f01a-0153-2ff9-622aba000000", - "x-ms-file-last-write-time": "2019-09-04T08:16:18.7113635Z", + "x-ms-request-id": "ec818b09-701a-015d-21cc-63030a000000", + "x-ms-file-last-write-time": "2019-09-05T09:26:44.9015688Z", "x-ms-version": "2019-02-02" } }, { "method": "GET", - "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156758497556100325/dir156758497556109086", + "url": "https://fakestorageaccount.file.core.windows.net/1share-with-dash156767560169902961/dir156767560170003341", "query": { "comp": "list", - "prefix": "Upper file empty another 汉字156758497867900445", + "prefix": "Upper file empty another 汉字156767560483502257", "restype": "directory" }, "requestBody": null, "status": 200, - "response": "Upper file empty another 汉字156758497867900445Upper file empty another 汉字15675849786790044510", + "response": "Upper file empty another 汉字156767560483502257Upper file empty another 汉字15676756048350225710", "responseHeaders": { - "date": "Wed, 04 Sep 2019 08:16:18 GMT", + "date": "Thu, 05 Sep 2019 09:26:44 GMT", "server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", "transfer-encoding": "chunked", "content-type": "application/xml", - "x-ms-request-id": "b64c042c-f01a-0153-33f9-622aba000000", + "x-ms-request-id": "ec818b0b-701a-015d-23cc-63030a000000", "x-ms-version": "2019-02-02", - "x-ms-client-request-id": "e5bfc8c1-e6f4-4c1e-b969-0146f494bc26" + "x-ms-client-request-id": "aec6318c-91d1-49e6-9e85-36278df90b86" } } ], "uniqueTestInfo": { - "Upper file empty another 汉字": "Upper file empty another 汉字156758497867900445" + "Upper file empty another 汉字": "Upper file empty another 汉字156767560483502257" } } \ No newline at end of file diff --git a/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_aborter_timeout.js b/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_aborter_timeout.js index 02dafff1fc0c..4ce9d82d7a78 100644 --- a/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_aborter_timeout.js +++ b/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_aborter_timeout.js @@ -1,3 +1,3 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470556505183"} +module.exports.testInfo = {"share":"share156767533823007932"} diff --git a/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_parent_aborter_calls_abort.js b/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_parent_aborter_calls_abort.js index 825fcef1c00c..1a8a537c222c 100644 --- a/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_parent_aborter_calls_abort.js +++ b/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_parent_aborter_calls_abort.js @@ -1,3 +1,3 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470558002638"} +module.exports.testInfo = {"share":"share156767533825805249"} diff --git a/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_parent_aborter_timeout.js b/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_parent_aborter_timeout.js index 7b90f15553e3..626115798e2f 100644 --- a/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_parent_aborter_timeout.js +++ b/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_after_parent_aborter_timeout.js @@ -1,3 +1,3 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470558608655"} +module.exports.testInfo = {"share":"share156767533826409425"} diff --git a/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_when_calling_abort_before_request_finishes.js b/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_when_calling_abort_before_request_finishes.js index dccf0e69375a..163334cb49b7 100644 --- a/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_when_calling_abort_before_request_finishes.js +++ b/sdk/storage/storage-file/recordings/node/aborter/recording_should_abort_when_calling_abort_before_request_finishes.js @@ -1,3 +1,3 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470510703739"} +module.exports.testInfo = {"share":"share156767533775105063"} diff --git a/sdk/storage/storage-file/recordings/node/aborter/recording_should_not_abort_after_calling_abort.js b/sdk/storage/storage-file/recordings/node/aborter/recording_should_not_abort_after_calling_abort.js index bfabf2235e3a..605538795309 100644 --- a/sdk/storage/storage-file/recordings/node/aborter/recording_should_not_abort_after_calling_abort.js +++ b/sdk/storage/storage-file/recordings/node/aborter/recording_should_not_abort_after_calling_abort.js @@ -1,45 +1,45 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470390004227"} +module.exports.testInfo = {"share":"share156767533667307681"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470390004227') + .put('/share156767533667307681') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:44 GMT', + 'Thu, 05 Sep 2019 09:22:17 GMT', 'ETag', - '"0x8D7310F8656C602"', + '"0x8D731E28BA9DF63"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '096d15ec-601a-00aa-66f8-62d795000000', + 'b015fe93-701a-0110-05cb-63cce6000000', 'x-ms-client-request-id', - 'f92ec27e-f5be-43d3-ad3e-9877fa341787', + 'd5aba190-f745-4013-8915-a7af0de34c38', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:43 GMT', + 'Thu, 05 Sep 2019 09:22:16 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758470390004227') + .delete('/share156767533667307681') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd0caa47a-701a-014d-64f8-62c662000000', + 'b2b3d3f0-101a-0019-40cb-637738000000', 'x-ms-client-request-id', - '713a62ae-e3c1-44c1-9504-97af9e2c49cb', + 'b5a79fe2-af6e-487f-8bc5-85349f747faa', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:44 GMT', + 'Thu, 05 Sep 2019 09:22:17 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/aborter/recording_should_not_abort_when_calling_abort_after_request_finishes.js b/sdk/storage/storage-file/recordings/node/aborter/recording_should_not_abort_when_calling_abort_after_request_finishes.js index e47f60ecbdc0..4c5505eaedd4 100644 --- a/sdk/storage/storage-file/recordings/node/aborter/recording_should_not_abort_when_calling_abort_after_request_finishes.js +++ b/sdk/storage/storage-file/recordings/node/aborter/recording_should_not_abort_when_calling_abort_after_request_finishes.js @@ -1,26 +1,26 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470512401451"} +module.exports.testInfo = {"share":"share156767533777805764"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470512401451') + .put('/share156767533777805764') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:45 GMT', + 'Thu, 05 Sep 2019 09:22:18 GMT', 'ETag', - '"0x8D7310F86E6FB0B"', + '"0x8D731E28C318F60"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2a88be5a-001a-0125-04f8-62a0f2000000', + '88b59bbe-801a-0046-6acb-63c304000000', 'x-ms-client-request-id', - '4f962de2-86d7-4c82-947f-0178746a6a6f', + '4c366ba1-f759-4e79-89c4-1a4c69671a2d', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:44 GMT', + 'Thu, 05 Sep 2019 09:22:17 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/aborter/recording_should_set_value_and_get_value_successfully.js b/sdk/storage/storage-file/recordings/node/aborter/recording_should_set_value_and_get_value_successfully.js index 98d581ad44ec..27f2f59dec50 100644 --- a/sdk/storage/storage-file/recordings/node/aborter/recording_should_set_value_and_get_value_successfully.js +++ b/sdk/storage/storage-file/recordings/node/aborter/recording_should_set_value_and_get_value_successfully.js @@ -1,3 +1,3 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470389201051"} +module.exports.testInfo = {"share":"share156767533665206060"} diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured.js deleted file mode 100644 index 1d2acc190bdc..000000000000 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured.js +++ /dev/null @@ -1,135 +0,0 @@ -let nock = require('nock'); - -module.exports.testInfo = {"share":"share156404668153005662","dir":"dir156404668297404919","share156404668153005662":"share156404668153005662156404668324703675"} - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156404668153005662') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:04 GMT', - 'ETag', - '"0x8D710E16B1C71CF"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '0a514f96-c01a-009b-0fca-42b3ae000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 09:21:04 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156404668153005662/dir156404668297404919') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:05 GMT', - 'ETag', - '"0x8D710E16B4F76A5"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '1ebc3418-e01a-00a5-7dca-42058f000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-request-server-encrypted', - 'true', - 'Date', - 'Thu, 25 Jul 2019 09:21:04 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156404668153005662156404668324703675') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:05 GMT', - 'ETag', - '"0x8D710E16B78B618"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '06c15622-101a-0115-0dca-42ba5a000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 09:21:05 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156404668153005662156404668324703675') - .query(true) - .reply(200, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:05 GMT', - 'ETag', - '"0x8D710E16B78B618"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'bc724b36-401a-00c5-07ca-4240ad000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-meta-key', - 'value', - 'x-ms-has-immutability-policy', - 'false', - 'x-ms-has-legal-hold', - 'false', - 'x-ms-share-quota', - '5120', - 'Access-Control-Expose-Headers', - 'x-ms-request-id,Server,x-ms-version,x-ms-meta-key,Last-Modified,ETag,x-ms-has-immutability-policy,x-ms-has-legal-hold,x-ms-share-quota,Content-Length,Date,Transfer-Encoding', - 'Access-Control-Allow-Origin', - '*', - 'Date', - 'Thu, 25 Jul 2019 09:21:05 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156404668153005662/dir156404668297404919') - .query(true) - .reply(202, "", [ 'Content-Length', - '0', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '2c50a785-b01a-0017-3eca-42fef5000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 09:21:05 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156404668153005662') - .query(true) - .reply(202, "", [ 'Content-Length', - '0', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'dc43eb85-d01a-0043-29ca-42147f000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 09:21:05 GMT', - 'Connection', - 'close' ]); - diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured_setting_filepermission.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured_setting_filepermission.js index ffd02b8eb9ee..10c5e9f8ac46 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured_setting_filepermission.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured_setting_filepermission.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758471265503883","dir":"dir156758471309900168","dir156758471309900168":"dir156758471309900168156758471402400349","now":"2019-09-04T08:11:54.024Z"} +module.exports.testInfo = {"share":"share156767534541104681","dir":"dir156767534580909771","dir156767534580909771":"dir156767534580909771156767534665802209","now":"2019-09-05T09:22:26.658Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471265503883') + .put('/share156767534541104681') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:52 GMT', + 'Thu, 05 Sep 2019 09:22:25 GMT', 'ETag', - '"0x8D7310F8B650947"', + '"0x8D731E290BA37F2"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ea893ad7-801a-0149-34f8-624b65000000', + 'aa4c5775-b01a-00a9-49cb-6336f1000000', 'x-ms-client-request-id', - 'bcb283b2-85af-4243-ac54-5b7cc2d4ede3', + '9d2674a1-e4d0-4040-ad7e-9152f2670ed4', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:52 GMT', + 'Thu, 05 Sep 2019 09:22:24 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471265503883/dir156758471309900168') + .put('/share156767534541104681/dir156767534580909771') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:53 GMT', + 'Thu, 05 Sep 2019 09:22:26 GMT', 'ETag', - '"0x8D7310F8BA6F2EA"', + '"0x8D731E290F6DE60"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '19468e26-401a-00cf-23f8-6279d1000000', + '57cc8814-601a-0151-2ccb-639402000000', 'x-ms-client-request-id', - 'ae10f6b3-430e-412d-acdb-07e6f7785ceb', + '0a16fcb8-388f-4ccb-a419-337803ab2525', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:53.3459178Z', + '2019-09-05T09:22:26.0682336Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:53.3459178Z', + '2019-09-05T09:22:26.0682336Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:53.3459178Z', + '2019-09-05T09:22:26.0682336Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,22 +59,22 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:52 GMT', + 'Thu, 05 Sep 2019 09:22:25 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758471265503883') + .get('/share156767534541104681') .query(true) .reply(200, {"permission":"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)"}, [ 'Content-Length', '149', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '20622a27-001a-0005-67f8-622558000000', + 'ab5a8885-901a-0091-21cb-639231000000', 'x-ms-client-request-id', - 'b924d2c7-144a-422a-9cc9-2ead1c77dac9', + '1a635df9-5b6a-45e5-b0da-ae1da0c2567e', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -82,34 +82,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:11:53 GMT', + 'Thu, 05 Sep 2019 09:22:25 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471265503883/dir156758471309900168156758471402400349') + .put('/share156767534541104681/dir156767534580909771156767534665802209') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:54 GMT', + 'Thu, 05 Sep 2019 09:22:26 GMT', 'ETag', - '"0x8D7310F8C0E6A80"', + '"0x8D731E29150DC20"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '243b22f1-001a-00ac-37f8-62e42a000000', + '08b5175a-601a-00ba-5dcb-6312fd000000', 'x-ms-client-request-id', - 'd8931aa5-aa97-43da-ad24-85bf73716e3d', + '5dbba826-7778-4df1-a402-adeab4f81fc6', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:54.0240000Z', + '2019-09-05T09:22:26.6580000Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:54.0240000Z', + '2019-09-05T09:22:26.6580000Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:54.0240000Z', + '2019-09-05T09:22:26.6580000Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -121,26 +121,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:53 GMT', + 'Thu, 05 Sep 2019 09:22:26 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758471265503883/dir156758471309900168156758471402400349') + .get('/share156767534541104681/dir156767534580909771156767534665802209') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:54 GMT', + 'Thu, 05 Sep 2019 09:22:26 GMT', 'ETag', - '"0x8D7310F8C0E6A80"', + '"0x8D731E29150DC20"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6bf28042-701a-0099-43f8-62883e000000', + '299d38ce-101a-00d2-09cb-63746d000000', 'x-ms-client-request-id', - '77d87e07-109b-467a-8104-c7ee38382c57', + 'da490239-3b18-4037-a619-12f0165cdfb9', 'x-ms-version', '2019-02-02', 'x-ms-server-encrypted', @@ -148,11 +148,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-meta-key', 'value', 'x-ms-file-change-time', - '2019-09-04T08:11:54.0240000Z', + '2019-09-05T09:22:26.6580000Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:54.0240000Z', + '2019-09-05T09:22:26.6580000Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:54.0240000Z', + '2019-09-05T09:22:26.6580000Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -166,26 +166,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:11:54 GMT', + 'Thu, 05 Sep 2019 09:22:27 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758471265503883') + .delete('/share156767534541104681') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e45a955c-501a-0045-37f8-622260000000', + '0f080992-a01a-0103-5ecb-63e8ea000000', 'x-ms-client-request-id', - '6181ae72-7a94-4267-946a-34dcdadf5655', + '0cec4d98-6d59-4f09-bb63-263f1cc84f78', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:54 GMT', + 'Thu, 05 Sep 2019 09:22:26 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.js index a4806cbe7db2..f68b9bef899e 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758471066500330","dir":"dir156758471106608039","dir156758471106608039":"dir156758471106608039156758471148608395","now":"2019-09-04T08:11:51.486Z"} +module.exports.testInfo = {"share":"share156767534332603626","dir":"dir156767534372304086","dir156767534372304086":"dir156767534372304086156767534412400127","now":"2019-09-05T09:22:24.124Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471066500330') + .put('/share156767534332603626') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:50 GMT', + 'Thu, 05 Sep 2019 09:22:23 GMT', 'ETag', - '"0x8D7310F8A317F02"', + '"0x8D731E28F7BB089"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c2c79164-401a-0092-30f8-627355000000', + 'f12c88c1-701a-00d4-72cb-6347d2000000', 'x-ms-client-request-id', - '764d9086-7e22-4519-a44f-a19ad54f3c40', + '7afdd7e8-bfd9-4abe-9efb-b655741c54b0', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:50 GMT', + 'Thu, 05 Sep 2019 09:22:23 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471066500330/dir156758471106608039') + .put('/share156767534332603626/dir156767534372304086') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:51 GMT', + 'Thu, 05 Sep 2019 09:22:23 GMT', 'ETag', - '"0x8D7310F8A710DF6"', + '"0x8D731E28FB8B9FD"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1ec6210a-c01a-012a-71f8-62d69e000000', + '0b976351-101a-0026-31cb-63bf9b000000', 'x-ms-client-request-id', - '9d33dc06-fea7-469a-9f65-3dd1703923e3', + '5521d8ce-a2a7-4457-9638-eca784020a47', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:51.3149942Z', + '2019-09-05T09:22:23.9832573Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:51.3149942Z', + '2019-09-05T09:22:23.9832573Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:51.3149942Z', + '2019-09-05T09:22:23.9832573Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,34 +59,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:50 GMT', + 'Thu, 05 Sep 2019 09:22:23 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471066500330/dir156758471106608039156758471148608395') + .put('/share156767534332603626/dir156767534372304086156767534412400127') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:51 GMT', + 'Thu, 05 Sep 2019 09:22:24 GMT', 'ETag', - '"0x8D7310F8A8B25E0"', + '"0x8D731E28FCE33C0"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c79199cf-e01a-007f-6bf8-623818000000', + 'ee8a28c6-a01a-00d7-6acb-63a6b6000000', 'x-ms-client-request-id', - 'd8872b01-13be-4280-80d5-cbd68fbb0ac9', + 'f0156c2e-d422-4fe7-857f-354d2637b4a0', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:51.4860000Z', + '2019-09-05T09:22:24.1240000Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:51.4860000Z', + '2019-09-05T09:22:24.1240000Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:51.4860000Z', + '2019-09-05T09:22:24.1240000Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -98,26 +98,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:51 GMT', + 'Thu, 05 Sep 2019 09:22:24 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758471066500330/dir156758471106608039156758471148608395') + .get('/share156767534332603626/dir156767534372304086156767534412400127') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:51 GMT', + 'Thu, 05 Sep 2019 09:22:24 GMT', 'ETag', - '"0x8D7310F8A8B25E0"', + '"0x8D731E28FCE33C0"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c79199d1-e01a-007f-6cf8-623818000000', + '1e46e691-901a-0065-19cb-6359c7000000', 'x-ms-client-request-id', - 'b064cb67-8c2e-49a9-8d8d-f09580a9c4c3', + '8f40569e-c812-4335-b294-7155d641d0ba', 'x-ms-version', '2019-02-02', 'x-ms-server-encrypted', @@ -125,11 +125,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-meta-key', 'value', 'x-ms-file-change-time', - '2019-09-04T08:11:51.4860000Z', + '2019-09-05T09:22:24.1240000Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:51.4860000Z', + '2019-09-05T09:22:24.1240000Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:51.4860000Z', + '2019-09-05T09:22:24.1240000Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -143,26 +143,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:11:51 GMT', + 'Thu, 05 Sep 2019 09:22:23 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758471066500330') + .delete('/share156767534332603626') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e53e9a5e-c01a-0105-70f8-62db55000000', + '0e609d89-e01a-014f-58cb-6378da000000', 'x-ms-client-request-id', - 'd547f45d-eef1-4ca6-bff8-278bd2f7cf78', + '3916703c-6dc5-4b53-b9b3-d5cbb1d89bf6', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:51 GMT', + 'Thu, 05 Sep 2019 09:22:24 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_default_parameters.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_default_parameters.js index 41fffdb51d14..35bb1d5a0b75 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_create_with_default_parameters.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470938206924","dir":"dir156758470983103227"} +module.exports.testInfo = {"share":"share156767534211703422","dir":"dir156767534251907053"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470938206924') + .put('/share156767534211703422') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:49 GMT', + 'Thu, 05 Sep 2019 09:22:22 GMT', 'ETag', - '"0x8D7310F89727010"', + '"0x8D731E28EC4156F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5c97416e-601a-0123-4cf8-62934d000000', + '131aa411-301a-0098-28cb-63d7e2000000', 'x-ms-client-request-id', - 'a1bad86b-b7c4-41c9-9b23-090ea75291d7', + '77dbeac5-a682-49b5-af8f-143e9d056cb7', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:49 GMT', + 'Thu, 05 Sep 2019 09:22:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470938206924/dir156758470983103227') + .put('/share156767534211703422/dir156767534251907053') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:50 GMT', + 'Thu, 05 Sep 2019 09:22:22 GMT', 'ETag', - '"0x8D7310F89B4E354"', + '"0x8D731E28F028437"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '545eeb5a-501a-00b1-09f8-62e996000000', + 'a43d27f8-801a-00ef-16cb-630276000000', 'x-ms-client-request-id', - '2e8713bb-906e-43e0-98d7-b8b8975ac8bf', + '8cb0e986-c365-437a-888d-937342b455a2', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:50.0818260Z', + '2019-09-05T09:22:22.7891255Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:50.0818260Z', + '2019-09-05T09:22:22.7891255Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:50.0818260Z', + '2019-09-05T09:22:22.7891255Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,26 +59,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:49 GMT', + 'Thu, 05 Sep 2019 09:22:22 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758470938206924') + .delete('/share156767534211703422') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2c41f8d1-d01a-00cd-63f8-62c769000000', + 'be26e162-a01a-0041-2dcb-63af67000000', 'x-ms-client-request-id', - '22bd20bd-b014-4682-9b69-e01d63bf0855', + 'c675db71-3e80-4c15-bc9f-7064102415c7', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:49 GMT', + 'Thu, 05 Sep 2019 09:22:22 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_delete.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_delete.js index 17d948339ac2..8743eb059a57 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_delete.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_delete.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758472014906995","dir":"dir156758472059001630"} +module.exports.testInfo = {"share":"share156767535239102723","dir":"dir156767535278205324"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472014906995') + .put('/share156767535239102723') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:00 GMT', + 'Thu, 05 Sep 2019 09:22:32 GMT', 'ETag', - '"0x8D7310F8FDC33EC"', + '"0x8D731E294E25C42"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b3f7b10d-a01a-0033-15f8-62a828000000', + '5f26125b-d01a-0016-34cb-630154000000', 'x-ms-client-request-id', - '2c3f20f0-d994-467d-9385-acbe820b5974', + '98c3ce9c-1116-49bd-bfa8-df4cd40972b1', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:59 GMT', + 'Thu, 05 Sep 2019 09:22:32 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472014906995/dir156758472059001630') + .put('/share156767535239102723/dir156767535278205324') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:00 GMT', + 'Thu, 05 Sep 2019 09:22:33 GMT', 'ETag', - '"0x8D7310F901DFFF9"', + '"0x8D731E295211867"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5b488c16-801a-012b-62f8-628942000000', + '5df4d2f4-501a-007a-56cb-63eac3000000', 'x-ms-client-request-id', - 'd6f3035b-c42c-46f2-bd9b-72bb9fa8d4e6', + '1b94c85e-fe65-4be3-8487-eeb603d1cb40', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:00.8370169Z', + '2019-09-05T09:22:33.0558567Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:00.8370169Z', + '2019-09-05T09:22:33.0558567Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:00.8370169Z', + '2019-09-05T09:22:33.0558567Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,26 +59,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:00 GMT', + 'Thu, 05 Sep 2019 09:22:32 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472014906995') + .delete('/share156767535239102723') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1d320cd7-101a-015b-0df8-6230b5000000', + 'dccb06fc-d01a-0039-05cb-630c9f000000', 'x-ms-client-request-id', - 'b4f542ef-c8a5-47ac-8f1b-f690c02011d2', + '79132642-4214-4bb5-a836-55df6de74202', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:01 GMT', + 'Thu, 05 Sep 2019 09:22:32 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_forceclosehandle_should_work.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_forceclosehandle_should_work.js index bcccaf1df01a..483d900d611f 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_forceclosehandle_should_work.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_forceclosehandle_should_work.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758473894907449","dir":"dir156758473938607600"} +module.exports.testInfo = {"share":"share156767537027405983","dir":"dir156767537067408875"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758473894907449') + .put('/share156767537027405983') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:19 GMT', + 'Thu, 05 Sep 2019 09:22:50 GMT', 'ETag', - '"0x8D7310F9B107554"', + '"0x8D731E29F8C4B90"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '748b5c08-b01a-0120-25f8-627229000000', + 'e6358062-201a-002d-53cb-6344f0000000', 'x-ms-client-request-id', - 'f457a4e7-22b4-4466-9dfd-48913d73cb97', + 'e6e724c0-409f-40df-95c8-cc3884e1b22c', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:18 GMT', + 'Thu, 05 Sep 2019 09:22:50 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758473894907449/dir156758473938607600') + .put('/share156767537027405983/dir156767537067408875') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:19 GMT', + 'Thu, 05 Sep 2019 09:22:50 GMT', 'ETag', - '"0x8D7310F9B50F186"', + '"0x8D731E29FC9F841"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1535e51e-301a-012e-0bf8-625b99000000', + 'd7f640cc-e01a-00f9-64cb-63f4a1000000', 'x-ms-client-request-id', - '5eea7605-a764-4bba-9d09-d32b1c4141a7', + 'b1beca8c-dd1f-4592-a605-41df379b52de', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:19.6258182Z', + '2019-09-05T09:22:50.9398081Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:19.6258182Z', + '2019-09-05T09:22:50.9398081Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:19.6258182Z', + '2019-09-05T09:22:50.9398081Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,13 +59,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:18 GMT', + 'Thu, 05 Sep 2019 09:22:50 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758473894907449/dir156758473938607600') + .get('/share156767537027405983/dir156767537067408875') .query(true) .reply(200, "", [ 'Transfer-Encoding', 'chunked', @@ -74,9 +74,9 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'dfe545e8-b01a-00b9-78f8-62f399000000', + '7a57b7d2-d01a-005b-58cb-63ceb8000000', 'x-ms-client-request-id', - '3827df97-a883-43dc-b976-b9c500768a4f', + 'e2e951b5-481a-4f1f-bbd5-22fc280621cc', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -84,26 +84,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:19 GMT', + 'Thu, 05 Sep 2019 09:22:51 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758473894907449') + .delete('/share156767537027405983') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c354cb82-201a-0002-22f8-62493b000000', + '0b976379-101a-0026-42cb-63bf9b000000', 'x-ms-client-request-id', - '6854da20-9945-484c-9a42-434d270422ab', + '82096368-0991-45ae-a6cc-e4beee978080', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:19 GMT', + 'Thu, 05 Sep 2019 09:22:51 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_forceclosehandlessegment_should_work.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_forceclosehandlessegment_should_work.js index c857e45f9fd2..c5cd5f150f27 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_forceclosehandlessegment_should_work.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_forceclosehandlessegment_should_work.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758473717006093","dir":"dir156758473761609394"} +module.exports.testInfo = {"share":"share156767536862805835","dir":"dir156767536905905488"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758473717006093') + .put('/share156767536862805835') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:17 GMT', + 'Thu, 05 Sep 2019 09:22:48 GMT', 'ETag', - '"0x8D7310F9A01E398"', + '"0x8D731E29E945AC5"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2af92776-001a-0083-30f8-62e9e1000000', + 'd3e2800c-201a-00bb-11cb-634d21000000', 'x-ms-client-request-id', - '6d3fe5f8-6fd3-41dd-8875-dad08819165a', + '044336b5-b2cc-4b57-bd1a-56f2a1dffd9b', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:16 GMT', + 'Thu, 05 Sep 2019 09:22:47 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758473717006093/dir156758473761609394') + .put('/share156767536862805835/dir156767536905905488') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:17 GMT', + 'Thu, 05 Sep 2019 09:22:49 GMT', 'ETag', - '"0x8D7310F9A4E36D8"', + '"0x8D731E29ED28AFC"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b5fb36df-b01a-00cb-39f8-62f4d6000000', + 'de7a56f2-101a-014b-37cb-63f5dd000000', 'x-ms-client-request-id', - '669b7ce1-e2ac-4166-b4d1-2e22c9afb87d', + '2ced6d2e-c94d-4f42-876c-9cf38fee9f72', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:17.9302104Z', + '2019-09-05T09:22:49.3182716Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:17.9302104Z', + '2019-09-05T09:22:49.3182716Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:17.9302104Z', + '2019-09-05T09:22:49.3182716Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,47 +59,47 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:17 GMT', + 'Thu, 05 Sep 2019 09:22:48 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758473717006093/dir156758473761609394') + .put('/share156767536862805835/dir156767536905905488') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ba25ad8a-b01a-00a9-2bf8-6236f1000000', + '86121f16-f01a-00ca-60cb-63ab0a000000', 'x-ms-client-request-id', - 'a8222c22-4bb4-4391-944d-acdfd59c192c', + 'b5d7cb1d-7c84-4c6d-a965-6a9e8749aaa5', 'x-ms-version', '2019-02-02', 'x-ms-number-of-handles-closed', '0', 'Date', - 'Wed, 04 Sep 2019 08:12:18 GMT', + 'Thu, 05 Sep 2019 09:22:48 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758473717006093') + .delete('/share156767536862805835') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '113929b9-601a-00ba-01f8-6212fd000000', + '02d12acb-d01a-0126-57cb-634196000000', 'x-ms-client-request-id', - '4b4652f6-30bc-4e1d-a605-74cbeecfbd13', + '0dd2a500-4488-498a-8417-b2150dd3c4f6', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:18 GMT', + 'Thu, 05 Sep 2019 09:22:49 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_getproperties.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_getproperties.js index f98ec141e42e..6284d3633de8 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_getproperties.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_getproperties.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470770907711","dir":"dir156758470815102016"} +module.exports.testInfo = {"share":"share156767534045708316","dir":"dir156767534089705676"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470770907711') + .put('/share156767534045708316') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:47 GMT', + 'Thu, 05 Sep 2019 09:22:20 GMT', 'ETag', - '"0x8D7310F887258E6"', + '"0x8D731E28DC99A29"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '33964d4c-001a-00e1-73f8-622bc6000000', + 'c7f1635c-b01a-0096-7ccb-63fe52000000', 'x-ms-client-request-id', - 'b9014c40-40cd-45bc-93dd-5312c9eed140', + 'a4209879-f5bb-4cf7-98a6-16d2923c9dd6', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:47 GMT', + 'Thu, 05 Sep 2019 09:22:20 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470770907711/dir156758470815102016') + .put('/share156767534045708316/dir156767534089705676') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:48 GMT', + 'Thu, 05 Sep 2019 09:22:21 GMT', 'ETag', - '"0x8D7310F88B4733D"', + '"0x8D731E28E0B16EE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fe694871-f01a-0063-3df8-626a78000000', + 'be84ddf5-701a-0100-4acb-63098e000000', 'x-ms-client-request-id', - '70da839d-1224-4278-af69-0f309afcca2e', + '35f20323-f2d5-4f0b-a85e-e8c80d150ad2', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:48.4012349Z', + '2019-09-05T09:22:21.1675886Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:48.4012349Z', + '2019-09-05T09:22:21.1675886Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:48.4012349Z', + '2019-09-05T09:22:21.1675886Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,36 +59,36 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:48 GMT', + 'Thu, 05 Sep 2019 09:22:20 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758470770907711/dir156758470815102016') + .get('/share156767534045708316/dir156767534089705676') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:48 GMT', + 'Thu, 05 Sep 2019 09:22:21 GMT', 'ETag', - '"0x8D7310F88B4733D"', + '"0x8D731E28E0B16EE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '67ff8e9e-501a-00fc-1af8-62267a000000', + '0ce51f31-a01a-0023-45cb-636d40000000', 'x-ms-client-request-id', - 'e4f17d90-b648-464c-9f63-4df02ce66e2f', + 'b9b62c00-1743-450e-99f7-e027880a8960', 'x-ms-version', '2019-02-02', 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:11:48.4012349Z', + '2019-09-05T09:22:21.1675886Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:48.4012349Z', + '2019-09-05T09:22:21.1675886Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:48.4012349Z', + '2019-09-05T09:22:21.1675886Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -102,26 +102,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:11:48 GMT', + 'Thu, 05 Sep 2019 09:22:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758470770907711') + .delete('/share156767534045708316') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '859d458b-601a-00f7-49f8-62dd11000000', + '892bb886-601a-0095-30cb-631f36000000', 'x-ms-client-request-id', - '8f7cd175-c7dd-43d2-9099-25acb98260a0', + 'd0e4ee11-7fb5-4e39-b2bb-6594fe5fa08c', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:48 GMT', + 'Thu, 05 Sep 2019 09:22:21 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_listfilesanddirectoriessegment_under_root_directory.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_listfilesanddirectoriessegment_under_root_directory.js index 3c52a73ce2b7..a7bfd164e1a8 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_listfilesanddirectoriessegment_under_root_directory.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_listfilesanddirectoriessegment_under_root_directory.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758472145608158","dir":"dir156758472186000765","date":"2019-09-04T08:12:02.295Z","pre1567584722295":"pre1567584722295156758472229507959","pre1567584722295156758472229507959dir0":"pre1567584722295156758472229507959dir0156758472229504330","pre1567584722295156758472229507959dir1":"pre1567584722295156758472229507959dir1156758472270205748","pre1567584722295156758472229507959dir2":"pre1567584722295156758472229507959dir2156758472311206139","pre1567584722295156758472229507959file0":"pre1567584722295156758472229507959file0156758472352103326","pre1567584722295156758472229507959file1":"pre1567584722295156758472229507959file1156758472394209662","pre1567584722295156758472229507959file2":"pre1567584722295156758472229507959file2156758472437709518"} +module.exports.testInfo = {"share":"share156767535360207097","dir":"dir156767535399807608","date":"2019-09-05T09:22:34.395Z","pre1567675354395":"pre1567675354395156767535439505557","pre1567675354395156767535439505557dir0":"pre1567675354395156767535439505557dir0156767535439504584","pre1567675354395156767535439505557dir1":"pre1567675354395156767535439505557dir1156767535482603045","pre1567675354395156767535439505557dir2":"pre1567675354395156767535439505557dir2156767535523302652","pre1567675354395156767535439505557file0":"pre1567675354395156767535439505557file0156767535562802072","pre1567675354395156767535439505557file1":"pre1567675354395156767535439505557file1156767535603002987","pre1567675354395156767535439505557file2":"pre1567675354395156767535439505557file2156767535643804955"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472145608158') + .put('/share156767535360207097') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:01 GMT', + 'Thu, 05 Sep 2019 09:22:33 GMT', 'ETag', - '"0x8D7310F90A0A0F6"', + '"0x8D731E2959BA0BE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '64468674-201a-003d-46f8-628198000000', + 'e3ad5d8d-b01a-0142-6fcb-63b00e000000', 'x-ms-client-request-id', - '3ad92870-7e19-417c-8407-aba626df5171', + 'f95b116b-7319-4e8e-b96c-534bddb9ef31', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:01 GMT', + 'Thu, 05 Sep 2019 09:22:33 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472145608158/dir156758472186000765') + .put('/share156767535360207097/dir156767535399807608') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:02 GMT', + 'Thu, 05 Sep 2019 09:22:34 GMT', 'ETag', - '"0x8D7310F90DEBFA2"', + '"0x8D731E295D7EA93"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '134b7b87-b01a-0062-3af8-6235a4000000', + '2a8dd731-901a-0137-78cb-63db22000000', 'x-ms-client-request-id', - '3d7999a5-7212-43e5-be0d-d4d0238a196c', + 'c4c0649b-1652-43c6-b645-0d236dfb348a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:02.1002146Z', + '2019-09-05T09:22:34.2539923Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:02.1002146Z', + '2019-09-05T09:22:34.2539923Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:02.1002146Z', + '2019-09-05T09:22:34.2539923Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,34 +59,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:01 GMT', + 'Thu, 05 Sep 2019 09:22:34 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472145608158/pre1567584722295156758472229507959dir0156758472229504330') + .put('/share156767535360207097/pre1567675354395156767535439505557dir0156767535439504584') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:02 GMT', + 'Thu, 05 Sep 2019 09:22:34 GMT', 'ETag', - '"0x8D7310F9120E1B5"', + '"0x8D731E29615509F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '57880f7f-201a-005f-5df8-6243bf000000', + '63c122b6-101a-008f-32cb-637ee9000000', 'x-ms-client-request-id', - '9562b1cf-75a8-49f8-8e39-782cf996386e', + '678388ca-a917-4ec5-a22b-f9409ebff725', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:02.5336245Z', + '2019-09-05T09:22:34.6563743Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:02.5336245Z', + '2019-09-05T09:22:34.6563743Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:02.5336245Z', + '2019-09-05T09:22:34.6563743Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -98,34 +98,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:01 GMT', + 'Thu, 05 Sep 2019 09:22:34 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472145608158/pre1567584722295156758472229507959dir1156758472270205748') + .put('/share156767535360207097/pre1567675354395156767535439505557dir1156767535482603045') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:02 GMT', + 'Thu, 05 Sep 2019 09:22:35 GMT', 'ETag', - '"0x8D7310F915F0B33"', + '"0x8D731E29656FD68"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '610903c9-e01a-00f9-73f8-62f4a1000000', + '8518e962-c01a-00b3-71cb-63572e000000', 'x-ms-client-request-id', - 'd1f28e76-e80e-4a3c-8242-91b2d4a56c43', + '2f02a1c4-b774-43a6-98bb-5c242cf89745', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:02.9410099Z', + '2019-09-05T09:22:35.0867816Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:02.9410099Z', + '2019-09-05T09:22:35.0867816Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:02.9410099Z', + '2019-09-05T09:22:35.0867816Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -137,34 +137,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:02 GMT', + 'Thu, 05 Sep 2019 09:22:34 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472145608158/pre1567584722295156758472229507959dir2156758472311206139') + .put('/share156767535360207097/pre1567675354395156767535439505557dir2156767535523302652') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:03 GMT', + 'Thu, 05 Sep 2019 09:22:35 GMT', 'ETag', - '"0x8D7310F919DAA04"', + '"0x8D731E296946370"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9e456478-401a-0014-0cf8-62bfec000000', + '54811caa-501a-0128-17cb-636826000000', 'x-ms-client-request-id', - 'f2b70dcb-2638-436b-91d7-46d1a1cd35b7', + 'a0996264-aeb0-449b-98b6-dc16ab23ae17', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:03.3513988Z', + '2019-09-05T09:22:35.4891632Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:03.3513988Z', + '2019-09-05T09:22:35.4891632Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:03.3513988Z', + '2019-09-05T09:22:35.4891632Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -176,33 +176,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:02 GMT', + 'Thu, 05 Sep 2019 09:22:34 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472145608158/pre1567584722295156758472229507959file0156758472352103326') + .put('/share156767535360207097/pre1567675354395156767535439505557file0156767535562802072') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:03 GMT', + 'Thu, 05 Sep 2019 09:22:35 GMT', 'ETag', - '"0x8D7310F91DBFA9B"', + '"0x8D731E296D15427"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e8234e7e-d01a-0016-16f8-620154000000', + '6cc03e32-e01a-0050-60cb-6335d3000000', 'x-ms-client-request-id', - '1795a100-053e-45d2-8478-0da110e851d2', + '0a843f94-9515-413d-a6c6-ee044192d2c1', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:03.7597851Z', + '2019-09-05T09:22:35.8885415Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:03.7597851Z', + '2019-09-05T09:22:35.8885415Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:03.7597851Z', + '2019-09-05T09:22:35.8885415Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -214,33 +214,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:03 GMT', + 'Thu, 05 Sep 2019 09:22:35 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472145608158/pre1567584722295156758472229507959file1156758472394209662') + .put('/share156767535360207097/pre1567675354395156767535439505557file1156767535603002987') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:04 GMT', + 'Thu, 05 Sep 2019 09:22:36 GMT', 'ETag', - '"0x8D7310F921BD232"', + '"0x8D731E2970E44E1"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1684fbf7-e01a-014f-04f8-6278da000000', + 'f12c88d1-701a-00d4-75cb-6347d2000000', 'x-ms-client-request-id', - '9ed1c32f-71af-4e4d-9ff8-fe7c2ef24906', + 'be5d79b2-2c7f-4559-9102-676b75567e18', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:04.1781810Z', + '2019-09-05T09:22:36.2879201Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:04.1781810Z', + '2019-09-05T09:22:36.2879201Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:04.1781810Z', + '2019-09-05T09:22:36.2879201Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -252,33 +252,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:03 GMT', + 'Thu, 05 Sep 2019 09:22:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472145608158/pre1567584722295156758472229507959file2156758472437709518') + .put('/share156767535360207097/pre1567675354395156767535439505557file2156767535643804955') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:04 GMT', + 'Thu, 05 Sep 2019 09:22:36 GMT', 'ETag', - '"0x8D7310F925EB7D1"', + '"0x8D731E2974C9580"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '968c9de8-401a-011b-34f8-62378d000000', + '54144e94-001a-00ac-64cb-63e42a000000', 'x-ms-client-request-id', - '4ef1ff26-37c4-4837-8976-80f6f0ff49aa', + '20ad1564-dc1c-4e43-85bd-d58e134c3f4e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:04.6165969Z', + '2019-09-05T09:22:36.6963072Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:04.6165969Z', + '2019-09-05T09:22:36.6963072Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:04.6165969Z', + '2019-09-05T09:22:36.6963072Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -290,24 +290,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:03 GMT', + 'Thu, 05 Sep 2019 09:22:35 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758472145608158/') + .get('/share156767535360207097/') .query(true) - .reply(200, "pre1567584722295156758472229507959pre1567584722295156758472229507959dir0156758472229504330pre1567584722295156758472229507959dir1156758472270205748pre1567584722295156758472229507959dir2156758472311206139pre1567584722295156758472229507959file01567584723521033261024pre1567584722295156758472229507959file11567584723942096621024pre1567584722295156758472229507959file21567584724377095181024", [ 'Transfer-Encoding', + .reply(200, "pre1567675354395156767535439505557pre1567675354395156767535439505557dir0156767535439504584pre1567675354395156767535439505557dir1156767535482603045pre1567675354395156767535439505557dir2156767535523302652pre1567675354395156767535439505557file01567675355628020721024pre1567675354395156767535439505557file11567675356030029871024pre1567675354395156767535439505557file21567675356438049551024", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9ff4344b-701a-0089-20f8-624d56000000', + 'abe486c1-201a-004f-6bcb-6386d7000000', 'x-ms-client-request-id', - 'eaf2639c-19db-40d3-afef-85a652a90671', + 'ff6cbfb0-4e6c-4925-9554-66bf86849748', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -315,137 +315,137 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:04 GMT', + 'Thu, 05 Sep 2019 09:22:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472145608158/pre1567584722295156758472229507959file0156758472352103326') + .delete('/share156767535360207097/pre1567675354395156767535439505557file0156767535562802072') .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '15704d26-d01a-0039-37f8-620c9f000000', + 'aa4c5793-b01a-00a9-4ecb-6336f1000000', 'x-ms-client-request-id', - '3b3fa970-c97e-43a9-a0f1-dca671fda7df', + '1533a3e1-3aaf-4d67-9947-1ffd8e769238', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:05 GMT', + 'Thu, 05 Sep 2019 09:22:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472145608158/pre1567584722295156758472229507959file1156758472394209662') + .delete('/share156767535360207097/pre1567675354395156767535439505557file1156767535603002987') .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e5e76156-f01a-0001-24f8-62a85f000000', + '516f9f6e-b01a-011f-73cb-63ba8a000000', 'x-ms-client-request-id', - 'b388472c-4f8b-4637-a871-98b8791876ba', + '7a100879-9701-44cf-8239-1b6d2f719b4f', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:05 GMT', + 'Thu, 05 Sep 2019 09:22:37 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472145608158/pre1567584722295156758472229507959file2156758472437709518') + .delete('/share156767535360207097/pre1567675354395156767535439505557file2156767535643804955') .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4e974a82-c01a-00ee-20f8-625daa000000', + '1d8be7f6-b01a-0120-0ccb-637229000000', 'x-ms-client-request-id', - 'f49a004e-d4e0-4b68-892c-298b9ec21e50', + '20ce949a-e0cb-499d-a5c3-bf22590e2e64', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:05 GMT', + 'Thu, 05 Sep 2019 09:22:37 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472145608158/pre1567584722295156758472229507959dir0156758472229504330') + .delete('/share156767535360207097/pre1567675354395156767535439505557dir0156767535439504584') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c6942dc5-e01a-0022-50f8-62329c000000', + 'a95b6ba8-c01a-013a-4bcb-6313f6000000', 'x-ms-client-request-id', - '6cdaaaef-030f-4c28-82e3-74e591627fa5', + '65e13cf2-b59d-401a-992f-b965ca15df7b', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:06 GMT', + 'Thu, 05 Sep 2019 09:22:37 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472145608158/pre1567584722295156758472229507959dir1156758472270205748') + .delete('/share156767535360207097/pre1567675354395156767535439505557dir1156767535482603045') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '91a8eeed-601a-0013-41f8-62d38f000000', + '989d720f-601a-00aa-49cb-63d795000000', 'x-ms-client-request-id', - '40d3a2ce-9ae3-42ea-89f3-6518d24ebd2c', + '394dd5b9-6651-4584-8924-83b85c11f542', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:07 GMT', + 'Thu, 05 Sep 2019 09:22:38 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472145608158/pre1567584722295156758472229507959dir2156758472311206139') + .delete('/share156767535360207097/pre1567675354395156767535439505557dir2156767535523302652') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8211e7ec-c01a-0057-09f8-6259b0000000', + '89a2658b-401a-00f0-6fcb-63b172000000', 'x-ms-client-request-id', - 'd2d1ef00-c7aa-46e2-b7aa-3255f2be1c27', + '4a68cc46-4aad-4fde-a307-416e1bc29590', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:06 GMT', + 'Thu, 05 Sep 2019 09:22:39 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472145608158') + .delete('/share156767535360207097') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '91a8eef0-601a-0013-42f8-62d38f000000', + '09516ed4-001a-0015-1ccb-63e030000000', 'x-ms-client-request-id', - 'd914cf12-a499-45ee-9342-213cb6594d8f', + '75a12a41-3309-435f-b393-1016204b57f6', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:08 GMT', + 'Thu, 05 Sep 2019 09:22:39 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_listfilesanddirectoriessegment_with_all_parameters_configured.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_listfilesanddirectoriessegment_with_all_parameters_configured.js index 0f9f985838c0..088c16a2f2ce 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_listfilesanddirectoriessegment_with_all_parameters_configured.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_listfilesanddirectoriessegment_with_all_parameters_configured.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758472834202762","dir":"dir156758472877604046","date":"2019-09-04T08:12:09.191Z","pre1567584729191":"pre1567584729191156758472919109903","pre1567584729191156758472919109903dir0":"pre1567584729191156758472919109903dir0156758472919109677","pre1567584729191156758472919109903dir1":"pre1567584729191156758472919109903dir1156758472960002836","pre1567584729191156758472919109903dir2":"pre1567584729191156758472919109903dir2156758473000702622","pre1567584729191156758472919109903file0":"pre1567584729191156758472919109903file0156758473041101313","pre1567584729191156758472919109903file1":"pre1567584729191156758472919109903file1156758473081409481","pre1567584729191156758472919109903file2":"pre1567584729191156758472919109903file2156758473121902191"} +module.exports.testInfo = {"share":"share156767536006107462","dir":"dir156767536047901709","date":"2019-09-05T09:22:40.891Z","pre1567675360891":"pre1567675360891156767536089101243","pre1567675360891156767536089101243dir0":"pre1567675360891156767536089101243dir0156767536089108019","pre1567675360891156767536089101243dir1":"pre1567675360891156767536089101243dir1156767536129709220","pre1567675360891156767536089101243dir2":"pre1567675360891156767536089101243dir2156767536171705447","pre1567675360891156767536089101243file0":"pre1567675360891156767536089101243file0156767536211404772","pre1567675360891156767536089101243file1":"pre1567675360891156767536089101243file1156767536251709843","pre1567675360891156767536089101243file2":"pre1567675360891156767536089101243file2156767536291701064"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472834202762') + .put('/share156767536006107462') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:08 GMT', + 'Thu, 05 Sep 2019 09:22:40 GMT', 'ETag', - '"0x8D7310F94BCE6D7"', + '"0x8D731E29977197F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '69c530f9-f01a-004c-5bf8-6267b3000000', + '0f4c270c-201a-0002-2ecb-63493b000000', 'x-ms-client-request-id', - 'a033c041-32d3-4b44-92dd-92c8e915e122', + 'f2ce1218-119f-45c7-b3cc-388b58d2213b', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:08 GMT', + 'Thu, 05 Sep 2019 09:22:39 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472834202762/dir156758472877604046') + .put('/share156767536006107462/dir156767536047901709') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:09 GMT', + 'Thu, 05 Sep 2019 09:22:40 GMT', 'ETag', - '"0x8D7310F94FDD34F"', + '"0x8D731E299B578AA"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '69faf7af-301a-001e-53f8-621b5b000000', + 'ec72169c-f01a-004c-5ecb-6367b3000000', 'x-ms-client-request-id', - '19db1beb-bf72-4bf9-82c6-8e2ecb9e998f', + 'ec9fe875-6182-4b5e-8f5b-9d52199b2cd3', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:09.0147663Z', + '2019-09-05T09:22:40.7391402Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:09.0147663Z', + '2019-09-05T09:22:40.7391402Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:09.0147663Z', + '2019-09-05T09:22:40.7391402Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,34 +59,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:08 GMT', + 'Thu, 05 Sep 2019 09:22:40 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472834202762/pre1567584729191156758472919109903dir0156758472919109677') + .put('/share156767536006107462/pre1567675360891156767536089101243dir0156767536089108019') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:09 GMT', + 'Thu, 05 Sep 2019 09:22:41 GMT', 'ETag', - '"0x8D7310F953D35AC"', + '"0x8D731E299F50210"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '762e9302-d01a-0119-02f8-628935000000', + '8e52333f-c01a-0047-2bcb-639cd8000000', 'x-ms-client-request-id', - '97c2beee-7731-4d8f-8bbd-ce7ddba50a50', + 'c4e9f6d0-ceac-499f-a077-0f6f3318c24c', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:09.4301612Z', + '2019-09-05T09:22:41.1555344Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:09.4301612Z', + '2019-09-05T09:22:41.1555344Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:09.4301612Z', + '2019-09-05T09:22:41.1555344Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -98,34 +98,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:09 GMT', + 'Thu, 05 Sep 2019 09:22:41 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472834202762/pre1567584729191156758472919109903dir1156758472960002836') + .put('/share156767536006107462/pre1567675360891156767536089101243dir1156767536129709220') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:09 GMT', + 'Thu, 05 Sep 2019 09:22:41 GMT', 'ETag', - '"0x8D7310F957B8648"', + '"0x8D731E29A32B64E"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6c6197c3-d01a-0006-3cf8-62c43c000000', + 'a09c9db8-f01a-0073-2acb-63af10000000', 'x-ms-client-request-id', - 'e3af1711-7dc6-4561-96f6-d3b057d34f4f', + 'f76f2a1e-5183-4655-9b62-019d5d9a3251', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:09.8385480Z', + '2019-09-05T09:22:41.5599182Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:09.8385480Z', + '2019-09-05T09:22:41.5599182Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:09.8385480Z', + '2019-09-05T09:22:41.5599182Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -137,34 +137,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:09 GMT', + 'Thu, 05 Sep 2019 09:22:41 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472834202762/pre1567584729191156758472919109903dir2156758473000702622') + .put('/share156767536006107462/pre1567675360891156767536089101243dir2156767536171705447') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:10 GMT', + 'Thu, 05 Sep 2019 09:22:41 GMT', 'ETag', - '"0x8D7310F95B8EC55"', + '"0x8D731E29A71F17F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '25ed3eb3-201a-0094-7ff8-6240ea000000', + 'dccb0705-d01a-0039-08cb-630c9f000000', 'x-ms-client-request-id', - 'f578e061-2899-47a6-a610-f6c25a01a1b1', + '0cdaeeaa-4b90-496a-a197-5b083d76e3a3', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:10.2409301Z', + '2019-09-05T09:22:41.9743103Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:10.2409301Z', + '2019-09-05T09:22:41.9743103Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:10.2409301Z', + '2019-09-05T09:22:41.9743103Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -176,33 +176,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:09 GMT', + 'Thu, 05 Sep 2019 09:22:41 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472834202762/pre1567584729191156758472919109903file0156758473041101313') + .put('/share156767536006107462/pre1567675360891156767536089101243file0156767536211404772') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:10 GMT', + 'Thu, 05 Sep 2019 09:22:42 GMT', 'ETag', - '"0x8D7310F95F67960"', + '"0x8D731E29AAF094D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a138aacd-101a-0116-66f8-62ff59000000', + '2d6788cc-201a-0150-6fcb-63cbde000000', 'x-ms-client-request-id', - '30d5fab2-7e1d-4b00-9df0-37c7759a7102', + 'ced709d3-7de0-4eb9-a30d-0db3d523957c', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:10.6443104Z', + '2019-09-05T09:22:42.3746893Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:10.6443104Z', + '2019-09-05T09:22:42.3746893Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:10.6443104Z', + '2019-09-05T09:22:42.3746893Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -214,33 +214,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:09 GMT', + 'Thu, 05 Sep 2019 09:22:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472834202762/pre1567584729191156758472919109903file1156758473081409481') + .put('/share156767536006107462/pre1567675360891156767536089101243file1156767536251709843') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:11 GMT', + 'Thu, 05 Sep 2019 09:22:42 GMT', 'ETag', - '"0x8D7310F96347BCF"', + '"0x8D731E29AEC6F5F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5b488c2f-801a-012b-65f8-628942000000', + '1ac2ed20-b01a-004d-70cb-63386f000000', 'x-ms-client-request-id', - 'dbd2bdda-2078-4c4a-a099-03fe2f51f57f', + '44d2b79e-1551-4965-b13a-7d78c8e39d66', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:11.0506959Z', + '2019-09-05T09:22:42.7770719Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:11.0506959Z', + '2019-09-05T09:22:42.7770719Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:11.0506959Z', + '2019-09-05T09:22:42.7770719Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -252,33 +252,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:10 GMT', + 'Thu, 05 Sep 2019 09:22:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758472834202762/pre1567584729191156758472919109903file2156758473121902191') + .put('/share156767536006107462/pre1567675360891156767536089101243file2156767536291701064') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:11 GMT', + 'Thu, 05 Sep 2019 09:22:43 GMT', 'ETag', - '"0x8D7310F96758C3C"', + '"0x8D731E29B2A71C4"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e39f7923-701a-012f-1df8-620445000000', + '86121f01-f01a-00ca-5dcb-63ab0a000000', 'x-ms-client-request-id', - 'd2419dee-bc69-4352-86fd-1eda4697ed48', + 'a2b7f646-7e2d-420e-9c94-32e7250f8c65', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:11.4771004Z', + '2019-09-05T09:22:43.1834564Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:11.4771004Z', + '2019-09-05T09:22:43.1834564Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:11.4771004Z', + '2019-09-05T09:22:43.1834564Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -290,24 +290,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:11 GMT', + 'Thu, 05 Sep 2019 09:22:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758472834202762/') + .get('/share156767536006107462/') .query(true) - .reply(200, "pre15675847291911567584729191099033pre1567584729191156758472919109903dir0156758472919109677pre1567584729191156758472919109903dir1156758472960002836pre1567584729191156758472919109903dir21567584730007026221!76!cHJlMTU2NzU4NDcyOTE5MTE1Njc1ODQ3MjkxOTEwOTkwM2ZpbGUwMTU2NzU4NDczMDQxMTAxMzEz", [ 'Transfer-Encoding', + .reply(200, "pre15676753608911567675360891012433pre1567675360891156767536089101243dir0156767536089108019pre1567675360891156767536089101243dir1156767536129709220pre1567675360891156767536089101243dir21567675361717054471!76!cHJlMTU2NzY3NTM2MDg5MTE1Njc2NzUzNjA4OTEwMTI0M2ZpbGUwMTU2NzY3NTM2MjExNDA0Nzcy", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '37af4845-b01a-010f-03f8-627fe2000000', + 'c625cfbb-901a-00ae-67cb-635a92000000', 'x-ms-client-request-id', - '8a886c87-9f82-407a-bd47-f151068ed68b', + '3a0ff09a-4086-4ea8-af45-5fda911312a0', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -315,24 +315,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:11 GMT', + 'Thu, 05 Sep 2019 09:22:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758472834202762/') + .get('/share156767536006107462/') .query(true) - .reply(200, "pre15675847291911567584729191099031!76!cHJlMTU2NzU4NDcyOTE5MTE1Njc1ODQ3MjkxOTEwOTkwM2ZpbGUwMTU2NzU4NDczMDQxMTAxMzEz6pre1567584729191156758472919109903file01567584730411013131024pre1567584729191156758472919109903file11567584730814094811024pre1567584729191156758472919109903file21567584731219021911024", [ 'Transfer-Encoding', + .reply(200, "pre15676753608911567675360891012431!76!cHJlMTU2NzY3NTM2MDg5MTE1Njc2NzUzNjA4OTEwMTI0M2ZpbGUwMTU2NzY3NTM2MjExNDA0Nzcy6pre1567675360891156767536089101243file01567675362114047721024pre1567675360891156767536089101243file11567675362517098431024pre1567675360891156767536089101243file21567675362917010641024", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd88b0f5f-e01a-0112-7bf8-62725e000000', + 'e4ae7dc2-b01a-0000-13cb-63f783000000', 'x-ms-client-request-id', - 'be8a6d0d-4a29-4cea-a6fb-9790086c5bbd', + 'e03d0f7e-9f81-4895-8890-de0bbdde17a3', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -340,137 +340,137 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:11 GMT', + 'Thu, 05 Sep 2019 09:22:43 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472834202762/pre1567584729191156758472919109903file0156758473041101313') + .delete('/share156767536006107462/pre1567675360891156767536089101243file0156767536211404772') .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '0edcb4d9-201a-0012-09f8-628c53000000', + 'e3ad5d9d-b01a-0142-74cb-63b00e000000', 'x-ms-client-request-id', - '613c2139-da19-4c0e-b3f9-3e95cbf91a53', + 'a874e16f-72b7-4e02-88d4-a6a370d78981', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:12 GMT', + 'Thu, 05 Sep 2019 09:22:44 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472834202762/pre1567584729191156758472919109903file1156758473081409481') + .delete('/share156767536006107462/pre1567675360891156767536089101243file1156767536251709843') .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e73dc184-301a-0031-4af8-621690000000', + '5760e075-b01a-00cb-7bcb-63f4d6000000', 'x-ms-client-request-id', - 'ccac8ba9-7bf0-4cce-9752-b5773b7e5868', + '1bef8794-6e70-4dc1-8216-9a713528c529', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:12 GMT', + 'Thu, 05 Sep 2019 09:22:44 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472834202762/pre1567584729191156758472919109903file2156758473121902191') + .delete('/share156767536006107462/pre1567675360891156767536089101243file2156767536291701064') .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fce0a4f5-d01a-00dd-5ff8-620201000000', + '105c2036-901a-00dc-76cb-635ddd000000', 'x-ms-client-request-id', - 'c7a68ee5-648c-4da2-ac38-7c3822971c66', + 'bceb2278-79bc-491b-81cc-42f74f0e8b32', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:12 GMT', + 'Thu, 05 Sep 2019 09:22:44 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472834202762/pre1567584729191156758472919109903dir0156758472919109677') + .delete('/share156767536006107462/pre1567675360891156767536089101243dir0156767536089108019') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fbee8417-401a-0082-11f8-62b63d000000', + '0032daba-801a-00c0-5ccb-630fbd000000', 'x-ms-client-request-id', - '39f4c723-81c7-47f8-a3a3-da4944b0b49a', + '458d4ddc-598e-4c1e-90aa-3bb5135bc1e4', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:13 GMT', + 'Thu, 05 Sep 2019 09:22:45 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472834202762/pre1567584729191156758472919109903dir1156758472960002836') + .delete('/share156767536006107462/pre1567675360891156767536089101243dir1156767536129709220') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5ac709a2-001a-0135-21f8-62659a000000', + 'b2ca141f-e01a-013d-27cb-637f95000000', 'x-ms-client-request-id', - '65063b43-1b7a-43b9-b51c-99374c7e7cc0', + 'b3bd1cbc-47cb-47a4-80c2-ed40cbc0c0b1', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:13 GMT', + 'Thu, 05 Sep 2019 09:22:45 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472834202762/pre1567584729191156758472919109903dir2156758473000702622') + .delete('/share156767536006107462/pre1567675360891156767536089101243dir2156767536171705447') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6bf2805a-701a-0099-49f8-62883e000000', + '74a09f4a-101a-00fd-48cb-6379a6000000', 'x-ms-client-request-id', - 'ea4ffbee-0f84-497a-ad29-b95f4702829d', + 'abfecc8f-814b-4d0d-9d65-052296eb367e', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:14 GMT', + 'Thu, 05 Sep 2019 09:22:46 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758472834202762') + .delete('/share156767536006107462') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ede53f82-301a-013e-5af8-629ef1000000', + 'f12c88db-701a-00d4-78cb-6347d2000000', 'x-ms-client-request-id', - '93f9c83f-be9f-40b7-a644-dbb498048460', + 'd211e301-894b-44ce-bf21-359c4387c2f2', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:14 GMT', + 'Thu, 05 Sep 2019 09:22:46 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_listhandles_should_work.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_listhandles_should_work.js index 84a95e2a1b2e..980cf0f6627e 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_listhandles_should_work.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_listhandles_should_work.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758473550307423","dir":"dir156758473591008443"} +module.exports.testInfo = {"share":"share156767536696706312","dir":"dir156767536736401701"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758473550307423') + .put('/share156767536696706312') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:15 GMT', + 'Thu, 05 Sep 2019 09:22:47 GMT', 'ETag', - '"0x8D7310F98FFEE4A"', + '"0x8D731E29D93652E"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '84cb78ba-501a-008e-68f8-622135000000', + '299d38e6-101a-00d2-10cb-63746d000000', 'x-ms-client-request-id', - '32fa7545-e686-4624-a148-48db3d55ee41', + '8a178f9d-9362-45c1-a1e9-ba862bf37817', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:15 GMT', + 'Thu, 05 Sep 2019 09:22:47 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758473550307423/dir156758473591008443') + .put('/share156767536696706312/dir156767536736401701') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:16 GMT', + 'Thu, 05 Sep 2019 09:22:47 GMT', 'ETag', - '"0x8D7310F993D9632"', + '"0x8D731E29DCFA935"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7879c1be-a01a-014e-08f8-622706000000', + '8518e96f-c01a-00b3-74cb-63572e000000', 'x-ms-client-request-id', - '28b2b160-5270-4376-be41-5c32d26a9dbc', + '6a730e44-172e-42e4-9e93-a1f1de6ea5ce', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:16.1435186Z', + '2019-09-05T09:22:47.6216629Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:16.1435186Z', + '2019-09-05T09:22:47.6216629Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:16.1435186Z', + '2019-09-05T09:22:47.6216629Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,13 +59,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:15 GMT', + 'Thu, 05 Sep 2019 09:22:47 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758473550307423/dir156758473591008443') + .get('/share156767536696706312/dir156767536736401701') .query(true) .reply(200, "", [ 'Transfer-Encoding', 'chunked', @@ -74,9 +74,9 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bcf9ce93-701a-00a6-70f8-62409d000000', + '7900866f-101a-00ed-1dcb-63bcce000000', 'x-ms-client-request-id', - '25f4db82-3a93-4d00-b999-4bb9ba239589', + '1025ce6d-1ef1-42b1-b89f-acd59715f030', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -84,26 +84,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:16 GMT', + 'Thu, 05 Sep 2019 09:22:48 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758473550307423') + .delete('/share156767536696706312') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '06491204-001a-002a-53f8-622893000000', + 'e303746d-b01a-010f-60cb-637fe2000000', 'x-ms-client-request-id', - 'b362e2e9-cba4-44f3-8607-1acd083545bd', + '46488c28-2503-415a-bb5c-9821c04cf8cf', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:16 GMT', + 'Thu, 05 Sep 2019 09:22:48 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_setmetadata.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_setmetadata.js index f48d43bb119f..cd9c644f8ed3 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_setmetadata.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_setmetadata.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758470560408632","dir":"dir156758470600807849"} +module.exports.testInfo = {"share":"share156767533833503723","dir":"dir156767533876609004"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470560408632') + .put('/share156767533833503723') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:45 GMT', + 'Thu, 05 Sep 2019 09:22:18 GMT', 'ETag', - '"0x8D7310F872D8DE6"', + '"0x8D731E28C85E88B"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '123a8c34-501a-0037-0ff8-62252f000000', + '43bb02ba-301a-0088-62cb-63128a000000', 'x-ms-client-request-id', - 'bd96021e-946b-40d2-be9e-e9d57de585eb', + '5356758e-500c-4b7d-846d-80b27d8017ab', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:45 GMT', + 'Thu, 05 Sep 2019 09:22:18 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470560408632/dir156758470600807849') + .put('/share156767533833503723/dir156767533876609004') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:46 GMT', + 'Thu, 05 Sep 2019 09:22:19 GMT', 'ETag', - '"0x8D7310F876EF9EB"', + '"0x8D731E28CC9965C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '69e7ed8a-401a-00f0-61f8-62b172000000', + '65d5cec8-001a-0058-1bcb-632fdc000000', 'x-ms-client-request-id', - '49c6d929-7e0d-4c1f-bfd9-34f77e253064', + 'cbc19199-8b45-4ba2-a64a-4d966a7cfed7', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:46.2682091Z', + '2019-09-05T09:22:19.0605916Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:46.2682091Z', + '2019-09-05T09:22:19.0605916Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:46.2682091Z', + '2019-09-05T09:22:19.0605916Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,51 +59,51 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:46 GMT', + 'Thu, 05 Sep 2019 09:22:18 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758470560408632/dir156758470600807849') + .put('/share156767533833503723/dir156767533876609004') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:46 GMT', + 'Thu, 05 Sep 2019 09:22:19 GMT', 'ETag', - '"0x8D7310F87ADBFD0"', + '"0x8D731E28D074A8C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '83365eee-601a-00e7-05f8-621879000000', + '4a5ed8d7-d01a-0080-1acb-630885000000', 'x-ms-client-request-id', - 'd9fc6caf-f19f-4d51-99e7-559545de1020', + 'ef603381-e24b-4e08-abcb-b83d37237ba1', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:45 GMT', + 'Thu, 05 Sep 2019 09:22:19 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758470560408632/dir156758470600807849') + .get('/share156767533833503723/dir156767533876609004') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:46 GMT', + 'Thu, 05 Sep 2019 09:22:19 GMT', 'ETag', - '"0x8D7310F87ADBFD0"', + '"0x8D731E28D074A8C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a3cf7297-401a-0124-6bf8-62ff2e000000', + '13b74c36-301a-013e-40cb-639ef1000000', 'x-ms-client-request-id', - 'a31d9847-d625-4239-bdcb-af7572351700', + '7046465c-a9b1-4bad-b11c-81b57c4215f9', 'x-ms-version', '2019-02-02', 'x-ms-server-encrypted', @@ -115,11 +115,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-meta-keyb', 'valb', 'x-ms-file-change-time', - '2019-09-04T08:11:46.6795984Z', + '2019-09-05T09:22:19.4649740Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:46.2682091Z', + '2019-09-05T09:22:19.0605916Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:46.2682091Z', + '2019-09-05T09:22:19.0605916Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -133,26 +133,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:11:46 GMT', + 'Thu, 05 Sep 2019 09:22:19 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758470560408632') + .delete('/share156767533833503723') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7879c199-a01a-014e-7cf8-622706000000', + 'a711eb0e-f01a-0153-60cb-632aba000000', 'x-ms-client-request-id', - 'ab673598-bf6e-486f-9cca-b7aa7fd6202d', + 'ca7fa520-07f2-46b4-abce-80fd9ee0346a', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:46 GMT', + 'Thu, 05 Sep 2019 09:22:20 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.js index 5a1e508a1f31..7f9b2166e805 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758471754807552","dir":"dir156758471798807477","now":"2019-09-04T08:11:58.850Z"} +module.exports.testInfo = {"share":"share156767534991904656","dir":"dir156767535032806888","now":"2019-09-05T09:22:31.163Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471754807552') + .put('/share156767534991904656') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:57 GMT', + 'Thu, 05 Sep 2019 09:22:30 GMT', 'ETag', - '"0x8D7310F8E4FA9E2"', + '"0x8D731E29369D8FF"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '525b1bdf-501a-0008-47f8-62ed8c000000', + '8bc19b35-a01a-0033-14cb-63a828000000', 'x-ms-client-request-id', - 'd544de1e-b472-46ed-877d-0b95b62fa4a3', + '7a7168d2-b0b4-4fa7-9495-f5c235124566', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:57 GMT', + 'Thu, 05 Sep 2019 09:22:29 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471754807552/dir156758471798807477') + .put('/share156767534991904656/dir156767535032806888') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:58 GMT', + 'Thu, 05 Sep 2019 09:22:30 GMT', 'ETag', - '"0x8D7310F8E9096CA"', + '"0x8D731E293A7FF9C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6e584a44-201a-00ab-58f8-628849000000', + 'ccf53657-301a-001e-56cb-631b5b000000', 'x-ms-client-request-id', - 'c5df1df1-26fe-4b84-974a-4b848e48448f', + '2a348de2-5194-40a7-b610-eae2bb5ee009', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:58.2325450Z', + '2019-09-05T09:22:30.5845148Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:58.2325450Z', + '2019-09-05T09:22:30.5845148Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:58.2325450Z', + '2019-09-05T09:22:30.5845148Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,22 +59,22 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:57 GMT', + 'Thu, 05 Sep 2019 09:22:30 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758471754807552') + .get('/share156767534991904656') .query(true) .reply(200, {"permission":"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)"}, [ 'Content-Length', '149', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e45a9565-501a-0045-3af8-622260000000', + 'd9b9aa96-301a-0021-57cb-63d3f8000000', 'x-ms-client-request-id', - '42cbe7dc-88e9-40f9-b876-552f12bd79c7', + '47a12f89-f138-46a9-b691-2744aac95a3a', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -82,34 +82,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:11:57 GMT', + 'Thu, 05 Sep 2019 09:22:30 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471754807552/dir156758471798807477') + .put('/share156767534991904656/dir156767535032806888') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:59 GMT', + 'Thu, 05 Sep 2019 09:22:31 GMT', 'ETag', - '"0x8D7310F8F1725AA"', + '"0x8D731E29428996A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e39261aa-301a-0098-19f8-62d7e2000000', + 'b6313397-901a-00e3-1ccb-63957e000000', 'x-ms-client-request-id', - '8217efa8-723d-4283-8198-5366542453a1', + '07ccd283-92f9-48cf-86f3-2a492d5f58f1', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:59.1143850Z', + '2019-09-05T09:22:31.4273130Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:58.8500000Z', + '2019-09-05T09:22:31.1630000Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:58.8500000Z', + '2019-09-05T09:22:31.1630000Z', 'x-ms-file-permission-key', '13648784823690285809*8787082347076103240', 'x-ms-file-attributes', @@ -121,36 +121,36 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:58 GMT', + 'Thu, 05 Sep 2019 09:22:30 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758471754807552/dir156758471798807477') + .get('/share156767534991904656/dir156767535032806888') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:59 GMT', + 'Thu, 05 Sep 2019 09:22:31 GMT', 'ETag', - '"0x8D7310F8F1725AA"', + '"0x8D731E29428996A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6ded30b5-801a-0159-36f8-628e0d000000', + '3dd7d8ce-101a-015b-2bcb-6330b5000000', 'x-ms-client-request-id', - '19caf8f7-0feb-4d13-b34a-89b680eab4f7', + '8a37b15d-8303-43ad-9eab-a9c25ff3ad65', 'x-ms-version', '2019-02-02', 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:11:59.1143850Z', + '2019-09-05T09:22:31.4273130Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:58.8500000Z', + '2019-09-05T09:22:31.1630000Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:58.8500000Z', + '2019-09-05T09:22:31.1630000Z', 'x-ms-file-permission-key', '13648784823690285809*8787082347076103240', 'x-ms-file-attributes', @@ -164,26 +164,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:11:59 GMT', + 'Thu, 05 Sep 2019 09:22:31 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758471754807552') + .delete('/share156767534991904656') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1535e369-301a-012e-68f8-625b99000000', + '212d54c1-801a-008d-3acb-63c051000000', 'x-ms-client-request-id', - '248af942-d420-4d74-b9cc-52b2e2cc8900', + 'db027d5a-bbf8-4f92-89a8-430b610cdaa1', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:59 GMT', + 'Thu, 05 Sep 2019 09:22:31 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/directoryurl/recording_setproperties_with_default_parameters.js b/sdk/storage/storage-file/recordings/node/directoryurl/recording_setproperties_with_default_parameters.js index a85af9dcb095..419b283f1d09 100644 --- a/sdk/storage/storage-file/recordings/node/directoryurl/recording_setproperties_with_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/directoryurl/recording_setproperties_with_default_parameters.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758471539007492","dir":"dir156758471590206417"} +module.exports.testInfo = {"share":"share156767534786607536","dir":"dir156767534826901798"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471539007492') + .put('/share156767534786607536') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:55 GMT', + 'Thu, 05 Sep 2019 09:22:28 GMT', 'ETag', - '"0x8D7310F8D05DDDB"', + '"0x8D731E292315248"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '909a1d6c-f01a-00b8-1cf8-62ac45000000', + 'b4c1f628-f01a-0097-74cb-63a18e000000', 'x-ms-client-request-id', - '88cbc395-228a-4562-a4f4-ffad3b3c2472', + 'e64d3723-ff76-40cc-99cb-ba8c6e94555d', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:55 GMT', + 'Thu, 05 Sep 2019 09:22:27 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471539007492/dir156758471590206417') + .put('/share156767534786607536/dir156767534826901798') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:56 GMT', + 'Thu, 05 Sep 2019 09:22:28 GMT', 'ETag', - '"0x8D7310F8D50762F"', + '"0x8D731E2926EE585"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '353dfd99-301a-0088-5ef8-62128a000000', + 'c8fb3c23-601a-0085-38cb-63da5e000000', 'x-ms-client-request-id', - '0de2a437-e006-44c6-8a75-d1d9e4a0c9fc', + 'ea9efda9-a78d-4d9c-94f2-9096b39dc9e3', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:56.1345583Z', + '2019-09-05T09:22:28.5325701Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:56.1345583Z', + '2019-09-05T09:22:28.5325701Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:56.1345583Z', + '2019-09-05T09:22:28.5325701Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,34 +59,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:55 GMT', + 'Thu, 05 Sep 2019 09:22:27 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758471539007492/dir156758471590206417') + .put('/share156767534786607536/dir156767534826901798') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:56 GMT', + 'Thu, 05 Sep 2019 09:22:28 GMT', 'ETag', - '"0x8D7310F8D8E9FAD"', + '"0x8D731E292AE20B6"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'cf19d571-301a-0043-76f8-6211df000000', + '97336066-901a-0127-75cb-631e4a000000', 'x-ms-client-request-id', - 'aca0cc16-d536-41cf-af1d-5ec544facdd7', + 'ec028ac7-402e-446c-ab26-899a86292691', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:11:56.5419437Z', + '2019-09-05T09:22:28.9469622Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:56.1345583Z', + '2019-09-05T09:22:28.5325701Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:56.1345583Z', + '2019-09-05T09:22:28.5325701Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -98,36 +98,36 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:11:56 GMT', + 'Thu, 05 Sep 2019 09:22:28 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758471539007492/dir156758471590206417') + .get('/share156767534786607536/dir156767534826901798') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:11:56 GMT', + 'Thu, 05 Sep 2019 09:22:28 GMT', 'ETag', - '"0x8D7310F8D8E9FAD"', + '"0x8D731E292AE20B6"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '15704d0f-d01a-0039-34f8-620c9f000000', + 'a0c6592e-001a-010a-76cb-63ad39000000', 'x-ms-client-request-id', - 'e6f36147-7ed7-4a52-894c-438afa48cb20', + '6a9780a1-2607-497f-8175-7ee0069e299f', 'x-ms-version', '2019-02-02', 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:11:56.5419437Z', + '2019-09-05T09:22:28.9469622Z', 'x-ms-file-last-write-time', - '2019-09-04T08:11:56.1345583Z', + '2019-09-05T09:22:28.5325701Z', 'x-ms-file-creation-time', - '2019-09-04T08:11:56.1345583Z', + '2019-09-05T09:22:28.5325701Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -141,26 +141,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:11:56 GMT', + 'Thu, 05 Sep 2019 09:22:29 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758471539007492') + .delete('/share156767534786607536') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2168d95e-401a-00bd-76f8-627e9e000000', + 'ab5a888a-901a-0091-22cb-639231000000', 'x-ms-client-request-id', - 'bdd4baeb-9949-4827-be6e-a85c446e1939', + '46e2596f-c14b-4010-9e0a-39f1e0d22d8d', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:11:56 GMT', + 'Thu, 05 Sep 2019 09:22:29 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_abortcopyfromurl_should_failed_for_a_completed_copy_operation.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_abortcopyfromurl_should_failed_for_a_completed_copy_operation.js index 3ea56b1a30e6..3b0a47cc1e1c 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_abortcopyfromurl_should_failed_for_a_completed_copy_operation.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_abortcopyfromurl_should_failed_for_a_completed_copy_operation.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758476870403307","dir":"dir156758476911208733","file":"file156758476951906145","copiedfile":"copiedfile156758476993405197"} +module.exports.testInfo = {"share":"share156767539768507802","dir":"dir156767539810109763","file":"file156767539850303280","copiedfile":"copiedfile156767539890702025"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476870403307') + .put('/share156767539768507802') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:48 GMT', + 'Thu, 05 Sep 2019 09:23:17 GMT', 'ETag', - '"0x8D7310FACCA5584"', + '"0x8D731E2AFE3EEC9"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6de82b6e-501a-00c3-01f8-62eed9000000', + 'cc6b3ece-101a-00c2-39cb-63b105000000', 'x-ms-client-request-id', - 'b794f839-a739-4042-8f76-b77d92bfcb45', + '8d02578d-2b49-4dc7-af27-13446afe2446', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:48 GMT', + 'Thu, 05 Sep 2019 09:23:17 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476870403307/dir156758476911208733') + .put('/share156767539768507802/dir156767539810109763') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:49 GMT', + 'Thu, 05 Sep 2019 09:23:18 GMT', 'ETag', - '"0x8D7310FAD085691"', + '"0x8D731E2B02214B8"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5a943136-801a-00ff-66f8-62c71e000000', + 'cb698294-101a-00a0-14cb-637322000000', 'x-ms-client-request-id', - 'a43f6fb5-1e1f-4c57-943f-914446583efe', + '8d13d7c9-5892-452f-84f4-4648c2706b4e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:49.3489809Z', + '2019-09-05T09:23:18.3607992Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:49.3489809Z', + '2019-09-05T09:23:18.3607992Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:49.3489809Z', + '2019-09-05T09:23:18.3607992Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:48 GMT', + 'Thu, 05 Sep 2019 09:23:18 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476870403307/dir156758476911208733/file156758476951906145') + .put('/share156767539768507802/dir156767539810109763/file156767539850303280') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:49 GMT', + 'Thu, 05 Sep 2019 09:23:18 GMT', 'ETag', - '"0x8D7310FAD474392"', + '"0x8D731E2B05FF009"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7dd3aea2-a01a-013c-22f8-622049000000', + 'f4e9c799-d01a-00af-33cb-63054e000000', 'x-ms-client-request-id', - '574bab39-d852-41ef-bd13-371c6584e0ee', + 'ced9c9b8-ec25-4a6c-8349-c002e80fd4db', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:49.7613714Z', + '2019-09-05T09:23:18.7661833Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:49.7613714Z', + '2019-09-05T09:23:18.7661833Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:49.7613714Z', + '2019-09-05T09:23:18.7661833Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,75 +97,75 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:48 GMT', + 'Thu, 05 Sep 2019 09:23:18 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476870403307/dir156758476911208733/copiedfile156758476993405197') + .put('/share156767539768507802/dir156767539810109763/copiedfile156767539890702025') .reply(202, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:50 GMT', + 'Thu, 05 Sep 2019 09:23:19 GMT', 'ETag', - '"0x8D7310FADA72E17"', + '"0x8D731E2B0B130FC"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1ad8a1dc-401a-0066-1cf8-62b8a3000000', + 'b2b3d45e-101a-0019-6bcb-637738000000', 'x-ms-client-request-id', - '8518377c-22e9-4085-9fcc-e549df92f2cb', + '3c321d1c-83df-4785-87df-7b920ddff9b2', 'x-ms-version', '2019-02-02', 'x-ms-copy-id', - '49e37204-506a-4581-a95f-cd7e457588a0', + 'ecac3a21-43c9-4604-adcb-2fa4b4954f03', 'x-ms-copy-status', 'success', 'Date', - 'Wed, 04 Sep 2019 08:12:49 GMT', + 'Thu, 05 Sep 2019 09:23:19 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476870403307/dir156758476911208733/copiedfile156758476993405197') + .put('/share156767539768507802/dir156767539810109763/copiedfile156767539890702025') .query(true) - .reply(409, "NoPendingCopyOperationThere is currently no pending copy operation.\nRequestId:9a00af12-201a-0150-21f8-62cbde000000\nTime:2019-09-04T08:12:51.8303026Z", [ 'Content-Length', + .reply(409, "NoPendingCopyOperationThere is currently no pending copy operation.\nRequestId:3fe45305-401a-0134-5fcb-633a46000000\nTime:2019-09-05T09:23:20.7038165Z", [ 'Content-Length', '236', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9a00af12-201a-0150-21f8-62cbde000000', + '3fe45305-401a-0134-5fcb-633a46000000', 'x-ms-client-request-id', - '42b96e8c-0189-44e0-8896-13fb8d1c2e70', + '3ca72c19-74fd-40df-bfa8-db851b3fc55d', 'x-ms-version', '2019-02-02', 'x-ms-error-code', 'NoPendingCopyOperation', 'Date', - 'Wed, 04 Sep 2019 08:12:51 GMT', + 'Thu, 05 Sep 2019 09:23:19 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758476870403307') + .delete('/share156767539768507802') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3318d79a-e01a-008b-5df8-62f3ee000000', + '0f3e87ac-401a-0049-48cb-63b568000000', 'x-ms-client-request-id', - '76b1a66d-68db-4e8c-95a9-5bf22c233ea4', + 'b20c19ff-459c-4ca1-ad00-2744c8775bad', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:51 GMT', + 'Thu, 05 Sep 2019 09:23:20 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_clearrange.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_clearrange.js index d0c59a1fd792..588a7e693fae 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_clearrange.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_clearrange.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758478326601387","dir":"dir156758478370309948","file":"file156758478411406567"} +module.exports.testInfo = {"share":"share156767541178907751","dir":"dir156767541218702644","file":"file156767541258909589"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478326601387') + .put('/share156767541178907751') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:03 GMT', + 'Thu, 05 Sep 2019 09:23:32 GMT', 'ETag', - '"0x8D7310FB57AA345"', + '"0x8D731E2B84A99DF"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '19468ea6-401a-00cf-57f8-6279d1000000', + '089072b8-f01a-010e-68cb-63203e000000', 'x-ms-client-request-id', - '240f07bb-cefd-4219-a34c-ff63653ef912', + 'a4594ecd-1d62-47a9-81c5-2b1adbb3dafd', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:03 GMT', + 'Thu, 05 Sep 2019 09:23:31 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478326601387/dir156758478370309948') + .put('/share156767541178907751/dir156767541218702644') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:03 GMT', + 'Thu, 05 Sep 2019 09:23:32 GMT', 'ETag', - '"0x8D7310FB5BA6AA5"', + '"0x8D731E2B887CB09"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bf8b0b30-401a-00df-26f8-62bcb9000000', + '5b25ad4e-e01a-00e9-56cb-6331c9000000', 'x-ms-client-request-id', - 'ca68fcb1-94cf-4cb8-bb6b-9e1f5c7ed619', + 'e59a8e36-8dec-4478-96fd-62340f4c109b', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:03.9378085Z', + '2019-09-05T09:23:32.4491529Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:03.9378085Z', + '2019-09-05T09:23:32.4491529Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:03.9378085Z', + '2019-09-05T09:23:32.4491529Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:03 GMT', + 'Thu, 05 Sep 2019 09:23:31 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478326601387/dir156758478370309948/file156758478411406567') + .put('/share156767541178907751/dir156767541218702644/file156767541258909589') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:04 GMT', + 'Thu, 05 Sep 2019 09:23:32 GMT', 'ETag', - '"0x8D7310FB5F97EC3"', + '"0x8D731E2B8C53111"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3f1414a4-e01a-0102-03f8-62b736000000', + 'b300288c-601a-005e-01cb-631c63000000', 'x-ms-client-request-id', - '8b7d8377-87ed-44c3-b8ee-58ea6bcb0520', + '36310808-4c86-4167-909f-b70adea86902', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:04.3512003Z', + '2019-09-05T09:23:32.8515345Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:04.3512003Z', + '2019-09-05T09:23:32.8515345Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:04.3512003Z', + '2019-09-05T09:23:32.8515345Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,106 +97,106 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:03 GMT', + 'Thu, 05 Sep 2019 09:23:31 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478326601387/dir156758478370309948/file156758478411406567', "Hello") + .put('/share156767541178907751/dir156767541218702644/file156767541258909589', "Hello") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'ixqZU8RhEpaoJ6v4xHgE1w==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:04 GMT', + 'Thu, 05 Sep 2019 09:23:33 GMT', 'ETag', - '"0x8D7310FB6381D8A"', + '"0x8D731E2B902BE2D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2ef28808-d01a-0144-50f8-6283b1000000', + '3dd7d91b-101a-015b-3acb-6330b5000000', 'x-ms-client-request-id', - 'eea2bbea-4b79-4793-8114-3250c37464fa', + '32d2854a-d07c-4170-9459-67944f1a5682', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:04 GMT', + 'Thu, 05 Sep 2019 09:23:32 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478326601387/dir156758478370309948/file156758478411406567', "World") + .put('/share156767541178907751/dir156767541218702644/file156767541258909589', "World") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', '9aeSTmIehMkoCpon4by39g==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:05 GMT', + 'Thu, 05 Sep 2019 09:23:33 GMT', 'ETag', - '"0x8D7310FB677CE12"', + '"0x8D731E2B93FAEE3"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a0d7f8f7-401a-010b-45f8-62f2e5000000', + '892bb8de-601a-0095-43cb-631f36000000', 'x-ms-client-request-id', - '7b899752-67f3-4a68-a906-afa71b49011d', + '94973b3b-88ae-4bf1-978a-290b17cdae52', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:05 GMT', + 'Thu, 05 Sep 2019 09:23:33 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478326601387/dir156758478370309948/file156758478411406567') + .put('/share156767541178907751/dir156767541218702644/file156767541258909589') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:05 GMT', + 'Thu, 05 Sep 2019 09:23:34 GMT', 'ETag', - '"0x8D7310FB6B693FB"', + '"0x8D731E2B97DD877"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8880929c-e01a-0040-73f8-62f0bb000000', + '70f4a185-801a-009d-32cb-630539000000', 'x-ms-client-request-id', - '77cbb30d-9ba9-4a4b-b7fe-0b52da3e10d6', + 'f8f6a2de-09ea-4486-a108-220269744e22', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:05 GMT', + 'Thu, 05 Sep 2019 09:23:33 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758478326601387/dir156758478370309948/file156758478411406567') + .get('/share156767541178907751/dir156767541218702644/file156767541258909589') .reply(200, "H\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000d", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:05 GMT', + 'Thu, 05 Sep 2019 09:23:34 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FB6B693FB"', + '"0x8D731E2B97DD877"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '15704d71-d01a-0039-47f8-620c9f000000', + 'bc71b143-a01a-013c-3fcb-632049000000', 'x-ms-client-request-id', - '234d0f44-a88b-45f9-bcce-e3d094eb28d0', + '0f145bcb-2d64-4d18-b92f-99eef73cc5a2', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -204,11 +204,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:13:04.3512003Z', + '2019-09-05T09:23:32.8515345Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:04.3512003Z', + '2019-09-05T09:23:32.8515345Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:04.3512003Z', + '2019-09-05T09:23:32.8515345Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -222,26 +222,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:05 GMT', + 'Thu, 05 Sep 2019 09:23:33 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758478326601387') + .delete('/share156767541178907751') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ed6ea87e-101a-00a0-4ef8-627322000000', + '9dd4200d-501a-0107-04cb-6365ed000000', 'x-ms-client-request-id', - '9af7a9b8-f9b8-4788-9887-71a743119c5f', + '03d016c5-1fa1-4dc1-b2c8-23af6c41d29f', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:05 GMT', + 'Thu, 05 Sep 2019 09:23:34 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.js index aea9c01f7f44..b79cb1eefb76 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_all_parameters_configured_setting_filepermissionkey.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758474289303675","dir":"dir156758474333306255","file":"file156758474375100787","now":"2019-09-04T08:12:23.753Z"} +module.exports.testInfo = {"share":"share156767537404005625","dir":"dir156767537446808323","file":"file156767537486701123","now":"2019-09-05T09:22:54.868Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474289303675') + .put('/share156767537404005625') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:23 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'ETag', - '"0x8D7310F9D69D4FB"', + '"0x8D731E2A1CE3918"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9e45649a-401a-0014-12f8-62bfec000000', + 'e4ae7ddd-b01a-0000-16cb-63f783000000', 'x-ms-client-request-id', - '2a35e871-abbc-465f-b9aa-a898e9b50371', + '28644a80-9c08-4930-b4c0-1b7f02283fbf', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:22 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474289303675/dir156758474333306255') + .put('/share156767537404005625/dir156767537446808323') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:23 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'ETag', - '"0x8D7310F9DAA8EB2"', + '"0x8D731E2A20BE902"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8c67a7ef-e01a-012d-17f8-62bafd000000', + '892bb8b6-601a-0095-39cb-631f36000000', 'x-ms-client-request-id', - '29f41f29-7a12-4585-bea6-3de3c815699e', + '8f9b70b5-bd1e-40a8-b288-028040b51904', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:23.5685554Z', + '2019-09-05T09:22:54.7273986Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:23.5685554Z', + '2019-09-05T09:22:54.7273986Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:23.5685554Z', + '2019-09-05T09:22:54.7273986Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:22 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474289303675/dir156758474333306255/file156758474375100787') + .put('/share156767537404005625/dir156767537446808323/file156767537486701123') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:23 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'ETag', - '"0x8D7310F9DC6B390"', + '"0x8D731E2A2215D40"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '69c5310a-f01a-004c-5ef8-6267b3000000', + '1289cdc8-401a-0059-70cb-637000000000', 'x-ms-client-request-id', - '0ee6d667-46e5-4297-a546-a66afe99d007', + '9549f31b-a9e4-4058-8846-14ecd3bbe441', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -97,13 +97,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:23 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758474289303675/dir156758474333306255/file156758474375100787') + .get('/share156767537404005625/dir156767537446808323/file156767537486701123') .reply(200, ["0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"], [ 'Cache-Control', 'fileCacheControl', 'Content-Length', @@ -115,17 +115,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Language', 'fileContentLanguage', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:23 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310F9DC6B390"', + '"0x8D731E2A2215D40"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b50dc8d1-d01a-004b-2ef8-620bd0000000', + '3fe452ea-401a-0134-58cb-633a46000000', 'x-ms-client-request-id', - '423d7c81-873b-4b00-a1f3-29e595096267', + '265dc4c3-edd6-4a5b-ace3-c0e0b04bbbf3', 'x-ms-version', '2019-02-02', 'x-ms-meta-key1', @@ -139,11 +139,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -157,13 +157,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:23 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758474289303675/dir156758474333306255/file156758474375100787') + .head('/share156767537404005625/dir156767537446808323/file156767537486701123') .reply(200, [], [ 'Cache-Control', 'fileCacheControl', 'Content-Length', @@ -175,15 +175,15 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Language', 'fileContentLanguage', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:23 GMT', + 'Thu, 05 Sep 2019 09:22:54 GMT', 'ETag', - '"0x8D7310F9DC6B390"', + '"0x8D731E2A2215D40"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1e91034c-a01a-000c-29f8-62608b000000', + '40a8182e-f01a-00e5-5acb-63a6c1000000', 'x-ms-client-request-id', - '0f925638-cde2-4ded-a24a-5980048239cb', + '5c9bd14a-1263-4b64-88df-f0db4c0c87ce', 'x-ms-version', '2019-02-02', 'x-ms-meta-key1', @@ -197,11 +197,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:23.7530000Z', + '2019-09-05T09:22:54.8680000Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -215,26 +215,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:24 GMT', + 'Thu, 05 Sep 2019 09:22:55 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758474289303675') + .delete('/share156767537404005625') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'dbbc2f9f-501a-015a-1cf8-626f69000000', + 'bfc8e0e8-301a-0101-58cb-635652000000', 'x-ms-client-request-id', - 'b6791cde-a8ae-426a-90fb-bb99a60b7053', + 'b8a86fe8-772e-4e0a-bc96-31069cddcbe4', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:24 GMT', + 'Thu, 05 Sep 2019 09:22:55 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_all_parameters_set.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_all_parameters_set.js deleted file mode 100644 index e483f3fd03d4..000000000000 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_all_parameters_set.js +++ /dev/null @@ -1,172 +0,0 @@ -let nock = require('nock'); - -module.exports.testInfo = {"share":"share156404670897400673","dir":"dir156404670995104008","file":"file156404671022902835"} - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156404670897400673') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:31 GMT', - 'ETag', - '"0x8D710E17B331F6E"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '0bc2b0a7-801a-009c-7cca-42452b000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 09:21:31 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156404670897400673/dir156404670995104008') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:32 GMT', - 'ETag', - '"0x8D710E17B644BAA"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '39dd17a0-001a-00af-7dca-421c06000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-request-server-encrypted', - 'true', - 'Date', - 'Thu, 25 Jul 2019 09:21:31 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156404670897400673/dir156404670995104008/file156404671022902835') - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:32 GMT', - 'ETag', - '"0x8D710E17B8E7086"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'e6c7b32c-f01a-0093-28ca-42a8dd000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-request-server-encrypted', - 'true', - 'Date', - 'Thu, 25 Jul 2019 09:21:31 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156404670897400673/dir156404670995104008/file156404671022902835') - .reply(200, ["0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"], [ 'Cache-Control', - 'fileCacheControl', - 'Content-Length', - '512', - 'Content-Type', - 'fileContentType', - 'Content-Encoding', - 'fileContentEncoding', - 'Content-Language', - 'fileContentLanguage', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:32 GMT', - 'Accept-Ranges', - 'bytes', - 'ETag', - '"0x8D710E17B8E7086"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'bea73e73-001a-00a4-3dca-420472000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-meta-key1', - 'vala', - 'x-ms-meta-key2', - 'valb', - 'Content-Disposition', - 'fileContentDisposition', - 'x-ms-type', - 'File', - 'x-ms-server-encrypted', - 'true', - 'Access-Control-Expose-Headers', - 'x-ms-request-id,Server,x-ms-version,x-ms-meta-key1,x-ms-meta-key2,Content-Type,Content-Encoding,Content-Language,Cache-Control,Last-Modified,ETag,Content-Disposition,x-ms-type,x-ms-server-encrypted,Accept-Ranges,Content-Length,Date,Transfer-Encoding', - 'Access-Control-Allow-Origin', - '*', - 'Date', - 'Thu, 25 Jul 2019 09:21:31 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156404670897400673/dir156404670995104008/file156404671022902835') - .reply(200, [], [ 'Cache-Control', - 'fileCacheControl', - 'Content-Length', - '512', - 'Content-Type', - 'fileContentType', - 'Content-Encoding', - 'fileContentEncoding', - 'Content-Language', - 'fileContentLanguage', - 'Last-Modified', - 'Thu, 25 Jul 2019 09:21:32 GMT', - 'ETag', - '"0x8D710E17B8E7086"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'c0333cb6-901a-0083-19ca-429e3b000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-meta-key1', - 'vala', - 'x-ms-meta-key2', - 'valb', - 'Content-Disposition', - 'fileContentDisposition', - 'x-ms-type', - 'File', - 'x-ms-server-encrypted', - 'true', - 'Access-Control-Expose-Headers', - 'x-ms-request-id,Server,x-ms-version,x-ms-meta-key1,x-ms-meta-key2,Content-Type,Content-Encoding,Content-Language,Cache-Control,Last-Modified,ETag,Content-Disposition,x-ms-type,x-ms-server-encrypted,Content-Length,Date,Transfer-Encoding', - 'Access-Control-Allow-Origin', - '*', - 'Date', - 'Thu, 25 Jul 2019 09:21:32 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156404670897400673') - .query(true) - .reply(202, "", [ 'Content-Length', - '0', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '30f23a6f-a01a-006e-22ca-4297bf000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 09:21:34 GMT', - 'Connection', - 'close' ]); - diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_default_parameters.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_default_parameters.js index 9c7f971d9b20..53a498d6f5e3 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_create_with_default_parameters.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758474068901499","dir":"dir156758474117800222","file":"file156758474158607938"} +module.exports.testInfo = {"share":"share156767537199404740","dir":"dir156767537239207676","file":"file156767537279707128"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474068901499') + .put('/share156767537199404740') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:20 GMT', + 'Thu, 05 Sep 2019 09:22:52 GMT', 'ETag', - '"0x8D7310F9C183158"', + '"0x8D731E2A0927B2F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '55670bad-501a-0138-4ff8-62ad4e000000', + 'd3e28011-201a-00bb-12cb-634d21000000', 'x-ms-client-request-id', - '47e325df-2874-4fd4-9737-4ea957e31db6', + '05bee5e5-6915-4516-b762-9330160a7aad', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:20 GMT', + 'Thu, 05 Sep 2019 09:22:51 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474068901499/dir156758474117800222') + .put('/share156767537199404740/dir156767537239207676') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:21 GMT', + 'Thu, 05 Sep 2019 09:22:52 GMT', 'ETag', - '"0x8D7310F9C6207A1"', + '"0x8D731E2A0CFE801"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a81a3098-d01a-0126-48f8-624196000000', + '97743989-a01a-00e8-10cb-636e15000000', 'x-ms-client-request-id', - '66ea0b8d-d909-4095-bf64-4198477ec8bf', + 'a2e52268-44db-4e85-a51e-d82effc25a7f', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:21.4155169Z', + '2019-09-05T09:22:52.6564353Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:21.4155169Z', + '2019-09-05T09:22:52.6564353Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:21.4155169Z', + '2019-09-05T09:22:52.6564353Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:20 GMT', + 'Thu, 05 Sep 2019 09:22:52 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474068901499/dir156758474117800222/file156758474158607938') + .put('/share156767537199404740/dir156767537239207676/file156767537279707128') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:21 GMT', + 'Thu, 05 Sep 2019 09:22:53 GMT', 'ETag', - '"0x8D7310F9CA785EB"', + '"0x8D731E2A10E118C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a5a01b6c-b01a-00e4-16f8-62f91d000000', + 'd7f640cf-e01a-00f9-65cb-63f4a1000000', 'x-ms-client-request-id', - '83103128-4dbb-433d-aa2e-7704ed5d2f01', + 'aae3333f-2764-434b-8c54-b28920c3f2c9', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:21.8709483Z', + '2019-09-05T09:22:53.0638220Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:21.8709483Z', + '2019-09-05T09:22:53.0638220Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:21.8709483Z', + '2019-09-05T09:22:53.0638220Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,29 +97,29 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:21 GMT', + 'Thu, 05 Sep 2019 09:22:52 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758474068901499/dir156758474117800222/file156758474158607938') + .get('/share156767537199404740/dir156767537239207676/file156767537279707128') .reply(200, "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", [ 'Content-Length', '11', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:21 GMT', + 'Thu, 05 Sep 2019 09:22:53 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310F9CA785EB"', + '"0x8D731E2A10E118C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '610903e2-e01a-00f9-7bf8-62f4a1000000', + '69792af0-f01a-0087-60cb-6364e6000000', 'x-ms-client-request-id', - '2828723e-9042-4379-8f02-dad2680c65b5', + '785814c0-490d-4724-8ee8-a7986cea8901', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -127,11 +127,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:21.8709483Z', + '2019-09-05T09:22:53.0638220Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:21.8709483Z', + '2019-09-05T09:22:53.0638220Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:21.8709483Z', + '2019-09-05T09:22:53.0638220Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -145,26 +145,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:21 GMT', + 'Thu, 05 Sep 2019 09:22:52 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758474068901499') + .delete('/share156767537199404740') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '85647a35-a01a-00b5-60f8-626491000000', + '87a24b03-001a-002a-59cb-632893000000', 'x-ms-client-request-id', - '3da33da9-2803-4f48-9913-ed6e004bed82', + '22645940-ec99-4b44-be3c-1b0a9c01ba3b', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:22 GMT', + 'Thu, 05 Sep 2019 09:22:53 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_delete.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_delete.js index 8af60b23094f..647057daf712 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_delete.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_delete.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758476250909505","dir":"dir156758476294900163","file":"file156758476335800247"} +module.exports.testInfo = {"share":"share156767539241402057","dir":"dir156767539281908374","file":"file156767539322506462"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476250909505') + .put('/share156767539241402057') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:42 GMT', + 'Thu, 05 Sep 2019 09:23:12 GMT', 'ETag', - '"0x8D7310FA91B70B3"', + '"0x8D731E2ACBF3C75"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8bb07bb9-201a-0084-71f8-628582000000', + '1e149769-201a-00f6-50cb-6382cd000000', 'x-ms-client-request-id', - '238b8bda-3406-4399-937c-a85d8b7e7bd2', + '2f0cd528-a3a8-4a49-a5ae-1268a1403f00', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:42 GMT', + 'Thu, 05 Sep 2019 09:23:12 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476250909505/dir156758476294900163') + .put('/share156767539241402057/dir156767539281908374') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:43 GMT', + 'Thu, 05 Sep 2019 09:23:13 GMT', 'ETag', - '"0x8D7310FA95C6C1C"', + '"0x8D731E2ACFD06EE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'cf05f434-701a-0042-06f8-624e03000000', + '5dcae808-701a-00b6-74cb-6385f5000000', 'x-ms-client-request-id', - '21eab80d-754d-4404-8df8-41a0798fd27e', + 'dcce14ed-19e3-4058-a088-9d272c99bdda', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:43.1891484Z', + '2019-09-05T09:23:13.0847982Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:43.1891484Z', + '2019-09-05T09:23:13.0847982Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:43.1891484Z', + '2019-09-05T09:23:13.0847982Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:42 GMT', + 'Thu, 05 Sep 2019 09:23:12 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476250909505/dir156758476294900163/file156758476335800247') + .put('/share156767539241402057/dir156767539281908374/file156767539322506462') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:43 GMT', + 'Thu, 05 Sep 2019 09:23:13 GMT', 'ETag', - '"0x8D7310FA99ABCB3"', + '"0x8D731E2AD3A1ECA"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '499f4e20-f01a-00a8-39f8-62692d000000', + 'c387bf77-e01a-00a4-51cb-63fe25000000', 'x-ms-client-request-id', - '32ebcba4-e485-4316-856d-9f3ce78cbf6b', + 'ae124ff6-079b-4fa7-b2cc-3945473f7e52', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:43.5975347Z', + '2019-09-05T09:23:13.4851786Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:43.5975347Z', + '2019-09-05T09:23:13.4851786Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:43.5975347Z', + '2019-09-05T09:23:13.4851786Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,44 +97,44 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:43 GMT', + 'Thu, 05 Sep 2019 09:23:13 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758476250909505/dir156758476294900163/file156758476335800247') + .delete('/share156767539241402057/dir156767539281908374/file156767539322506462') .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8c9440b5-401a-0134-75f8-623a46000000', + '5260d8b1-801a-0079-7fcb-630ba7000000', 'x-ms-client-request-id', - 'baab99d5-2b59-47fa-92a5-dee39fc82135', + 'f49320ec-616e-4c07-a99d-324b5bf624b7', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:43 GMT', + 'Thu, 05 Sep 2019 09:23:13 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758476250909505') + .delete('/share156767539241402057') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c4aa6e89-001a-0048-7ff8-62eab4000000', + '2969cb38-a01a-006e-69cb-63a2ac000000', 'x-ms-client-request-id', - 'a0ebe8b3-ff63-4725-bd72-0433ff5108c2', + 'f8fc8cff-e73a-4256-98b8-087207ab9bb5', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:43 GMT', + 'Thu, 05 Sep 2019 09:23:14 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_download_all_parameters_set.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_download_all_parameters_set.js index 4726589869f0..f37e4faa885d 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_download_all_parameters_set.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_download_all_parameters_set.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758479523800506","dir":"dir156758479568006048","file":"file156758479609703271"} +module.exports.testInfo = {"share":"share156767542316606148","dir":"dir156767542359701339","file":"file156767542399407371"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479523800506') + .put('/share156767542316606148') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:15 GMT', + 'Thu, 05 Sep 2019 09:23:43 GMT', 'ETag', - '"0x8D7310FBC9E0869"', + '"0x8D731E2BF1694C4"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '247f4fbf-501a-00a1-53f8-622cfe000000', + 'c625d005-901a-00ae-76cb-635a92000000', 'x-ms-client-request-id', - '8ced5c5f-9380-4a7a-90b7-921cdd91a61a', + '8c520dd4-1967-4ea9-a9b1-fc67ae425e4a', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:15 GMT', + 'Thu, 05 Sep 2019 09:23:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479523800506/dir156758479568006048') + .put('/share156767542316606148/dir156767542359701339') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:15 GMT', + 'Thu, 05 Sep 2019 09:23:43 GMT', 'ETag', - '"0x8D7310FBCDFB1F4"', + '"0x8D731E2BF542E8C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4f1bdd3f-a01a-007e-03f8-6267c4000000', + '5b25ad5f-e01a-00e9-5ccb-6331c9000000', 'x-ms-client-request-id', - '3924cef4-44d9-44a3-89c1-dafdbc2eb67d', + 'ca262deb-d4ca-4ac8-bd3c-c8e4d4416cf2', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:15.9261684Z', + '2019-09-05T09:23:43.8549644Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:15.9261684Z', + '2019-09-05T09:23:43.8549644Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:15.9261684Z', + '2019-09-05T09:23:43.8549644Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:15 GMT', + 'Thu, 05 Sep 2019 09:23:43 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479523800506/dir156758479568006048/file156758479609703271') + .put('/share156767542316606148/dir156767542359701339/file156767542399407371') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:16 GMT', + 'Thu, 05 Sep 2019 09:23:44 GMT', 'ETag', - '"0x8D7310FBD1EC609"', + '"0x8D731E2BF911F3E"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '83365f57-601a-00e7-1bf8-621879000000', + '9548a04c-b01a-003f-49cb-633f20000000', 'x-ms-client-request-id', - 'a18a2979-6af8-4f5a-b1a1-49490a758251', + '44e46334-ee5f-4d37-acd9-9a4cc564d854', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:16.3395593Z', + '2019-09-05T09:23:44.2543422Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:16.3395593Z', + '2019-09-05T09:23:44.2543422Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:16.3395593Z', + '2019-09-05T09:23:44.2543422Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,40 +97,40 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:15 GMT', + 'Thu, 05 Sep 2019 09:23:43 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479523800506/dir156758479568006048/file156758479609703271', "Hello World") + .put('/share156767542316606148/dir156767542359701339/file156767542399407371', "Hello World") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'sQqNsWTgdUEFt6mb5y4/5Q==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:16 GMT', + 'Thu, 05 Sep 2019 09:23:44 GMT', 'ETag', - '"0x8D7310FBD5C04EC"', + '"0x8D731E2BFCE0FF9"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7dd3aecd-a01a-013c-29f8-622049000000', + '121e156c-f01a-0063-40cb-636a78000000', 'x-ms-client-request-id', - '91b1e88b-489b-4bef-bfb2-d51f80abd23c', + '9c664907-8f96-4e43-9bdc-802268501dc8', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:16 GMT', + 'Thu, 05 Sep 2019 09:23:44 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758479523800506/dir156758479568006048/file156758479609703271') + .get('/share156767542316606148/dir156767542359701339/file156767542399407371') .reply(206, "H", [ 'Content-Length', '1', 'Content-Type', @@ -140,17 +140,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 0-0/11', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:16 GMT', + 'Thu, 05 Sep 2019 09:23:44 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FBD5C04EC"', + '"0x8D731E2BFCE0FF9"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'cf19d5e8-301a-0043-1cf8-6211df000000', + '2ca1acc9-d01a-0119-23cb-638935000000', 'x-ms-client-request-id', - '53a51f7e-cc7c-4988-8b31-5a86af2027c4', + '4aae9f74-5fe5-4e63-9a91-191272ecd2c1', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -158,11 +158,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:13:16.3395593Z', + '2019-09-05T09:23:44.2543422Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:16.3395593Z', + '2019-09-05T09:23:44.2543422Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:16.3395593Z', + '2019-09-05T09:23:44.2543422Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -176,26 +176,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:16 GMT', + 'Thu, 05 Sep 2019 09:23:44 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758479523800506') + .delete('/share156767542316606148') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '49fbef75-801a-0079-48f8-620ba7000000', + '0e609de9-e01a-014f-6ccb-6378da000000', 'x-ms-client-request-id', - 'a586884d-5b9d-4af4-8568-9d7481f15b73', + '2b455d96-fac9-437e-8a10-49ce9b904c60', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:16 GMT', + 'Thu, 05 Sep 2019 09:23:44 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_download_partial_content.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_download_partial_content.js index adfc9cc31ad2..47e69de4b1c7 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_download_partial_content.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_download_partial_content.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758479779406873","dir":"dir156758479824107034","file":"file156758479864205760"} +module.exports.testInfo = {"share":"share156767542562804424","dir":"dir156767542603306030","file":"file156767542644002013"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479779406873') + .put('/share156767542562804424') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:18 GMT', + 'Thu, 05 Sep 2019 09:23:45 GMT', 'ETag', - '"0x8D7310FBE24BFDF"', + '"0x8D731E2C08B0A20"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4cc1fc55-901a-0137-37f8-62db22000000', + '5df4d34c-501a-007a-68cb-63eac3000000', 'x-ms-client-request-id', - 'a126b3f4-b9e7-4153-83e1-0d5e37036b37', + '5399ab07-ba0c-4f5f-851f-ef0560845ae4', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:17 GMT', + 'Thu, 05 Sep 2019 09:23:45 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479779406873/dir156758479824107034') + .put('/share156767542562804424/dir156767542603306030') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:18 GMT', + 'Thu, 05 Sep 2019 09:23:46 GMT', 'ETag', - '"0x8D7310FBE646630"', + '"0x8D731E2C0C90097"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b50dc915-d01a-004b-3bf8-620bd0000000', + 'f106fb1e-001a-0093-0bcb-632c89000000', 'x-ms-client-request-id', - '01a4f982-462b-4b76-8a96-f9f433126880', + 'b69c0f3f-0c59-4d3d-acef-c9f451b7688e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:18.4735792Z', + '2019-09-05T09:23:46.2982807Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:18.4735792Z', + '2019-09-05T09:23:46.2982807Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:18.4735792Z', + '2019-09-05T09:23:46.2982807Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:18 GMT', + 'Thu, 05 Sep 2019 09:23:45 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479779406873/dir156758479824107034/file156758479864205760') + .put('/share156767542562804424/dir156767542603306030/file156767542644002013') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:18 GMT', + 'Thu, 05 Sep 2019 09:23:46 GMT', 'ETag', - '"0x8D7310FBEA24187"', + '"0x8D731E2C1075128"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'df2e726b-501a-009e-14f8-62e45d000000', + '2ca1accc-d01a-0119-24cb-638935000000', 'x-ms-client-request-id', - '43c56869-c90a-4ef0-a819-caf971d7e998', + '9f503bac-decb-41b2-b427-0d611d10aded', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:18.8789639Z', + '2019-09-05T09:23:46.7066664Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:18.8789639Z', + '2019-09-05T09:23:46.7066664Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:18.8789639Z', + '2019-09-05T09:23:46.7066664Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,40 +97,40 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:18 GMT', + 'Thu, 05 Sep 2019 09:23:46 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479779406873/dir156758479824107034/file156758479864205760', "HelloWorld") + .put('/share156767542562804424/dir156767542603306030/file156767542644002013', "HelloWorld") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'aOEJ8PQMpyoV4FzCJ4b45g==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:19 GMT', + 'Thu, 05 Sep 2019 09:23:47 GMT', 'ETag', - '"0x8D7310FBEE24037"', + '"0x8D731E2C143F3B2"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2b2e976b-f01a-0087-54f8-6264e6000000', + 'e6935778-601a-0003-4fcb-6316e7000000', 'x-ms-client-request-id', - 'f1ae3c17-19b3-4ab7-b02e-b0dc5062c0a9', + '371c6ca8-d36b-41e4-a48e-9bcef61f0a6a', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:18 GMT', + 'Thu, 05 Sep 2019 09:23:47 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758479779406873/dir156758479824107034/file156758479864205760') + .get('/share156767542562804424/dir156767542603306030/file156767542644002013') .reply(206, "He", [ 'Content-Length', '2', 'Content-Type', @@ -138,17 +138,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 0-1/10', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:19 GMT', + 'Thu, 05 Sep 2019 09:23:47 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FBEE24037"', + '"0x8D731E2C143F3B2"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '096d166c-601a-00aa-7ef8-62d795000000', + '593cc711-701a-00eb-03cb-638f71000000', 'x-ms-client-request-id', - '4a67acc0-d50b-400a-9df8-ad5a270b4531', + 'd3842c88-31ec-4105-af83-9eeb1d0aab89', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -156,11 +156,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:13:18.8789639Z', + '2019-09-05T09:23:46.7066664Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:18.8789639Z', + '2019-09-05T09:23:46.7066664Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:18.8789639Z', + '2019-09-05T09:23:46.7066664Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -174,26 +174,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:18 GMT', + 'Thu, 05 Sep 2019 09:23:46 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758479779406873') + .delete('/share156767542562804424') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a7086f33-e01a-00d6-3ff8-62f96a000000', + '0f0809ee-a01a-0103-71cb-63e8ea000000', 'x-ms-client-request-id', - '8db0f21e-80a2-447d-a6c6-3bb00a24abbd', + '1d8b0801-db10-42e0-8ab8-065f8005ef65', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:19 GMT', + 'Thu, 05 Sep 2019 09:23:46 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_download_should_not_have_aborted_error_after_download_finishes.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_download_should_not_have_aborted_error_after_download_finishes.js index 6f72ecb5b9ac..7a7e685209d1 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_download_should_not_have_aborted_error_after_download_finishes.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_download_should_not_have_aborted_error_after_download_finishes.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758479277800199","dir":"dir156758479317204168","file":"file156758479357403185"} +module.exports.testInfo = {"share":"share156767542074605756","dir":"dir156767542114404041","file":"file156767542155700423"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479277800199') + .put('/share156767542074605756') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:13 GMT', + 'Thu, 05 Sep 2019 09:23:41 GMT', 'ETag', - '"0x8D7310FBB226076"', + '"0x8D731E2BDA1311E"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5c9741d4-601a-0123-63f8-62934d000000', + 'a711eb6a-f01a-0153-73cb-632aba000000', 'x-ms-client-request-id', - '978b0750-eb92-4840-a991-0c05733e1326', + 'c0d429b2-2a8c-4ace-89a5-4c2a953e554e', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:12 GMT', + 'Thu, 05 Sep 2019 09:23:40 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479277800199/dir156758479317204168') + .put('/share156767542074605756/dir156767542114404041') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:13 GMT', + 'Thu, 05 Sep 2019 09:23:41 GMT', 'ETag', - '"0x8D7310FBB5F1D52"', + '"0x8D731E2BDE01FF7"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9d8b6123-801a-0024-42f8-620123000000', + '6b1b35c2-101a-0036-64cb-637af3000000', 'x-ms-client-request-id', - '8ff71fc4-3d46-447e-af72-c46eedd59c7c', + '93624a24-8596-424b-94a9-cbd83e1af7fd', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:13.4057810Z', + '2019-09-05T09:23:41.4166519Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:13.4057810Z', + '2019-09-05T09:23:41.4166519Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:13.4057810Z', + '2019-09-05T09:23:41.4166519Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:13 GMT', + 'Thu, 05 Sep 2019 09:23:40 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479277800199/dir156758479317204168/file156758479357403185') + .put('/share156767542074605756/dir156767542114404041/file156767542155700423') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:13 GMT', + 'Thu, 05 Sep 2019 09:23:41 GMT', 'ETag', - '"0x8D7310FBB9D1FB4"', + '"0x8D731E2BE1D37CF"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e1589154-301a-00b7-3af8-62da29000000', + 'fa0cc46c-d01a-00dd-01cb-630201000000', 'x-ms-client-request-id', - '42bd0ae0-9d7e-46a1-b3d2-2eb8c6fcd5ba', + '7032a0d8-0e04-4e22-a153-e4f7976ab90a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:13.8121652Z', + '2019-09-05T09:23:41.8170319Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:13.8121652Z', + '2019-09-05T09:23:41.8170319Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:13.8121652Z', + '2019-09-05T09:23:41.8170319Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,56 +97,56 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:12 GMT', + 'Thu, 05 Sep 2019 09:23:41 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479277800199/dir156758479317204168/file156758479357403185', "Hello World") + .put('/share156767542074605756/dir156767542114404041/file156767542155700423', "Hello World") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'sQqNsWTgdUEFt6mb5y4/5Q==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:14 GMT', + 'Thu, 05 Sep 2019 09:23:42 GMT', 'ETag', - '"0x8D7310FBBDB9767"', + '"0x8D731E2BE5A76C3"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7da611c8-101a-00ed-06f8-62bcce000000', + 'df38e29b-701a-007d-53cb-6386a0000000', 'x-ms-client-request-id', - 'fb043014-94c6-481a-9873-1fcd8275875e', + '7d9351c3-91f3-4cfa-af5f-e37c635a94f8', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:13 GMT', + 'Thu, 05 Sep 2019 09:23:41 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758479277800199/dir156758479317204168/file156758479357403185') + .get('/share156767542074605756/dir156767542114404041/file156767542155700423') .reply(200, "Hello World", [ 'Content-Length', '11', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:14 GMT', + 'Thu, 05 Sep 2019 09:23:42 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FBBDB9767"', + '"0x8D731E2BE5A76C3"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '27d605c1-d01a-0090-06f8-62cded000000', + '516f9fbc-b01a-011f-02cb-63ba8a000000', 'x-ms-client-request-id', - 'e116c0f1-e474-42d6-bcba-a80dd7414691', + 'f63fc4b6-eb62-4312-a433-d812c3bf180e', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -154,11 +154,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:13:13.8121652Z', + '2019-09-05T09:23:41.8170319Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:13.8121652Z', + '2019-09-05T09:23:41.8170319Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:13.8121652Z', + '2019-09-05T09:23:41.8170319Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -172,26 +172,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:13 GMT', + 'Thu, 05 Sep 2019 09:23:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758479277800199') + .delete('/share156767542074605756') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3bc0b174-101a-0129-80f8-6237fa000000', + '4517676b-501a-0117-24cb-63a085000000', 'x-ms-client-request-id', - '889ee9ec-0d32-47d1-b82e-cc653d97ad30', + 'e26986dc-1ce5-4ace-b628-6ae02e41ef9b', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:14 GMT', + 'Thu, 05 Sep 2019 09:23:42 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_download_with_default_parameters.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_download_with_default_parameters.js index c272c78df462..3219673adc53 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_download_with_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_download_with_default_parameters.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758479016509162","dir":"dir156758479071506817","file":"file156758479113309138"} +module.exports.testInfo = {"share":"share156767541830401723","dir":"dir156767541873103735","file":"file156767541914700115"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479016509162') + .put('/share156767541830401723') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:10 GMT', + 'Thu, 05 Sep 2019 09:23:38 GMT', 'ETag', - '"0x8D7310FB9943C89"', + '"0x8D731E2BC2F088D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd88b0fa8-e01a-0112-0bf8-62725e000000', + '0f147578-b01a-00e4-02cb-63f91d000000', 'x-ms-client-request-id', - '8ef89f91-f2d0-465a-863c-2effb96d30f4', + '478a7fe0-2805-4793-a2db-c1854f6f0128', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:09 GMT', + 'Thu, 05 Sep 2019 09:23:38 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479016509162/dir156758479071506817') + .put('/share156767541830401723/dir156767541873103735') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:10 GMT', + 'Thu, 05 Sep 2019 09:23:39 GMT', 'ETag', - '"0x8D7310FB9EA2403"', + '"0x8D731E2BC703126"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6bc3ab33-d01a-00bf-57f8-62c026000000', + '9dd42012-501a-0107-05cb-6365ed000000', 'x-ms-client-request-id', - 'ca3ed503-cfee-485b-adb1-c0d99d8e53c6', + '15d654e1-a554-4442-aebf-3ed03b4d3aa5', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:10.9614595Z', + '2019-09-05T09:23:39.0053670Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:10.9614595Z', + '2019-09-05T09:23:39.0053670Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:10.9614595Z', + '2019-09-05T09:23:39.0053670Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:10 GMT', + 'Thu, 05 Sep 2019 09:23:38 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479016509162/dir156758479071506817/file156758479113309138') + .put('/share156767541830401723/dir156767541873103735/file156767541914700115') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:11 GMT', + 'Thu, 05 Sep 2019 09:23:39 GMT', 'ETag', - '"0x8D7310FBA27B11F"', + '"0x8D731E2BCAD7016"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7d75f216-d01a-00e2-5ff8-62caa2000000', + '54811cf8-501a-0128-26cb-636826000000', 'x-ms-client-request-id', - '8d4d7060-de2b-443e-bafb-fa8460707590', + '417f7ccf-0ff5-4871-860a-112ea4065c18', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:11.3648415Z', + '2019-09-05T09:23:39.4067478Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:11.3648415Z', + '2019-09-05T09:23:39.4067478Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:11.3648415Z', + '2019-09-05T09:23:39.4067478Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,56 +97,56 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:10 GMT', + 'Thu, 05 Sep 2019 09:23:38 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758479016509162/dir156758479071506817/file156758479113309138', "Hello World") + .put('/share156767541830401723/dir156767541873103735/file156767541914700115', "Hello World") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'sQqNsWTgdUEFt6mb5y4/5Q==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:11 GMT', + 'Thu, 05 Sep 2019 09:23:39 GMT', 'ETag', - '"0x8D7310FBA6628D8"', + '"0x8D731E2BCE9C466"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e5e761b1-f01a-0001-3cf8-62a85f000000', + '9dd42013-501a-0107-06cb-6365ed000000', 'x-ms-client-request-id', - '6d573096-4484-493a-bf72-ca8ce5355e1d', + 'aefba3b0-eaa4-4a35-bda3-8d063490dee9', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:10 GMT', + 'Thu, 05 Sep 2019 09:23:39 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758479016509162/dir156758479071506817/file156758479113309138') + .get('/share156767541830401723/dir156767541873103735/file156767541914700115') .reply(200, "Hello World", [ 'Content-Length', '11', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:11 GMT', + 'Thu, 05 Sep 2019 09:23:39 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FBA6628D8"', + '"0x8D731E2BCE9C466"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '909a1dc7-f01a-00b8-30f8-62ac45000000', + '5c1d2f08-b01a-0072-21cb-63f0cc000000', 'x-ms-client-request-id', - 'f1cc4ace-f929-4346-a92b-bb4f2ee93da0', + '6ef5b3b0-ba8f-4f0e-a81e-9bf2f260b4e0', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -154,11 +154,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:13:11.3648415Z', + '2019-09-05T09:23:39.4067478Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:11.3648415Z', + '2019-09-05T09:23:39.4067478Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:11.3648415Z', + '2019-09-05T09:23:39.4067478Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -172,26 +172,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:11 GMT', + 'Thu, 05 Sep 2019 09:23:39 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758479016509162') + .delete('/share156767541830401723') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2af927bc-001a-0083-3df8-62e9e1000000', + 'ed74bc46-201a-0094-04cb-6340ea000000', 'x-ms-client-request-id', - 'c2e30c5d-397e-4c5b-8338-2a3ac0f8a2a3', + '36699f8e-9a5a-4220-ba8e-1219cf414649', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:11 GMT', + 'Thu, 05 Sep 2019 09:23:40 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_forceclosehandle_should_work.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_forceclosehandle_should_work.js index f064e394ec78..85d92d916e23 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_forceclosehandle_should_work.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_forceclosehandle_should_work.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758480448007543","dir":"dir156758480492304300","file":"file156758480533109084"} +module.exports.testInfo = {"share":"share156767543218809168","dir":"dir156767543258206166","file":"file156767543298103595"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480448007543') + .put('/share156767543218809168') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:24 GMT', + 'Thu, 05 Sep 2019 09:23:52 GMT', 'ETag', - '"0x8D7310FC2203DC0"', + '"0x8D731E2C472C061"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bc0a5e21-201a-004f-46f8-6286d7000000', + 'cb6982e4-101a-00a0-38cb-637322000000', 'x-ms-client-request-id', - 'cff298df-ab3c-4ab7-af34-9a84b6be47e2', + '4bfdf5a3-7e06-4f5b-8c00-288d6d4b5eb3', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:23 GMT', + 'Thu, 05 Sep 2019 09:23:52 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480448007543/dir156758480492304300') + .put('/share156767543218809168/dir156767543258206166') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:25 GMT', + 'Thu, 05 Sep 2019 09:23:52 GMT', 'ETag', - '"0x8D7310FC260F574"', + '"0x8D731E2C4AF434C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fae1c5fb-901a-0075-33f8-629caf000000', + 'e192b429-301a-012e-65cb-635b99000000', 'x-ms-client-request-id', - '2fa1688b-22c2-4a32-962c-9856368cdd77', + 'e68ea388-af57-4256-92c2-9ce05da064b2', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:25.1619188Z', + '2019-09-05T09:23:52.8404812Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:25.1619188Z', + '2019-09-05T09:23:52.8404812Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:25.1619188Z', + '2019-09-05T09:23:52.8404812Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:24 GMT', + 'Thu, 05 Sep 2019 09:23:51 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480448007543/dir156758480492304300/file156758480533109084') + .put('/share156767543218809168/dir156767543258206166/file156767543298103595') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:25 GMT', + 'Thu, 05 Sep 2019 09:23:53 GMT', 'ETag', - '"0x8D7310FC2A3DB13"', + '"0x8D731E2C4EC5B24"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'de53d0bc-d01a-0109-69f8-624c5d000000', + '34a5772f-001a-0147-18cb-6362d5000000', 'x-ms-client-request-id', - '6a1abf2e-aaf1-4e57-b2fc-839a58f84fd3', + 'c4ba7c2f-f35c-48d4-bf32-25b64ebc1b79', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:25.6003347Z', + '2019-09-05T09:23:53.2408612Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:25.6003347Z', + '2019-09-05T09:23:53.2408612Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:25.6003347Z', + '2019-09-05T09:23:53.2408612Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,13 +97,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:25 GMT', + 'Thu, 05 Sep 2019 09:23:53 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758480448007543/dir156758480492304300/file156758480533109084') + .get('/share156767543218809168/dir156767543258206166/file156767543298103595') .query(true) .reply(200, "", [ 'Transfer-Encoding', 'chunked', @@ -112,9 +112,9 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8674fa08-a01a-0051-6ff8-626a0f000000', + '1a36aea3-b01a-005d-2bcb-63fd07000000', 'x-ms-client-request-id', - '6d590559-a8e0-49bc-8a51-f5529a997ea8', + 'ba4924ee-c167-46e1-a21f-57710f5f8ce2', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -122,26 +122,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:25 GMT', + 'Thu, 05 Sep 2019 09:23:53 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758480448007543') + .delete('/share156767543218809168') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c4aa6ec0-001a-0048-0af8-62eab4000000', + '449190a3-301a-014c-77cb-6399be000000', 'x-ms-client-request-id', - '318eb3eb-0ede-4c48-bdbe-335b71591640', + '2617772a-20be-48e0-a95e-9fdbaa3d27f7', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:25 GMT', + 'Thu, 05 Sep 2019 09:23:53 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_forceclosehandlessegment_should_work.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_forceclosehandlessegment_should_work.js index 680f7c3849d5..c957d43d78d0 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_forceclosehandlessegment_should_work.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_forceclosehandlessegment_should_work.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758480239208338","dir":"dir156758480279401216","file":"file156758480320605674"} +module.exports.testInfo = {"share":"share156767543012400445","dir":"dir156767543056306466","file":"file156767543096009194"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480239208338') + .put('/share156767543012400445') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:22 GMT', + 'Thu, 05 Sep 2019 09:23:50 GMT', 'ETag', - '"0x8D7310FC0DE0629"', + '"0x8D731E2C33BF8A7"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '82a21deb-901a-0108-2af8-621381000000', + '733349ed-701a-00c4-13cb-6382ba000000', 'x-ms-client-request-id', - '5273527f-6881-4c4b-a15a-fcdf45c5c911', + '9793061d-8ae3-4c75-9984-a8cb99bc02f7', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:21 GMT', + 'Thu, 05 Sep 2019 09:23:50 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480239208338/dir156758480279401216') + .put('/share156767543012400445/dir156767543056306466') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:23 GMT', + 'Thu, 05 Sep 2019 09:23:50 GMT', 'ETag', - '"0x8D7310FC11C8E01"', + '"0x8D731E2C37B3374"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '06cbc39a-001a-003a-44f8-62edfb000000', + '1352c89f-101a-0009-74cb-63b250000000', 'x-ms-client-request-id', - '8c502764-f524-4a14-9b90-79b3a6cb9272', + '009cc6b0-3867-483f-940f-e831ffad634a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:23.0359041Z', + '2019-09-05T09:23:50.8215668Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:23.0359041Z', + '2019-09-05T09:23:50.8215668Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:23.0359041Z', + '2019-09-05T09:23:50.8215668Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:22 GMT', + 'Thu, 05 Sep 2019 09:23:50 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480239208338/dir156758480279401216/file156758480320605674') + .put('/share156767543012400445/dir156767543056306466/file156767543096009194') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:23 GMT', + 'Thu, 05 Sep 2019 09:23:51 GMT', 'ETag', - '"0x8D7310FC159A5E8"', + '"0x8D731E2C3B8242F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bf565e99-601a-002c-26f8-621b2c000000', + '26068b70-101a-0139-0dcb-63f292000000', 'x-ms-client-request-id', - '6b133629-730b-4ec3-b32b-83ca8afa5902', + '79c97e8f-b9b7-4229-9132-a9a47d27e26e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:23.4362856Z', + '2019-09-05T09:23:51.2209455Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:23.4362856Z', + '2019-09-05T09:23:51.2209455Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:23.4362856Z', + '2019-09-05T09:23:51.2209455Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,47 +97,47 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:22 GMT', + 'Thu, 05 Sep 2019 09:23:50 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480239208338/dir156758480279401216/file156758480320605674') + .put('/share156767543012400445/dir156767543056306466/file156767543096009194') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7041ab8f-901a-0127-09f8-621e4a000000', + '74a09f99-101a-00fd-58cb-6379a6000000', 'x-ms-client-request-id', - 'bb235fb7-6ef3-4f00-9201-4616ec1f2da3', + '4bc332f0-9455-4910-a6d7-79148c777fc7', 'x-ms-version', '2019-02-02', 'x-ms-number-of-handles-closed', '0', 'Date', - 'Wed, 04 Sep 2019 08:13:23 GMT', + 'Thu, 05 Sep 2019 09:23:51 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758480239208338') + .delete('/share156767543012400445') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ab5181a2-701a-015d-5df8-62030a000000', + 'd32cb570-f01a-00b8-5acb-63ac45000000', 'x-ms-client-request-id', - '011ce786-5ce2-4504-aeec-a8019ed25096', + 'b12cfdad-fce8-40ed-a6be-41c061336782', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:23 GMT', + 'Thu, 05 Sep 2019 09:23:51 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_getrangelist.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_getrangelist.js index dd0bf2cd45f3..6bcc6634ab55 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_getrangelist.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_getrangelist.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758478668503640","dir":"dir156758478711006802","file":"file156758478763708963"} +module.exports.testInfo = {"share":"share156767541503705703","dir":"dir156767541543907254","file":"file156767541584306942"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478668503640') + .put('/share156767541503705703') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:06 GMT', + 'Thu, 05 Sep 2019 09:23:35 GMT', 'ETag', - '"0x8D7310FB7826A73"', + '"0x8D731E2BA3AD349"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e73dc1c8-301a-0031-56f8-621690000000', + 'a7675e46-a01a-0113-36cb-632d82000000', 'x-ms-client-request-id', - '7c1c10e6-13f9-4457-9af1-c1b1e2643738', + '032bbd6e-f255-4703-95ef-023dbefa0eb3', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:06 GMT', + 'Thu, 05 Sep 2019 09:23:34 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478668503640/dir156758478711006802') + .put('/share156767541503705703/dir156767541543907254') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:07 GMT', + 'Thu, 05 Sep 2019 09:23:35 GMT', 'ETag', - '"0x8D7310FB7D4F399"', + '"0x8D731E2BA779038"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '096d1660-601a-00aa-7bf8-62d795000000', + 'a38ffd00-e01a-0102-33cb-63b736000000', 'x-ms-client-request-id', - '522c3a59-f89a-42f9-b11d-41f742de046c', + '44265183-94df-41b4-a96d-b37e5cba0ceb', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:07.4671513Z', + '2019-09-05T09:23:35.6982328Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:07.4671513Z', + '2019-09-05T09:23:35.6982328Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:07.4671513Z', + '2019-09-05T09:23:35.6982328Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:06 GMT', + 'Thu, 05 Sep 2019 09:23:34 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478668503640/dir156758478711006802/file156758478763708963') + .put('/share156767541503705703/dir156767541543907254/file156767541584306942') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:07 GMT', + 'Thu, 05 Sep 2019 09:23:36 GMT', 'ETag', - '"0x8D7310FB813927F"', + '"0x8D731E2BAB62F07"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a0137a5b-a01a-00d7-0af8-62a6b6000000', + 'f2754d80-d01a-004b-16cb-630bd0000000', 'x-ms-client-request-id', - 'e2762340-793b-4839-917d-6ad28bd7f2ca', + '7e47cfbd-80b4-46a9-bdd0-9457ecb439c0', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:07.8775423Z', + '2019-09-05T09:23:36.1086215Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:07.8775423Z', + '2019-09-05T09:23:36.1086215Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:07.8775423Z', + '2019-09-05T09:23:36.1086215Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,105 +97,105 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:06 GMT', + 'Thu, 05 Sep 2019 09:23:35 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478668503640/dir156758478711006802/file156758478763708963', "Hello") + .put('/share156767541503705703/dir156767541543907254/file156767541584306942', "Hello") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'ixqZU8RhEpaoJ6v4xHgE1w==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:08 GMT', + 'Thu, 05 Sep 2019 09:23:36 GMT', 'ETag', - '"0x8D7310FB850D148"', + '"0x8D731E2BAF28360"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '888092a1-e01a-0040-74f8-62f0bb000000', + '7a57b80c-d01a-005b-63cb-63ceb8000000', 'x-ms-client-request-id', - 'ba7008d0-c37b-4ba2-bd36-0ee0c89503fb', + 'fdc9b780-a476-462a-9baf-868078882c37', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:08 GMT', + 'Thu, 05 Sep 2019 09:23:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478668503640/dir156758478711006802/file156758478763708963', "World") + .put('/share156767541503705703/dir156767541543907254/file156767541584306942', "World") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', '9aeSTmIehMkoCpon4by39g==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:08 GMT', + 'Thu, 05 Sep 2019 09:23:36 GMT', 'ETag', - '"0x8D7310FB88E374D"', + '"0x8D731E2BB30D3FB"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8742acb1-301a-00d5-32f8-62180e000000', + 'acaffa78-a01a-00f8-4fcb-63ab7d000000', 'x-ms-client-request-id', - '3a52539d-b89a-4554-8d5e-4639f18d05f1', + '76919fd4-d8fd-4b32-b36d-3193bf374cdf', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:08 GMT', + 'Thu, 05 Sep 2019 09:23:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478668503640/dir156758478711006802/file156758478763708963') + .put('/share156767541503705703/dir156767541543907254/file156767541584306942') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:09 GMT', + 'Thu, 05 Sep 2019 09:23:37 GMT', 'ETag', - '"0x8D7310FB8CC87EC"', + '"0x8D731E2BB6E39FE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9a00af34-201a-0150-31f8-62cbde000000', + 'a0184db6-501a-0055-05cb-63e708000000', 'x-ms-client-request-id', - 'e2190cb2-611b-4552-bd2a-b0f3608d053e', + 'c21560be-4d15-4bd9-a825-e04aabf2aa79', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:08 GMT', + 'Thu, 05 Sep 2019 09:23:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758478668503640/dir156758478711006802/file156758478763708963') + .get('/share156767541503705703/dir156767541543907254/file156767541584306942') .query(true) .reply(200, "09", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:09 GMT', + 'Thu, 05 Sep 2019 09:23:37 GMT', 'ETag', - '"0x8D7310FB8CC87EC"', + '"0x8D731E2BB6E39FE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c9e654fc-001a-00ce-04f8-62260d000000', + '02d12b07-d01a-0126-62cb-634196000000', 'x-ms-client-request-id', - 'd26cbe36-45d8-4426-8753-0bc427298adf', + 'b0d887fa-4bdb-434a-9af0-df89e2fdd1ce', 'x-ms-version', '2019-02-02', 'x-ms-content-length', @@ -205,26 +205,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:08 GMT', + 'Thu, 05 Sep 2019 09:23:37 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758478668503640') + .delete('/share156767541503705703') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7cb1d7c2-701a-00b6-03f8-6285f5000000', + 'dc956221-001a-00e1-41cb-632bc6000000', 'x-ms-client-request-id', - '0a2ffd87-f89e-4772-b70a-01e4c90a5f2d', + 'a9e0d302-928a-44c3-9786-c0b73a4e9202', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:09 GMT', + 'Thu, 05 Sep 2019 09:23:37 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_listhandles_should_work.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_listhandles_should_work.js index 205ad7decc3b..bd462a55b90e 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_listhandles_should_work.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_listhandles_should_work.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758480029405638","dir":"dir156758480073101589","file":"file156758480113709967"} +module.exports.testInfo = {"share":"share156767542806703354","dir":"dir156767542846804971","file":"file156767542886800137"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480029405638') + .put('/share156767542806703354') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:20 GMT', + 'Thu, 05 Sep 2019 09:23:48 GMT', 'ETag', - '"0x8D7310FBFA0BC3D"', + '"0x8D731E2C1FF097C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '45e3d4b4-701a-00d4-6ef8-6247d2000000', + '131dedb4-d01a-0006-40cb-63c43c000000', 'x-ms-client-request-id', - '10fe774f-7593-40e3-89b8-db5bea310579', + '8e4cbb98-9688-4d84-9353-3ec1418fb310', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:20 GMT', + 'Thu, 05 Sep 2019 09:23:47 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480029405638/dir156758480073101589') + .put('/share156767542806703354/dir156767542846804971') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:20 GMT', + 'Thu, 05 Sep 2019 09:23:48 GMT', 'ETag', - '"0x8D7310FBFE10242"', + '"0x8D731E2C23BAF2C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd9664223-d01a-0064-21f8-62061b000000', + '86121f60-f01a-00ca-6fcb-63ab0a000000', 'x-ms-client-request-id', - '58a51596-e9aa-4253-a0ef-826ef9b69ca0', + '2694315c-2592-48df-a545-3498f3596dd7', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:20.9679426Z', + '2019-09-05T09:23:48.7275820Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:20.9679426Z', + '2019-09-05T09:23:48.7275820Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:20.9679426Z', + '2019-09-05T09:23:48.7275820Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:20 GMT', + 'Thu, 05 Sep 2019 09:23:47 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480029405638/dir156758480073101589/file156758480113709967') + .put('/share156767542806703354/dir156767542846804971/file156767542886800137') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:21 GMT', + 'Thu, 05 Sep 2019 09:23:49 GMT', 'ETag', - '"0x8D7310FC01E412A"', + '"0x8D731E2C2798A7E"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2c448299-a01a-001c-55f8-62a5e3000000', + '4f46f078-f01a-00a8-75cb-63692d000000', 'x-ms-client-request-id', - '6338556b-3874-4b07-85f1-0d2f138cd2b6', + '1f44a511-73af-4496-b14d-5ef27e98d6f3', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:21.3693226Z', + '2019-09-05T09:23:49.1329662Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:21.3693226Z', + '2019-09-05T09:23:49.1329662Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:21.3693226Z', + '2019-09-05T09:23:49.1329662Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,13 +97,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:21 GMT', + 'Thu, 05 Sep 2019 09:23:48 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758480029405638/dir156758480073101589/file156758480113709967') + .get('/share156767542806703354/dir156767542846804971/file156767542886800137') .query(true) .reply(200, "", [ 'Transfer-Encoding', 'chunked', @@ -112,9 +112,9 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '17abd9ed-b01a-00db-41f8-6231be000000', + '70ccc5e6-001a-011a-08cb-636851000000', 'x-ms-client-request-id', - '8f9b85fa-ec51-4026-8e68-7a431eb3b11c', + '0a680aec-fe52-4fe3-9026-94c9fefc1546', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -122,26 +122,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:21 GMT', + 'Thu, 05 Sep 2019 09:23:48 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758480029405638') + .delete('/share156767542806703354') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9ff434aa-701a-0089-33f8-624d56000000', + '2c246ccf-701a-0042-6fcb-634e03000000', 'x-ms-client-request-id', - '868c85a0-8e6f-405a-8c49-47c73a7052b2', + 'db599554-adf4-4d0c-acf1-c5e50777b139', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:21 GMT', + 'Thu, 05 Sep 2019 09:23:49 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_resize.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_resize.js index e777b91405a9..0d627d739862 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_resize.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_resize.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758477244601265","dir":"dir156758477289104732","file":"file156758477330105428"} +module.exports.testInfo = {"share":"share156767540123808211","dir":"dir156767540163500018","file":"file156767540203208318"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477244601265') + .put('/share156767540123808211') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:52 GMT', + 'Thu, 05 Sep 2019 09:23:21 GMT', 'ETag', - '"0x8D7310FAF08B2D6"', + '"0x8D731E2B200D2C2"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8e7107d9-001a-0058-05f8-622fdc000000', + 'dc95620f-001a-00e1-3ccb-632bc6000000', 'x-ms-client-request-id', - 'fd738f50-4865-43c9-8307-3047c98e5cda', + 'd62e1039-91aa-47e5-89d8-b57615f0e59c', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:52 GMT', + 'Thu, 05 Sep 2019 09:23:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477244601265/dir156758477289104732') + .put('/share156767540123808211/dir156767540163500018') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:53 GMT', + 'Thu, 05 Sep 2019 09:23:21 GMT', 'ETag', - '"0x8D7310FAF4983EC"', + '"0x8D731E2B23D1314"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '69faf7e9-301a-001e-5df8-621b5b000000', + '1d8be83d-b01a-0120-1ecb-637229000000', 'x-ms-client-request-id', - '21fde0c9-ecf7-4891-b11b-5066a6196886', + 'dcca8ea4-d1de-4f5f-9019-6aa3513ad135', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:53.1315692Z', + '2019-09-05T09:23:21.8931476Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:53.1315692Z', + '2019-09-05T09:23:21.8931476Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:53.1315692Z', + '2019-09-05T09:23:21.8931476Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:52 GMT', + 'Thu, 05 Sep 2019 09:23:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477244601265/dir156758477289104732/file156758477330105428') + .put('/share156767540123808211/dir156767540163500018/file156767540203208318') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:53 GMT', + 'Thu, 05 Sep 2019 09:23:22 GMT', 'ETag', - '"0x8D7310FAF878656"', + '"0x8D731E2B27AC74D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a7d4b618-301a-014c-1cf8-6299be000000', + '97c47d82-601a-0133-39cb-635625000000', 'x-ms-client-request-id', - '02e06810-986d-4596-b09e-92179c4b4496', + '1b4d1fb7-cc28-4ba4-8e49-763dc8bac3c5', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,27 +97,27 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:53 GMT', + 'Thu, 05 Sep 2019 09:23:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758477244601265/dir156758477289104732/file156758477330105428') + .head('/share156767540123808211/dir156767540163500018/file156767540203208318') .reply(200, "", [ 'Content-Length', '11', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:53 GMT', + 'Thu, 05 Sep 2019 09:23:22 GMT', 'ETag', - '"0x8D7310FAF878656"', + '"0x8D731E2B27AC74D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6e5f9cb1-c01a-009c-67f8-625ae5000000', + '76ac069a-501a-006a-23cb-632fab000000', 'x-ms-client-request-id', - 'def7f954-4489-469b-9955-9b16c05bcca3', + '604da6c8-dc9c-4c06-a4b4-96613bfc0235', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -125,11 +125,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -143,34 +143,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:52 GMT', + 'Thu, 05 Sep 2019 09:23:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477244601265/dir156758477289104732/file156758477330105428') + .put('/share156767540123808211/dir156767540163500018/file156767540203208318') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:54 GMT', + 'Thu, 05 Sep 2019 09:23:23 GMT', 'ETag', - '"0x8D7310FB003B244"', + '"0x8D731E2B2F78FA3"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '261065fd-201a-0122-3df8-62cc91000000', + '5805b754-501a-0008-03cb-63ed8c000000', 'x-ms-client-request-id', - 'd163c172-543d-454f-8b71-3f39c47de85b', + '2d729948-89cd-4015-b886-73ee1dcfdde3', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:54.3517252Z', + '2019-09-05T09:23:23.1153059Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -182,27 +182,27 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:53 GMT', + 'Thu, 05 Sep 2019 09:23:22 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758477244601265/dir156758477289104732/file156758477330105428') + .head('/share156767540123808211/dir156767540163500018/file156767540203208318') .reply(200, "", [ 'Content-Length', '1', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:54 GMT', + 'Thu, 05 Sep 2019 09:23:23 GMT', 'ETag', - '"0x8D7310FB003B244"', + '"0x8D731E2B2F78FA3"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '748b5c42-b01a-0120-32f8-627229000000', + '5b25ad40-e01a-00e9-53cb-6331c9000000', 'x-ms-client-request-id', - 'b38c6f5f-7dc4-472c-b973-cc88c6f2d948', + '6636f187-ac19-461d-b79a-838cc86ac5c5', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -210,11 +210,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:54.3517252Z', + '2019-09-05T09:23:23.1153059Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:53.5379542Z', + '2019-09-05T09:23:22.2975309Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -228,26 +228,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:53 GMT', + 'Thu, 05 Sep 2019 09:23:22 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758477244601265') + .delete('/share156767540123808211') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bea6e59c-c01a-0148-42f8-6214b9000000', + 'fdcc2ec3-001a-0125-42cb-63a0f2000000', 'x-ms-client-request-id', - '8e89cb88-4d3c-40b1-898c-fd1a53569c7a', + '5b27ca89-5523-4349-8d94-13d3fee710e7', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:54 GMT', + 'Thu, 05 Sep 2019 09:23:23 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_sethttpheaders_with_all_parameters_set.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_sethttpheaders_with_all_parameters_set.js index b95032a6147a..fb6caa03775d 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_sethttpheaders_with_all_parameters_set.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_sethttpheaders_with_all_parameters_set.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758475991709206","dir":"dir156758476034408648","file":"file156758476075101980"} +module.exports.testInfo = {"share":"share156767538999109123","dir":"dir156767539039001568","file":"file156767539079105944"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475991709206') + .put('/share156767538999109123') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:40 GMT', + 'Thu, 05 Sep 2019 09:23:10 GMT', 'ETag', - '"0x8D7310FA78F7A44"', + '"0x8D731E2AB4CD5A0"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7879c1e3-a01a-014e-0df8-622706000000', + 'd92a3359-001a-0157-3fcb-63a7bd000000', 'x-ms-client-request-id', - 'dfea7643-e973-467b-881d-93f73b9d7203', + '2616d962-1583-4f08-8410-523588656f4f', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:39 GMT', + 'Thu, 05 Sep 2019 09:23:09 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475991709206/dir156758476034408648') + .put('/share156767538999109123/dir156767539039001568') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:40 GMT', + 'Thu, 05 Sep 2019 09:23:10 GMT', 'ETag', - '"0x8D7310FA7CE668C"', + '"0x8D731E2AB8994CC"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd0caa4da-701a-014d-0af8-62c662000000', + 'f106faeb-001a-0093-02cb-632c89000000', 'x-ms-client-request-id', - '50aba8a0-ab6f-44b9-95c6-262bf4111e42', + 'c9b11260-e367-4943-8cb7-99a36c91aba4', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:40.5806732Z', + '2019-09-05T09:23:10.6504908Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:40.5806732Z', + '2019-09-05T09:23:10.6504908Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:40.5806732Z', + '2019-09-05T09:23:10.6504908Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:40 GMT', + 'Thu, 05 Sep 2019 09:23:10 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475991709206/dir156758476034408648/file156758476075101980') + .put('/share156767538999109123/dir156767539039001568/file156767539079105944') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:40 GMT', + 'Thu, 05 Sep 2019 09:23:11 GMT', 'ETag', - '"0x8D7310FA80D0576"', + '"0x8D731E2ABC80C88"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3fd49be5-901a-00e3-4ef8-62957e000000', + '0b97639a-101a-0026-51cb-63bf9b000000', 'x-ms-client-request-id', - 'c31ad147-2694-43ae-a17f-7f8528c6bc5a', + '83fe1211-9dc2-4115-bb42-7a78049129af', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:40.9910646Z', + '2019-09-05T09:23:11.0598792Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:40.9910646Z', + '2019-09-05T09:23:11.0598792Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:40.9910646Z', + '2019-09-05T09:23:11.0598792Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,34 +97,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:40 GMT', + 'Thu, 05 Sep 2019 09:23:10 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475991709206/dir156758476034408648/file156758476075101980') + .put('/share156767538999109123/dir156767539039001568/file156767539079105944') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:41 GMT', + 'Thu, 05 Sep 2019 09:23:11 GMT', 'ETag', - '"0x8D7310FA84BCB72"', + '"0x8D731E2AC0747BE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '096d1635-601a-00aa-74f8-62d795000000', + 'be84de34-701a-0100-57cb-63098e000000', 'x-ms-client-request-id', - 'f25a15fa-1206-495f-ba9f-77343fb379d4', + 'e12a458c-b7b1-49fe-b127-78d356f88826', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:41.4024562Z', + '2019-09-05T09:23:11.4742718Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:40.9910646Z', + '2019-09-05T09:23:11.0598792Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:40.9910646Z', + '2019-09-05T09:23:11.0598792Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -136,13 +136,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:40 GMT', + 'Thu, 05 Sep 2019 09:23:11 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758475991709206/dir156758476034408648/file156758476075101980') + .head('/share156767538999109123/dir156767539039001568/file156767539079105944') .reply(200, [], [ 'Cache-Control', 'fileCacheControl', 'Content-Length', @@ -156,15 +156,15 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-MD5', 'AQIDBA==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:41 GMT', + 'Thu, 05 Sep 2019 09:23:11 GMT', 'ETag', - '"0x8D7310FA84BCB72"', + '"0x8D731E2AC0747BE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1ff4ad23-301a-0053-6af8-62d4b7000000', + '892bb8c9-601a-0095-3ecb-631f36000000', 'x-ms-client-request-id', - '44927afb-12bb-494b-851e-ad50cc6267b6', + '54f935e2-daea-45b2-a714-ddb38f8b623a', 'x-ms-version', '2019-02-02', 'Content-Disposition', @@ -174,11 +174,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:41.4024562Z', + '2019-09-05T09:23:11.4742718Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:40.9910646Z', + '2019-09-05T09:23:11.0598792Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:40.9910646Z', + '2019-09-05T09:23:11.0598792Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -192,26 +192,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:41 GMT', + 'Thu, 05 Sep 2019 09:23:11 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758475991709206') + .delete('/share156767538999109123') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2ef287ed-d01a-0144-49f8-6283b1000000', + '19875d03-101a-009f-7bcb-63bb81000000', 'x-ms-client-request-id', - '93d822a0-9633-4c48-97db-6b438d2faa73', + 'f464da7b-6bd8-46ea-8dce-c3bcc5674121', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:42 GMT', + 'Thu, 05 Sep 2019 09:23:11 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_sethttpheaders_with_default_parameters.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_sethttpheaders_with_default_parameters.js index 51031757d5f5..591eaf469aff 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_sethttpheaders_with_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_sethttpheaders_with_default_parameters.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758475738602305","dir":"dir156758475782908889","file":"file156758475823803933"} +module.exports.testInfo = {"share":"share156767538757607639","dir":"dir156767538797407082","file":"file156767538837300349"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475738602305') + .put('/share156767538757607639') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:37 GMT', + 'Thu, 05 Sep 2019 09:23:07 GMT', 'ETag', - '"0x8D7310FA60E1BCE"', + '"0x8D731E2A9DC2B35"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2b22205e-601a-0003-1cf8-6216e7000000', + '97743999-a01a-00e8-15cb-636e15000000', 'x-ms-client-request-id', - '437fe4f0-4e4a-4870-8f99-ea6f32e37fff', + 'c3aeb517-90a5-4dd5-b8c2-34885a97c1bf', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:37 GMT', + 'Thu, 05 Sep 2019 09:23:07 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475738602305/dir156758475782908889') + .put('/share156767538757607639/dir156767538797407082') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:38 GMT', + 'Thu, 05 Sep 2019 09:23:08 GMT', 'ETag', - '"0x8D7310FA64E4733"', + '"0x8D731E2AA189447"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd1cdc61f-a01a-0023-1df8-626d40000000', + 'e192b3ff-301a-012e-5ccb-635b99000000', 'x-ms-client-request-id', - '4c4d58ac-bf4f-4e4e-b6b2-eddd9d40a9f9', + '3dc57fc9-2ce6-4adc-a0b0-b4a0853870e6', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:38.0632883Z', + '2019-09-05T09:23:08.2321991Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:38.0632883Z', + '2019-09-05T09:23:08.2321991Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:38.0632883Z', + '2019-09-05T09:23:08.2321991Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:37 GMT', + 'Thu, 05 Sep 2019 09:23:07 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475738602305/dir156758475782908889/file156758475823803933') + .put('/share156767538757607639/dir156767538797407082/file156767538837300349') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:38 GMT', + 'Thu, 05 Sep 2019 09:23:08 GMT', 'ETag', - '"0x8D7310FA68CE604"', + '"0x8D731E2AA56BDC9"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2c448240-a01a-001c-26f8-62a5e3000000', + 'a42862d5-601a-004e-30cb-63d90b000000', 'x-ms-client-request-id', - '53867038-37e1-4995-aff0-f7e3acd6048a', + '18fb5c3f-41a1-433a-9e4c-06a26f37f96a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:38.4736772Z', + '2019-09-05T09:23:08.6395849Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:38.4736772Z', + '2019-09-05T09:23:08.6395849Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:38.4736772Z', + '2019-09-05T09:23:08.6395849Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,34 +97,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:38 GMT', + 'Thu, 05 Sep 2019 09:23:08 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475738602305/dir156758475782908889/file156758475823803933') + .put('/share156767538757607639/dir156767538797407082/file156767538837300349') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:38 GMT', + 'Thu, 05 Sep 2019 09:23:09 GMT', 'ETag', - '"0x8D7310FA6CC485B"', + '"0x8D731E2AA94E750"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a3cf72da-401a-0124-79f8-62ff2e000000', + 'b2ca1437-e01a-013d-2ccb-637f95000000', 'x-ms-client-request-id', - '1d05c2e3-10f8-4611-a439-ea8c30d657fc', + 'bc5e0c12-42e6-48e7-b832-45025c3a4199', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:38.8890715Z', + '2019-09-05T09:23:09.0469712Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:38.4736772Z', + '2019-09-05T09:23:08.6395849Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:38.4736772Z', + '2019-09-05T09:23:08.6395849Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -136,25 +136,25 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:38 GMT', + 'Thu, 05 Sep 2019 09:23:08 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758475738602305/dir156758475782908889/file156758475823803933') + .head('/share156767538757607639/dir156767538797407082/file156767538837300349') .reply(200, "", [ 'Content-Length', '11', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:38 GMT', + 'Thu, 05 Sep 2019 09:23:09 GMT', 'ETag', - '"0x8D7310FA6CC485B"', + '"0x8D731E2AA94E750"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '12f96319-b01a-0096-18f8-62fe52000000', + '97336090-901a-0127-80cb-631e4a000000', 'x-ms-client-request-id', - '5f612a3d-b36c-4970-812c-d09fd8d4ed8b', + '050e5e34-a994-4c08-85d5-e6b222b77d78', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -162,11 +162,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:38.8890715Z', + '2019-09-05T09:23:09.0469712Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:38.4736772Z', + '2019-09-05T09:23:08.6395849Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:38.4736772Z', + '2019-09-05T09:23:08.6395849Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -180,26 +180,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:39 GMT', + 'Thu, 05 Sep 2019 09:23:08 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758475738602305') + .delete('/share156767538757607639') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3c7f1435-e01a-006f-2bf8-62fd70000000', + '0e609dc1-e01a-014f-63cb-6378da000000', 'x-ms-client-request-id', - '2086b6bb-460d-4b34-972d-47efd0f4a05f', + '866d6bc0-8d60-478b-bbbb-471a0082fea4', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:38 GMT', + 'Thu, 05 Sep 2019 09:23:09 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_setmetadata_with_cleaning_up_metadata.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_setmetadata_with_cleaning_up_metadata.js index 9228bbb48cfc..4ec1bb52cd21 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_setmetadata_with_cleaning_up_metadata.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_setmetadata_with_cleaning_up_metadata.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758475406208996","dir":"dir156758475450900244","file":"file156758475491802145"} +module.exports.testInfo = {"share":"share156767538434006174","dir":"dir156767538473903997","file":"file156767538514204179"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475406208996') + .put('/share156767538434006174') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:34 GMT', + 'Thu, 05 Sep 2019 09:23:04 GMT', 'ETag', - '"0x8D7310FA41398DD"', + '"0x8D731E2A7EE5A66"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7da6118d-101a-00ed-79f8-62bcce000000', + 'cc8618b8-301a-006c-74cb-631c14000000', 'x-ms-client-request-id', - '5e2ce526-6e08-4a5c-a68a-99eddf805307', + '44638539-f77e-48b5-a628-bb095b09950c', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:33 GMT', + 'Thu, 05 Sep 2019 09:23:04 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475406208996/dir156758475450900244') + .put('/share156767538434006174/dir156767538473903997') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:34 GMT', + 'Thu, 05 Sep 2019 09:23:05 GMT', 'ETag', - '"0x8D7310FA45494A6"', + '"0x8D731E2A82BB602"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1d2efc98-101a-0036-38f8-627af3000000', + '7c660645-201a-00c9-41cb-634a6e000000', 'x-ms-client-request-id', - 'c2a9abf4-45d0-49a6-a493-e94788cd7e3f', + '11187991-11b9-4a12-bc5b-75fccb20938b', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:34.7491494Z', + '2019-09-05T09:23:05.0021378Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:34.7491494Z', + '2019-09-05T09:23:05.0021378Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:34.7491494Z', + '2019-09-05T09:23:05.0021378Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:33 GMT', + 'Thu, 05 Sep 2019 09:23:04 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475406208996/dir156758475450900244/file156758475491802145') + .put('/share156767538434006174/dir156767538473903997/file156767538514204179') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:35 GMT', + 'Thu, 05 Sep 2019 09:23:05 GMT', 'ETag', - '"0x8D7310FA491D397"', + '"0x8D731E2A8683186"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c465ebc6-001a-0147-80f8-6262d5000000', + '34f003db-701a-014d-02cb-63c662000000', 'x-ms-client-request-id', - 'dad2820b-5ec5-49e6-9414-4e27cb8bf1b9', + '7b137504-4484-46cc-8cd3-a8896e4d7068', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:35.1505303Z', + '2019-09-05T09:23:05.3985158Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:35.1505303Z', + '2019-09-05T09:23:05.3985158Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:35.1505303Z', + '2019-09-05T09:23:05.3985158Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,52 +97,52 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:35 GMT', + 'Thu, 05 Sep 2019 09:23:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475406208996/dir156758475450900244/file156758475491802145') + .put('/share156767538434006174/dir156767538473903997/file156767538514204179') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:35 GMT', + 'Thu, 05 Sep 2019 09:23:05 GMT', 'ETag', - '"0x8D7310FA4D7EE3E"', + '"0x8D731E2A8A5976F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '20622a55-001a-0005-73f8-622558000000', + '0032dade-801a-00c0-61cb-630fbd000000', 'x-ms-client-request-id', - 'a1171c6d-79c1-412f-9dff-45be1dfae534', + '61572ced-4fc7-4de6-a9cd-dce9f800c21e', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:34 GMT', + 'Thu, 05 Sep 2019 09:23:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758475406208996/dir156758475450900244/file156758475491802145') + .head('/share156767538434006174/dir156767538473903997/file156767538514204179') .reply(200, "", [ 'Content-Length', '11', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:35 GMT', + 'Thu, 05 Sep 2019 09:23:05 GMT', 'ETag', - '"0x8D7310FA4D7EE3E"', + '"0x8D731E2A8A5976F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd1cdc619-a01a-0023-1bf8-626d40000000', + '19875cfb-101a-009f-78cb-63bb81000000', 'x-ms-client-request-id', - '18170c11-51f9-4267-839b-a9c55a534d48', + '8df044bb-a893-45ea-9aa6-5f64a122ab29', 'x-ms-version', '2019-02-02', 'x-ms-meta-a', @@ -154,11 +154,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:35.6099646Z', + '2019-09-05T09:23:05.8008943Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:35.1505303Z', + '2019-09-05T09:23:05.3985158Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:35.1505303Z', + '2019-09-05T09:23:05.3985158Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -172,52 +172,52 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:35 GMT', + 'Thu, 05 Sep 2019 09:23:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475406208996/dir156758475450900244/file156758475491802145') + .put('/share156767538434006174/dir156767538473903997/file156767538514204179') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:36 GMT', + 'Thu, 05 Sep 2019 09:23:06 GMT', 'ETag', - '"0x8D7310FA552932A"', + '"0x8D731E2A91F9FFC"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4aa4156e-f01a-0073-0bf8-62af10000000', + 'be5b8c98-601a-0061-1ccb-63d4c0000000', 'x-ms-client-request-id', - '7b305926-9133-4236-9271-2b4cf1db85c4', + 'd3caf05e-043d-42ca-814a-7941e38b635e', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:35 GMT', + 'Thu, 05 Sep 2019 09:23:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758475406208996/dir156758475450900244/file156758475491802145') + .head('/share156767538434006174/dir156767538473903997/file156767538514204179') .reply(200, "", [ 'Content-Length', '11', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:36 GMT', + 'Thu, 05 Sep 2019 09:23:06 GMT', 'ETag', - '"0x8D7310FA552932A"', + '"0x8D731E2A91F9FFC"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b17f64dc-701a-0100-43f8-62098e000000', + 'f59eaa27-c01a-0115-44cb-631e3d000000', 'x-ms-client-request-id', - '07d71e0c-2792-4264-98e6-4cc26a70d0be', + '6507b020-a90b-4718-ba5b-e180a6fba432', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -225,11 +225,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'false', 'x-ms-file-change-time', - '2019-09-04T08:12:36.4137258Z', + '2019-09-05T09:23:06.6006524Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:35.1505303Z', + '2019-09-05T09:23:05.3985158Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:35.1505303Z', + '2019-09-05T09:23:05.3985158Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -243,26 +243,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:35 GMT', + 'Thu, 05 Sep 2019 09:23:06 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758475406208996') + .delete('/share156767538434006174') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '84cb78d4-501a-008e-6ff8-622135000000', + '42f39770-101a-007b-80cb-63b51f000000', 'x-ms-client-request-id', - 'ffa43709-245b-477a-8a29-d5be5776b27a', + '69c7f39a-8bcf-47fc-95b8-cefb1502a5df', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:37 GMT', + 'Thu, 05 Sep 2019 09:23:06 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_setmetadata_with_new_metadata_set.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_setmetadata_with_new_metadata_set.js index 5df878cb5f0b..74cff4825c28 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_setmetadata_with_new_metadata_set.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_setmetadata_with_new_metadata_set.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758475100601507","dir":"dir156758475144006362","file":"file156758475184903353"} +module.exports.testInfo = {"share":"share156767538186100243","dir":"dir156767538226100808","file":"file156767538267404334"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475100601507') + .put('/share156767538186100243') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:31 GMT', + 'Thu, 05 Sep 2019 09:23:02 GMT', 'ETag', - '"0x8D7310FA23DFD5E"', + '"0x8D731E2A673F3ED"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '161d0f6a-901a-00dc-6df8-625ddd000000', + 'aa68efb0-001a-0135-3fcb-63659a000000', 'x-ms-client-request-id', - 'dbf87d9c-079f-4eee-b318-a7dc531c0e94', + 'b034eae8-c6d0-4c14-bf7c-f515f025f634', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:30 GMT', + 'Thu, 05 Sep 2019 09:23:01 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475100601507/dir156758475144006362') + .put('/share156767538186100243/dir156767538226100808') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:31 GMT', + 'Thu, 05 Sep 2019 09:23:02 GMT', 'ETag', - '"0x8D7310FA27FFF52"', + '"0x8D731E2A6B29D2F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2163f878-501a-0027-5ff8-62e047000000', + '16c6451d-401a-00bd-1ccb-637e9e000000', 'x-ms-client-request-id', - '795212ad-7471-4c98-93e5-46c3e8b36b85', + 'e4222597-26af-4a00-a529-01487cdac735', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:31.6782418Z', + '2019-09-05T09:23:02.5307951Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:31.6782418Z', + '2019-09-05T09:23:02.5307951Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:31.6782418Z', + '2019-09-05T09:23:02.5307951Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:30 GMT', + 'Thu, 05 Sep 2019 09:23:01 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475100601507/dir156758475144006362/file156758475184903353') + .put('/share156767538186100243/dir156767538226100808/file156767538267404334') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:32 GMT', + 'Thu, 05 Sep 2019 09:23:02 GMT', 'ETag', - '"0x8D7310FA2C492FD"', + '"0x8D731E2A6F114EA"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '859d45b7-601a-00f7-53f8-62dd11000000', + '246511c9-801a-00b2-7ecb-6308f2000000', 'x-ms-client-request-id', - '46db47a5-3e7c-434b-ba37-595270699d9d', + '85429b7c-97d1-4e63-9ee5-cb18e7ea6db9', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:32.1276669Z', + '2019-09-05T09:23:02.9401834Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:32.1276669Z', + '2019-09-05T09:23:02.9401834Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:32.1276669Z', + '2019-09-05T09:23:02.9401834Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,52 +97,52 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:31 GMT', + 'Thu, 05 Sep 2019 09:23:02 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758475100601507/dir156758475144006362/file156758475184903353') + .put('/share156767538186100243/dir156767538226100808/file156767538267404334') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:32 GMT', + 'Thu, 05 Sep 2019 09:23:03 GMT', 'ETag', - '"0x8D7310FA302E39C"', + '"0x8D731E2A72F6589"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '85c53676-e01a-013d-0bf8-627f95000000', + 'cccb8853-801a-0114-6fcb-6341e1000000', 'x-ms-client-request-id', - '367ed817-1ecc-4562-9f62-f06739601c48', + '84f3604e-b4a1-46d2-938f-78a3ac446b53', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:31 GMT', + 'Thu, 05 Sep 2019 09:23:02 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758475100601507/dir156758475144006362/file156758475184903353') + .head('/share156767538186100243/dir156767538226100808/file156767538267404334') .reply(200, "", [ 'Content-Length', '11', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:32 GMT', + 'Thu, 05 Sep 2019 09:23:03 GMT', 'ETag', - '"0x8D7310FA302E39C"', + '"0x8D731E2A72F6589"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e73dc19b-301a-0031-4ff8-621690000000', + '8861d0cf-801a-000b-14cb-630ce8000000', 'x-ms-client-request-id', - '6c9e1b46-4063-4ee4-bb07-042131f25576', + 'b01740a6-c6c5-4bcd-9bf8-3a2c7ff19be4', 'x-ms-version', '2019-02-02', 'x-ms-meta-a', @@ -154,11 +154,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:32.5360540Z', + '2019-09-05T09:23:03.3485705Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:32.1276669Z', + '2019-09-05T09:23:02.9401834Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:32.1276669Z', + '2019-09-05T09:23:02.9401834Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -172,26 +172,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:32 GMT', + 'Thu, 05 Sep 2019 09:23:03 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758475100601507') + .delete('/share156767538186100243') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b0a231ff-301a-0021-2ef8-62d3f8000000', + 'ccd869fb-d01a-00bf-0acb-63c026000000', 'x-ms-client-request-id', - 'eeaab1f7-7348-41ff-afd3-cef7cbf475f6', + '0b289564-5fec-4283-b5c8-13e1a647cd9e', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:33 GMT', + 'Thu, 05 Sep 2019 09:23:03 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.js index 0f8e859a71a3..7277a0e64936 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_setproperties_with_all_parameters_configured_setting_filepermission.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758474800005878","dir":"dir156758474843203857","file":"file156758474885706976","now":"2019-09-04T08:12:29.315Z"} +module.exports.testInfo = {"share":"share156767537894609321","dir":"dir156767537936003906","file":"file156767537976805005","now":"2019-09-05T09:23:00.205Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474800005878') + .put('/share156767537894609321') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:28 GMT', + 'Thu, 05 Sep 2019 09:22:59 GMT', 'ETag', - '"0x8D7310FA076009C"', + '"0x8D731E2A4B8ED89"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd0caa4be-701a-014d-07f8-62c662000000', + '6e379108-101a-0106-4ecb-633a31000000', 'x-ms-client-request-id', - 'abc2fa48-3558-4c84-9591-77ca37733f01', + '33e16198-f64d-44b7-9b52-82ec1d1b6913', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:27 GMT', + 'Thu, 05 Sep 2019 09:22:58 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474800005878/dir156758474843203857') + .put('/share156767537894609321/dir156767537936003906') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:28 GMT', + 'Thu, 05 Sep 2019 09:22:59 GMT', 'ETag', - '"0x8D7310FA0B75378"', + '"0x8D731E2A4F6ECEE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '41ed2e87-801a-00c0-14f8-620fbd000000', + '246511c5-801a-00b2-7dcb-6308f2000000', 'x-ms-client-request-id', - '8793381e-f718-4e77-b9b2-71a15035eac0', + 'acdede34-0866-4f08-8096-02e1dc8f85e2', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:28.6854008Z', + '2019-09-05T09:22:59.6230382Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:28.6854008Z', + '2019-09-05T09:22:59.6230382Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:28.6854008Z', + '2019-09-05T09:22:59.6230382Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,22 +59,22 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:28 GMT', + 'Thu, 05 Sep 2019 09:22:58 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758474800005878') + .get('/share156767537894609321') .query(true) .reply(200, {"permission":"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)"}, [ 'Content-Length', '149', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '27d60593-d01a-0090-7bf8-62cded000000', + 'a262726d-101a-0116-5ecb-63ff59000000', 'x-ms-client-request-id', - '11611e06-a745-4858-a149-52392a3141a4', + '85b8d4bc-3f0f-4632-af07-00d4f513ed7a', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -82,33 +82,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:28 GMT', + 'Thu, 05 Sep 2019 09:22:59 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474800005878/dir156758474843203857/file156758474885706976') + .put('/share156767537894609321/dir156767537936003906/file156767537976805005') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:29 GMT', + 'Thu, 05 Sep 2019 09:23:00 GMT', 'ETag', - '"0x8D7310FA13B7097"', + '"0x8D731E2A5775FAC"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ea893b00-801a-0149-3ef8-624b65000000', + '095170bd-001a-0015-73cb-63e030000000', 'x-ms-client-request-id', - '1a51bb8f-b87f-4cf7-a828-65ae17bb0d9a', + '397a4f06-feb6-4a94-85ec-72cb1e998c1d', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:29.5512215Z', + '2019-09-05T09:23:00.4648364Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:29.5512215Z', + '2019-09-05T09:23:00.4648364Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:29.5512215Z', + '2019-09-05T09:23:00.4648364Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -120,34 +120,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:29 GMT', + 'Thu, 05 Sep 2019 09:23:00 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474800005878/dir156758474843203857/file156758474885706976') + .put('/share156767537894609321/dir156767537936003906/file156767537976805005') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:29 GMT', + 'Thu, 05 Sep 2019 09:23:00 GMT', 'ETag', - '"0x8D7310FA17C32CE"', + '"0x8D731E2A5B5FE7C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '25fe7b98-901a-0017-1df8-625e88000000', + '593cc6e1-701a-00eb-78cb-638f71000000', 'x-ms-client-request-id', - 'eebdcef1-04da-4ec0-921f-c4323ed71ab5', + 'b180dc5f-9ba4-41ee-a479-bac446a8aa24', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:29.9756238Z', + '2019-09-05T09:23:00.8752252Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:29.3150000Z', + '2019-09-05T09:23:00.2050000Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:29.3150000Z', + '2019-09-05T09:23:00.2050000Z', 'x-ms-file-permission-key', '13648784823690285809*8787082347076103240', 'x-ms-file-attributes', @@ -159,13 +159,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:29 GMT', + 'Thu, 05 Sep 2019 09:23:00 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758474800005878/dir156758474843203857/file156758474885706976') + .head('/share156767537894609321/dir156767537936003906/file156767537976805005') .reply(200, [], [ 'Cache-Control', 'fileCacheControl', 'Content-Length', @@ -177,15 +177,15 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Language', 'fileContentLanguage', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:29 GMT', + 'Thu, 05 Sep 2019 09:23:00 GMT', 'ETag', - '"0x8D7310FA17C32CE"', + '"0x8D731E2A5B5FE7C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5c9741a7-601a-0123-58f8-62934d000000', + '78233eb3-001a-0067-15cb-63e77f000000', 'x-ms-client-request-id', - '84e567b6-7591-421a-86bd-2518420d42ed', + '8a55e356-cdf1-4b99-99d0-27c50344c9cc', 'x-ms-version', '2019-02-02', 'Content-Disposition', @@ -195,11 +195,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:29.9756238Z', + '2019-09-05T09:23:00.8752252Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:29.3150000Z', + '2019-09-05T09:23:00.2050000Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:29.3150000Z', + '2019-09-05T09:23:00.2050000Z', 'x-ms-file-permission-key', '13648784823690285809*8787082347076103240', 'x-ms-file-attributes', @@ -213,26 +213,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:29 GMT', + 'Thu, 05 Sep 2019 09:23:00 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758474800005878') + .delete('/share156767537894609321') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8c67a7f7-e01a-012d-1af8-62bafd000000', + 'ee8a28f9-a01a-00d7-73cb-63a6b6000000', 'x-ms-client-request-id', - '5c2f8fe3-0e2c-4c24-9431-c853f4435cc0', + '2e721e54-f436-4714-96f5-7d9da72780d1', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:30 GMT', + 'Thu, 05 Sep 2019 09:23:01 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_setproperties_with_default_parameters.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_setproperties_with_default_parameters.js index 785634bbe371..4bf42b6df38d 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_setproperties_with_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_setproperties_with_default_parameters.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758474546209236","dir":"dir156758474590109019","file":"file156758474630604457"} +module.exports.testInfo = {"share":"share156767537647203217","dir":"dir156767537689501640","file":"file156767537730004073"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474546209236') + .put('/share156767537647203217') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:25 GMT', + 'Thu, 05 Sep 2019 09:22:56 GMT', 'ETag', - '"0x8D7310F9EF10287"', + '"0x8D731E2A33FA022"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a3a830db-701a-0030-60f8-62494c000000', + '0c3950c9-a01a-00a5-40cb-63a1f9000000', 'x-ms-client-request-id', - '1286cb14-5900-463e-9460-8f969731dd2a', + 'ee96d73c-74a7-4fea-95bf-7c18dad12aa4', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:24 GMT', + 'Thu, 05 Sep 2019 09:22:56 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474546209236/dir156758474590109019') + .put('/share156767537647203217/dir156767537689501640') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:26 GMT', + 'Thu, 05 Sep 2019 09:22:57 GMT', 'ETag', - '"0x8D7310F9F32781F"', + '"0x8D731E2A37F0CEF"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6d3854b6-101a-00c2-1af8-62b105000000', + '24dba779-401a-0124-01cb-63ff2e000000', 'x-ms-client-request-id', - 'a91426b6-69a5-4eb9-a91e-fff9cfa39703', + '5c131d2f-43be-4ec4-8f8c-0f421d8b0d4a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:26.1369887Z', + '2019-09-05T09:22:57.1597039Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:26.1369887Z', + '2019-09-05T09:22:57.1597039Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:26.1369887Z', + '2019-09-05T09:22:57.1597039Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:25 GMT', + 'Thu, 05 Sep 2019 09:22:57 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474546209236/dir156758474590109019/file156758474630604457') + .put('/share156767537647203217/dir156767537689501640/file156767537730004073') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:26 GMT', + 'Thu, 05 Sep 2019 09:22:57 GMT', 'ETag', - '"0x8D7310F9F705364"', + '"0x8D731E2A3BC9A0B"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '88809276-e01a-0040-6af8-62f0bb000000', + '8380f750-901a-0155-10cb-631905000000', 'x-ms-client-request-id', - '56ef22d6-f3d9-44c6-a89f-970a9d12d55f', + 'c60fbe5b-3a65-4c92-b953-bc1362659b09', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:26.5423716Z', + '2019-09-05T09:22:57.5630859Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:26.5423716Z', + '2019-09-05T09:22:57.5630859Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:26.5423716Z', + '2019-09-05T09:22:57.5630859Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,34 +97,34 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:26 GMT', + 'Thu, 05 Sep 2019 09:22:56 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758474546209236/dir156758474590109019/file156758474630604457') + .put('/share156767537647203217/dir156767537689501640/file156767537730004073') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:26 GMT', + 'Thu, 05 Sep 2019 09:22:57 GMT', 'ETag', - '"0x8D7310F9FB13CB8"', + '"0x8D731E2A3FB870F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fcaa0f0b-401a-00e0-69f8-62741a000000', + '2ca1ac8a-d01a-0119-16cb-638935000000', 'x-ms-client-request-id', - 'df2f5ffe-5081-4b72-b122-0d553b44dc0d', + 'c1a591ae-9636-4ae8-81c1-3d680d517f37', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:26.9677752Z', + '2019-09-05T09:22:57.9754767Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:26.5423716Z', + '2019-09-05T09:22:57.5630859Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:26.5423716Z', + '2019-09-05T09:22:57.5630859Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -136,25 +136,25 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:26 GMT', + 'Thu, 05 Sep 2019 09:22:57 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758474546209236/dir156758474590109019/file156758474630604457') + .head('/share156767537647203217/dir156767537689501640/file156767537730004073') .reply(200, "", [ 'Content-Length', '11', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:26 GMT', + 'Thu, 05 Sep 2019 09:22:57 GMT', 'ETag', - '"0x8D7310F9FB13CB8"', + '"0x8D731E2A3FB870F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e57f4288-601a-0061-77f8-62d4c0000000', + 'aa55bfee-301a-0031-1acb-631690000000', 'x-ms-client-request-id', - 'cf95386c-d830-4652-b0e9-7574c5de4e4e', + '33dc9eee-1c96-47ba-a16f-d325d384a7c4', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -162,11 +162,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:26.9677752Z', + '2019-09-05T09:22:57.9754767Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:26.5423716Z', + '2019-09-05T09:22:57.5630859Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:26.5423716Z', + '2019-09-05T09:22:57.5630859Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -180,26 +180,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:26 GMT', + 'Thu, 05 Sep 2019 09:22:57 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758474546209236') + .delete('/share156767537647203217') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '62016e4c-901a-00ae-09f8-625a92000000', + '9a644d4c-901a-0108-36cb-631381000000', 'x-ms-client-request-id', - 'ab3fc892-02da-4ef8-b21b-7c7aaa6079a7', + '742b5e53-287c-4b3a-baf8-bc02fb9f2992', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:27 GMT', + 'Thu, 05 Sep 2019 09:22:57 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_startcopyfromurl.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_startcopyfromurl.js index a61254dfdb6c..eaf05eaa6ef8 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_startcopyfromurl.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_startcopyfromurl.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758476463206192","dir":"dir156758476503207697","file":"file156758476545304467","copiedfile":"copiedfile156758476672206274"} +module.exports.testInfo = {"share":"share156767539447607656","dir":"dir156767539488202628","file":"file156767539528703145","copiedfile":"copiedfile156767539569601711"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476463206192') + .put('/share156767539447607656') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:44 GMT', + 'Thu, 05 Sep 2019 09:23:14 GMT', 'ETag', - '"0x8D7310FAA5C0CA8"', + '"0x8D731E2ADF9D3F0"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7407e3fe-701a-0052-09f8-628b6b000000', + 'eeb315fb-e01a-008b-61cb-63f3ee000000', 'x-ms-client-request-id', - 'cf0d549d-24f4-4d0e-9de6-86a9f742d051', + '17dea9ab-002a-439b-bb13-97503c54b7bd', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:44 GMT', + 'Thu, 05 Sep 2019 09:23:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476463206192/dir156758476503207697') + .put('/share156767539447607656/dir156767539488202628') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:45 GMT', + 'Thu, 05 Sep 2019 09:23:15 GMT', 'ETag', - '"0x8D7310FAA9A4234"', + '"0x8D731E2AE3759DA"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '161d0f79-901a-00dc-70f8-625ddd000000', + 'ab5a88c6-901a-0091-2fcb-639231000000', 'x-ms-client-request-id', - 'cc87b6d0-2ff8-444d-9321-8741eea0979b', + '45feb3f8-6784-4136-89ef-7a60c98d0949', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:45.2721204Z', + '2019-09-05T09:23:15.1447514Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:45.2721204Z', + '2019-09-05T09:23:15.1447514Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:45.2721204Z', + '2019-09-05T09:23:15.1447514Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:44 GMT', + 'Thu, 05 Sep 2019 09:23:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476463206192/dir156758476503207697/file156758476545304467') + .put('/share156767539447607656/dir156767539488202628/file156767539528703145') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:46 GMT', + 'Thu, 05 Sep 2019 09:23:15 GMT', 'ETag', - '"0x8D7310FAB58B750"', + '"0x8D731E2AE761FBD"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '98a1b7bc-e01a-000d-72f8-623f57000000', + '1b62fb9e-b01a-00db-20cb-6331be000000', 'x-ms-client-request-id', - '3c530255-53fc-4632-bc6d-53759366bb71', + 'f0bb5169-442d-4d7b-8669-e533c9a81075', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:46.5203024Z', + '2019-09-05T09:23:15.5561405Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:46.5203024Z', + '2019-09-05T09:23:15.5561405Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:46.5203024Z', + '2019-09-05T09:23:15.5561405Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,53 +97,53 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:45 GMT', + 'Thu, 05 Sep 2019 09:23:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758476463206192/dir156758476503207697/copiedfile156758476672206274') + .put('/share156767539447607656/dir156767539488202628/copiedfile156767539569601711') .reply(202, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:47 GMT', + 'Thu, 05 Sep 2019 09:23:16 GMT', 'ETag', - '"0x8D7310FABD02727"', + '"0x8D731E2AECDF1FE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1d2efca9-101a-0036-3cf8-627af3000000', + '5029cf0b-a01a-001c-27cb-63a5e3000000', 'x-ms-client-request-id', - 'd504092c-995b-4738-833b-825ff0a4b4a7', + '1622ced7-d972-4dad-9673-8a93b2019ae3', 'x-ms-version', '2019-02-02', 'x-ms-copy-id', - 'cac1959f-126f-40c0-83e3-593e8b27e896', + 'ba62f61c-f83f-4adb-8257-2ac1262a832e', 'x-ms-copy-status', 'success', 'Date', - 'Wed, 04 Sep 2019 08:12:46 GMT', + 'Thu, 05 Sep 2019 09:23:15 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758476463206192/dir156758476503207697/file156758476545304467') + .head('/share156767539447607656/dir156767539488202628/file156767539528703145') .reply(200, "", [ 'Content-Length', '1024', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:46 GMT', + 'Thu, 05 Sep 2019 09:23:15 GMT', 'ETag', - '"0x8D7310FAB58B750"', + '"0x8D731E2AE761FBD"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7d75f1fa-d01a-00e2-55f8-62caa2000000', + '4a5ed920-d01a-0080-29cb-630885000000', 'x-ms-client-request-id', - '00f355ce-7e4e-4d95-b08f-8bf4590c2d67', + '1ca78d2c-aa35-4804-94cc-40756bc00ee7', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -151,11 +151,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:46.5203024Z', + '2019-09-05T09:23:15.5561405Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:46.5203024Z', + '2019-09-05T09:23:15.5561405Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:46.5203024Z', + '2019-09-05T09:23:15.5561405Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -169,49 +169,49 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:47 GMT', + 'Thu, 05 Sep 2019 09:23:16 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758476463206192/dir156758476503207697/copiedfile156758476672206274') + .head('/share156767539447607656/dir156767539488202628/copiedfile156767539569601711') .reply(200, "", [ 'Content-Length', '1024', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:47 GMT', + 'Thu, 05 Sep 2019 09:23:16 GMT', 'ETag', - '"0x8D7310FABD02727"', + '"0x8D731E2AECDF1FE"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fcaa0f23-401a-00e0-6ff8-62741a000000', + '1d8be82a-b01a-0120-1dcb-637229000000', 'x-ms-client-request-id', - '374efd87-29d1-484d-809b-fb500a3449cd', + '0d8dfb6b-b8a6-4580-9b92-b71b755176d0', 'x-ms-version', '2019-02-02', 'x-ms-copy-id', - 'cac1959f-126f-40c0-83e3-593e8b27e896', + 'ba62f61c-f83f-4adb-8257-2ac1262a832e', 'x-ms-copy-source', - 'https://fakestorageaccount.file.core.windows.net/share156758476463206192/dir156758476503207697/file156758476545304467', + 'https://fakestorageaccount.file.core.windows.net/share156767539447607656/dir156767539488202628/file156767539528703145', 'x-ms-copy-status', 'success', 'x-ms-copy-progress', '1024/1024', 'x-ms-copy-completion-time', - 'Wed, 04 Sep 2019 08:12:47 GMT', + 'Thu, 05 Sep 2019 09:23:16 GMT', 'x-ms-type', 'File', 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:46.5203024Z', + '2019-09-05T09:23:15.5561405Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:46.5203024Z', + '2019-09-05T09:23:15.5561405Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:47.3030439Z', + '2019-09-05T09:23:16.1316862Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -225,26 +225,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:47 GMT', + 'Thu, 05 Sep 2019 09:23:16 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758476463206192') + .delete('/share156767539447607656') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'cb32693b-c01a-0115-80f8-621e3d000000', + '57463119-501a-00c3-09cb-63eed9000000', 'x-ms-client-request-id', - '373670d9-f888-4b76-845a-67f3eb385435', + '7b33a338-a82f-44d8-8914-01ac7bb1085c', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:47 GMT', + 'Thu, 05 Sep 2019 09:23:16 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange.js index c44d680b4739..fe4a6456268c 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758477532902681","dir":"dir156758477576207425","file":"file156758477617609966"} +module.exports.testInfo = {"share":"share156767540409805767","dir":"dir156767540453209046","file":"file156767540494601717"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477532902681') + .put('/share156767540409805767') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:55 GMT', + 'Thu, 05 Sep 2019 09:23:24 GMT', 'ETag', - '"0x8D7310FB0BEB349"', + '"0x8D731E2B3B94977"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1e11c872-601a-005e-20f8-621c63000000', + 'a92238b0-501a-009e-6ccb-63e45d000000', 'x-ms-client-request-id', - '2579792f-7297-4d0f-859c-9fa73152a6d2', + 'b0697c20-9f76-4b36-8a1a-ccbbb89a58ad', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:55 GMT', + 'Thu, 05 Sep 2019 09:23:23 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477532902681/dir156758477576207425') + .put('/share156767540409805767/dir156767540453209046') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:56 GMT', + 'Thu, 05 Sep 2019 09:23:24 GMT', 'ETag', - '"0x8D7310FB0FF3F2B"', + '"0x8D731E2B3F7FFC9"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4fb02c99-401a-002b-6cf8-62774f000000', + 'ffd471c4-a01a-00c7-1ccb-6363de000000', 'x-ms-client-request-id', - 'a349b825-e07d-4d58-a73c-4cff41670c8e', + 'e9ee7f28-e192-4f11-b015-54e27d4f8fc2', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:56.0002859Z', + '2019-09-05T09:23:24.7958985Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:56.0002859Z', + '2019-09-05T09:23:24.7958985Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:56.0002859Z', + '2019-09-05T09:23:24.7958985Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:55 GMT', + 'Thu, 05 Sep 2019 09:23:24 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477532902681/dir156758477576207425/file156758477617609966') + .put('/share156767540409805767/dir156767540453209046/file156767540494601717') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:56 GMT', + 'Thu, 05 Sep 2019 09:23:25 GMT', 'ETag', - '"0x8D7310FB1402880"', + '"0x8D731E2B436ECD7"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '243b233b-001a-00ac-45f8-62e42a000000', + '79adfbda-b01a-0152-08cb-637566000000', 'x-ms-client-request-id', - '8598ef72-3cab-4b3c-a592-5fa818870c10', + 'ec263ae1-531b-481b-bc72-fc960019562e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:56.4256896Z', + '2019-09-05T09:23:25.2082903Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:56.4256896Z', + '2019-09-05T09:23:25.2082903Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:56.4256896Z', + '2019-09-05T09:23:25.2082903Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,67 +97,67 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:55 GMT', + 'Thu, 05 Sep 2019 09:23:24 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477532902681/dir156758477576207425/file156758477617609966', "Hello") + .put('/share156767540409805767/dir156767540453209046/file156767540494601717', "Hello") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'ixqZU8RhEpaoJ6v4xHgE1w==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:56 GMT', + 'Thu, 05 Sep 2019 09:23:25 GMT', 'ETag', - '"0x8D7310FB17EA02F"', + '"0x8D731E2B473DD8D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '45e3d477-701a-00d4-55f8-6247d2000000', + '1363abfb-f01a-0001-3fcb-63a85f000000', 'x-ms-client-request-id', - 'b5d332fb-6be1-47ea-bce9-b1a7462c87ad', + '747251e7-7cb6-47be-8cd7-b46269e46b85', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:56 GMT', + 'Thu, 05 Sep 2019 09:23:24 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477532902681/dir156758477576207425/file156758477617609966', "World") + .put('/share156767540409805767/dir156767540453209046/file156767540494601717', "World") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', '9aeSTmIehMkoCpon4by39g==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:57 GMT', + 'Thu, 05 Sep 2019 09:23:26 GMT', 'ETag', - '"0x8D7310FB1C5A575"', + '"0x8D731E2B4B0CE3F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '682a03c3-f01a-00f5-06f8-6263a9000000', + '08b517a5-601a-00ba-6ccb-6312fd000000', 'x-ms-client-request-id', - '8ffbaab7-07b9-4917-afae-d33ad0aa8262', + '9a5d3ae9-b305-4b0a-a706-0212c9658bf8', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:57 GMT', + 'Thu, 05 Sep 2019 09:23:25 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758477532902681/dir156758477576207425/file156758477617609966') + .get('/share156767540409805767/dir156767540453209046/file156767540494601717') .reply(206, "HelloWor", [ 'Content-Length', '8', 'Content-Type', @@ -165,17 +165,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 0-7/10', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:57 GMT', + 'Thu, 05 Sep 2019 09:23:26 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FB1C5A575"', + '"0x8D731E2B4B0CE3F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '45e62d61-c01a-0078-23f8-62547b000000', + 'da834882-c01a-00fe-80cb-6398c2000000', 'x-ms-client-request-id', - '56f1d914-3103-428a-bebf-f3a0723430c1', + '67fc1fd6-c61f-45e5-9bc5-523f90713a9f', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -183,11 +183,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:56.4256896Z', + '2019-09-05T09:23:25.2082903Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:56.4256896Z', + '2019-09-05T09:23:25.2082903Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:56.4256896Z', + '2019-09-05T09:23:25.2082903Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -201,26 +201,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:57 GMT', + 'Thu, 05 Sep 2019 09:23:26 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758477532902681') + .delete('/share156767540409805767') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '57880fc4-201a-005f-6bf8-6243bf000000', + '212d5505-801a-008d-47cb-63c051000000', 'x-ms-client-request-id', - '6222e13e-801e-4b0d-b73b-1503b6e622a2', + '15db1e53-6aae-459c-a2ce-a803ee4d2ed3', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:57 GMT', + 'Thu, 05 Sep 2019 09:23:26 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange_with_conent_md5.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange_with_conent_md5.js index 6505add19ebf..bc39579bf9da 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange_with_conent_md5.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange_with_conent_md5.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758477836200475","dir":"dir156758477876003063","file":"file156758477916707298"} +module.exports.testInfo = {"share":"share156767540696502850","dir":"dir156767540736300395","file":"file156767540776401387"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477836200475') + .put('/share156767540696502850') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:58 GMT', + 'Thu, 05 Sep 2019 09:23:27 GMT', 'ETag', - '"0x8D7310FB28AA966"', + '"0x8D731E2B56AA048"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ea893b30-801a-0149-49f8-624b65000000', + 'f10fb7f3-101a-00b0-1bcb-63b64a000000', 'x-ms-client-request-id', - 'e61aa38f-3b28-43c4-87a3-5b1301f3ae5a', + '6c124a44-bd33-4655-84c0-85379469c503', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:12:58 GMT', + 'Thu, 05 Sep 2019 09:23:26 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477836200475/dir156758477876003063') + .put('/share156767540696502850/dir156767540736300395') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:58 GMT', + 'Thu, 05 Sep 2019 09:23:27 GMT', 'ETag', - '"0x8D7310FB2C88724"', + '"0x8D731E2B5A79F27"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '11463b39-d01a-0136-62f8-6284fe000000', + '294c5472-401a-00df-61cb-63bcb9000000', 'x-ms-client-request-id', - 'f44c198c-0680-4780-b306-abe49ecd3cfc', + 'b8d23eac-38fc-48d2-bb59-beb5a3b18669', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:58.9971236Z', + '2019-09-05T09:23:27.6245799Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:58.9971236Z', + '2019-09-05T09:23:27.6245799Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:58.9971236Z', + '2019-09-05T09:23:27.6245799Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:58 GMT', + 'Thu, 05 Sep 2019 09:23:27 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477836200475/dir156758477876003063/file156758477916707298') + .put('/share156767540696502850/dir156767540736300395/file156767540776401387') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:59 GMT', + 'Thu, 05 Sep 2019 09:23:28 GMT', 'ETag', - '"0x8D7310FB3066276"', + '"0x8D731E2B5E41AAB"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd966420c-d01a-0064-1af8-62061b000000', + '923d4ce1-101a-0129-36cb-6337fa000000', 'x-ms-client-request-id', - 'cf5df5ef-7712-401c-a3be-924d877c8620', + '55297752-44ba-439d-9d58-e6f5c4e4fe7a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:12:59.4025078Z', + '2019-09-05T09:23:28.0209579Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:59.4025078Z', + '2019-09-05T09:23:28.0209579Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:59.4025078Z', + '2019-09-05T09:23:28.0209579Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,67 +97,67 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:59 GMT', + 'Thu, 05 Sep 2019 09:23:27 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477836200475/dir156758477876003063/file156758477916707298', "Hello") + .put('/share156767540696502850/dir156767540736300395/file156767540776401387', "Hello") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'ixqZU8RhEpaoJ6v4xHgE1w==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:12:59 GMT', + 'Thu, 05 Sep 2019 09:23:28 GMT', 'ETag', - '"0x8D7310FB3457690"', + '"0x8D731E2B620E432"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7708f46f-801a-009d-39f8-620539000000', + 'be26e1af-a01a-0041-3ccb-63af67000000', 'x-ms-client-request-id', - '7f922f19-248d-47f5-aa9b-613332dd3ed6', + '2fac4e39-df7b-4926-8e96-e6c67b2ee5bf', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:59 GMT', + 'Thu, 05 Sep 2019 09:23:27 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758477836200475/dir156758477876003063/file156758477916707298', "World") + .put('/share156767540696502850/dir156767540736300395/file156767540776401387', "World") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', '9aeSTmIehMkoCpon4by39g==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:00 GMT', + 'Thu, 05 Sep 2019 09:23:28 GMT', 'ETag', - '"0x8D7310FB3837903"', + '"0x8D731E2B65D86C0"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6e7f9f41-201a-00d9-4cf8-628f06000000', + '35999b0a-801a-0104-0acb-638489000000', 'x-ms-client-request-id', - '6c928513-fe27-4bb0-878c-6204ba2a7258', + '437c76a7-4580-47f7-832d-7d5830b4b0c6', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:12:59 GMT', + 'Thu, 05 Sep 2019 09:23:28 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758477836200475/dir156758477876003063/file156758477916707298') + .get('/share156767540696502850/dir156767540736300395/file156767540776401387') .reply(206, "HelloWor", [ 'Content-Length', '8', 'Content-Type', @@ -165,17 +165,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 0-7/10', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:00 GMT', + 'Thu, 05 Sep 2019 09:23:28 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FB3837903"', + '"0x8D731E2B65D86C0"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a2a4c3ff-b01a-0072-20f8-62f0cc000000', + 'e3ef5dce-001a-0005-35cb-632558000000', 'x-ms-client-request-id', - 'e103aa72-63f8-4442-930c-525691c8373d', + '1225cf93-d79c-4829-8ae0-1779064ba5a2', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -183,11 +183,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:12:59.4025078Z', + '2019-09-05T09:23:28.0209579Z', 'x-ms-file-last-write-time', - '2019-09-04T08:12:59.4025078Z', + '2019-09-05T09:23:28.0209579Z', 'x-ms-file-creation-time', - '2019-09-04T08:12:59.4025078Z', + '2019-09-05T09:23:28.0209579Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -201,26 +201,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:12:59 GMT', + 'Thu, 05 Sep 2019 09:23:28 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758477836200475') + .delete('/share156767540696502850') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '0649123d-001a-002a-5ef8-622893000000', + '1e46e6e2-901a-0065-29cb-6359c7000000', 'x-ms-client-request-id', - 'a8db6c7d-d29b-4337-8144-84d74444b04a', + 'fccd2035-13c7-4706-b493-151f681cd5e0', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:00 GMT', + 'Thu, 05 Sep 2019 09:23:29 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange_with_progress_event.js b/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange_with_progress_event.js index effce3d2aebf..c45e3dba1abc 100644 --- a/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange_with_progress_event.js +++ b/sdk/storage/storage-file/recordings/node/fileurl/recording_uploadrange_with_progress_event.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758478120506973","dir":"dir156758478162904192","file":"file156758478204200009"} +module.exports.testInfo = {"share":"share156767540974201756","dir":"dir156767541014408234","file":"file156767541054500385"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478120506973') + .put('/share156767540974201756') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:01 GMT', + 'Thu, 05 Sep 2019 09:23:30 GMT', 'ETag', - '"0x8D7310FB43E1324"', + '"0x8D731E2B7124A7F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bf565e6f-601a-002c-1ff8-621b2c000000', + 'f554c4b6-e01a-000d-42cb-633f57000000', 'x-ms-client-request-id', - 'aa9b3911-31ef-4dd7-a9bf-ecdfdcaa7a8b', + '0a22ec72-9719-4630-9a2b-4caabc7129d6', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:00 GMT', + 'Thu, 05 Sep 2019 09:23:29 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478120506973/dir156758478162904192') + .put('/share156767540974201756/dir156767541014408234') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:01 GMT', + 'Thu, 05 Sep 2019 09:23:30 GMT', 'ETag', - '"0x8D7310FB47EB7D8"', + '"0x8D731E2B74FC2AA"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'cef73edb-701a-0020-37f8-628c24000000', + '089072b5-f01a-010e-67cb-63203e000000', 'x-ms-client-request-id', - 'f80edcbc-4da9-4d88-9bb8-0c9962e5434f', + '2877f095-07a9-44d3-9fc4-2f73c9af58a3', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:01.8688472Z', + '2019-09-05T09:23:30.4042154Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:01.8688472Z', + '2019-09-05T09:23:30.4042154Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:01.8688472Z', + '2019-09-05T09:23:30.4042154Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:01 GMT', + 'Thu, 05 Sep 2019 09:23:29 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478120506973/dir156758478162904192/file156758478204200009') + .put('/share156767540974201756/dir156767541014408234/file156767541054500385') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:02 GMT', + 'Thu, 05 Sep 2019 09:23:30 GMT', 'ETag', - '"0x8D7310FB4BD0888"', + '"0x8D731E2B78D018C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '029fa2bf-401a-0076-13f8-627dcb000000', + 'f4e9c7a9-d01a-00af-38cb-63054e000000', 'x-ms-client-request-id', - '836e1124-97dc-4a4a-b405-bef98d4e4d29', + 'de5b3da2-305a-4808-a5bf-93745ce36b22', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:02.2772360Z', + '2019-09-05T09:23:30.8055948Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:02.2772360Z', + '2019-09-05T09:23:30.8055948Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:02.2772360Z', + '2019-09-05T09:23:30.8055948Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,53 +97,53 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:01 GMT', + 'Thu, 05 Sep 2019 09:23:30 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758478120506973/dir156758478162904192/file156758478204200009', "HelloWorld") + .put('/share156767540974201756/dir156767541014408234/file156767541054500385', "HelloWorld") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'aOEJ8PQMpyoV4FzCJ4b45g==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:02 GMT', + 'Thu, 05 Sep 2019 09:23:31 GMT', 'ETag', - '"0x8D7310FB4FB803F"', + '"0x8D731E2B7CB7948"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8bb07bdd-201a-0084-76f8-628582000000', + 'f12c8915-701a-00d4-03cb-6347d2000000', 'x-ms-client-request-id', - 'ca6f4a3d-7c20-4584-8989-101b3f13dab6', + '41660364-1735-4107-95f5-11be0c028732', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:02 GMT', + 'Thu, 05 Sep 2019 09:23:31 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758478120506973') + .delete('/share156767540974201756') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'cef7d75e-901a-0007-29f8-629be0000000', + '134f56ba-701a-0099-62cb-63883e000000', 'x-ms-client-request-id', - '435052d3-abb8-4704-a11d-6ac68741a38d', + '5dbb9038-3502-4180-9220-d3aa7e61b415', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:02 GMT', + 'Thu, 05 Sep 2019 09:23:31 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_buffer_and_default_parameters.js b/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_buffer_and_default_parameters.js similarity index 65% rename from sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_buffer_and_default_parameters.js rename to sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_buffer_and_default_parameters.js index 5b803ef67e88..515ee05238cf 100644 --- a/sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_buffer_and_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_buffer_and_default_parameters.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758486563401868","dir":"dir156758486603505915","file":"file156758486644203886","randomstring":"randomstring156758486644300608"} +module.exports.testInfo = {"share":"share156767549054207431","dir":"dir156767549097302879","file":"file156767549139105806","randomstring":"randomstring156767549139109008"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758486563401868') + .put('/share156767549054207431') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:25 GMT', + 'Thu, 05 Sep 2019 09:24:50 GMT', 'ETag', - '"0x8D7310FE68FC034"', + '"0x8D731E2E73F0A3B"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fb641c65-d01a-0080-46f8-620885000000', + '8518ea03-c01a-00b3-11cb-63572e000000', 'x-ms-client-request-id', - '4a0044f5-0446-46fc-95d3-6ac0a2a30883', + '33e2cb2e-8ee4-48e1-8ac1-e538d773a0c6', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:25 GMT', + 'Thu, 05 Sep 2019 09:24:50 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758486563401868/dir156758486603505915') + .put('/share156767549054207431/dir156767549097302879') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:26 GMT', + 'Thu, 05 Sep 2019 09:24:51 GMT', 'ETag', - '"0x8D7310FE6CD96F2"', + '"0x8D731E2E77E4C0E"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8c67a88f-e01a-012d-3cf8-62bafd000000', + 'ccd86a80-d01a-00bf-23cb-63c026000000', 'x-ms-client-request-id', - 'ea49b172-6444-45cb-b311-4cbba8090610', + '01527d81-0cf3-4f6c-b302-106423731395', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:26.2718194Z', + '2019-09-05T09:24:51.2398350Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:26.2718194Z', + '2019-09-05T09:24:51.2398350Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:26.2718194Z', + '2019-09-05T09:24:51.2398350Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:25 GMT', + 'Thu, 05 Sep 2019 09:24:50 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758486563401868/dir156758486603505915/file156758486644203886') + .put('/share156767549054207431/dir156767549097302879/file156767549139105806') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:26 GMT', + 'Thu, 05 Sep 2019 09:24:51 GMT', 'ETag', - '"0x8D7310FE70AAECE"', + '"0x8D731E2E7BC003E"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '968c9e95-401a-011b-5bf8-62378d000000', + 'd2346d02-701a-001f-40cb-634487000000', 'x-ms-client-request-id', - '342941ef-8d89-40f1-ae9d-4ae19047b79e', + '41624add-cc8e-435d-b1bc-5d164aeee580', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:26.6721998Z', + '2019-09-05T09:24:51.6442174Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:26.6721998Z', + '2019-09-05T09:24:51.6442174Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:26.6721998Z', + '2019-09-05T09:24:51.6442174Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,56 +97,56 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:25 GMT', + 'Thu, 05 Sep 2019 09:24:51 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758486563401868/dir156758486603505915/file156758486644203886', "randomstring156758486644300608") + .put('/share156767549054207431/dir156767549097302879/file156767549139105806', "randomstring156767549139109008") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', - 'PU7lG72qnOgw6j8Nl1XOwg==', + '+/CCAy8pPD1Rj6UUvKIKtg==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:27 GMT', + 'Thu, 05 Sep 2019 09:24:52 GMT', 'ETag', - '"0x8D7310FE747EDD8"', + '"0x8D731E2E7F8F0FD"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c9e65558-001a-00ce-16f8-62260d000000', + 'e3ad5e38-b01a-0142-12cb-63b00e000000', 'x-ms-client-request-id', - 'cf52b893-cc11-4348-8d9d-67e6eae3cc42', + 'ad817b51-cfc1-436a-b43c-55ec43e580e0', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:26 GMT', + 'Thu, 05 Sep 2019 09:24:51 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758486563401868/dir156758486603505915/file156758486644203886') - .reply(200, "randomstring156758486644300608", [ 'Content-Length', + .get('/share156767549054207431/dir156767549097302879/file156767549139105806') + .reply(200, "randomstring156767549139109008", [ 'Content-Length', '30', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:27 GMT', + 'Thu, 05 Sep 2019 09:24:52 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FE747EDD8"', + '"0x8D731E2E7F8F0FD"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'f52c29bf-201a-00c9-3cf8-624a6e000000', + '5805b7c0-501a-0008-1acb-63ed8c000000', 'x-ms-client-request-id', - '2b6f06ea-f80e-4aef-9778-fdb33596ba07', + '4d4c9143-8a56-4eed-afdc-eda9f2e3bbb6', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -154,11 +154,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:26.6721998Z', + '2019-09-05T09:24:51.6442174Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:26.6721998Z', + '2019-09-05T09:24:51.6442174Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:26.6721998Z', + '2019-09-05T09:24:51.6442174Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -172,26 +172,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:27 GMT', + 'Thu, 05 Sep 2019 09:24:51 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758486563401868') + .delete('/share156767549054207431') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bcf9d099-701a-00a6-75f8-62409d000000', + '2ac8db11-a01a-007e-74cb-6367c4000000', 'x-ms-client-request-id', - 'd3d5c040-e3a1-42ce-bdd7-7b2fff8f79ab', + 'd486227d-d270-4376-bd4e-0966ea66d26e', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:27 GMT', + 'Thu, 05 Sep 2019 09:24:52 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_chinese_string_body_and_default_parameters.js b/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_chinese_string_body_and_default_parameters.js similarity index 64% rename from sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_chinese_string_body_and_default_parameters.js rename to sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_chinese_string_body_and_default_parameters.js index b43a546d10c6..c4674ea6c47d 100644 --- a/sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_chinese_string_body_and_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_chinese_string_body_and_default_parameters.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758487060405362","dir":"dir156758487100203520","file":"file156758487212002199","randomstring你好":"randomstring你好156758487212005969"} +module.exports.testInfo = {"share":"share156767549545204432","dir":"dir156767549584802909","file":"file156767549624607074","randomstring你好":"randomstring你好156767549624704275"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758487060405362') + .put('/share156767549545204432') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:30 GMT', + 'Thu, 05 Sep 2019 09:24:55 GMT', 'ETag', - '"0x8D7310FE985F8AE"', + '"0x8D731E2EA286195"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7879c299-a01a-014e-5bf8-622706000000', + 'c625d05c-901a-00ae-08cb-635a92000000', 'x-ms-client-request-id', - '6d4b7623-8296-41c5-a84e-46e8324401f3', + 'c9daab2f-92d7-47e7-8909-7f7d11de0d46', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:30 GMT', + 'Thu, 05 Sep 2019 09:24:55 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758487060405362/dir156758487100203520') + .put('/share156767549545204432/dir156767549584802909') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:31 GMT', + 'Thu, 05 Sep 2019 09:24:56 GMT', 'ETag', - '"0x8D7310FEA2C394B"', + '"0x8D731E2EA64BB08"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3974443a-c01a-0035-32f8-629b97000000', + '76ac0715-501a-006a-3acb-632fab000000', 'x-ms-client-request-id', - '118f1a59-52e7-4885-ac35-c45d40cdc019', + 'e8a7d05d-ccd6-4390-b357-c9109ba90b69', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:31.9251787Z', + '2019-09-05T09:24:56.1054472Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:31.9251787Z', + '2019-09-05T09:24:56.1054472Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:31.9251787Z', + '2019-09-05T09:24:56.1054472Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:31 GMT', + 'Thu, 05 Sep 2019 09:24:56 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758487060405362/dir156758487100203520/file156758487212002199') + .put('/share156767549545204432/dir156767549584802909/file156767549624607074') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:32 GMT', + 'Thu, 05 Sep 2019 09:24:56 GMT', 'ETag', - '"0x8D7310FEA6D22AD"', + '"0x8D731E2EAA22107"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8c67a896-e01a-012d-3ff8-62bafd000000', + 'fdcc2f31-001a-0125-5acb-63a0f2000000', 'x-ms-client-request-id', - 'aa019e35-5278-405a-8d6f-ae9af9d156e7', + 'a8e67a3a-25fe-4c75-a195-8abc9ba67197', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:32.3505837Z', + '2019-09-05T09:24:56.5078279Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:32.3505837Z', + '2019-09-05T09:24:56.5078279Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:32.3505837Z', + '2019-09-05T09:24:56.5078279Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,56 +97,56 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:31 GMT', + 'Thu, 05 Sep 2019 09:24:56 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758487060405362/dir156758487100203520/file156758487212002199', "randomstring你好156758487212005969") + .put('/share156767549545204432/dir156767549584802909/file156767549624607074', "randomstring你好156767549624704275") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', - 'KiZJOn6To9Csrp6KZ8q8Hw==', + '0vWd/kKQ6hnFTk5i2lohkQ==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:32 GMT', + 'Thu, 05 Sep 2019 09:24:56 GMT', 'ETag', - '"0x8D7310FEAAA3A6A"', + '"0x8D731E2EAE49157"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6d8d7e59-701a-00fb-62f8-624a19000000', + '413344db-601a-00e7-36cb-631879000000', 'x-ms-client-request-id', - '3ae19fce-33cd-4c8a-9741-278d93374df6', + 'c1876deb-6df5-4f6d-8b10-7a1d8b894a80', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:32 GMT', + 'Thu, 05 Sep 2019 09:24:56 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758487060405362/dir156758487100203520/file156758487212002199') - .reply(200, "randomstring你好156758487212005969", [ 'Content-Length', + .get('/share156767549545204432/dir156767549584802909/file156767549624607074') + .reply(200, "randomstring你好156767549624704275", [ 'Content-Length', '36', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:32 GMT', + 'Thu, 05 Sep 2019 09:24:56 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FEAAA3A6A"', + '"0x8D731E2EAE49157"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a3cf7367-401a-0124-14f8-62ff2e000000', + '01f14a92-601a-00d8-5dcb-63d0da000000', 'x-ms-client-request-id', - '0908a533-afc4-4dd4-97f1-66d3b2130e66', + 'aa1e12e3-a34e-4ef2-bfe1-5ba3d67f2045', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -154,11 +154,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:32.3505837Z', + '2019-09-05T09:24:56.5078279Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:32.3505837Z', + '2019-09-05T09:24:56.5078279Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:32.3505837Z', + '2019-09-05T09:24:56.5078279Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -172,26 +172,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:32 GMT', + 'Thu, 05 Sep 2019 09:24:57 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758487060405362') + .delete('/share156767549545204432') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1d2efd2e-101a-0036-56f8-627af3000000', + '9a647357-901a-0108-41cb-631381000000', 'x-ms-client-request-id', - '8d7502fa-50cd-42c7-975d-5ccb7a92abac', + 'f6af9245-654c-48b0-850f-f2a3020a8ab8', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:33 GMT', + 'Thu, 05 Sep 2019 09:24:57 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_nodejs_stream.js b/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_nodejs_stream.js similarity index 65% rename from sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_nodejs_stream.js rename to sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_nodejs_stream.js index 8a8354fb8d99..42e4b5ea2f75 100644 --- a/sdk/storage/storage-file/recordings/node/blockbloburl_nodejs_only/recording_upload_with_nodejs_stream.js +++ b/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_upload_with_nodejs_stream.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758486810403484","dir":"dir156758486853705470","file":"file156758486894408298","randomstring":"randomstring156758486894509983"} +module.exports.testInfo = {"share":"share156767549302402649","dir":"dir156767549342403274","file":"file156767549384706485","randomstring":"randomstring156767549384708644"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758486810403484') + .put('/share156767549302402649') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:28 GMT', + 'Thu, 05 Sep 2019 09:24:53 GMT', 'ETag', - '"0x8D7310FE80B70CB"', + '"0x8D731E2E8B5EE10"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c7919a95-e01a-007f-14f8-623818000000', + '73b6f849-d01a-0074-50cb-63c373000000', 'x-ms-client-request-id', - '9b8ce701-f3cb-4d53-a836-7b97393cfd85', + '22e287f6-ab38-4cc6-9e27-1cd4ec46357e', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:27 GMT', + 'Thu, 05 Sep 2019 09:24:53 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758486810403484/dir156758486853705470') + .put('/share156767549302402649/dir156767549342403274') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:28 GMT', + 'Thu, 05 Sep 2019 09:24:53 GMT', 'ETag', - '"0x8D7310FE84AA87E"', + '"0x8D731E2E8F6A15A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '15704dd4-d01a-0039-5bf8-620c9f000000', + 'd3e280a6-201a-00bb-30cb-634d21000000', 'x-ms-client-request-id', - '0b243d3f-f2bb-4a3f-9839-de17966df718', + 'bd682bf6-7ce9-45e3-8a13-b765e49a5cfb', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:28.7691902Z', + '2019-09-05T09:24:53.7061722Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:28.7691902Z', + '2019-09-05T09:24:53.7061722Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:28.7691902Z', + '2019-09-05T09:24:53.7061722Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:28 GMT', + 'Thu, 05 Sep 2019 09:24:53 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758486810403484/dir156758486853705470/file156758486894408298') + .put('/share156767549302402649/dir156767549342403274/file156767549384706485') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:29 GMT', + 'Thu, 05 Sep 2019 09:24:54 GMT', 'ETag', - '"0x8D7310FE8899580"', + '"0x8D731E2E9340767"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b3f7b1bd-a01a-0033-39f8-62a828000000', + 'cccb88dd-801a-0114-09cb-6341e1000000', 'x-ms-client-request-id', - '7c4b8caf-0048-4239-b40a-2ec253de754a', + '45334499-7a4e-4487-b8d9-41b88ac63133', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:29.1815808Z', + '2019-09-05T09:24:54.1085543Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:29.1815808Z', + '2019-09-05T09:24:54.1085543Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:29.1815808Z', + '2019-09-05T09:24:54.1085543Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,56 +97,56 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:29 GMT', + 'Thu, 05 Sep 2019 09:24:53 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758486810403484/dir156758486853705470/file156758486894408298', "randomstring156758486894509983") + .put('/share156767549302402649/dir156767549342403274/file156767549384706485', "randomstring156767549384708644") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', - 'Q+SafbGcuHIMREzaODJnmA==', + 'F6X2I3SoTQTHcVUv7xvMng==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:29 GMT', + 'Thu, 05 Sep 2019 09:24:54 GMT', 'ETag', - '"0x8D7310FE8C797EA"', + '"0x8D731E2E9727F15"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2c44832a-a01a-001c-12f8-62a5e3000000', + '5805b7cf-501a-0008-1bcb-63ed8c000000', 'x-ms-client-request-id', - '3b8940f9-a143-439a-a741-0fad921ff0e8', + '57597423-42c2-4ecf-ac5f-c2aa35e3e129', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:29 GMT', + 'Thu, 05 Sep 2019 09:24:53 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758486810403484/dir156758486853705470/file156758486894408298') - .reply(200, "randomstring156758486894509983", [ 'Content-Length', + .get('/share156767549302402649/dir156767549342403274/file156767549384706485') + .reply(200, "randomstring156767549384708644", [ 'Content-Length', '30', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:29 GMT', + 'Thu, 05 Sep 2019 09:24:54 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FE8C797EA"', + '"0x8D731E2E9727F15"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '59863fe5-701a-006d-52f8-6243c8000000', + 'f106fb6f-001a-0093-1bcb-632c89000000', 'x-ms-client-request-id', - '669fe0ef-963a-4042-a37b-7b8a391c1374', + 'a9c010c6-c553-4afb-9053-143dc95a2d3a', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -154,11 +154,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:29.1815808Z', + '2019-09-05T09:24:54.1085543Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:29.1815808Z', + '2019-09-05T09:24:54.1085543Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:29.1815808Z', + '2019-09-05T09:24:54.1085543Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -172,26 +172,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:29 GMT', + 'Thu, 05 Sep 2019 09:24:54 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758486810403484') + .delete('/share156767549302402649') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fbee84c3-401a-0082-38f8-62b63d000000', + 'da8348f6-c01a-00fe-16cb-6398c2000000', 'x-ms-client-request-id', - 'e328e523-cb9c-49c8-b612-87bf92d90292', + '594c44e5-b239-41fb-bb45-eda3a39ff835', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:29 GMT', + 'Thu, 05 Sep 2019 09:24:54 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_uploadrangefromurl.js b/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_uploadrangefromurl.js new file mode 100644 index 000000000000..f3136d8c743f --- /dev/null +++ b/sdk/storage/storage-file/recordings/node/fileurl_nodejs_only/recording_uploadrangefromurl.js @@ -0,0 +1,341 @@ +let nock = require('nock'); + +module.exports.testInfo = {"share":"share156767549789501065","dir":"dir156767549830107447","file":"file156767549871907376","undefined":"2019-09-05T09:24:59.508Z","file2":"file2156767549950908256"} + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .put('/share156767549789501065') + .query(true) + .reply(201, "", [ 'Content-Length', + '0', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:24:58 GMT', + 'ETag', + '"0x8D731E2EB9E6146"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '71d76b18-701a-006d-03cb-6343c8000000', + 'x-ms-client-request-id', + '962576be-765e-46f6-a115-31928a3c31c4', + 'x-ms-version', + '2019-02-02', + 'Date', + 'Thu, 05 Sep 2019 09:24:57 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .put('/share156767549789501065/dir156767549830107447') + .query(true) + .reply(201, "", [ 'Content-Length', + '0', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:24:58 GMT', + 'ETag', + '"0x8D731E2EBDC9B0B"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '7a57b870-d01a-005b-79cb-63ceb8000000', + 'x-ms-client-request-id', + '6bac3a92-fa37-48f4-a03e-db1561b1de39', + 'x-ms-version', + '2019-02-02', + 'x-ms-file-change-time', + '2019-09-05T09:24:58.5687819Z', + 'x-ms-file-last-write-time', + '2019-09-05T09:24:58.5687819Z', + 'x-ms-file-creation-time', + '2019-09-05T09:24:58.5687819Z', + 'x-ms-file-permission-key', + '1237041589013461953*8787082347076103240', + 'x-ms-file-attributes', + 'Directory', + 'x-ms-file-id', + '13835128424026341376', + 'x-ms-file-parent-id', + '0', + 'x-ms-request-server-encrypted', + 'true', + 'Date', + 'Thu, 05 Sep 2019 09:24:58 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .put('/share156767549789501065/dir156767549830107447/file156767549871907376') + .reply(201, "", [ 'Content-Length', + '0', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:24:58 GMT', + 'ETag', + '"0x8D731E2EC1AC484"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '5df4d3a6-501a-007a-7bcb-63eac3000000', + 'x-ms-client-request-id', + '5181018c-ed85-4f77-a7c5-008ee7b2449e', + 'x-ms-version', + '2019-02-02', + 'x-ms-file-change-time', + '2019-09-05T09:24:58.9761668Z', + 'x-ms-file-last-write-time', + '2019-09-05T09:24:58.9761668Z', + 'x-ms-file-creation-time', + '2019-09-05T09:24:58.9761668Z', + 'x-ms-file-permission-key', + '15082859266781889734*8787082347076103240', + 'x-ms-file-attributes', + 'Archive', + 'x-ms-file-id', + '13835093239654252544', + 'x-ms-file-parent-id', + '13835128424026341376', + 'x-ms-request-server-encrypted', + 'true', + 'Date', + 'Thu, 05 Sep 2019 09:24:57 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .put('/share156767549789501065/dir156767549830107447/file156767549871907376', "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb") + .query(true) + .reply(201, "", [ 'Content-Length', + '0', + 'Content-MD5', + 'M7JgimpVGenaItzrpXsK3g==', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:24:59 GMT', + 'ETag', + '"0x8D731E2EC56CAA8"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '63c5710c-101a-006b-64cb-637077000000', + 'x-ms-client-request-id', + 'ca2ca491-f7b3-4dc2-b178-76878a658826', + 'x-ms-version', + '2019-02-02', + 'x-ms-request-server-encrypted', + 'true', + 'Date', + 'Thu, 05 Sep 2019 09:24:59 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .put('/share156767549789501065/dir156767549830107447/file2156767549950908256') + .reply(201, "", [ 'Content-Length', + '0', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:24:59 GMT', + 'ETag', + '"0x8D731E2EC940994"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + 'c8fb3cd2-601a-0085-5ccb-63da5e000000', + 'x-ms-client-request-id', + '4d7a6ffd-d873-4e26-900e-b79c4d9b04b3', + 'x-ms-version', + '2019-02-02', + 'x-ms-file-change-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-last-write-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-creation-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-permission-key', + '15082859266781889734*8787082347076103240', + 'x-ms-file-attributes', + 'Archive', + 'x-ms-file-id', + '13835163608398430208', + 'x-ms-file-parent-id', + '13835128424026341376', + 'x-ms-request-server-encrypted', + 'true', + 'Date', + 'Thu, 05 Sep 2019 09:24:58 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .put('/share156767549789501065/dir156767549830107447/file2156767549950908256') + .query(true) + .reply(201, "", [ 'Content-Length', + '0', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:25:00 GMT', + 'ETag', + '"0x8D731E2ECE598C9"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '09517152-001a-0015-10cb-63e030000000', + 'x-ms-client-request-id', + '9329ba36-dffa-4419-94ca-3d8515e7eef4', + 'x-ms-version', + '2019-02-02', + 'x-ms-content-crc64', + 'u661BimQ84c=', + 'x-ms-request-server-encrypted', + 'true', + 'Date', + 'Thu, 05 Sep 2019 09:24:59 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .put('/share156767549789501065/dir156767549830107447/file2156767549950908256') + .query(true) + .reply(201, "", [ 'Content-Length', + '0', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:25:00 GMT', + 'ETag', + '"0x8D731E2ED346820"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '5805b7dc-501a-0008-1ecb-63ed8c000000', + 'x-ms-client-request-id', + 'c6c48c1a-ae9c-44b3-85a7-b3fc86a1250c', + 'x-ms-version', + '2019-02-02', + 'x-ms-content-crc64', + 'zGf3rvhKPeA=', + 'x-ms-request-server-encrypted', + 'true', + 'Date', + 'Thu, 05 Sep 2019 09:24:59 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .get('/share156767549789501065/dir156767549830107447/file2156767549950908256') + .reply(206, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", [ 'Content-Length', + '512', + 'Content-Type', + 'application/octet-stream', + 'Content-Range', + 'bytes 0-511/1024', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:25:00 GMT', + 'Accept-Ranges', + 'bytes', + 'ETag', + '"0x8D731E2ED346820"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '02d12b77-d01a-0126-75cb-634196000000', + 'x-ms-client-request-id', + '1844fd01-b454-4c96-8635-0436582549f7', + 'x-ms-version', + '2019-02-02', + 'x-ms-type', + 'File', + 'x-ms-server-encrypted', + 'true', + 'x-ms-file-change-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-last-write-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-creation-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-permission-key', + '15082859266781889734*8787082347076103240', + 'x-ms-file-attributes', + 'Archive', + 'x-ms-file-id', + '13835163608398430208', + 'x-ms-file-parent-id', + '13835128424026341376', + 'Access-Control-Expose-Headers', + 'x-ms-request-id,x-ms-client-request-id,Server,x-ms-version,Content-Type,Last-Modified,ETag,x-ms-type,x-ms-server-encrypted,x-ms-file-change-time,x-ms-file-last-write-time,x-ms-file-creation-time,x-ms-file-permission-key,x-ms-file-attributes,x-ms-file-id,x-ms-file-parent-id,Content-Range,Accept-Ranges,Content-Length,Date,Transfer-Encoding', + 'Access-Control-Allow-Origin', + '*', + 'Date', + 'Thu, 05 Sep 2019 09:25:00 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .get('/share156767549789501065/dir156767549830107447/file2156767549950908256') + .reply(206, "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb", [ 'Content-Length', + '512', + 'Content-Type', + 'application/octet-stream', + 'Content-Range', + 'bytes 512-1023/1024', + 'Last-Modified', + 'Thu, 05 Sep 2019 09:25:00 GMT', + 'Accept-Ranges', + 'bytes', + 'ETag', + '"0x8D731E2ED346820"', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '3dd7d980-101a-015b-4dcb-6330b5000000', + 'x-ms-client-request-id', + '66aa4b60-1532-4f58-9a93-4c9403e32de3', + 'x-ms-version', + '2019-02-02', + 'x-ms-type', + 'File', + 'x-ms-server-encrypted', + 'true', + 'x-ms-file-change-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-last-write-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-creation-time', + '2019-09-05T09:24:59.7709204Z', + 'x-ms-file-permission-key', + '15082859266781889734*8787082347076103240', + 'x-ms-file-attributes', + 'Archive', + 'x-ms-file-id', + '13835163608398430208', + 'x-ms-file-parent-id', + '13835128424026341376', + 'Access-Control-Expose-Headers', + 'x-ms-request-id,x-ms-client-request-id,Server,x-ms-version,Content-Type,Last-Modified,ETag,x-ms-type,x-ms-server-encrypted,x-ms-file-change-time,x-ms-file-last-write-time,x-ms-file-creation-time,x-ms-file-permission-key,x-ms-file-attributes,x-ms-file-id,x-ms-file-parent-id,Content-Range,Accept-Ranges,Content-Length,Date,Transfer-Encoding', + 'Access-Control-Allow-Origin', + '*', + 'Date', + 'Thu, 05 Sep 2019 09:25:01 GMT', + 'Connection', + 'close' ]); + + +nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) + .delete('/share156767549789501065') + .query(true) + .reply(202, "", [ 'Content-Length', + '0', + 'Server', + 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', + 'x-ms-request-id', + '201d4f34-d01a-0109-5fcb-634c5d000000', + 'x-ms-client-request-id', + 'fea517df-f8eb-4c19-a5a6-2181921c7a6d', + 'x-ms-version', + '2019-02-02', + 'Date', + 'Thu, 05 Sep 2019 09:25:01 GMT', + 'Connection', + 'close' ]); + diff --git a/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadfiletoazurefile_should_abort_for_large_data.js b/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadfiletoazurefile_should_abort_for_large_data.js deleted file mode 100644 index 1c014572c4c2..000000000000 --- a/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadfiletoazurefile_should_abort_for_large_data.js +++ /dev/null @@ -1,64 +0,0 @@ -let nock = require('nock'); - -module.exports.testInfo = {"share":"share156406390920208194","dir":"dir156406391612901219","file":"file156406391646108409"} - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156406390920208194') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 14:08:15 GMT', - 'ETag', - '"0x8D7110989943B67"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '957ba0cd-e01a-0122-35f2-4216f5000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 14:08:15 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156406390920208194/dir156406391612901219') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 14:08:16 GMT', - 'ETag', - '"0x8D711098A140B15"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'a1cd08a2-001a-000e-35f2-42d29d000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-request-server-encrypted', - 'true', - 'Date', - 'Thu, 25 Jul 2019 14:08:15 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156406390920208194') - .query(true) - .reply(202, "", [ 'Content-Length', - '0', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '64a3d4ae-a01a-00c4-7ff2-424150000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 14:08:16 GMT', - 'Connection', - 'close' ]); - diff --git a/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadfiletoazurefile_should_abort_for_small_data.js b/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadfiletoazurefile_should_abort_for_small_data.js deleted file mode 100644 index 4f839561ca51..000000000000 --- a/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadfiletoazurefile_should_abort_for_small_data.js +++ /dev/null @@ -1,64 +0,0 @@ -let nock = require('nock'); - -module.exports.testInfo = {"share":"share156406391680905905","dir":"dir156406392864104753","file":"file156406392894106337"} - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156406391680905905') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 14:08:26 GMT', - 'ETag', - '"0x8D71109901A22D2"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'c616a361-e01a-00e1-43f2-42d9e3000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 14:08:27 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156406391680905905/dir156406392864104753') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 14:08:28 GMT', - 'ETag', - '"0x8D711099181DFE7"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'a80e7c34-301a-000d-70f2-42d19a000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-request-server-encrypted', - 'true', - 'Date', - 'Thu, 25 Jul 2019 14:08:28 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156406391680905905') - .query(true) - .reply(202, "", [ 'Content-Length', - '0', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '1894c8e1-c01a-0031-7ff2-426541000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 14:08:28 GMT', - 'Connection', - 'close' ]); - diff --git a/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadstreamtoazurefile_should_abort.js b/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadstreamtoazurefile_should_abort.js deleted file mode 100644 index e774e891a9e1..000000000000 --- a/sdk/storage/storage-file/recordings/node/highlevel/recording_uploadstreamtoazurefile_should_abort.js +++ /dev/null @@ -1,64 +0,0 @@ -let nock = require('nock'); - -module.exports.testInfo = {"share":"share156406392931008089","dir":"dir156406393229202927","file":"file156406393256209351"} - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156406392931008089') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 14:08:32 GMT', - 'ETag', - '"0x8D7110993822264"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'c4190569-901a-00aa-09f2-42e879000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 14:08:32 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156406392931008089/dir156406393229202927') - .query(true) - .reply(201, "", [ 'Content-Length', - '0', - 'Last-Modified', - 'Thu, 25 Jul 2019 14:08:32 GMT', - 'ETag', - '"0x8D7110993ADB069"', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - '4b9e2feb-501a-0070-69f2-424d52000000', - 'x-ms-version', - '2018-11-09', - 'x-ms-request-server-encrypted', - 'true', - 'Date', - 'Thu, 25 Jul 2019 14:08:31 GMT', - 'Connection', - 'close' ]); - - -nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156406392931008089') - .query(true) - .reply(202, "", [ 'Content-Length', - '0', - 'Server', - 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', - 'x-ms-request-id', - 'eb14aecb-d01a-012a-2ef2-420d86000000', - 'x-ms-version', - '2018-11-09', - 'Date', - 'Thu, 25 Jul 2019 14:08:31 GMT', - 'Connection', - 'close' ]); - diff --git a/sdk/storage/storage-file/recordings/node/highlevel/recording_downloadazurefiletobuffer_should_success_when_downloading_a_range_inside_file.js b/sdk/storage/storage-file/recordings/node/highlevel_nodejs_only/recording_downloadazurefiletobuffer_should_success_when_downloading_a_range_inside_file.js similarity index 72% rename from sdk/storage/storage-file/recordings/node/highlevel/recording_downloadazurefiletobuffer_should_success_when_downloading_a_range_inside_file.js rename to sdk/storage/storage-file/recordings/node/highlevel_nodejs_only/recording_downloadazurefiletobuffer_should_success_when_downloading_a_range_inside_file.js index 040633c872d4..844777161461 100644 --- a/sdk/storage/storage-file/recordings/node/highlevel/recording_downloadazurefiletobuffer_should_success_when_downloading_a_range_inside_file.js +++ b/sdk/storage/storage-file/recordings/node/highlevel_nodejs_only/recording_downloadazurefiletobuffer_should_success_when_downloading_a_range_inside_file.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758487732002440","dir":"dir156758487776004538","file":"file156758487817009087"} +module.exports.testInfo = {"share":"share156767550541702638","dir":"dir156767550586204691","file":"file156767550625905416"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758487732002440') + .put('/share156767550541702638') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:37 GMT', + 'Thu, 05 Sep 2019 09:25:05 GMT', 'ETag', - '"0x8D7310FED8A49CC"', + '"0x8D731E2F01DCEF1"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5146d524-e01a-00c6-28f8-623c02000000', + 'd66b5807-a01a-008a-5acb-63ac32000000', 'x-ms-client-request-id', - '01ced8dd-eeaa-49de-aae7-feb77bb8f561', + '573fddb7-17c3-4215-8bcf-f2703b9584fb', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:36 GMT', + 'Thu, 05 Sep 2019 09:25:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758487732002440/dir156758487776004538') + .put('/share156767550541702638/dir156767550586204691') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'ETag', - '"0x8D7310FEDCB4F91"', + '"0x8D731E2F05CAB08"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '49fbefd3-801a-0079-5cf8-620ba7000000', + '4f46f0fe-f01a-00a8-27cb-63692d000000', 'x-ms-client-request-id', - 'ee91026f-9c5c-438f-800d-154ce3da8c2f', + '5e205e64-eb9a-4915-91ad-d00020f659a7', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:38.0009361Z', + '2019-09-05T09:25:06.1189384Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:38.0009361Z', + '2019-09-05T09:25:06.1189384Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:38.0009361Z', + '2019-09-05T09:25:06.1189384Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:37 GMT', + 'Thu, 05 Sep 2019 09:25:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758487732002440/dir156758487776004538/file156758487817009087') + .put('/share156767550541702638/dir156767550586204691/file156767550625905416') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'ETag', - '"0x8D7310FEE08B5AA"', + '"0x8D731E2F0992668"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '83365fb6-601a-00e7-2ff8-621879000000', + '9548a0bc-b01a-003f-5ecb-633f20000000', 'x-ms-client-request-id', - '17a7cc4c-9893-4896-9a64-813319d5c4d1', + 'aa255c4f-6807-4819-870a-761390f153d7', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,40 +97,40 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758487732002440/dir156758487776004538/file156758487817009087', "aaaabbbb") + .put('/share156767550541702638/dir156767550586204691/file156767550625905416', "aaaabbbb") .query(true) .reply(201, "", [ 'Content-Length', '0', 'Content-MD5', 'xiIFTZ5vF7Q4FK1dYcqyOQ==', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'ETag', - '"0x8D7310FEE562522"', + '"0x8D731E2F0D77714"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '39744442-c01a-0035-35f8-629b97000000', + '5c1d2f72-b01a-0072-38cb-63f0cc000000', 'x-ms-client-request-id', - '6dc72abd-90c9-4ce1-b7d5-96acc58065b4', + 'cdc3d36c-6142-42bd-97e3-e13d85808808', 'x-ms-version', '2019-02-02', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758487732002440/dir156758487776004538/file156758487817009087') + .get('/share156767550541702638/dir156767550586204691/file156767550625905416') .reply(206, "bbbb", [ 'Content-Length', '4', 'Content-Type', @@ -138,17 +138,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 4-7/8', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FEE562522"', + '"0x8D731E2F0D77714"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8674fa60-a01a-0051-02f8-626a0f000000', + '73334a49-701a-00c4-25cb-6382ba000000', 'x-ms-client-request-id', - '76cc3d57-d0b0-44f3-8d2d-7eeff5f3a8e3', + '6de4afbe-c3d7-42c6-b557-1ba16d203add', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -156,11 +156,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -174,13 +174,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:07 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758487732002440/dir156758487776004538/file156758487817009087') + .get('/share156767550541702638/dir156767550586204691/file156767550625905416') .reply(206, "abbb", [ 'Content-Length', '4', 'Content-Type', @@ -188,17 +188,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 3-6/8', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FEE562522"', + '"0x8D731E2F0D77714"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd1cdc6c1-a01a-0023-44f8-626d40000000', + '07e4cc45-301a-0053-7fcb-63d4b7000000', 'x-ms-client-request-id', - '5f7f8ffc-0819-4ffe-abc9-1a06c2a4e071', + '3cc8c235-6d6b-4a12-856a-67d85bcbb7c9', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -206,11 +206,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -224,13 +224,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:39 GMT', + 'Thu, 05 Sep 2019 09:25:07 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758487732002440/dir156758487776004538/file156758487817009087') + .get('/share156767550541702638/dir156767550586204691/file156767550625905416') .reply(206, "aabb", [ 'Content-Length', '4', 'Content-Type', @@ -238,17 +238,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 2-5/8', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FEE562522"', + '"0x8D731E2F0D77714"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '67643312-f01a-003e-1df8-6260fc000000', + '7fe4df27-c01a-00c1-05cb-635061000000', 'x-ms-client-request-id', - '4198e811-5036-4440-9730-e8c62243ce4c', + '3fa574fc-34eb-4bce-af21-0afa1faa164b', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -256,11 +256,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -274,13 +274,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:40 GMT', + 'Thu, 05 Sep 2019 09:25:07 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758487732002440/dir156758487776004538/file156758487817009087') + .get('/share156767550541702638/dir156767550586204691/file156767550625905416') .reply(206, "aaab", [ 'Content-Length', '4', 'Content-Type', @@ -288,17 +288,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 1-4/8', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FEE562522"', + '"0x8D731E2F0D77714"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '49fbefd7-801a-0079-5df8-620ba7000000', + '2c246d3a-701a-0042-03cb-634e03000000', 'x-ms-client-request-id', - 'c343ba90-aaf4-4348-b76c-ceaf86e68f56', + '7c3d326a-381b-4c26-b580-93b0f6ef50e7', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -306,11 +306,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -324,13 +324,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:40 GMT', + 'Thu, 05 Sep 2019 09:25:08 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758487732002440/dir156758487776004538/file156758487817009087') + .get('/share156767550541702638/dir156767550586204691/file156767550625905416') .reply(206, "aaaa", [ 'Content-Length', '4', 'Content-Type', @@ -338,17 +338,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Range', 'bytes 0-3/8', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:38 GMT', + 'Thu, 05 Sep 2019 09:25:06 GMT', 'Accept-Ranges', 'bytes', 'ETag', - '"0x8D7310FEE562522"', + '"0x8D731E2F0D77714"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7cb1d82a-701a-00b6-19f8-6285f5000000', + '574631c6-501a-00c3-3fcb-63eed9000000', 'x-ms-client-request-id', - 'a2656d1e-c203-4ee8-bc9a-f825dc8c1cc7', + 'e0572df5-ab7c-4560-82b3-3f29ce80c928', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -356,11 +356,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:38.4033194Z', + '2019-09-05T09:25:06.5153128Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -374,26 +374,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:40 GMT', + 'Thu, 05 Sep 2019 09:25:08 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758487732002440') + .delete('/share156767550541702638') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '583c1bda-801a-0034-12f8-62c44b000000', + '5029cf9a-a01a-001c-43cb-63a5e3000000', 'x-ms-client-request-id', - '043df3cb-87f3-49c6-bb71-6b152d2852b5', + 'e51052fe-8214-4340-9e5b-11d0fae2f1b7', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:40 GMT', + 'Thu, 05 Sep 2019 09:25:08 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_abort_when_abort_event_trigger_during_retry_interval.js b/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_abort_when_abort_event_trigger_during_retry_interval.js index dfb35da3439f..33654badd0ba 100644 --- a/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_abort_when_abort_event_trigger_during_retry_interval.js +++ b/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_abort_when_abort_event_trigger_during_retry_interval.js @@ -1,45 +1,45 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758480828309923"} +module.exports.testInfo = {"share":"share156767543581405324"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480828309923') + .put('/share156767543581405324') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:28 GMT', + 'Thu, 05 Sep 2019 09:23:56 GMT', 'ETag', - '"0x8D7310FC4601868"', + '"0x8D731E2C69D0419"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '84cb791b-501a-008e-7ff8-622135000000', + '8bfa5746-701a-00fb-14cb-634a19000000', 'x-ms-client-request-id', - 'dea7889b-bff3-4ddc-93d0-ae990db12bbe', + 'c7de6516-3ca7-4767-87b1-16c14780736f', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:28 GMT', + 'Thu, 05 Sep 2019 09:23:55 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758480828309923') + .delete('/share156767543581405324') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd1cdc65b-a01a-0023-2ef8-626d40000000', + 'a0184dce-501a-0055-0ccb-63e708000000', 'x-ms-client-request-id', - '41b42a02-8299-4465-aeaa-0b6c4c49da87', + '60151e12-f0bb-4f05-89e4-72b2b53ad6e5', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:30 GMT', + 'Thu, 05 Sep 2019 09:23:57 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_fail_when_requests_always_fail_with_500.js b/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_fail_when_requests_always_fail_with_500.js index 65772704ba49..f2419fd917c8 100644 --- a/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_fail_when_requests_always_fail_with_500.js +++ b/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_fail_when_requests_always_fail_with_500.js @@ -1,45 +1,45 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758481107809193"} +module.exports.testInfo = {"share":"share156767543864001257"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758481107809193') + .put('/share156767543864001257') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:31 GMT', + 'Thu, 05 Sep 2019 09:23:58 GMT', 'ETag', - '"0x8D7310FC60E2C67"', + '"0x8D731E2C84CFB29"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8a86333d-601a-0133-5ef8-625625000000', + 'e3ef5dee-001a-0005-3ccb-632558000000', 'x-ms-client-request-id', - 'd931fb85-3615-404b-8c7c-eb455431a9f8', + '686c4d6f-bf61-4fe4-b3e1-0e12a90c5ecd', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:30 GMT', + 'Thu, 05 Sep 2019 09:23:58 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758481107809193') + .delete('/share156767543864001257') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'dd50369e-c01a-0158-62f8-62d1d1000000', + 'bafdaec7-701a-00a6-72cb-63409d000000', 'x-ms-client-request-id', - '1b9559b3-1c65-4b8f-953a-e452d95aa067', + 'e8b6644d-0313-4e12-833c-4b504cfaea88', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:35 GMT', + 'Thu, 05 Sep 2019 09:24:03 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_work_when_first_request_fails_with_500.js b/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_work_when_first_request_fails_with_500.js index fcb0b8de5f7a..f4767b133e5e 100644 --- a/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_work_when_first_request_fails_with_500.js +++ b/sdk/storage/storage-file/recordings/node/retrypolicy/recording_retry_policy_should_work_when_first_request_fails_with_500.js @@ -1,68 +1,68 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758480661304097"} +module.exports.testInfo = {"share":"share156767543418102269"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480661304097') + .put('/share156767543418102269') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:26 GMT', + 'Thu, 05 Sep 2019 09:23:54 GMT', 'ETag', - '"0x8D7310FC3645B85"', + '"0x8D731E2C5A4112A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3bc0b192-101a-0129-05f8-6237fa000000', + '9bd7ee63-201a-0140-1ccb-630eb6000000', 'x-ms-client-request-id', - 'c217f6fc-5fea-409d-90ce-fbcf410b9a23', + '27a75fc7-59de-40fd-9921-ad67a0c5dc93', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:26 GMT', + 'Thu, 05 Sep 2019 09:23:53 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758480661304097') + .put('/share156767543418102269') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:27 GMT', + 'Thu, 05 Sep 2019 09:23:54 GMT', 'ETag', - '"0x8D7310FC3A91361"', + '"0x8D731E2C5E6112B"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4e974ae2-c01a-00ee-34f8-625daa000000', + 'c625d014-901a-00ae-79cb-635a92000000', 'x-ms-client-request-id', - '8f8e9fc4-3a41-4326-a364-399f00bc1777', + '2334702f-565d-466f-ba41-ee439deb8b3a', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:26 GMT', + 'Thu, 05 Sep 2019 09:23:54 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758480661304097') + .get('/share156767543418102269') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:27 GMT', + 'Thu, 05 Sep 2019 09:23:54 GMT', 'ETag', - '"0x8D7310FC3A91361"', + '"0x8D731E2C5E6112B"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'daa93fa1-d01a-005b-2ef8-62ceb8000000', + '09517101-001a-0015-80cb-63e030000000', 'x-ms-client-request-id', - '3c27c0ae-9d1f-4f3d-84ef-436002b7fb67', + '78ca4e00-0d22-4922-92d5-b84973e4b775', 'x-ms-version', '2019-02-02', 'x-ms-meta-key0', @@ -82,26 +82,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:27 GMT', + 'Thu, 05 Sep 2019 09:23:54 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758480661304097') + .delete('/share156767543418102269') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9ff434b2-701a-0089-36f8-624d56000000', + '76ac06ca-501a-006a-2acb-632fab000000', 'x-ms-client-request-id', - 'eb574bbe-c4a3-4990-a825-b5e11ee0b491', + 'd80c0f9e-7161-4f2f-9e84-577635b37228', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:27 GMT', + 'Thu, 05 Sep 2019 09:23:54 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/serviceurl/recording_getproperties.js b/sdk/storage/storage-file/recordings/node/serviceurl/recording_getproperties.js index 0b1667064fc2..14a1fca170bb 100644 --- a/sdk/storage/storage-file/recordings/node/serviceurl/recording_getproperties.js +++ b/sdk/storage/storage-file/recordings/node/serviceurl/recording_getproperties.js @@ -12,9 +12,9 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'f9546f60-901a-004a-46f8-62540c000000', + 'aa4c57f8-b01a-00a9-63cb-6336f1000000', 'x-ms-client-request-id', - '0249942c-fd61-41e4-bd64-64153c2c0409', + '044ac626-b7b2-4c04-a826-c2769c34342d', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -22,7 +22,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:38 GMT', + 'Thu, 05 Sep 2019 09:24:05 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/serviceurl/recording_listshares_with_all_parameters_configured.js b/sdk/storage/storage-file/recordings/node/serviceurl/recording_listshares_with_all_parameters_configured.js index 84c0dbe8c8b3..9689254e1e88 100644 --- a/sdk/storage/storage-file/recordings/node/serviceurl/recording_listshares_with_all_parameters_configured.js +++ b/sdk/storage/storage-file/recordings/node/serviceurl/recording_listshares_with_all_parameters_configured.js @@ -1,49 +1,49 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758481645102134"} +module.exports.testInfo = {"share":"share156767544408504122"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758481645102134x1') + .put('/share156767544408504122x1') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:36 GMT', + 'Thu, 05 Sep 2019 09:24:04 GMT', 'ETag', - '"0x8D7310FC9441BDE"', + '"0x8D731E2CB8A9D94"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '53ac6809-e01a-00a4-1bf8-62fe25000000', + '0ce51fa6-a01a-0023-5ecb-636d40000000', 'x-ms-client-request-id', - 'a8f3d2b4-a88d-4ca3-8fd7-10839fefdd6b', + '5a306e03-14ec-4a7f-b3a1-267598f0fee8', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:36 GMT', + 'Thu, 05 Sep 2019 09:24:03 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758481645102134x2') + .put('/share156767544408504122x2') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:37 GMT', + 'Thu, 05 Sep 2019 09:24:04 GMT', 'ETag', - '"0x8D7310FC9864C5F"', + '"0x8D731E2CBCA8204"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6bc3ab67-d01a-00bf-67f8-62c026000000', + '13b74caa-301a-013e-57cb-639ef1000000', 'x-ms-client-request-id', - '6242d8dc-fced-4945-baa0-4d88cafab49b', + '2287ce73-1f28-4783-a34f-0f9ad5dfac5d', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:36 GMT', + 'Thu, 05 Sep 2019 09:24:04 GMT', 'Connection', 'close' ]); @@ -51,16 +51,16 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) .get('/') .query(true) - .reply(200, "share1567584816451021341share156758481645102134x1Wed, 04 Sep 2019 08:13:36 GMT\"0x8D7310FC9441BDE\"5120val/fakestorageaccount/share156758481645102134x2/01D562F8A7119503/9999-12-31T23:59:59.9999999Z", [ 'Transfer-Encoding', + .reply(200, "share1567675444085041221share156767544408504122x1Thu, 05 Sep 2019 09:24:04 GMT\"0x8D731E2CB8A9D94\"5120val/fakestorageaccount/share156767544408504122x2/01D563CBA95460CE/9999-12-31T23:59:59.9999999Z", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '27d605e8-d01a-0090-0df8-62cded000000', + '5dcae849-701a-00b6-01cb-6385f5000000', 'x-ms-client-request-id', - '0495d83d-0e6b-4b20-bd72-b8b8d5a0cdab', + '54a57def-826e-420f-bbea-f179fa71d487', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -68,7 +68,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:37 GMT', + 'Thu, 05 Sep 2019 09:24:04 GMT', 'Connection', 'close' ]); @@ -76,16 +76,16 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) .get('/') .query(true) - .reply(200, "share156758481645102134/fakestorageaccount/share156758481645102134x2/01D562F8A7119503/9999-12-31T23:59:59.9999999Z1share156758481645102134x2Wed, 04 Sep 2019 08:13:37 GMT\"0x8D7310FC9864C5F\"5120val", [ 'Transfer-Encoding', + .reply(200, "share156767544408504122/fakestorageaccount/share156767544408504122x2/01D563CBA95460CE/9999-12-31T23:59:59.9999999Z1share156767544408504122x2Thu, 05 Sep 2019 09:24:04 GMT\"0x8D731E2CBCA8204\"5120val", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'dfe54642-b01a-00b9-09f8-62f399000000', + 'c783d287-201a-005f-6fcb-6343bf000000', 'x-ms-client-request-id', - '1fc9a9ed-98de-4000-b16f-3e39445a4246', + 'bfc215a4-f2d1-4e3a-8152-35535435da4c', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -93,45 +93,45 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:37 GMT', + 'Thu, 05 Sep 2019 09:24:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758481645102134x1') + .delete('/share156767544408504122x1') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b2263077-301a-007c-4cf8-62d97c000000', + 'cc861902-301a-006c-01cb-631c14000000', 'x-ms-client-request-id', - '93d98cbb-fc73-41df-95c5-215d25410475', + '3b37990b-5198-4abe-a8ca-2836e1aa1904', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:37 GMT', + 'Thu, 05 Sep 2019 09:24:05 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758481645102134x2') + .delete('/share156767544408504122x2') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '676432c7-f01a-003e-0df8-6260fc000000', + '5805b78e-501a-0008-0ecb-63ed8c000000', 'x-ms-client-request-id', - '04e16710-bad2-4eeb-bb13-354faa7be714', + '1d9ebdb7-a8e4-4927-b415-5cf8c8910e15', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:38 GMT', + 'Thu, 05 Sep 2019 09:24:05 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/serviceurl/recording_listshares_with_default_parameters.js b/sdk/storage/storage-file/recordings/node/serviceurl/recording_listshares_with_default_parameters.js index 339ede15b051..87b6a6c1615d 100644 --- a/sdk/storage/storage-file/recordings/node/serviceurl/recording_listshares_with_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/serviceurl/recording_listshares_with_default_parameters.js @@ -5,16 +5,16 @@ module.exports.testInfo = {} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) .get('/') .query(true) - .reply(200, "share156750010067308740Tue, 03 Sep 2019 08:42:57 GMT\"0x8D7304AB81D5D1E\"5120share156750357959802033Tue, 03 Sep 2019 09:39:39 GMT\"0x8D73052A45B2AA9\"5120share156751622402604375Tue, 03 Sep 2019 13:10:24 GMT\"0x8D7307015006E07\"5120share156751636721906837156751636762206152Tue, 03 Sep 2019 13:12:47 GMT\"0x8D730706AA003D7\"5120share156751680101801411Tue, 03 Sep 2019 13:20:01 GMT\"0x8D730716CCE5B2C\"5120share156751686958207740156751686978706053Tue, 03 Sep 2019 13:21:09 GMT\"0x8D7307195C3B5CE\"5120share156751768000401936Tue, 03 Sep 2019 13:34:40 GMT\"0x8D7307378D4BBC7\"5120share156751780724704139156751780765706589Tue, 03 Sep 2019 13:36:47 GMT\"0x8D73073C4F1F1E8\"5120share156751812271605146Tue, 03 Sep 2019 13:42:02 GMT\"0x8D7307480974694\"5120share156751819183102890156751819203909144Tue, 03 Sep 2019 13:43:12 GMT\"0x8D73074A9E2DB5E\"5120share156758470512401451Wed, 04 Sep 2019 08:11:45 GMT\"0x8D7310F86E6FB0B\"5120testshare01Tue, 03 Sep 2019 03:24:41 GMT\"0x8D7301E4243B95E\"5120", [ 'Transfer-Encoding', + .reply(200, "share156750010067308740Tue, 03 Sep 2019 08:42:57 GMT\"0x8D7304AB81D5D1E\"5120share156750357959802033Tue, 03 Sep 2019 09:39:39 GMT\"0x8D73052A45B2AA9\"5120share156751622402604375Tue, 03 Sep 2019 13:10:24 GMT\"0x8D7307015006E07\"5120share156751636721906837156751636762206152Tue, 03 Sep 2019 13:12:47 GMT\"0x8D730706AA003D7\"5120share156751680101801411Tue, 03 Sep 2019 13:20:01 GMT\"0x8D730716CCE5B2C\"5120share156751686958207740156751686978706053Tue, 03 Sep 2019 13:21:09 GMT\"0x8D7307195C3B5CE\"5120share156751768000401936Tue, 03 Sep 2019 13:34:40 GMT\"0x8D7307378D4BBC7\"5120share156751780724704139156751780765706589Tue, 03 Sep 2019 13:36:47 GMT\"0x8D73073C4F1F1E8\"5120share156751812271605146Tue, 03 Sep 2019 13:42:02 GMT\"0x8D7307480974694\"5120share156751819183102890156751819203909144Tue, 03 Sep 2019 13:43:12 GMT\"0x8D73074A9E2DB5E\"5120share156758470512401451Wed, 04 Sep 2019 08:11:45 GMT\"0x8D7310F86E6FB0B\"5120share156758482989301874156758483032809470Wed, 04 Sep 2019 08:13:50 GMT\"0x8D7310FD1844B17\"5120share156758490535808812Wed, 04 Sep 2019 08:15:05 GMT\"0x8D7310FFE1FD06F\"5120share156758497055803072156758497076106665Wed, 04 Sep 2019 08:16:10 GMT\"0x8D73110251A4B11\"5120share156765586620604210Thu, 05 Sep 2019 03:57:46 GMT\"0x8D731B5363FA8C6\"5120share156767018096101394Thu, 05 Sep 2019 07:56:21 GMT\"0x8D731D68A800CF1\"5120share156767030298509192156767030343203011Thu, 05 Sep 2019 07:58:23 GMT\"0x8D731D6D37B16E3\"5120share156767094137202194Thu, 05 Sep 2019 08:09:01 GMT\"0x8D731D84FB8D5DD\"5120share156767107139104483156767107183205372Thu, 05 Sep 2019 08:11:12 GMT\"0x8D731D89D7BE8E6\"5120share156767139967107206Thu, 05 Sep 2019 08:16:39 GMT\"0x8D731D960C6658A\"5120share156767146291400300156767146312101674Thu, 05 Sep 2019 08:17:43 GMT\"0x8D731D986972FB4\"5120share156767248679001207Thu, 05 Sep 2019 08:34:46 GMT\"0x8D731DBE8BF7366\"5120share156767255126005387156767255147601507Thu, 05 Sep 2019 08:35:51 GMT\"0x8D731DC0F4D3DF4\"5120share156767337290902399Thu, 05 Sep 2019 08:49:33 GMT\"0x8D731DDF907EB28\"5120share156767349287007371156767349330702506Thu, 05 Sep 2019 08:51:33 GMT\"0x8D731DE40E30A92\"5120share156767378306202568Thu, 05 Sep 2019 08:56:23 GMT\"0x8D731DEED627CB5\"5120share156767384630205647156767384650704611Thu, 05 Sep 2019 08:57:26 GMT\"0x8D731DF13324101\"5120share156767533777805764Thu, 05 Sep 2019 09:22:18 GMT\"0x8D731E28C318F60\"5120testshare01Tue, 03 Sep 2019 03:24:41 GMT\"0x8D7301E4243B95E\"5120", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4f1bdd61-a01a-007e-09f8-6267c4000000', + '0f4c2771-201a-0002-43cb-63493b000000', 'x-ms-client-request-id', - '441d11f2-3973-4ce3-b01e-a26f4f4445ad', + 'df8338f7-4abf-47fd-9a09-399e37d9344d', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -22,7 +22,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:35 GMT', + 'Thu, 05 Sep 2019 09:24:02 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/serviceurl/recording_setproperties.js b/sdk/storage/storage-file/recordings/node/serviceurl/recording_setproperties.js index 38a53a42b0a2..a131bcd619d9 100644 --- a/sdk/storage/storage-file/recordings/node/serviceurl/recording_setproperties.js +++ b/sdk/storage/storage-file/recordings/node/serviceurl/recording_setproperties.js @@ -12,9 +12,9 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c04f23e4-901a-0038-1af8-625343000000', + 'c67c725d-401a-0076-78cb-637dcb000000', 'x-ms-client-request-id', - '519af79e-70fb-4fd4-b667-8869d5013776', + 'a2b47c15-ef8b-4c1f-bfeb-1c9d0dd91a29', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -22,7 +22,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:39 GMT', + 'Thu, 05 Sep 2019 09:24:06 GMT', 'Connection', 'close' ]); @@ -35,13 +35,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5b488c95-801a-012b-7bf8-628942000000', + 'a679a217-b01a-002f-45cb-63fa48000000', 'x-ms-client-request-id', - '6c2aaa8e-8401-423d-b21f-37a99001c904', + 'fb915fcc-8a2d-4721-bdab-dcbd937b7fb8', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:39 GMT', + 'Thu, 05 Sep 2019 09:24:07 GMT', 'Connection', 'close' ]); @@ -56,9 +56,9 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6a69c7c3-f01a-010e-18f8-62203e000000', + 'f59eaa95-c01a-0115-6ecb-631e3d000000', 'x-ms-client-request-id', - '6bd85e61-a1b8-4d3c-b02f-76bccac7658b', + '45e1f828-2e34-4d2b-afb0-e3c3949ae109', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -66,7 +66,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:45 GMT', + 'Thu, 05 Sep 2019 09:24:12 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_permission.js b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_permission.js index 5a41f66814fa..5dd61701a5f7 100644 --- a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_permission.js +++ b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_permission.js @@ -1,20 +1,20 @@ let nock = require('nock'); -module.exports.testInfo = {"undefined":"2019-09-04T08:14:42.146Z"} +module.exports.testInfo = {"undefined":"2019-09-05T09:25:10.144Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) .get('/') .query(true) - .reply(403, "AuthorizationPermissionMismatchThis request is not authorized to perform this operation using this permission.\nRequestId:4e974b3c-c01a-00ee-47f8-625daa000000\nTime:2019-09-04T08:14:42.3843460Z", [ 'Content-Length', + .reply(403, "AuthorizationPermissionMismatchThis request is not authorized to perform this operation using this permission.\nRequestId:ec72175a-f01a-004c-01cb-6367b3000000\nTime:2019-09-05T09:25:10.4020693Z", [ 'Content-Length', '279', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4e974b3c-c01a-00ee-47f8-625daa000000', + 'ec72175a-f01a-004c-01cb-6367b3000000', 'x-ms-client-request-id', - '251b15f6-ada4-43df-b792-2b04a527e8ad', + 'a0887b16-7531-43d7-8f05-540b591d0914', 'x-ms-version', '2019-02-02', 'x-ms-error-code', @@ -24,7 +24,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:41 GMT', + 'Thu, 05 Sep 2019 09:25:09 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_resource_type.js b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_resource_type.js index 9c6cdb5abc7d..f3c24e651e36 100644 --- a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_resource_type.js +++ b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_resource_type.js @@ -1,20 +1,20 @@ let nock = require('nock'); -module.exports.testInfo = {"undefined":"2019-09-04T08:14:42.955Z"} +module.exports.testInfo = {"undefined":"2019-09-05T09:25:10.944Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) .get('/') .query(true) - .reply(403, "AuthorizationResourceTypeMismatchThis request is not authorized to perform this operation using this resource type.\nRequestId:33964e50-001a-00e1-4af8-622bc6000000\nTime:2019-09-04T08:14:43.1877281Z", [ 'Content-Length', + .reply(403, "AuthorizationResourceTypeMismatchThis request is not authorized to perform this operation using this resource type.\nRequestId:37f7e3fc-d01a-0136-66cb-6384fe000000\nTime:2019-09-05T09:25:11.2102426Z", [ 'Content-Length', '284', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '33964e50-001a-00e1-4af8-622bc6000000', + '37f7e3fc-d01a-0136-66cb-6384fe000000', 'x-ms-client-request-id', - '44db7cd7-405f-45b1-807b-4c4c31e8b386', + '0b3e028c-4255-43a5-86f7-57a0c97e421c', 'x-ms-version', '2019-02-02', 'x-ms-error-code', @@ -24,7 +24,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:43 GMT', + 'Thu, 05 Sep 2019 09:25:11 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_service.js b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_service.js index 28a8bab00638..d75e537c11f4 100644 --- a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_service.js +++ b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_not_work_with_invalid_service.js @@ -1,20 +1,20 @@ let nock = require('nock'); -module.exports.testInfo = {"undefined":"2019-09-04T08:14:42.557Z"} +module.exports.testInfo = {"undefined":"2019-09-05T09:25:10.548Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) .get('/') .query(true) - .reply(403, "AuthorizationServiceMismatchThis request is not authorized to perform this operation using this service.\nRequestId:c04f2433-901a-0038-2af8-625343000000\nTime:2019-09-04T08:14:42.7870426Z", [ 'Content-Length', + .reply(403, "AuthorizationServiceMismatchThis request is not authorized to perform this operation using this service.\nRequestId:d32cb5d0-f01a-00b8-6ecb-63ac45000000\nTime:2019-09-05T09:25:10.8038177Z", [ 'Content-Length', '273', 'Content-Type', 'application/xml', 'Server', 'Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c04f2433-901a-0038-2af8-625343000000', + 'd32cb5d0-f01a-00b8-6ecb-63ac45000000', 'x-ms-client-request-id', - 'e2badfd1-d10b-40a3-9082-2c4725a8c0aa', + '36ab1601-da6e-4505-81c6-0a7897b4dd7d', 'x-ms-error-code', 'AuthorizationServiceMismatch', 'Access-Control-Expose-Headers', @@ -22,7 +22,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:41 GMT', + 'Thu, 05 Sep 2019 09:25:10 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_work.js b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_work.js index aa9c4a5bba34..3b4142150c21 100644 --- a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_work.js +++ b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generateaccountsasqueryparameters_should_work.js @@ -1,20 +1,20 @@ let nock = require('nock'); -module.exports.testInfo = {"undefined":"2019-09-04T08:14:41.631Z"} +module.exports.testInfo = {"undefined":"2019-09-05T09:25:09.625Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) .get('/') .query(true) - .reply(200, "share156750010067308740Tue, 03 Sep 2019 08:42:57 GMT\"0x8D7304AB81D5D1E\"5120share156750357959802033Tue, 03 Sep 2019 09:39:39 GMT\"0x8D73052A45B2AA9\"5120share156751622402604375Tue, 03 Sep 2019 13:10:24 GMT\"0x8D7307015006E07\"5120share156751636721906837156751636762206152Tue, 03 Sep 2019 13:12:47 GMT\"0x8D730706AA003D7\"5120share156751680101801411Tue, 03 Sep 2019 13:20:01 GMT\"0x8D730716CCE5B2C\"5120share156751686958207740156751686978706053Tue, 03 Sep 2019 13:21:09 GMT\"0x8D7307195C3B5CE\"5120share156751768000401936Tue, 03 Sep 2019 13:34:40 GMT\"0x8D7307378D4BBC7\"5120share156751780724704139156751780765706589Tue, 03 Sep 2019 13:36:47 GMT\"0x8D73073C4F1F1E8\"5120share156751812271605146Tue, 03 Sep 2019 13:42:02 GMT\"0x8D7307480974694\"5120share156751819183102890156751819203909144Tue, 03 Sep 2019 13:43:12 GMT\"0x8D73074A9E2DB5E\"5120share156758470512401451Wed, 04 Sep 2019 08:11:45 GMT\"0x8D7310F86E6FB0B\"5120share156758482989301874156758483032809470Wed, 04 Sep 2019 08:13:50 GMT\"0x8D7310FD1844B17\"5120testshare01Tue, 03 Sep 2019 03:24:41 GMT\"0x8D7301E4243B95E\"5120", [ 'Transfer-Encoding', + .reply(200, "share156750010067308740Tue, 03 Sep 2019 08:42:57 GMT\"0x8D7304AB81D5D1E\"5120share156750357959802033Tue, 03 Sep 2019 09:39:39 GMT\"0x8D73052A45B2AA9\"5120share156751622402604375Tue, 03 Sep 2019 13:10:24 GMT\"0x8D7307015006E07\"5120share156751636721906837156751636762206152Tue, 03 Sep 2019 13:12:47 GMT\"0x8D730706AA003D7\"5120share156751680101801411Tue, 03 Sep 2019 13:20:01 GMT\"0x8D730716CCE5B2C\"5120share156751686958207740156751686978706053Tue, 03 Sep 2019 13:21:09 GMT\"0x8D7307195C3B5CE\"5120share156751768000401936Tue, 03 Sep 2019 13:34:40 GMT\"0x8D7307378D4BBC7\"5120share156751780724704139156751780765706589Tue, 03 Sep 2019 13:36:47 GMT\"0x8D73073C4F1F1E8\"5120share156751812271605146Tue, 03 Sep 2019 13:42:02 GMT\"0x8D7307480974694\"5120share156751819183102890156751819203909144Tue, 03 Sep 2019 13:43:12 GMT\"0x8D73074A9E2DB5E\"5120share156758470512401451Wed, 04 Sep 2019 08:11:45 GMT\"0x8D7310F86E6FB0B\"5120share156758482989301874156758483032809470Wed, 04 Sep 2019 08:13:50 GMT\"0x8D7310FD1844B17\"5120share156758490535808812Wed, 04 Sep 2019 08:15:05 GMT\"0x8D7310FFE1FD06F\"5120share156758497055803072156758497076106665Wed, 04 Sep 2019 08:16:10 GMT\"0x8D73110251A4B11\"5120share156765586620604210Thu, 05 Sep 2019 03:57:46 GMT\"0x8D731B5363FA8C6\"5120share156767018096101394Thu, 05 Sep 2019 07:56:21 GMT\"0x8D731D68A800CF1\"5120share156767030298509192156767030343203011Thu, 05 Sep 2019 07:58:23 GMT\"0x8D731D6D37B16E3\"5120share156767094137202194Thu, 05 Sep 2019 08:09:01 GMT\"0x8D731D84FB8D5DD\"5120share156767107139104483156767107183205372Thu, 05 Sep 2019 08:11:12 GMT\"0x8D731D89D7BE8E6\"5120share156767139967107206Thu, 05 Sep 2019 08:16:39 GMT\"0x8D731D960C6658A\"5120share156767146291400300156767146312101674Thu, 05 Sep 2019 08:17:43 GMT\"0x8D731D986972FB4\"5120share156767248679001207Thu, 05 Sep 2019 08:34:46 GMT\"0x8D731DBE8BF7366\"5120share156767255126005387156767255147601507Thu, 05 Sep 2019 08:35:51 GMT\"0x8D731DC0F4D3DF4\"5120share156767337290902399Thu, 05 Sep 2019 08:49:33 GMT\"0x8D731DDF907EB28\"5120share156767349287007371156767349330702506Thu, 05 Sep 2019 08:51:33 GMT\"0x8D731DE40E30A92\"5120share156767378306202568Thu, 05 Sep 2019 08:56:23 GMT\"0x8D731DEED627CB5\"5120share156767384630205647156767384650704611Thu, 05 Sep 2019 08:57:26 GMT\"0x8D731DF13324101\"5120share156767533777805764Thu, 05 Sep 2019 09:22:18 GMT\"0x8D731E28C318F60\"5120share156767545700908974156767545740800183Thu, 05 Sep 2019 09:24:17 GMT\"0x8D731E2D37F2218\"5120testshare01Tue, 03 Sep 2019 03:24:41 GMT\"0x8D7301E4243B95E\"5120", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'df2e72cd-501a-009e-2af8-62e45d000000', + '07d49acc-c01a-0057-53cb-6359b0000000', 'x-ms-client-request-id', - '5399109a-a1da-4d97-9bfd-1be207ba95dd', + 'be7ff980-7eb9-4d8e-ae01-862c4fbb6040', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -22,7 +22,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:41 GMT', + 'Thu, 05 Sep 2019 09:25:09 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_file.js b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_file.js index fe044682a779..40c04c369691 100644 --- a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_file.js +++ b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_file.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"undefined":"2019-09-04T08:14:44.617Z","share":"share156758488461705232","dir":"dir156758488504701794","file":"file156758488545901283"} +module.exports.testInfo = {"undefined":"2019-09-05T09:25:12.592Z","share":"share156767551259205941","dir":"dir156767551298702409","file":"file156767551339008811"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758488461705232') + .put('/share156767551259205941') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:44 GMT', + 'Thu, 05 Sep 2019 09:25:12 GMT', 'ETag', - '"0x8D7310FF1E24B34"', + '"0x8D731E2F45F848F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ff16882b-601a-0095-3cf8-621f36000000', + 'e6358111-201a-002d-76cb-6344f0000000', 'x-ms-client-request-id', - '2910e7bd-3c78-4075-aa76-2ad34ff788b4', + '112752cd-e44f-4281-a0bd-13770718f490', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:43 GMT', + 'Thu, 05 Sep 2019 09:25:12 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758488461705232/dir156758488504701794') + .put('/share156767551259205941/dir156767551298702409') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:45 GMT', + 'Thu, 05 Sep 2019 09:25:13 GMT', 'ETag', - '"0x8D7310FF223826C"', + '"0x8D731E2F49C952C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8a863398-601a-0133-73f8-625625000000', + 'f6dd3a2c-c01a-0148-70cb-6314b9000000', 'x-ms-client-request-id', - '01b14e8f-ad82-44b8-af4a-9ea98b8d8711', + 'f65de02c-7620-494e-b8a7-5ae07db8382c', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:45.2898412Z', + '2019-09-05T09:25:13.2486956Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:45.2898412Z', + '2019-09-05T09:25:13.2486956Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:45.2898412Z', + '2019-09-05T09:25:13.2486956Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:44 GMT', + 'Thu, 05 Sep 2019 09:25:12 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758488461705232/dir156758488504701794/file156758488545901283') + .put('/share156767551259205941/dir156767551298702409/file156767551339008811') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:45 GMT', + 'Thu, 05 Sep 2019 09:25:13 GMT', 'ETag', - '"0x8D7310FF2604C0B"', + '"0x8D731E2F4D9FB2F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'cf05f4cb-701a-0042-25f8-624e03000000', + '2ca1ad33-d01a-0119-39cb-638935000000', 'x-ms-client-request-id', - '02dd5987-acf0-4311-8573-68b701e9781b', + 'f14bfc1d-6865-4a71-ad3d-b5311e0af965', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:45.6882187Z', + '2019-09-05T09:25:13.6510767Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:45.6882187Z', + '2019-09-05T09:25:13.6510767Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:45.6882187Z', + '2019-09-05T09:25:13.6510767Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,13 +97,13 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:44 GMT', + 'Thu, 05 Sep 2019 09:25:13 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/share156758488461705232/dir156758488504701794/file156758488545901283') + .head('/share156767551259205941/dir156767551298702409/file156767551339008811') .query(true) .reply(200, [], [ 'Cache-Control', 'cache-control-override', @@ -116,15 +116,15 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Content-Language', 'content-language-override', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:45 GMT', + 'Thu, 05 Sep 2019 09:25:13 GMT', 'ETag', - '"0x8D7310FF2604C0B"', + '"0x8D731E2F4D9FB2F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e4bb5286-901a-0155-58f8-621905000000', + '8518ea23-c01a-00b3-1acb-63572e000000', 'x-ms-client-request-id', - 'b8c61803-f1a7-49c4-be39-f7ef78d05b69', + 'c85ab7a1-5073-4223-97ef-a97b584f1054', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -134,11 +134,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:45.6882187Z', + '2019-09-05T09:25:13.6510767Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:45.6882187Z', + '2019-09-05T09:25:13.6510767Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:45.6882187Z', + '2019-09-05T09:25:13.6510767Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -152,26 +152,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:45 GMT', + 'Thu, 05 Sep 2019 09:25:13 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758488461705232') + .delete('/share156767551259205941') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1e11c955-601a-005e-1cf8-621c63000000', + 'c783d2de-201a-005f-80cb-6343bf000000', 'x-ms-client-request-id', - 'ee6c4d25-7740-4519-aef7-566f0c117660', + '1fb2052a-1341-46fb-ba87-6e8bba864734', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:45 GMT', + 'Thu, 05 Sep 2019 09:25:14 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_file_with_access_policy.js b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_file_with_access_policy.js index 35cf6b679df2..de684c048303 100644 --- a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_file_with_access_policy.js +++ b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_file_with_access_policy.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"undefined":"2019-09-04T08:14:46.696Z","share":"share156758488669608537","dir":"dir156758488713202202","file":"file156758488770008913"} +module.exports.testInfo = {"undefined":"2019-09-05T09:25:14.583Z","share":"share156767551458303274","dir":"dir156767551501804897","file":"file156767551541108920"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758488669608537') + .put('/share156767551458303274') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:46 GMT', + 'Thu, 05 Sep 2019 09:25:14 GMT', 'ETag', - '"0x8D7310FF3208557"', + '"0x8D731E2F593A069"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c04f2438-901a-0038-2bf8-625343000000', + '0f080a62-a01a-0103-07cb-63e8ea000000', 'x-ms-client-request-id', - '1581fb70-c41c-4d54-b953-aedf90dcd956', + 'b6db922a-2074-4ced-a3a4-e2e2290835a3', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:46 GMT', + 'Thu, 05 Sep 2019 09:25:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758488669608537/dir156758488713202202') + .put('/share156767551458303274/dir156767551501804897') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:47 GMT', + 'Thu, 05 Sep 2019 09:25:15 GMT', 'ETag', - '"0x8D7310FF37904F8"', + '"0x8D731E2F5D1687E"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bf4b9567-101a-009f-5bf8-62bb81000000', + '993cfa40-e01a-0022-5bcb-63329c000000', 'x-ms-client-request-id', - 'ec847ded-d7ed-465a-a72a-02abc67b0c09', + 'c14d6fd4-875e-49a1-9680-79b37927fc61', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:47.5279608Z', + '2019-09-05T09:25:15.2726142Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:47.5279608Z', + '2019-09-05T09:25:15.2726142Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:47.5279608Z', + '2019-09-05T09:25:15.2726142Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,33 +59,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:46 GMT', + 'Thu, 05 Sep 2019 09:25:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758488669608537/dir156758488713202202/file156758488770008913') + .put('/share156767551458303274/dir156767551501804897/file156767551541108920') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:47 GMT', + 'Thu, 05 Sep 2019 09:25:15 GMT', 'ETag', - '"0x8D7310FF3B6E064"', + '"0x8D731E2F60DE3E6"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '279e2aa4-801a-00ef-29f8-620276000000', + '4f46f107-f01a-00a8-2acb-63692d000000', 'x-ms-client-request-id', - '125680d6-0b91-437d-adfd-8532c6045b10', + '4341d874-4535-47cc-9a07-1fec2b4f6263', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:47.9333476Z', + '2019-09-05T09:25:15.6689894Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:47.9333476Z', + '2019-09-05T09:25:15.6689894Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:47.9333476Z', + '2019-09-05T09:25:15.6689894Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -97,47 +97,47 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:47 GMT', + 'Thu, 05 Sep 2019 09:25:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758488669608537', "unique-id2019-09-04T08:09:46.6960000Z2019-09-05T08:14:46.6960000Zrcwdl") + .put('/share156767551458303274', "unique-id2019-09-05T09:20:14.5830000Z2019-09-06T09:25:14.5830000Zrcwdl") .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:48 GMT', + 'Thu, 05 Sep 2019 09:25:16 GMT', 'ETag', - '"0x8D7310FF3FC783D"', + '"0x8D731E2F6552069"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '0a82c728-101a-0054-21f8-62b8d4000000', + 'd32cb5d8-f01a-00b8-71cb-63ac45000000', 'x-ms-client-request-id', - '0a9f5cdc-1e4c-4963-b3f1-077bee81dae9', + 'cf10c639-13c1-4c24-8c54-e709f1c02525', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:47 GMT', + 'Thu, 05 Sep 2019 09:25:15 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758488669608537/') + .get('/share156767551458303274/') .query(true) - .reply(200, "dir156758488713202202", [ 'Transfer-Encoding', + .reply(200, "dir156767551501804897", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '85c5371e-e01a-013d-2ff8-627f95000000', + '134d59c6-401a-00cf-3ccb-6379d1000000', 'x-ms-client-request-id', - '02bf3b22-13e5-479b-8e90-c385a353f837', + '737127b1-f7aa-496e-b8d1-54af770e762d', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -145,26 +145,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:47 GMT', + 'Thu, 05 Sep 2019 09:25:15 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758488669608537') + .delete('/share156767551458303274') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1b4c81fd-c01a-00fe-72f8-6298c2000000', + 'b2ca14d4-e01a-013d-4acb-637f95000000', 'x-ms-client-request-id', - '27923b3b-35f4-4bbe-b03b-9bde6cd17dc3', + 'b989f617-7026-49c5-a646-dea0ddf7bda0', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:48 GMT', + 'Thu, 05 Sep 2019 09:25:16 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_share.js b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_share.js index 68bd1cbbb1ed..b1b6e05cb698 100644 --- a/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_share.js +++ b/sdk/storage/storage-file/recordings/node/shared_access_signature_sas_generation_nodejs_only/recording_generatefilesasqueryparameters_should_work_for_share.js @@ -1,43 +1,43 @@ let nock = require('nock'); -module.exports.testInfo = {"undefined":"2019-09-04T08:14:43.360Z","share":"share156758488336008003"} +module.exports.testInfo = {"undefined":"2019-09-05T09:25:11.351Z","share":"share156767551135103503"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758488336008003') + .put('/share156767551135103503') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:43 GMT', + 'Thu, 05 Sep 2019 09:25:11 GMT', 'ETag', - '"0x8D7310FF123EA86"', + '"0x8D731E2F3A618E6"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '513cc4ba-001a-00de-77f8-62e365000000', + 'f438b452-001a-003a-80cb-63edfb000000', 'x-ms-client-request-id', - '10a75e6a-97a5-47db-b208-15c2d799a255', + '9b230c47-5051-4250-a442-a3f1063ae55f', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:43 GMT', + 'Thu, 05 Sep 2019 09:25:11 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758488336008003/') + .get('/share156767551135103503/') .query(true) - .reply(200, "", [ 'Transfer-Encoding', + .reply(200, "", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '096d16cf-601a-00aa-14f8-62d795000000', + '2d678980-201a-0150-13cb-63cbde000000', 'x-ms-client-request-id', - 'd4a0f0d8-4f53-411c-a1f9-fe9278b8afde', + '727047f3-4071-44b0-a99a-2338676c5e97', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -45,26 +45,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:43 GMT', + 'Thu, 05 Sep 2019 09:25:11 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758488336008003') + .delete('/share156767551135103503') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '682a044e-f01a-00f5-24f8-6263a9000000', + 'c9569e08-101a-0044-1ccb-637dbc000000', 'x-ms-client-request-id', - 'd9880630-2b59-4b09-ade6-01dcaa7ad32b', + 'ed42c070-4573-4702-885c-c2e070fff2b8', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:43 GMT', + 'Thu, 05 Sep 2019 09:25:11 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_after_all_hook.js b/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_after_all_hook.js index 777bc3bcb8e8..d3b6ecc2b28f 100644 --- a/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_after_all_hook.js +++ b/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_after_all_hook.js @@ -3,20 +3,20 @@ let nock = require('nock'); module.exports.testInfo = {} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/1share-with-dash156758488943009996') + .delete('/1share-with-dash156767551712004416') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'f52c29ea-201a-00c9-45f8-624a6e000000', + '5b950278-c01a-009c-4bcb-635ae5000000', 'x-ms-client-request-id', - '8dd5714a-db04-4a1f-93cd-385c04ef2a47', + '1a579d15-09e3-4c3b-a6b6-dd50c2b68d07', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:51 GMT', + 'Thu, 05 Sep 2019 09:25:18 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_before_all_hook.js b/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_before_all_hook.js index dcf08026fd3f..8186c055eaec 100644 --- a/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_before_all_hook.js +++ b/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_before_all_hook.js @@ -1,26 +1,26 @@ let nock = require('nock'); -module.exports.testInfo = {"1share-with-dash":"1share-with-dash156758488943009996"} +module.exports.testInfo = {"1share-with-dash":"1share-with-dash156767551712004416"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758488943009996') + .put('/1share-with-dash156767551712004416') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:49 GMT', + 'Thu, 05 Sep 2019 09:25:17 GMT', 'ETag', - '"0x8D7310FF4BDFF90"', + '"0x8D731E2F7188843"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3bc0b1f0-101a-0129-19f8-6237fa000000', + '413344f4-601a-00e7-3ccb-631879000000', 'x-ms-client-request-id', - '80c6b8e1-b4f9-4c98-8c81-a4cebef21fd2', + '15f553db-42d0-418b-9734-23c1c7f6a0e1', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:49 GMT', + 'Thu, 05 Sep 2019 09:25:16 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_sharedkeycredentialpolicy_should_work_with_special_share_and_file_names_uppercase.js b/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_sharedkeycredentialpolicy_should_work_with_special_share_and_file_names_uppercase.js index 805bbfe7013c..b24a5e165229 100644 --- a/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_sharedkeycredentialpolicy_should_work_with_special_share_and_file_names_uppercase.js +++ b/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_sharedkeycredentialpolicy_should_work_with_special_share_and_file_names_uppercase.js @@ -1,30 +1,30 @@ let nock = require('nock'); -module.exports.testInfo = {"Dir empty":"Dir empty156758489062000256","Upper_another":"Upper_another156758489101706550"} +module.exports.testInfo = {"Dir empty":"Dir empty156767551837603878","Upper_another":"Upper_another156767551878709178"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758488943009996/Dir%20empty156758489062000256') + .put('/1share-with-dash156767551712004416/Dir%20empty156767551837603878') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:50 GMT', + 'Thu, 05 Sep 2019 09:25:18 GMT', 'ETag', - '"0x8D7310FF573A254"', + '"0x8D731E2F7D44521"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8674fa7a-a01a-0051-05f8-626a0f000000', + 'd9b9ab70-301a-0021-05cb-63d3f8000000', 'x-ms-client-request-id', - '0b2f5d62-3cfa-4654-9b96-d775130b79b6', + '48f1967e-58c9-430e-a6c8-5fc4abeeb9ad', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:50.8481108Z', + '2019-09-05T09:25:18.6468129Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:50.8481108Z', + '2019-09-05T09:25:18.6468129Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:50.8481108Z', + '2019-09-05T09:25:18.6468129Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -36,33 +36,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:49 GMT', + 'Thu, 05 Sep 2019 09:25:17 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758488943009996/Dir%20empty156758489062000256/Upper_another156758489101706550') + .put('/1share-with-dash156767551712004416/Dir%20empty156767551837603878/Upper_another156767551878709178') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:51 GMT', + 'Thu, 05 Sep 2019 09:25:19 GMT', 'ETag', - '"0x8D7310FF5B1F2F3"', + '"0x8D731E2F810E79A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9b1e360a-101a-0044-2df8-627dbc000000', + 'fdcc2f49-001a-0125-5fcb-63a0f2000000', 'x-ms-client-request-id', - '08cb312b-24f9-4a2b-bb11-892501b240ca', + 'd1539cf4-bcc1-4fd8-ae37-f7364e4283b0', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:51.2564979Z', + '2019-09-05T09:25:19.0441882Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:51.2564979Z', + '2019-09-05T09:25:19.0441882Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:51.2564979Z', + '2019-09-05T09:25:19.0441882Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -74,7 +74,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:50 GMT', + 'Thu, 05 Sep 2019 09:25:18 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_sharedkeycredentialpolicy_should_work_with_special_share_and_file_names_with_spaces.js b/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_sharedkeycredentialpolicy_should_work_with_special_share_and_file_names_with_spaces.js index e165c4422332..0ef7147b1ced 100644 --- a/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_sharedkeycredentialpolicy_should_work_with_special_share_and_file_names_with_spaces.js +++ b/sdk/storage/storage-file/recordings/node/sharedkeycredentialpolicy_nodejs_only/recording_sharedkeycredentialpolicy_should_work_with_special_share_and_file_names_with_spaces.js @@ -1,30 +1,30 @@ let nock = require('nock'); -module.exports.testInfo = {"dir empty":"dir empty156758488982600376","file empty":"file empty156758489022100079"} +module.exports.testInfo = {"dir empty":"dir empty156767551757501823","file empty":"file empty156767551796905942"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758488943009996/dir%20empty156758488982600376') + .put('/1share-with-dash156767551712004416/dir%20empty156767551757501823') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:50 GMT', + 'Thu, 05 Sep 2019 09:25:17 GMT', 'ETag', - '"0x8D7310FF4FA8464"', + '"0x8D731E2F757A3E4"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '06cbc403-001a-003a-5bf8-62edfb000000', + 'e3ad5e64-b01a-0142-1acb-63b00e000000', 'x-ms-client-request-id', - '148b11d8-207b-4a63-95b4-5feec2b95e7c', + '41d3180c-84b5-4262-ab0e-acdb3cdb059e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:50.0543588Z', + '2019-09-05T09:25:17.8300388Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:50.0543588Z', + '2019-09-05T09:25:17.8300388Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:50.0543588Z', + '2019-09-05T09:25:17.8300388Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -36,33 +36,33 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:49 GMT', + 'Thu, 05 Sep 2019 09:25:17 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758488943009996/dir%20empty156758488982600376/file%20empty156758489022100079') + .put('/1share-with-dash156767551712004416/dir%20empty156767551757501823/file%20empty156767551796905942') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:50 GMT', + 'Thu, 05 Sep 2019 09:25:18 GMT', 'ETag', - '"0x8D7310FF536D8B5"', + '"0x8D731E2F794BBA9"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4abc64c2-d01a-0154-11f8-6246d9000000', + '9dd42094-501a-0107-1fcb-6365ed000000', 'x-ms-client-request-id', - '7b5ec28a-01ed-434c-8081-017835e870f9', + '9b55a945-b1e4-48fd-a06f-9bace7aeafe4', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:50.4497333Z', + '2019-09-05T09:25:18.2304169Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:50.4497333Z', + '2019-09-05T09:25:18.2304169Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:50.4497333Z', + '2019-09-05T09:25:18.2304169Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -74,7 +74,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:50 GMT', + 'Thu, 05 Sep 2019 09:25:17 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_create_and_get_permission.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_create_and_get_permission.js index 900431e975d7..f0f3366610f5 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_create_and_get_permission.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_create_and_get_permission.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758483807908876"} +module.exports.testInfo = {"share":"share156767546499100547"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483807908876') + .put('/share156767546499100547') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:58 GMT', + 'Thu, 05 Sep 2019 09:24:25 GMT', 'ETag', - '"0x8D7310FD6289754"', + '"0x8D731E2D800C4EA"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '88dce51c-f01a-005c-3cf8-62a2db000000', + 'e63580de-201a-002d-6acb-6344f0000000', 'x-ms-client-request-id', - 'a6c1c351-6c3a-422d-84bf-85d621515c7d', + '50728339-07ac-4a34-8a38-2969f11f014e', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:58 GMT', + 'Thu, 05 Sep 2019 09:24:24 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483807908876/test0') + .put('/share156767546499100547/test0') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:58 GMT', + 'Thu, 05 Sep 2019 09:24:25 GMT', 'ETag', - '"0x8D7310FD66B8D78"', + '"0x8D731E2D83DFDF8"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd8f2fae3-101a-0009-2bf8-62b250000000', + '5df4d381-501a-007a-71cb-63eac3000000', 'x-ms-client-request-id', - '6a6ba721-ee54-458b-9ecf-c6dccfb20865', + 'cd1aed09-46ed-45ba-8980-7e8edb839431', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:13:58.7857784Z', + '2019-09-05T09:24:25.6525816Z', 'x-ms-file-last-write-time', - '2019-09-04T08:13:58.7857784Z', + '2019-09-05T09:24:25.6525816Z', 'x-ms-file-creation-time', - '2019-09-04T08:13:58.7857784Z', + '2019-09-05T09:24:25.6525816Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,22 +59,22 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:13:58 GMT', + 'Thu, 05 Sep 2019 09:24:24 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758483807908876') + .get('/share156767546499100547') .query(true) .reply(200, {"permission":"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)"}, [ 'Content-Length', '149', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2fb2551b-701a-00eb-64f8-628f71000000', + 'a711ebad-f01a-0153-01cb-632aba000000', 'x-ms-client-request-id', - 'ed52b543-17d8-4545-9bf1-5746f729c5de', + 'b67bbffd-6164-4433-8f62-32f089e613e1', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -82,47 +82,47 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:58 GMT', + 'Thu, 05 Sep 2019 09:24:25 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483807908876', {"Permission":"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)"}) + .put('/share156767546499100547', {"Permission":"O:SYG:SYD:(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;;0x1200a9;;;BU)(A;OICIIO;GXGR;;;BU)(A;OICI;0x1301bf;;;AU)(A;;FA;;;SY)(A;OICIIO;GA;;;CO)"}) .query(true) .reply(201, "", [ 'Transfer-Encoding', 'chunked', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3c7f14a0-e01a-006f-3ff8-62fd70000000', + 'e4ae7e45-b01a-0000-2bcb-63f783000000', 'x-ms-client-request-id', - '05c1f588-8e0b-497a-8ba0-1bd089b37c14', + 'c402925d-a450-492a-8054-63464ae5d5c3', 'x-ms-version', '2019-02-02', 'x-ms-file-permission-key', '13648784823690285809*8787082347076103240', 'Date', - 'Wed, 04 Sep 2019 08:13:58 GMT', + 'Thu, 05 Sep 2019 09:24:26 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758483807908876') + .delete('/share156767546499100547') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6d8d7e28-701a-00fb-59f8-624a19000000', + 'c783d29e-201a-005f-74cb-6343bf000000', 'x-ms-client-request-id', - 'bf187b09-7881-41ff-bb2e-8cb954445345', + '70b3695c-f722-4d7c-8a79-4ed5aaa21021', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:59 GMT', + 'Thu, 05 Sep 2019 09:24:26 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_create_snapshot.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_create_snapshot.js index 38558a98383f..32a2a6187b81 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_create_snapshot.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_create_snapshot.js @@ -1,70 +1,70 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758483558505689"} +module.exports.testInfo = {"share":"share156767546249501352"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483558505689') + .put('/share156767546249501352') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:55 GMT', + 'Thu, 05 Sep 2019 09:24:22 GMT', 'ETag', - '"0x8D7310FD4AAA8EA"', + '"0x8D731E2D682F319"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ba25ae02-b01a-00a9-45f8-6236f1000000', + '49b3277e-901a-0038-12cb-635343000000', 'x-ms-client-request-id', - '99fd291a-e576-4ea6-a6f3-b55397486009', + '5dbb620b-17be-40db-abbc-336e0fec4675', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:55 GMT', + 'Thu, 05 Sep 2019 09:24:22 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483558505689') + .put('/share156767546249501352') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:56 GMT', + 'Thu, 05 Sep 2019 09:24:23 GMT', 'ETag', - '"0x8D7310FD4C27A00"', + '"0x8D731E2D6A93D80"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8674fa35-a01a-0051-77f8-626a0f000000', + '7fe4dee5-c01a-00c1-76cb-635061000000', 'x-ms-client-request-id', - 'b1b4dce3-bb8d-4421-b1af-2d372e348ac0', + 'b8a75110-5a9c-40de-b5b0-2405ee8cce5e', 'x-ms-version', '2019-02-02', 'x-ms-snapshot', - '2019-09-04T08:13:56.0000000Z', + '2019-09-05T09:24:23.0000000Z', 'Date', - 'Wed, 04 Sep 2019 08:13:55 GMT', + 'Thu, 05 Sep 2019 09:24:22 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758483558505689') + .get('/share156767546249501352') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:56 GMT', + 'Thu, 05 Sep 2019 09:24:23 GMT', 'ETag', - '"0x8D7310FD4C27A00"', + '"0x8D731E2D6A93D80"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b1196929-801a-00a2-4bf8-62cd9a000000', + 'ec72171c-f01a-004c-75cb-6367b3000000', 'x-ms-client-request-id', - '7b9e718b-1b84-4f19-949f-7c5b6f64880f', + '851e30b5-4596-4fee-a31b-889cbaeabdc8', 'x-ms-version', '2019-02-02', 'x-ms-meta-key1', @@ -82,26 +82,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:56 GMT', + 'Thu, 05 Sep 2019 09:24:23 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758483558505689') + .get('/share156767546249501352') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:55 GMT', + 'Thu, 05 Sep 2019 09:24:22 GMT', 'ETag', - '"0x8D7310FD4AAA8EA"', + '"0x8D731E2D682F319"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ea893b7a-801a-0149-59f8-624b65000000', + '34f00445-701a-014d-15cb-63c662000000', 'x-ms-client-request-id', - '262420ea-26b9-450b-bb5a-e519c287da6f', + 'b849ca48-a98f-4a78-ba77-8873947c2f2e', 'x-ms-version', '2019-02-02', 'x-ms-has-immutability-policy', @@ -115,45 +115,45 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:56 GMT', + 'Thu, 05 Sep 2019 09:24:23 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758483558505689') + .delete('/share156767546249501352') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1b4c8183-c01a-00fe-2bf8-6298c2000000', + '5760e0e4-b01a-00cb-12cb-63f4d6000000', 'x-ms-client-request-id', - '6f6d5402-819e-4a78-a837-1ee16a59a75e', + 'eff49cea-8592-4d2a-a2cf-fbfa4e4ea2ef', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:57 GMT', + 'Thu, 05 Sep 2019 09:24:23 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758483558505689') + .delete('/share156767546249501352') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '4e974b0f-c01a-00ee-3cf8-625daa000000', + 'dc95625c-001a-00e1-4ccb-632bc6000000', 'x-ms-client-request-id', - '90d740cb-7e72-492f-8b45-33a24a639a61', + '6ca668cd-0009-48d0-8f51-40005c7c8577', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:57 GMT', + 'Thu, 05 Sep 2019 09:24:24 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_create_with_all_parameters_configured.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_create_with_all_parameters_configured.js index 78e3f285dfb6..bef729723545 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_create_with_all_parameters_configured.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_create_with_all_parameters_configured.js @@ -1,68 +1,68 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758482989301874","share156758482989301874":"share156758482989301874156758483032809470"} +module.exports.testInfo = {"share":"share156767545700908974","share156767545700908974":"share156767545700908974156767545740800183"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758482989301874') + .put('/share156767545700908974') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:50 GMT', + 'Thu, 05 Sep 2019 09:24:17 GMT', 'ETag', - '"0x8D7310FD146372B"', + '"0x8D731E2D33E92AD"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c4aa6edc-001a-0048-12f8-62eab4000000', + '441c8fc3-401a-002b-0ccb-63774f000000', 'x-ms-client-request-id', - '17542a0c-775a-4489-b8b2-a1b3b3620b62', + '0a512164-e426-4850-940b-e64c7ecbfd17', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:49 GMT', + 'Thu, 05 Sep 2019 09:24:17 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758482989301874156758483032809470') + .put('/share156767545700908974156767545740800183') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:50 GMT', + 'Thu, 05 Sep 2019 09:24:17 GMT', 'ETag', - '"0x8D7310FD1844B17"', + '"0x8D731E2D37F2218"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6c6198a9-d01a-0006-36f8-62c43c000000', + 'e69357a6-601a-0003-58cb-6316e7000000', 'x-ms-client-request-id', - 'e87fc1d2-2d8a-43dc-8875-11dc1ff34d65', + 'c869b5ae-f98a-4917-b5bf-a3c45d4fbdd6', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:50 GMT', + 'Thu, 05 Sep 2019 09:24:17 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758482989301874156758483032809470') + .get('/share156767545700908974156767545740800183') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:50 GMT', + 'Thu, 05 Sep 2019 09:24:17 GMT', 'ETag', - '"0x8D7310FD1844B17"', + '"0x8D731E2D37F2218"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b1196921-801a-00a2-48f8-62cd9a000000', + '593cc73f-701a-00eb-0ccb-638f71000000', 'x-ms-client-request-id', - '1ca121a6-f47d-47ad-832e-73a46d22c418', + '72035efd-3df6-4033-be14-275e8b0c9811', 'x-ms-version', '2019-02-02', 'x-ms-meta-key', @@ -78,26 +78,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:50 GMT', + 'Thu, 05 Sep 2019 09:24:17 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758482989301874') + .delete('/share156767545700908974') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b9c4a551-e01a-0050-28f8-6235d3000000', + '9dd4204a-501a-0107-11cb-6365ed000000', 'x-ms-client-request-id', - 'cff42c9e-82d8-43c2-a7fe-57bbcfa72de6', + '26eb2970-a72d-417f-b82e-a97a1c8ccecd', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:51 GMT', + 'Thu, 05 Sep 2019 09:24:17 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_create_with_default_parameters.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_create_with_default_parameters.js index 5073a3ac18cd..0bda67e3478d 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_create_with_default_parameters.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_create_with_default_parameters.js @@ -1,45 +1,45 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758482909305822"} +module.exports.testInfo = {"share":"share156767545621001439"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758482909305822') + .put('/share156767545621001439') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:49 GMT', + 'Thu, 05 Sep 2019 09:24:16 GMT', 'ETag', - '"0x8D7310FD0C8AD1D"', + '"0x8D731E2D2C4F8C8"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9ff434d8-701a-0089-3df8-624d56000000', + 'bbfa5090-501a-0045-4ccb-632260000000', 'x-ms-client-request-id', - '08f261b9-61b6-4af0-bc8a-8cbf20e8c923', + 'a18b4b5e-0bf3-4c60-ab44-39e616c6069a', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:48 GMT', + 'Thu, 05 Sep 2019 09:24:16 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758482909305822') + .delete('/share156767545621001439') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e53e9aed-c01a-0105-0df8-62db55000000', + 'e5429c8f-c01a-001a-54cb-63965c000000', 'x-ms-client-request-id', - 'fee7e003-e94e-4707-b018-27f12f636b79', + 'cd1958fc-7ff8-4291-a760-278e1eedf246', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:49 GMT', + 'Thu, 05 Sep 2019 09:24:16 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_delete.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_delete.js index f52a14cc3b2a..fb5fbe2e061e 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_delete.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_delete.js @@ -1,45 +1,45 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758483156204110"} +module.exports.testInfo = {"share":"share156767545882300658"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483156204110') + .put('/share156767545882300658') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:51 GMT', + 'Thu, 05 Sep 2019 09:24:19 GMT', 'ETag', - '"0x8D7310FD242EF6B"', + '"0x8D731E2D45321D5"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a10bd87a-601a-004e-64f8-62d90b000000', + 'a09c9e3d-f01a-0073-49cb-63af10000000', 'x-ms-client-request-id', - 'd9f1454d-4578-4634-b6f4-f1f58a7ca8b5', + 'de3d1e57-0da7-4456-ad1f-1c17ce886db2', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:51 GMT', + 'Thu, 05 Sep 2019 09:24:18 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758483156204110') + .delete('/share156767545882300658') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bf565ec4-601a-002c-33f8-621b2c000000', + 'da8348c4-c01a-00fe-0dcb-6398c2000000', 'x-ms-client-request-id', - 'cbb77df0-1743-42c7-8e81-820b98756311', + 'c50dfc1e-dfd7-42d9-9b03-3d1a5ba7467e', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:51 GMT', + 'Thu, 05 Sep 2019 09:24:19 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_getproperties.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_getproperties.js index c97dba644dce..653c8ec69274 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_getproperties.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_getproperties.js @@ -1,45 +1,45 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758482787409654"} +module.exports.testInfo = {"share":"share156767545502500672"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758482787409654') + .put('/share156767545502500672') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:48 GMT', + 'Thu, 05 Sep 2019 09:24:15 GMT', 'ETag', - '"0x8D7310FD00F5C2B"', + '"0x8D731E2D20F7006"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9b1e35bc-101a-0044-1df8-627dbc000000', + '5b950226-c01a-009c-3acb-635ae5000000', 'x-ms-client-request-id', - 'c5e4c7da-94f2-4a7d-938c-28ba060a436f', + '1d5ceb68-f9e1-41a9-9d5e-036598b06ca0', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:47 GMT', + 'Thu, 05 Sep 2019 09:24:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758482787409654') + .get('/share156767545502500672') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:48 GMT', + 'Thu, 05 Sep 2019 09:24:15 GMT', 'ETag', - '"0x8D7310FD00F5C2B"', + '"0x8D731E2D20F7006"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9ff434d5-701a-0089-3cf8-624d56000000', + 'b015ff66-701a-0110-56cb-63cce6000000', 'x-ms-client-request-id', - 'f1c40f93-674d-4e49-b12e-674e57582978', + 'dd09e463-a6b8-4dec-bf2c-17e031741665', 'x-ms-version', '2019-02-02', 'x-ms-has-immutability-policy', @@ -53,26 +53,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:47 GMT', + 'Thu, 05 Sep 2019 09:24:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758482787409654') + .delete('/share156767545502500672') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1ad8a227-401a-0066-2bf8-62b8a3000000', + '07e4cbfe-301a-0053-71cb-63d4b7000000', 'x-ms-client-request-id', - '70e80489-1bb2-4753-b841-180dc3a8bc8e', + 'e3c645fc-edb3-4bb1-bee1-37eb259d13dd', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:48 GMT', + 'Thu, 05 Sep 2019 09:24:15 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_getstatistics.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_getstatistics.js index 308344a1e1e4..49726b4c9ea1 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_getstatistics.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_getstatistics.js @@ -1,32 +1,32 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758483430203408"} +module.exports.testInfo = {"share":"share156767546128804946"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483430203408') + .put('/share156767546128804946') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:54 GMT', + 'Thu, 05 Sep 2019 09:24:21 GMT', 'ETag', - '"0x8D7310FD3E4D6C4"', + '"0x8D731E2D5CAA94D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ab5181d0-701a-015d-65f8-62030a000000', + '76a70075-901a-0017-71cb-635e88000000', 'x-ms-client-request-id', - '798d861e-a043-4f24-9854-f4c9bbf33722', + '411f462f-344e-4a3b-8b67-1353fa802769', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:53 GMT', + 'Thu, 05 Sep 2019 09:24:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758483430203408') + .get('/share156767546128804946') .query(true) .reply(200, "0", [ 'Transfer-Encoding', 'chunked', @@ -35,9 +35,9 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'f6eaf55b-301a-00c5-32f8-62dd66000000', + '9fd66325-e01a-006f-17cb-63fd70000000', 'x-ms-client-request-id', - 'e07c6234-8de9-432a-8411-67ea723fab45', + 'c311a321-5bc2-4ea7-adf4-1e0001208e58', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -45,26 +45,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:54 GMT', + 'Thu, 05 Sep 2019 09:24:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758483430203408') + .delete('/share156767546128804946') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7956ecee-a01a-0113-1bf8-622d82000000', + 'fb358e1e-901a-005a-0bcb-639164000000', 'x-ms-client-request-id', - '8a539fe6-0b87-4cca-bedb-d9a86f0331c3', + '3de153c2-bfb2-4b62-8ff1-d039f895e063', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:55 GMT', + 'Thu, 05 Sep 2019 09:24:21 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_setmetadata.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_setmetadata.js index da8294a6bab1..c77f9772f39d 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_setmetadata.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_setmetadata.js @@ -1,68 +1,68 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758482597004711"} +module.exports.testInfo = {"share":"share156767545336403923"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758482597004711') + .put('/share156767545336403923') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:46 GMT', + 'Thu, 05 Sep 2019 09:24:13 GMT', 'ETag', - '"0x8D7310FCEEEE043"', + '"0x8D731E2D11265E1"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a138ab39-101a-0116-7df8-62ff59000000', + 'b52c5bf4-501a-00fc-23cb-63267a000000', 'x-ms-client-request-id', - '4340fefc-383b-42fa-93f2-dd5685507ce6', + '2c30eef2-7d65-4c30-8abb-cd4c23a13e9a', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:45 GMT', + 'Thu, 05 Sep 2019 09:24:12 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758482597004711') + .put('/share156767545336403923') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:46 GMT', + 'Thu, 05 Sep 2019 09:24:14 GMT', 'ETag', - '"0x8D7310FCF482ACA"', + '"0x8D731E2D1542283"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'f8fdb572-101a-00d2-74f8-62746d000000', + '5260d8fc-801a-0079-0ecb-630ba7000000', 'x-ms-client-request-id', - 'e74ce93e-fef1-49df-b41f-5f15d8a30d53', + '1f00a293-3a3d-45e8-a863-8f3297193329', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:46 GMT', + 'Thu, 05 Sep 2019 09:24:13 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758482597004711') + .get('/share156767545336403923') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:46 GMT', + 'Thu, 05 Sep 2019 09:24:14 GMT', 'ETag', - '"0x8D7310FCF482ACA"', + '"0x8D731E2D1542283"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd966424e-d01a-0064-2af8-62061b000000', + '07d49a84-c01a-0057-45cb-6359b0000000', 'x-ms-client-request-id', - '40be0a33-418f-4465-96f9-211f6a361a4a', + '45af548c-a9ad-4d47-8240-b9c1216a2f45', 'x-ms-version', '2019-02-02', 'x-ms-meta-key0', @@ -82,26 +82,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:46 GMT', + 'Thu, 05 Sep 2019 09:24:14 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758482597004711') + .delete('/share156767545336403923') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9e4564fd-401a-0014-27f8-62bfec000000', + '63c12325-101a-008f-49cb-637ee9000000', 'x-ms-client-request-id', - 'b98f9245-2742-4602-b5d3-1b800ac0599e', + '58403c5e-2880-479f-9be9-834f00deb250', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:47 GMT', + 'Thu, 05 Sep 2019 09:24:14 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_setquota.js b/sdk/storage/storage-file/recordings/node/shareurl/recording_setquota.js index aeb310642128..3df515fd0e84 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_setquota.js +++ b/sdk/storage/storage-file/recordings/node/shareurl/recording_setquota.js @@ -1,68 +1,68 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758483257401009"} +module.exports.testInfo = {"share":"share156767545962309650"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483257401009') + .put('/share156767545962309650') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:52 GMT', + 'Thu, 05 Sep 2019 09:24:19 GMT', 'ETag', - '"0x8D7310FD2DF1D44"', + '"0x8D731E2D4CD6538"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '99ccae7e-601a-00d8-5af8-62d0da000000', + 'a711eba4-f01a-0153-7ecb-632aba000000', 'x-ms-client-request-id', - '9f399435-cd8b-4b0d-bb0b-a8671529c201', + '4d8f56d5-a643-4619-ba4b-616a60f7d392', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:51 GMT', + 'Thu, 05 Sep 2019 09:24:19 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758483257401009') + .put('/share156767545962309650') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:53 GMT', + 'Thu, 05 Sep 2019 09:24:20 GMT', 'ETag', - '"0x8D7310FD3240BBE"', + '"0x8D731E2D50F2D4D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9ff434e0-701a-0089-40f8-624d56000000', + '5d0bbe19-201a-0122-22cb-63cc91000000', 'x-ms-client-request-id', - 'f2ed7686-3670-420c-8038-a152f5c0ac9b', + '2cc4e9de-c3ec-4b7c-adcb-de1234dff308', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:52 GMT', + 'Thu, 05 Sep 2019 09:24:19 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758483257401009') + .get('/share156767545962309650') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:13:53 GMT', + 'Thu, 05 Sep 2019 09:24:20 GMT', 'ETag', - '"0x8D7310FD3240BBE"', + '"0x8D731E2D50F2D4D"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'de53d0db-d01a-0109-71f8-624c5d000000', + 'c1d442c5-301a-00d5-19cb-63180e000000', 'x-ms-client-request-id', - '5d3db147-aacd-4c4b-bd97-64d10334e44f', + '6a748509-d731-45ab-9dbc-6820027876b8', 'x-ms-version', '2019-02-02', 'x-ms-has-immutability-policy', @@ -76,26 +76,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:13:53 GMT', + 'Thu, 05 Sep 2019 09:24:19 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758483257401009') + .delete('/share156767545962309650') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e717f6ab-501a-0117-02f8-62a085000000', + '8380f7bb-901a-0155-23cb-631905000000', 'x-ms-client-request-id', - '6b8444d1-885e-4bb1-b940-8650c3115535', + 'a7dc8cfa-4196-4a39-809f-c85125a36174', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:13:53 GMT', + 'Thu, 05 Sep 2019 09:24:21 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_getaccesspolicy.js b/sdk/storage/storage-file/recordings/node/shareurl_nodejs_only/recording_getaccesspolicy.js similarity index 62% rename from sdk/storage/storage-file/recordings/node/shareurl/recording_getaccesspolicy.js rename to sdk/storage/storage-file/recordings/node/shareurl_nodejs_only/recording_getaccesspolicy.js index e39a5c093c5b..ac1ea5392a06 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_getaccesspolicy.js +++ b/sdk/storage/storage-file/recordings/node/shareurl_nodejs_only/recording_getaccesspolicy.js @@ -1,45 +1,45 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758489360100293"} +module.exports.testInfo = {"share":"share156767552153502895"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758489360100293') + .put('/share156767552153502895') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:53 GMT', + 'Thu, 05 Sep 2019 09:25:21 GMT', 'ETag', - '"0x8D7310FF73ED9C9"', + '"0x8D731E2F9B43ED0"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2168da35-401a-00bd-21f8-627e9e000000', + '71d76b36-701a-006d-0bcb-6343c8000000', 'x-ms-client-request-id', - 'e1975f68-d4e9-4a0b-adf4-3658e6bc93c0', + 'da453250-c0ee-4ec0-9597-93ba7325c715', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:53 GMT', + 'Thu, 05 Sep 2019 09:25:21 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758489360100293') + .delete('/share156767552153502895') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '064912cd-001a-002a-7bf8-622893000000', + '0032db90-801a-00c0-0ecb-630fbd000000', 'x-ms-client-request-id', - '6f8a779c-4455-47b3-b8ed-1c8706b8400d', + '5a4dc574-2a47-4712-85a1-5d2b7eebb8d2', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:54 GMT', + 'Thu, 05 Sep 2019 09:25:21 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/shareurl/recording_setaccesspolicy.js b/sdk/storage/storage-file/recordings/node/shareurl_nodejs_only/recording_setaccesspolicy.js similarity index 63% rename from sdk/storage/storage-file/recordings/node/shareurl/recording_setaccesspolicy.js rename to sdk/storage/storage-file/recordings/node/shareurl_nodejs_only/recording_setaccesspolicy.js index 81c1b79749d4..29789f69e54d 100644 --- a/sdk/storage/storage-file/recordings/node/shareurl/recording_setaccesspolicy.js +++ b/sdk/storage/storage-file/recordings/node/shareurl_nodejs_only/recording_setaccesspolicy.js @@ -1,70 +1,70 @@ let nock = require('nock'); -module.exports.testInfo = {"share":"share156758489186506966","undefined":"2019-09-04T08:14:52.295Z"} +module.exports.testInfo = {"share":"share156767551985200648","undefined":"2019-09-05T09:25:20.251Z"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758489186506966') + .put('/share156767551985200648') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:52 GMT', + 'Thu, 05 Sep 2019 09:25:20 GMT', 'ETag', - '"0x8D7310FF6357009"', + '"0x8D731E2F8B3ED2F"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fae1c65f-901a-0075-49f8-629caf000000', + 'ee83db66-601a-011c-0bcb-635bee000000', 'x-ms-client-request-id', - '89375314-ded4-4c73-a075-b735319e4b57', + 'b41c4f22-1602-4411-b624-7a55dde77438', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:51 GMT', + 'Thu, 05 Sep 2019 09:25:20 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/share156758489186506966', "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=2019-09-03T08:14:52.2950000Z2019-09-05T08:14:52.2950000Zrwd") + .put('/share156767551985200648', "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=2019-09-04T09:25:20.2510000Z2019-09-06T09:25:20.2510000Zrwd") .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:52 GMT', + 'Thu, 05 Sep 2019 09:25:20 GMT', 'ETag', - '"0x8D7310FF67D2F8A"', + '"0x8D731E2F8FACE0A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'b051b92f-c01a-00c1-75f8-625061000000', + 'fdcc2f4c-001a-0125-60cb-63a0f2000000', 'x-ms-client-request-id', - '07901fa7-1c9a-4154-b705-506304685320', + '1eaa73ba-645b-445c-b2ce-08b9e3276cbe', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:52 GMT', + 'Thu, 05 Sep 2019 09:25:20 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/share156758489186506966') + .get('/share156767551985200648') .query(true) - .reply(200, "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=2019-09-03T08:14:52.2950000Z2019-09-05T08:14:52.2950000Zrwd", [ 'Transfer-Encoding', + .reply(200, "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=2019-09-04T09:25:20.2510000Z2019-09-06T09:25:20.2510000Zrwd", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:52 GMT', + 'Thu, 05 Sep 2019 09:25:20 GMT', 'ETag', - '"0x8D7310FF67D2F8A"', + '"0x8D731E2F8FACE0A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3c7f14d6-e01a-006f-4cf8-62fd70000000', + '0f3df489-a01a-0051-5ecb-636a0f000000', 'x-ms-client-request-id', - 'e95631b4-7baa-4d22-af18-257622c7b4cf', + '4230dcfb-ad18-4b5e-bdf9-22854fc43ac9', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -72,26 +72,26 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:52 GMT', + 'Thu, 05 Sep 2019 09:25:20 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/share156758489186506966') + .delete('/share156767551985200648') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '88809325-e01a-0040-0ef8-62f0bb000000', + 'b6313469-901a-00e3-45cb-63957e000000', 'x-ms-client-request-id', - '55d0fcb8-32ea-4fcf-8380-dbd28430ccf4', + '2ecec761-63a6-40d8-9fd2-95afb770824b', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:53 GMT', + 'Thu, 05 Sep 2019 09:25:20 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_after_all_hook.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_after_all_hook.js index 17005bce26a3..2983365ccf22 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_after_all_hook.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_after_all_hook.js @@ -3,20 +3,20 @@ let nock = require('nock'); module.exports.testInfo = {} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .delete('/1share-with-dash156758484024707760') + .delete('/1share-with-dash156767546706905738') .query(true) .reply(202, "", [ 'Content-Length', '0', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c465ec43-001a-0147-1bf8-6262d5000000', + 'ae216eb6-d01a-00cd-02cb-63c769000000', 'x-ms-client-request-id', - '7120f2d4-fdb5-4bdc-8db4-3adcd28c9261', + '2db5663e-2e60-4a51-8842-db0a6bb855c8', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:25 GMT', + 'Thu, 05 Sep 2019 09:24:50 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_before_all_hook.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_before_all_hook.js index 748e3a90ee06..ae2dc21b924e 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_before_all_hook.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_before_all_hook.js @@ -1,53 +1,53 @@ let nock = require('nock'); -module.exports.testInfo = {"1share-with-dash":"1share-with-dash156758484024707760","dir":"dir156758484024801012"} +module.exports.testInfo = {"1share-with-dash":"1share-with-dash156767546706905738","dir":"dir156767546706908324"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760') + .put('/1share-with-dash156767546706905738') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:00 GMT', + 'Thu, 05 Sep 2019 09:24:27 GMT', 'ETag', - '"0x8D7310FD7718C19"', + '"0x8D731E2D93D3C04"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '17abda15-b01a-00db-4bf8-6231be000000', + 'ffd47214-a01a-00c7-2ccb-6363de000000', 'x-ms-client-request-id', - '30336ce1-1867-43ed-a8dc-d1e53cd8525c', + 'a7b95b72-62a5-465a-9fa7-83721a8dce29', 'x-ms-version', '2019-02-02', 'Date', - 'Wed, 04 Sep 2019 08:14:00 GMT', + 'Thu, 05 Sep 2019 09:24:26 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012') + .put('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:00 GMT', + 'Thu, 05 Sep 2019 09:24:27 GMT', 'ETag', - '"0x8D7310FD7B2DBC2"', + '"0x8D731E2D97A7442"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'fe694910-f01a-0063-5df8-626a78000000', + '5b25ad98-e01a-00e9-67cb-6331c9000000', 'x-ms-client-request-id', - '9050a520-8302-43d7-9eb1-060c37a1e87c', + '10d410f6-701c-4ac4-9f42-d60de94f8390', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:00.9308098Z', + '2019-09-05T09:24:27.7265474Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:00.9308098Z', + '2019-09-05T09:24:27.7265474Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:00.9308098Z', + '2019-09-05T09:24:27.7265474Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', @@ -59,7 +59,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:00 GMT', + 'Thu, 05 Sep 2019 09:24:26 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase.js index 154b7a80a9fd..ac1bfcf059cb 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase.js @@ -1,29 +1,29 @@ let nock = require('nock'); -module.exports.testInfo = {"Upper file empty another":"Upper file empty another156758484271706500"} +module.exports.testInfo = {"Upper file empty another":"Upper file empty another156767546947306678"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/Upper%20file%20empty%20another156758484271706500') + .put('/1share-with-dash156767546706905738/dir156767546706908324/Upper%20file%20empty%20another156767546947306678') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:03 GMT', + 'Thu, 05 Sep 2019 09:24:29 GMT', 'ETag', - '"0x8D7310FD94EA014"', + '"0x8D731E2DAAC399A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'de1ef546-a01a-0041-1ff8-62af67000000', + '9db86f76-c01a-000a-70cb-635334000000', 'x-ms-client-request-id', - 'f7fbc8b9-370f-4972-a5b9-0c03017e595f', + '7240256a-12e8-44fe-aaca-22dc47ca1024', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:03.6293652Z', + '2019-09-05T09:24:29.7304474Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:03.6293652Z', + '2019-09-05T09:24:29.7304474Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:03.6293652Z', + '2019-09-05T09:24:29.7304474Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -35,27 +35,27 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:03 GMT', + 'Thu, 05 Sep 2019 09:24:29 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/Upper%20file%20empty%20another156758484271706500') + .head('/1share-with-dash156767546706905738/dir156767546706908324/Upper%20file%20empty%20another156767546947306678') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:03 GMT', + 'Thu, 05 Sep 2019 09:24:29 GMT', 'ETag', - '"0x8D7310FD94EA014"', + '"0x8D731E2DAAC399A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '27d60606-d01a-0090-15f8-62cded000000', + 'eeb31655-e01a-008b-74cb-63f3ee000000', 'x-ms-client-request-id', - '6222e268-cd37-4bd4-b075-fac5ae259a17', + '6b1a79ae-c2ed-4974-9a48-81268f4a50cf', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,11 +63,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:03.6293652Z', + '2019-09-05T09:24:29.7304474Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:03.6293652Z', + '2019-09-05T09:24:29.7304474Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:03.6293652Z', + '2019-09-05T09:24:29.7304474Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:03 GMT', + 'Thu, 05 Sep 2019 09:24:29 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "Upper file empty another156758484271706500Upper file empty another15675848427170650010", [ 'Transfer-Encoding', + .reply(200, "Upper file empty another156767546947306678Upper file empty another15676754694730667810", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c53c2e80-401a-003b-50f8-62b227000000', + '5805b7a9-501a-0008-15cb-63ed8c000000', 'x-ms-client-request-id', - '94e95bc7-8d36-40b9-9f47-9f2390b6617d', + '6d565cae-9805-4b1a-8ad1-f4837bbf656b', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:03 GMT', + 'Thu, 05 Sep 2019 09:24:29 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase_in_url_string.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase_in_url_string.js index 2599a4ddf9ae..e6fe904450d8 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase_in_url_string.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_uppercase_in_url_string.js @@ -1,29 +1,29 @@ let nock = require('nock'); -module.exports.testInfo = {"Upper file empty another":"Upper file empty another156758484461204955"} +module.exports.testInfo = {"Upper file empty another":"Upper file empty another156767547067705231"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/Upper%20file%20empty%20another156758484461204955') + .put('/1share-with-dash156767546706905738/dir156767546706908324/Upper%20file%20empty%20another156767547067705231') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:04 GMT', + 'Thu, 05 Sep 2019 09:24:30 GMT', 'ETag', - '"0x8D7310FDA091C98"', + '"0x8D731E2DB652F28"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e4bb524f-901a-0155-4df8-621905000000', + 'f106fb59-001a-0093-16cb-632c89000000', 'x-ms-client-request-id', - 'f34f11d8-7634-4f85-84e5-23676d6bebdc', + '2ad04577-ec4f-44c8-9042-5161e1d74a0e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:04.8515224Z', + '2019-09-05T09:24:30.9425960Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:04.8515224Z', + '2019-09-05T09:24:30.9425960Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:04.8515224Z', + '2019-09-05T09:24:30.9425960Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -35,27 +35,27 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:04 GMT', + 'Thu, 05 Sep 2019 09:24:30 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/Upper%20file%20empty%20another156758484461204955') + .head('/1share-with-dash156767546706905738/dir156767546706908324/Upper%20file%20empty%20another156767547067705231') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:04 GMT', + 'Thu, 05 Sep 2019 09:24:30 GMT', 'ETag', - '"0x8D7310FDA091C98"', + '"0x8D731E2DB652F28"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2bfd8118-301a-00ea-16f8-62d0ad000000', + 'e7fd144d-501a-015a-54cb-636f69000000', 'x-ms-client-request-id', - '1745bae4-8722-433a-911f-26bd05c6aff4', + '5d36eef8-2ed2-4e36-93c3-52354b189fae', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,11 +63,11 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:04.8515224Z', + '2019-09-05T09:24:30.9425960Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:04.8515224Z', + '2019-09-05T09:24:30.9425960Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:04.8515224Z', + '2019-09-05T09:24:30.9425960Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:05 GMT', + 'Thu, 05 Sep 2019 09:24:30 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "Upper file empty another156758484461204955Upper file empty another15675848446120495510", [ 'Transfer-Encoding', + .reply(200, "Upper file empty another156767547067705231Upper file empty another15676754706770523110", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '2adf1af3-c01a-0068-40f8-629113000000', + 'd2346ceb-701a-001f-39cb-634487000000', 'x-ms-client-request-id', - 'e7830260-4067-47ae-8098-db8888f0bf3d', + '61ff7b8f-7a36-492e-b74b-266bea986b2f', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:05 GMT', + 'Thu, 05 Sep 2019 09:24:31 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces.js index db19450a5086..121862d93741 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces.js @@ -1,29 +1,29 @@ let nock = require('nock'); -module.exports.testInfo = {"file empty":"file empty156758484109906703"} +module.exports.testInfo = {"file empty":"file empty156767546786808839"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/file%20empty156758484109906703') + .put('/1share-with-dash156767546706905738/dir156767546706908324/file%20empty156767546786808839') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:01 GMT', + 'Thu, 05 Sep 2019 09:24:28 GMT', 'ETag', - '"0x8D7310FD7F041CB"', + '"0x8D731E2D9B78C22"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c8fb7e64-901a-00f3-6af8-625016000000', + '553f99e2-201a-003d-44cb-638198000000', 'x-ms-client-request-id', - 'a079b98c-b51d-471c-816e-04038b11a1ec', + '6e4324fe-f908-4058-a200-e94965b3489a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:01.3331915Z', + '2019-09-05T09:24:28.1269282Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:01.3331915Z', + '2019-09-05T09:24:28.1269282Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:01.3331915Z', + '2019-09-05T09:24:28.1269282Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -35,24 +35,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:00 GMT', + 'Thu, 05 Sep 2019 09:24:27 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "file empty156758484109906703file empty15675848410990670310", [ 'Transfer-Encoding', + .reply(200, "file empty156767546786808839file empty15676754678680883910", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e57f42f5-601a-0061-0df8-62d4c0000000', + '5f261313-d01a-0016-71cb-630154000000', 'x-ms-client-request-id', - '0fb76508-cde0-4a11-9caa-08ce92354536', + '9e527dcc-d7d0-4744-a723-64706a641445', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -60,7 +60,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:00 GMT', + 'Thu, 05 Sep 2019 09:24:27 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces_in_url_string.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces_in_url_string.js index 9b1525a4045a..1bf2163aba5c 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces_in_url_string.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_container_and_file_names_with_spaces_in_url_string.js @@ -1,29 +1,29 @@ let nock = require('nock'); -module.exports.testInfo = {"file empty":"file empty156758484190608574"} +module.exports.testInfo = {"file empty":"file empty156767546867408646"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/file%20empty156758484190608574') + .put('/1share-with-dash156767546706905738/dir156767546706908324/file%20empty156767546867408646') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:02 GMT', + 'Thu, 05 Sep 2019 09:24:28 GMT', 'ETag', - '"0x8D7310FD86BAA31"', + '"0x8D731E2DA3209F0"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1ff4ad8e-301a-0053-07f8-62d4b7000000', + '5d0bbe30-201a-0122-30cb-63cc91000000', 'x-ms-client-request-id', - '0a3eebf2-0689-4339-a2c4-c03fadf33d10', + 'b358401c-18a3-4ce7-8e8b-9afa9f9dd19a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:02.1419569Z', + '2019-09-05T09:24:28.9296880Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:02.1419569Z', + '2019-09-05T09:24:28.9296880Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:02.1419569Z', + '2019-09-05T09:24:28.9296880Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', @@ -35,24 +35,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:01 GMT', + 'Thu, 05 Sep 2019 09:24:28 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "file empty156758484190608574file empty15675848419060857410", [ 'Transfer-Encoding', + .reply(200, "file empty156767546867408646file empty15676754686740864610", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '41e52492-201a-0140-6cf8-620eb6000000', + '5b25ad9c-e01a-00e9-68cb-6331c9000000', 'x-ms-client-request-id', - '4c1c0770-80b4-4d91-aa04-cd579da33246', + 'be3da64a-7bfd-46cd-8c53-3cb98ce995f3', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -60,7 +60,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:01 GMT', + 'Thu, 05 Sep 2019 09:24:28 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_directory_name_characters.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_directory_name_characters.js index de77921a4264..3ef83f02497e 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_directory_name_characters.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_directory_name_characters.js @@ -1,77 +1,77 @@ let nock = require('nock'); -module.exports.testInfo = {"汉字. special ~!@#$%^&()_+`1234567890-={}[];','":"汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758485148609193"} +module.exports.testInfo = {"汉字. special ~!@#$%^&()_+`1234567890-={}[];','":"汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547681209704"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758485148609193') + .put('/1share-with-dash156767546706905738/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767547681209704') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:11 GMT', + 'Thu, 05 Sep 2019 09:24:37 GMT', 'ETag', - '"0x8D7310FDE22FEF8"', + '"0x8D731E2DF0F6BC3"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'acad44fb-b01a-003f-4ef8-623f20000000', + 'be697c7a-801a-00a2-23cb-63cd9a000000', 'x-ms-client-request-id', - 'cf54b0f5-80ab-4180-9179-cddc6c291c7e', + 'a53f6131-a8fe-4a43-a170-700d010d1f0a', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:11.7320440Z', + '2019-09-05T09:24:37.0914243Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:11.7320440Z', + '2019-09-05T09:24:37.0914243Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:11.7320440Z', + '2019-09-05T09:24:37.0914243Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', 'Directory', 'x-ms-file-id', - '13835137220119363584', + '13835102035747274752', 'x-ms-file-parent-id', '0', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:11 GMT', + 'Thu, 05 Sep 2019 09:24:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758485148609193') + .get('/1share-with-dash156767546706905738/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767547681209704') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:11 GMT', + 'Thu, 05 Sep 2019 09:24:37 GMT', 'ETag', - '"0x8D7310FDE22FEF8"', + '"0x8D731E2DF0F6BC3"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '279e2a73-801a-00ef-20f8-620276000000', + '5b8c38c1-d01a-0144-30cb-6383b1000000', 'x-ms-client-request-id', - '30b1c1d2-9a45-4c34-aa2c-5554d11e5b21', + '96e4621a-ce27-473f-b4bd-63689196ec41', 'x-ms-version', '2019-02-02', 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:11.7320440Z', + '2019-09-05T09:24:37.0914243Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:11.7320440Z', + '2019-09-05T09:24:37.0914243Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:11.7320440Z', + '2019-09-05T09:24:37.0914243Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', 'Directory', 'x-ms-file-id', - '13835137220119363584', + '13835102035747274752', 'x-ms-file-parent-id', '0', 'Access-Control-Expose-Headers', @@ -79,24 +79,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:11 GMT', + 'Thu, 05 Sep 2019 09:24:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/') + .get('/1share-with-dash156767546706905738/') .query(true) - .reply(200, "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758485148609193汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758485148609193", [ 'Transfer-Encoding', + .reply(200, "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547681209704汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547681209704", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'cef73f33-701a-0020-4af8-628c24000000', + 'fab0f698-501a-0027-5bcb-63e047000000', 'x-ms-client-request-id', - '835c9573-b22c-454a-85e2-46ff717328b4', + 'd1e2db9d-6424-4b0c-ad60-fae6b92c136b', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -104,7 +104,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:11 GMT', + 'Thu, 05 Sep 2019 09:24:37 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_directory_name_characters_in_url_string.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_directory_name_characters_in_url_string.js index 65b5a2a767e6..29ab70c9efd3 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_directory_name_characters_in_url_string.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_directory_name_characters_in_url_string.js @@ -1,77 +1,77 @@ let nock = require('nock'); -module.exports.testInfo = {"汉字. special ~!@#$%^&()_+`1234567890-={}[];','":"汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758485276701716"} +module.exports.testInfo = {"汉字. special ~!@#$%^&()_+`1234567890-={}[];','":"汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547807508008"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758485276701716') + .put('/1share-with-dash156767546706905738/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767547807508008') .query(true) .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:13 GMT', + 'Thu, 05 Sep 2019 09:24:38 GMT', 'ETag', - '"0x8D7310FDEE54595"', + '"0x8D731E2DFCC8102"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e1ebcc74-901a-005a-43f8-629164000000', + '34a5776a-001a-0147-23cb-6362d5000000', 'x-ms-client-request-id', - '3ca43acf-0f6b-41e7-9d0d-56a11f3716e0', + '18bfd5e5-5c33-4b57-8d4b-70975df4cd53', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:13.0052501Z', + '2019-09-05T09:24:38.3305986Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:13.0052501Z', + '2019-09-05T09:24:38.3305986Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:13.0052501Z', + '2019-09-05T09:24:38.3305986Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', 'Directory', 'x-ms-file-id', - '13835102035747274752', + '13835172404491452416', 'x-ms-file-parent-id', '0', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:12 GMT', + 'Thu, 05 Sep 2019 09:24:38 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758485276701716') + .get('/1share-with-dash156767546706905738/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767547807508008') .query(true) .reply(200, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:13 GMT', + 'Thu, 05 Sep 2019 09:24:38 GMT', 'ETag', - '"0x8D7310FDEE54595"', + '"0x8D731E2DFCC8102"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7009ea71-a01a-00a5-26f8-62a1f9000000', + '7c6606ad-201a-00c9-56cb-634a6e000000', 'x-ms-client-request-id', - 'd2827b5e-7559-4360-b38b-44324710e15f', + 'deb66eec-c363-4ae6-bab6-f0bbb832677e', 'x-ms-version', '2019-02-02', 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:13.0052501Z', + '2019-09-05T09:24:38.3305986Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:13.0052501Z', + '2019-09-05T09:24:38.3305986Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:13.0052501Z', + '2019-09-05T09:24:38.3305986Z', 'x-ms-file-permission-key', '1237041589013461953*8787082347076103240', 'x-ms-file-attributes', 'Directory', 'x-ms-file-id', - '13835102035747274752', + '13835172404491452416', 'x-ms-file-parent-id', '0', 'Access-Control-Expose-Headers', @@ -79,24 +79,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:13 GMT', + 'Thu, 05 Sep 2019 09:24:38 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/') + .get('/1share-with-dash156767546706905738/') .query(true) - .reply(200, "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758485276701716汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758485276701716", [ 'Transfer-Encoding', + .reply(200, "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547807508008汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547807508008", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'c663ed8e-c01a-00d1-69f8-629509000000', + '97743a0f-a01a-00e8-2acb-636e15000000', 'x-ms-client-request-id', - '0f0124c7-7f39-4e43-ab31-1c7ff91eeff7', + '653ba325-d423-4e63-8e72-f4297c5e2de4', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -104,7 +104,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:13 GMT', + 'Thu, 05 Sep 2019 09:24:38 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic.js index 715d514fde39..5943d8dbe133 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"عربيعربى":"عربيعربى156758485897503251"} +module.exports.testInfo = {"عربيعربى":"عربيعربى156767548412804094"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156758485897503251') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156767548412804094') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:19 GMT', + 'Thu, 05 Sep 2019 09:24:44 GMT', 'ETag', - '"0x8D7310FE298AC2C"', + '"0x8D731E2E368140A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e6c54d06-f01a-00e5-3cf8-62a6c1000000', + 'db1baeb1-001a-00bc-4ccb-632142000000', 'x-ms-client-request-id', - 'a3138d13-0043-48df-833c-045c04819f12', + '9007eb53-1c86-4f36-94c3-de1529cabec2', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:19.2141356Z', + '2019-09-05T09:24:44.3833354Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:19.2141356Z', + '2019-09-05T09:24:44.3833354Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:19.2141356Z', + '2019-09-05T09:24:44.3833354Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835189996677496832', + '13835062453328674816', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:18 GMT', + 'Thu, 05 Sep 2019 09:24:43 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156758485897503251') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156767548412804094') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:19 GMT', + 'Thu, 05 Sep 2019 09:24:44 GMT', 'ETag', - '"0x8D7310FE298AC2C"', + '"0x8D731E2E368140A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '9d8b6181-801a-0024-54f8-620123000000', + '9cc1fa5d-e01a-00d6-54cb-63f96a000000', 'x-ms-client-request-id', - '83ae5dc3-f1fa-4115-b0e4-adff4e32b976', + 'a0a74a80-3fa7-442a-97a7-009bd1a78b2f', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:19.2141356Z', + '2019-09-05T09:24:44.3833354Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:19.2141356Z', + '2019-09-05T09:24:44.3833354Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:19.2141356Z', + '2019-09-05T09:24:44.3833354Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835189996677496832', + '13835062453328674816', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:19 GMT', + 'Thu, 05 Sep 2019 09:24:44 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "عربيعربى156758485897503251عربيعربى15675848589750325110", [ 'Transfer-Encoding', + .reply(200, "عربيعربى156767548412804094عربيعربى15676754841280409410", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5fef400b-201a-002d-17f8-6244f0000000', + '1363ac63-f01a-0001-5acb-63a85f000000', 'x-ms-client-request-id', - '65e227e7-f417-401a-bdab-e3b2be8b5227', + 'c1d9d9f9-dec0-4403-a06c-a48bd9119d96', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:19 GMT', + 'Thu, 05 Sep 2019 09:24:44 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic_in_url_string.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic_in_url_string.js index 646a0854e5e5..d8730edabf54 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic_in_url_string.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic_in_url_string.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"عربيعربى":"عربيعربى156758486027208013"} +module.exports.testInfo = {"عربيعربى":"عربيعربى156767548531904099"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156758486027208013') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156767548531904099') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:20 GMT', + 'Thu, 05 Sep 2019 09:24:45 GMT', 'ETag', - '"0x8D7310FE35D1630"', + '"0x8D731E2E41E70EC"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'de53d0f8-d01a-0109-78f8-624c5d000000', + '9548a099-b01a-003f-59cb-633f20000000', 'x-ms-client-request-id', - 'c62ff0f8-f8f3-46aa-98fb-4e2337ab9ef5', + '9028063d-40ec-4832-a616-5dcee68dc167', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:20.5013552Z', + '2019-09-05T09:24:45.5784684Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:20.5013552Z', + '2019-09-05T09:24:45.5784684Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:20.5013552Z', + '2019-09-05T09:24:45.5784684Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835062453328674816', + '13835132822072852480', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:19 GMT', + 'Thu, 05 Sep 2019 09:24:44 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156758486027208013') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%D8%B9%D8%B1%D8%A8%D9%8A%D8%B9%D8%B1%D8%A8%D9%89156767548531904099') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:20 GMT', + 'Thu, 05 Sep 2019 09:24:45 GMT', 'ETag', - '"0x8D7310FE35D1630"', + '"0x8D731E2E41E70EC"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e3926253-301a-0098-3df8-62d7e2000000', + '451767ba-501a-0117-34cb-63a085000000', 'x-ms-client-request-id', - '240ee1f8-1f76-4fac-aa61-1b8316dcf6e3', + '441a49ab-24a9-4be5-b360-a395d0fc457e', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:20.5013552Z', + '2019-09-05T09:24:45.5784684Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:20.5013552Z', + '2019-09-05T09:24:45.5784684Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:20.5013552Z', + '2019-09-05T09:24:45.5784684Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835062453328674816', + '13835132822072852480', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:20 GMT', + 'Thu, 05 Sep 2019 09:24:45 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "عربيعربى156758486027208013عربيعربى15675848602720801310", [ 'Transfer-Encoding', + .reply(200, "عربيعربى156767548531904099عربيعربى15676754853190409910", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd88147ba-301a-006c-5cf8-621c14000000', + 'bf7ba071-001a-00ce-75cb-63260d000000', 'x-ms-client-request-id', - '5bbb83de-b47c-4adf-a837-bcc7344cdc74', + 'd4e715f9-338d-4074-b3d6-323982c8d098', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:21 GMT', + 'Thu, 05 Sep 2019 09:24:45 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic_uri_encoded.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic_uri_encoded.js index d944c9848920..63aa5edb3663 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic_uri_encoded.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_arabic_uri_encoded.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"عربي/عربى":"عربي/عربى156758485775901211"} +module.exports.testInfo = {"عربي/عربى":"عربي/عربى156767548287309130"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%252F%25D8%25B9%25D8%25B1%25D8%25A8%25D9%2589156758485775901211') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%252F%25D8%25B9%25D8%25B1%25D8%25A8%25D9%2589156767548287309130') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:17 GMT', + 'Thu, 05 Sep 2019 09:24:43 GMT', 'ETag', - '"0x8D7310FE1DE56C0"', + '"0x8D731E2E2A9027C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '491214c1-a01a-0103-7ff8-62e8ea000000', + 'ab5a8955-901a-0091-68cb-639231000000', 'x-ms-client-request-id', - '9891b289-ce7d-466d-8af4-736970d4e502', + '09114ded-0472-470e-9a56-6371c8bd4464', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:17.9929792Z', + '2019-09-05T09:24:43.1311484Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:17.9929792Z', + '2019-09-05T09:24:43.1311484Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:17.9929792Z', + '2019-09-05T09:24:43.1311484Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835119627933319168', + '13835189996677496832', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:17 GMT', + 'Thu, 05 Sep 2019 09:24:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%252F%25D8%25B9%25D8%25B1%25D8%25A8%25D9%2589156758485775901211') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%25D8%25B9%25D8%25B1%25D8%25A8%25D9%258A%252F%25D8%25B9%25D8%25B1%25D8%25A8%25D9%2589156767548287309130') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:17 GMT', + 'Thu, 05 Sep 2019 09:24:43 GMT', 'ETag', - '"0x8D7310FE1DE56C0"', + '"0x8D731E2E2A9027C"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'de7cccec-001a-0067-60f8-62e77f000000', + 'eeb31665-e01a-008b-77cb-63f3ee000000', 'x-ms-client-request-id', - '05deb6d0-cc42-4a8d-a26e-cfe87ff600ea', + '5d2aac38-a6d0-428c-9a87-b432c8aac249', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:17.9929792Z', + '2019-09-05T09:24:43.1311484Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:17.9929792Z', + '2019-09-05T09:24:43.1311484Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:17.9929792Z', + '2019-09-05T09:24:43.1311484Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835119627933319168', + '13835189996677496832', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:18 GMT', + 'Thu, 05 Sep 2019 09:24:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%89156758485775901211%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%8915675848577590121110", [ 'Transfer-Encoding', + .reply(200, "%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%89156767548287309130%D8%B9%D8%B1%D8%A8%D9%8A%2F%D8%B9%D8%B1%D8%A8%D9%8915676754828730913010", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '08a82345-a01a-008a-4cf8-62ac32000000', + 'd3f5c981-401a-0082-7ccb-63b63d000000', 'x-ms-client-request-id', - '97d09739-8db7-401b-90b8-b6bda137d22d', + 'e32c0a66-09a7-49d2-af58-b115e02e81ac', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:18 GMT', + 'Thu, 05 Sep 2019 09:24:43 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_characters.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_characters.js index 6ca8693e2cd8..df3ac1021fe4 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_characters.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_characters.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"汉字. special ~!@#$%^&()_+`1234567890-={}[];','":"汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758484898406836"} +module.exports.testInfo = {"汉字. special ~!@#$%^&()_+`1234567890-={}[];','":"汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547432108974"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758484898406836') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767547432108974') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:09 GMT', + 'Thu, 05 Sep 2019 09:24:34 GMT', 'ETag', - '"0x8D7310FDCA354FA"', + '"0x8D731E2DD91218A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'bf8b0b97-401a-00df-4af8-62bcb9000000', + 'a9223906-501a-009e-7ecb-63e45d000000', 'x-ms-client-request-id', - '2ebc8f75-c8ea-42c9-b918-6411e4c9e8fe', + 'c17798e4-e5dd-4e1e-909c-6b0a431f6b91', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:09.2176634Z', + '2019-09-05T09:24:34.5860490Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:09.2176634Z', + '2019-09-05T09:24:34.5860490Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:09.2176634Z', + '2019-09-05T09:24:34.5860490Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835181200584474624', + '13835066851375185920', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:08 GMT', + 'Thu, 05 Sep 2019 09:24:33 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758484898406836') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767547432108974') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:09 GMT', + 'Thu, 05 Sep 2019 09:24:34 GMT', 'ETag', - '"0x8D7310FDCA354FA"', + '"0x8D731E2DD91218A"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7b4ca2a1-a01a-00c7-3ff8-6263de000000', + '63c570f1-101a-006b-5dcb-637077000000', 'x-ms-client-request-id', - '89739c33-e12e-4f61-9719-1e5c3652abf7', + '14663091-9ce5-4328-bab9-890b97782a72', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:09.2176634Z', + '2019-09-05T09:24:34.5860490Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:09.2176634Z', + '2019-09-05T09:24:34.5860490Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:09.2176634Z', + '2019-09-05T09:24:34.5860490Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835181200584474624', + '13835066851375185920', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:09 GMT', + 'Thu, 05 Sep 2019 09:24:34 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758484898406836汉字. special ~!@#$%^&()_+`1234567890-={}[];','15675848489840683610", [ 'Transfer-Encoding', + .reply(200, "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547432108974汉字. special ~!@#$%^&()_+`1234567890-={}[];','15676754743210897410", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '06491291-001a-002a-70f8-622893000000', + 'bd4c92b4-b01a-0062-06cb-6335a4000000', 'x-ms-client-request-id', - '61b27391-2a32-4f34-b78f-e6b6861b23b7', + '6002fa00-2c45-42de-8fff-de7980a9196e', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:09 GMT', + 'Thu, 05 Sep 2019 09:24:35 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_characters_in_url_string.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_characters_in_url_string.js index c501b176075e..1fa0f64dd217 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_characters_in_url_string.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_characters_in_url_string.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"汉字. special ~!@#$%^&()_+`1234567890-={}[];','":"汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758485026000385"} +module.exports.testInfo = {"汉字. special ~!@#$%^&()_+`1234567890-={}[];','":"汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547553603406"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758485026000385') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767547553603406') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:10 GMT', + 'Thu, 05 Sep 2019 09:24:35 GMT', 'ETag', - '"0x8D7310FDD65C2AB"', + '"0x8D731E2DE49C8E8"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '45e62db8-c01a-0078-35f8-62547b000000', + '2ca1ad09-d01a-0119-2fcb-638935000000', 'x-ms-client-request-id', - '0ac5c159-5a25-40b0-9d9b-dd22e8a92438', + '79af383f-97d1-4332-9e36-be7d4f06de28', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:10.4918699Z', + '2019-09-05T09:24:35.7961960Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:10.4918699Z', + '2019-09-05T09:24:35.7961960Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:10.4918699Z', + '2019-09-05T09:24:35.7961960Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835066851375185920', + '13835137220119363584', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:09 GMT', + 'Thu, 05 Sep 2019 09:24:35 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156758485026000385') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%E6%B1%89%E5%AD%97.%20special%20~!%40%23%24%25%5E%26()_%2B%601234567890-%3D%7B%7D%5B%5D%3B%27%2C%27156767547553603406') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:10 GMT', + 'Thu, 05 Sep 2019 09:24:35 GMT', 'ETag', - '"0x8D7310FDD65C2AB"', + '"0x8D731E2DE49C8E8"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '0a82c6f2-101a-0054-18f8-62b8d4000000', + 'ce5477e3-201a-0060-20cb-638b1c000000', 'x-ms-client-request-id', - '9f5fc724-8b0b-4e4e-880e-9f9982671326', + 'dfd595ec-9402-49e3-83a6-e3f7f94d5960', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:10.4918699Z', + '2019-09-05T09:24:35.7961960Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:10.4918699Z', + '2019-09-05T09:24:35.7961960Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:10.4918699Z', + '2019-09-05T09:24:35.7961960Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835066851375185920', + '13835137220119363584', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:10 GMT', + 'Thu, 05 Sep 2019 09:24:36 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156758485026000385汉字. special ~!@#$%^&()_+`1234567890-={}[];','15675848502600038510", [ 'Transfer-Encoding', + .reply(200, "汉字. special ~!@#$%^&()_+`1234567890-={}[];','156767547553603406汉字. special ~!@#$%^&()_+`1234567890-={}[];','15676754755360340610", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '8a863367-601a-0133-6af8-625625000000', + '0064ec33-f01a-003e-10cb-6360fc000000', 'x-ms-client-request-id', - '574bdc97-bc93-4811-984f-9b8487baeb5a', + 'ddf2d70f-9b15-41f8-b9f7-dcf785c863f2', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:10 GMT', + 'Thu, 05 Sep 2019 09:24:36 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese.js index 572efa444c42..9b351b1b1659 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"にっぽんごにほんご":"にっぽんごにほんご156758486274309022"} +module.exports.testInfo = {"にっぽんごにほんご":"にっぽんごにほんご156767548769903048"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758486274309022') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767548769903048') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:22 GMT', + 'Thu, 05 Sep 2019 09:24:47 GMT', 'ETag', - '"0x8D7310FE4D65601"', + '"0x8D731E2E589A3AB"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1ad8a256-401a-0066-34f8-62b8a3000000', + 'a679a25a-b01a-002f-63cb-63fa48000000', 'x-ms-client-request-id', - '0385a9da-336b-4b14-8b35-cde327f9bb8e', + 'b7d83b04-0078-4625-a1c1-51fce8adea41', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:22.9736961Z', + '2019-09-05T09:24:47.9587243Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:22.9736961Z', + '2019-09-05T09:24:47.9587243Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:22.9736961Z', + '2019-09-05T09:24:47.9587243Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835097637700763648', + '13835168006444941312', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:22 GMT', + 'Thu, 05 Sep 2019 09:24:47 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758486274309022') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767548769903048') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:22 GMT', + 'Thu, 05 Sep 2019 09:24:47 GMT', 'ETag', - '"0x8D7310FE4D65601"', + '"0x8D731E2E589A3AB"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '45e3d535-701a-00d4-29f8-6247d2000000', + 'ec9a5b6c-801a-0149-41cb-634b65000000', 'x-ms-client-request-id', - '26cd11fa-60ca-4251-8126-e7e7aa1fcd38', + '3a408a8c-0b60-4f97-b61d-a14488a87dee', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:22.9736961Z', + '2019-09-05T09:24:47.9587243Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:22.9736961Z', + '2019-09-05T09:24:47.9587243Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:22.9736961Z', + '2019-09-05T09:24:47.9587243Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835097637700763648', + '13835168006444941312', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:22 GMT', + 'Thu, 05 Sep 2019 09:24:47 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "にっぽんごにほんご156758486274309022にっぽんごにほんご15675848627430902210", [ 'Transfer-Encoding', + .reply(200, "にっぽんごにほんご156767548769903048にっぽんごにほんご15676754876990304810", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e15891aa-301a-00b7-4cf8-62da29000000', + '86121fa8-f01a-00ca-7ccb-63ab0a000000', 'x-ms-client-request-id', - '92b3962c-8199-43aa-af99-bcef71c2dcd0', + '861dc5c7-2967-48fd-8208-ea55594bb4ac', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:23 GMT', + 'Thu, 05 Sep 2019 09:24:48 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese_in_url_string.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese_in_url_string.js index 0b470c8c2405..83775e75dce3 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese_in_url_string.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese_in_url_string.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"にっぽんごにほんご":"にっぽんごにほんご156758486396609475"} +module.exports.testInfo = {"にっぽんごにほんご":"にっぽんごにほんご156767548890408857"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758486396609475') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767548890408857') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:24 GMT', + 'Thu, 05 Sep 2019 09:24:49 GMT', 'ETag', - '"0x8D7310FE590F99E"', + '"0x8D731E2E641D5C4"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e6c54d23-f01a-00e5-52f8-62a6c1000000', + '993cfa24-e01a-0022-55cb-63329c000000', 'x-ms-client-request-id', - '868313cf-1e82-47f3-869c-48ebf4d1674d', + '64777808-af13-41ac-a474-5724f2fc71ec', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:24.1968542Z', + '2019-09-05T09:24:49.1658692Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:24.1968542Z', + '2019-09-05T09:24:49.1658692Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:24.1968542Z', + '2019-09-05T09:24:49.1658692Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '11529346987463802880', + '13835080045514719232', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:23 GMT', + 'Thu, 05 Sep 2019 09:24:48 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758486396609475') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767548890408857') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:24 GMT', + 'Thu, 05 Sep 2019 09:24:49 GMT', 'ETag', - '"0x8D7310FE590F99E"', + '"0x8D731E2E641D5C4"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ba889a30-201a-0060-58f8-628b1c000000', + '895201cb-601a-0123-35cb-63934d000000', 'x-ms-client-request-id', - '219e9535-ca78-43f8-8a01-8a95f6cb5c48', + 'ae8fd17f-a93c-4749-a63a-33c99db6c2c1', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:24.1968542Z', + '2019-09-05T09:24:49.1658692Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:24.1968542Z', + '2019-09-05T09:24:49.1658692Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:24.1968542Z', + '2019-09-05T09:24:49.1658692Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '11529346987463802880', + '13835080045514719232', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:24 GMT', + 'Thu, 05 Sep 2019 09:24:48 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "にっぽんごにほんご156758486396609475にっぽんごにほんご15675848639660947510", [ 'Transfer-Encoding', + .reply(200, "にっぽんごにほんご156767548890408857にっぽんごにほんご15676754889040885710", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1d320d93-101a-015b-34f8-6230b5000000', + 'ade14f21-701a-012f-12cb-630445000000', 'x-ms-client-request-id', - 'b722daa9-5e0f-40ac-abaf-3682438e1979', + '08dd034e-325c-4053-8800-c40dfc946417', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:24 GMT', + 'Thu, 05 Sep 2019 09:24:49 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese_uri_encoded.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese_uri_encoded.js index 7357936ca75c..5342a5b59cc0 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese_uri_encoded.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_japanese_uri_encoded.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"にっぽんごにほんご":"にっぽんごにほんご156758486147902799"} +module.exports.testInfo = {"にっぽんごにほんご":"にっぽんごにほんご156767548651102582"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%25E3%2581%25AB%25E3%2581%25A3%25E3%2581%25BD%25E3%2582%2593%25E3%2581%2594%25E3%2581%25AB%25E3%2581%25BB%25E3%2582%2593%25E3%2581%2594156758486147902799') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%25E3%2581%25AB%25E3%2581%25A3%25E3%2581%25BD%25E3%2582%2593%25E3%2581%2594%25E3%2581%25AB%25E3%2581%25BB%25E3%2582%2593%25E3%2581%2594156767548651102582') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:21 GMT', + 'Thu, 05 Sep 2019 09:24:46 GMT', 'ETag', - '"0x8D7310FE4171D62"', + '"0x8D731E2E4D3E333"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3cc9174f-401a-0004-27f8-627a84000000', + 'a428653e-601a-004e-11cb-63d90b000000', 'x-ms-client-request-id', - '14eb3b05-5e5e-448d-8100-2cd13220de95', + '9a7f76b2-8f90-4bf9-8ade-c6e393de49cf', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:21.7205090Z', + '2019-09-05T09:24:46.7675955Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:21.7205090Z', + '2019-09-05T09:24:46.7675955Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:21.7205090Z', + '2019-09-05T09:24:46.7675955Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835132822072852480', + '13835097637700763648', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:21 GMT', + 'Thu, 05 Sep 2019 09:24:46 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%25E3%2581%25AB%25E3%2581%25A3%25E3%2581%25BD%25E3%2582%2593%25E3%2581%2594%25E3%2581%25AB%25E3%2581%25BB%25E3%2582%2593%25E3%2581%2594156758486147902799') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%25E3%2581%25AB%25E3%2581%25A3%25E3%2581%25BD%25E3%2582%2593%25E3%2581%2594%25E3%2581%25AB%25E3%2581%25BB%25E3%2582%2593%25E3%2581%2594156767548651102582') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:21 GMT', + 'Thu, 05 Sep 2019 09:24:46 GMT', 'ETag', - '"0x8D7310FE4171D62"', + '"0x8D731E2E4D3E333"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7956ed16-a01a-0113-22f8-622d82000000', + '50ad2f3f-801a-012b-72cb-638942000000', 'x-ms-client-request-id', - '228cb73b-c615-41a1-bf15-d6f3ce8bb55c', + '69729288-ecd1-4f66-8b85-aedd266794c4', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:21.7205090Z', + '2019-09-05T09:24:46.7675955Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:21.7205090Z', + '2019-09-05T09:24:46.7675955Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:21.7205090Z', + '2019-09-05T09:24:46.7675955Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835132822072852480', + '13835097637700763648', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:22 GMT', + 'Thu, 05 Sep 2019 09:24:46 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156758486147902799%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%9415675848614790279910", [ 'Transfer-Encoding', + .reply(200, "%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%94156767548651102582%E3%81%AB%E3%81%A3%E3%81%BD%E3%82%93%E3%81%94%E3%81%AB%E3%81%BB%E3%82%93%E3%81%9415676754865110258210", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'dc7ceb16-f01a-0097-22f8-62a18e000000', + '1a9ff457-501a-00b1-17cb-63e996000000', 'x-ms-client-request-id', - 'c8422b47-77a7-4c92-9c29-bb888baad0cc', + 'a816b3d4-31b6-4ba6-8675-91c355531ca8', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:21 GMT', + 'Thu, 05 Sep 2019 09:24:47 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian.js index e922db047b62..524c5c8d3582 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"ру́сский язы́к":"ру́сский язы́к156758485527500234"} +module.exports.testInfo = {"ру́сский язы́к":"ру́сский язы́к156767548047508186"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758485527500234') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767548047508186') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:15 GMT', + 'Thu, 05 Sep 2019 09:24:40 GMT', 'ETag', - '"0x8D7310FE0634182"', + '"0x8D731E2E13B0FF4"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'f8fdb58e-101a-00d2-7bf8-62746d000000', + 'f12c896a-701a-00d4-14cb-6347d2000000', 'x-ms-client-request-id', - '5f05f584-64fe-4945-991a-d1ff9ecfbbab', + '40216b06-3e81-4aee-b549-2a9bae5a4a4e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:15.5086210Z', + '2019-09-05T09:24:40.7328756Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:15.5086210Z', + '2019-09-05T09:24:40.7328756Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:15.5086210Z', + '2019-09-05T09:24:40.7328756Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835084443561230336', + '13835154812305408000', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:15 GMT', + 'Thu, 05 Sep 2019 09:24:40 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758485527500234') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767548047508186') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:15 GMT', + 'Thu, 05 Sep 2019 09:24:40 GMT', 'ETag', - '"0x8D7310FE0634182"', + '"0x8D731E2E13B0FF4"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'dfe54677-b01a-00b9-13f8-62f399000000', + '299d3970-101a-00d2-29cb-63746d000000', 'x-ms-client-request-id', - 'fbab0bfa-c2d6-4117-a467-c67823b47050', + '21e60101-e4d4-49c3-ad69-a88e9ede2b01', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:15.5086210Z', + '2019-09-05T09:24:40.7328756Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:15.5086210Z', + '2019-09-05T09:24:40.7328756Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:15.5086210Z', + '2019-09-05T09:24:40.7328756Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835084443561230336', + '13835154812305408000', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:15 GMT', + 'Thu, 05 Sep 2019 09:24:40 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "ру́сский язы́к156758485527500234ру́сский язы́к15675848552750023410", [ 'Transfer-Encoding', + .reply(200, "ру́сский язы́к156767548047508186ру́сский язы́к15676754804750818610", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '243b2398-001a-00ac-59f8-62e42a000000', + 'fdd949dd-501a-00a1-62cb-632cfe000000', 'x-ms-client-request-id', - 'c33021b3-fb74-473e-89e7-9c6ffe27c704', + 'ffd9e4ba-bad8-4aca-b85e-99b602ec4e74', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:16 GMT', + 'Thu, 05 Sep 2019 09:24:40 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian_in_url_string.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian_in_url_string.js index 51acc7accf97..31f037da72fa 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian_in_url_string.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian_in_url_string.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"ру́сский язы́к":"ру́сский язы́к156758485648000380"} +module.exports.testInfo = {"ру́сский язы́к":"ру́сский язы́к156767548167202253"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758485648000380') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767548167202253') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:16 GMT', + 'Thu, 05 Sep 2019 09:24:41 GMT', 'ETag', - '"0x8D7310FE11AFE57"', + '"0x8D731E2E1F1BB03"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'a10bd895-601a-004e-6bf8-62d90b000000', + 'd66b57ec-a01a-008a-54cb-63ac32000000', 'x-ms-client-request-id', - '947425f1-bc51-46d2-8d65-4d45ecb6ae16', + '064f45c5-1c36-4d53-a977-7634bea1d6fe', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:16.7127639Z', + '2019-09-05T09:24:41.9300099Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:16.7127639Z', + '2019-09-05T09:24:41.9300099Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:16.7127639Z', + '2019-09-05T09:24:41.9300099Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835154812305408000', + '13835119627933319168', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:16 GMT', + 'Thu, 05 Sep 2019 09:24:41 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758485648000380') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767548167202253') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:16 GMT', + 'Thu, 05 Sep 2019 09:24:41 GMT', 'ETag', - '"0x8D7310FE11AFE57"', + '"0x8D731E2E1F1BB03"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '6186a9e4-c01a-0025-7af8-625eff000000', + '42f397f7-101a-007b-23cb-63b51f000000', 'x-ms-client-request-id', - '01f88f6b-e563-44c7-888d-6ffb78384744', + 'eb600e1e-d890-4983-a077-9a679c58a46c', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:16.7127639Z', + '2019-09-05T09:24:41.9300099Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:16.7127639Z', + '2019-09-05T09:24:41.9300099Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:16.7127639Z', + '2019-09-05T09:24:41.9300099Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835154812305408000', + '13835119627933319168', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:16 GMT', + 'Thu, 05 Sep 2019 09:24:42 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "ру́сский язы́к156758485648000380ру́сский язы́к15675848564800038010", [ 'Transfer-Encoding', + .reply(200, "ру́сский язы́к156767548167202253ру́сский язы́к15676754816720225310", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '3318d810-e01a-008b-75f8-62f3ee000000', + 'c1d442e0-301a-00d5-1fcb-63180e000000', 'x-ms-client-request-id', - 'a4692ee1-cb1c-41dc-9b1a-f38cdd26aac3', + '29881276-faf7-4965-a8ee-245ba0d85c10', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:16 GMT', + 'Thu, 05 Sep 2019 09:24:41 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian_uri_encoded.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian_uri_encoded.js index 57e58fc932cb..aa524706b59d 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian_uri_encoded.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_name_russian_uri_encoded.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"ру́сский язы́к":"ру́сский язы́к156758485400107335"} +module.exports.testInfo = {"ру́сский язы́к":"ру́сский язы́к156767547928207010"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/%25D1%2580%25D1%2583%25CC%2581%25D1%2581%25D1%2581%25D0%25BA%25D0%25B8%25D0%25B9%2520%25D1%258F%25D0%25B7%25D1%258B%25CC%2581%25D0%25BA156758485400107335') + .put('/1share-with-dash156767546706905738/dir156767546706908324/%25D1%2580%25D1%2583%25CC%2581%25D1%2581%25D1%2581%25D0%25BA%25D0%25B8%25D0%25B9%2520%25D1%258F%25D0%25B7%25D1%258B%25CC%2581%25D0%25BA156767547928207010') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:14 GMT', + 'Thu, 05 Sep 2019 09:24:39 GMT', 'ETag', - '"0x8D7310FDFA1E580"', + '"0x8D731E2E085EBE2"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '98a1b822-e01a-000d-08f8-623f57000000', + '3d58493d-c01a-0105-1bcb-63db55000000', 'x-ms-client-request-id', - '088dcf80-511d-4ccf-92ce-ffeaaba1a0be', + '705b1191-3027-4f79-985f-7c39073f409e', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:14.2414208Z', + '2019-09-05T09:24:39.5457506Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:14.2414208Z', + '2019-09-05T09:24:39.5457506Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:14.2414208Z', + '2019-09-05T09:24:39.5457506Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835172404491452416', + '13835084443561230336', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:14 GMT', + 'Thu, 05 Sep 2019 09:24:39 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/%25D1%2580%25D1%2583%25CC%2581%25D1%2581%25D1%2581%25D0%25BA%25D0%25B8%25D0%25B9%2520%25D1%258F%25D0%25B7%25D1%258B%25CC%2581%25D0%25BA156758485400107335') + .head('/1share-with-dash156767546706905738/dir156767546706908324/%25D1%2580%25D1%2583%25CC%2581%25D1%2581%25D1%2581%25D0%25BA%25D0%25B8%25D0%25B9%2520%25D1%258F%25D0%25B7%25D1%258B%25CC%2581%25D0%25BA156767547928207010') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:14 GMT', + 'Thu, 05 Sep 2019 09:24:39 GMT', 'ETag', - '"0x8D7310FDFA1E580"', + '"0x8D731E2E085EBE2"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '12f96393-b01a-0096-3af8-62fe52000000', + 'ffd47221-a01a-00c7-2fcb-6363de000000', 'x-ms-client-request-id', - '8caec719-8d5e-42ad-9e45-352cc68a4a90', + '7f775a2c-e615-4368-98f9-c5bbbcc150c1', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:14.2414208Z', + '2019-09-05T09:24:39.5457506Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:14.2414208Z', + '2019-09-05T09:24:39.5457506Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:14.2414208Z', + '2019-09-05T09:24:39.5457506Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835172404491452416', + '13835084443561230336', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:14 GMT', + 'Thu, 05 Sep 2019 09:24:38 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156758485400107335%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA15675848540010733510", [ 'Transfer-Encoding', + .reply(200, "%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA156767547928207010%D1%80%D1%83%CC%81%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%CC%81%D0%BA15676754792820701010", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '7f11e886-101a-007b-7af8-62b51f000000', + 'c7f844a3-201a-00d9-40cb-638f06000000', 'x-ms-client-request-id', - 'cd1e819f-264f-4351-8c56-7751729fa49c', + '09f48000-458c-48d2-8f68-74e0e591da68', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:14 GMT', + 'Thu, 05 Sep 2019 09:24:39 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters.js index 4a24fae8d668..77eb6142659a 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"Upper file empty another 汉字":"Upper file empty another 汉字156758484584501309"} +module.exports.testInfo = {"Upper file empty another 汉字":"Upper file empty another 汉字156767547192309389"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156758484584501309') + .put('/1share-with-dash156767546706905738/dir156767546706908324/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156767547192309389') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:06 GMT', + 'Thu, 05 Sep 2019 09:24:32 GMT', 'ETag', - '"0x8D7310FDAC34B17"', + '"0x8D731E2DC22E0D2"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '1ff4ad94-301a-0053-09f8-62d4b7000000', + '0c884478-801a-0024-0fcb-630123000000', 'x-ms-client-request-id', - 'f71a5f9b-6ccd-48d7-9f77-2df35ba93a70', + '9519543b-b3cb-4551-a610-6a9b59db5825', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:06.0716823Z', + '2019-09-05T09:24:32.1857746Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:06.0716823Z', + '2019-09-05T09:24:32.1857746Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:06.0716823Z', + '2019-09-05T09:24:32.1857746Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '11529320599184736256', + '13835110831840296960', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:05 GMT', + 'Thu, 05 Sep 2019 09:24:31 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156758484584501309') + .head('/1share-with-dash156767546706905738/dir156767546706908324/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156767547192309389') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:06 GMT', + 'Thu, 05 Sep 2019 09:24:32 GMT', 'ETag', - '"0x8D7310FDAC34B17"', + '"0x8D731E2DC22E0D2"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '5fef3ffb-201a-002d-14f8-6244f0000000', + '121e15ab-f01a-0063-4dcb-636a78000000', 'x-ms-client-request-id', - 'b9d7cb13-6df9-49a0-b333-77dbfabdf826', + '27524421-0d52-49cd-af81-e59fc933a209', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:06.0716823Z', + '2019-09-05T09:24:32.1857746Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:06.0716823Z', + '2019-09-05T09:24:32.1857746Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:06.0716823Z', + '2019-09-05T09:24:32.1857746Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '11529320599184736256', + '13835110831840296960', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:06 GMT', + 'Thu, 05 Sep 2019 09:24:32 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "Upper file empty another 汉字156758484584501309Upper file empty another 汉字15675848458450130910", [ 'Transfer-Encoding', + .reply(200, "Upper file empty another 汉字156767547192309389Upper file empty another 汉字15676754719230938910", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'e73dc215-301a-0031-66f8-621690000000', + 'c1d442d5-301a-00d5-1ccb-63180e000000', 'x-ms-client-request-id', - '322f52ae-3a6f-433e-924e-31768060fafc', + 'a2f01f20-9bec-465e-997c-336426ce2625', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:07 GMT', + 'Thu, 05 Sep 2019 09:24:32 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters_in_url_string.js b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters_in_url_string.js index af728c2dedf4..6ad5b0b83fb5 100644 --- a/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters_in_url_string.js +++ b/sdk/storage/storage-file/recordings/node/special_naming_tests/recording_should_work_with_special_file_names_chinese_characters_in_url_string.js @@ -1,61 +1,61 @@ let nock = require('nock'); -module.exports.testInfo = {"Upper file empty another 汉字":"Upper file empty another 汉字156758484776908703"} +module.exports.testInfo = {"Upper file empty another 汉字":"Upper file empty another 汉字156767547311902801"} nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .put('/1share-with-dash156758484024707760/dir156758484024801012/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156758484776908703') + .put('/1share-with-dash156767546706905738/dir156767546706908324/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156767547311902801') .reply(201, "", [ 'Content-Length', '0', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:08 GMT', + 'Thu, 05 Sep 2019 09:24:33 GMT', 'ETag', - '"0x8D7310FDBEA868B"', + '"0x8D731E2DCD93DA7"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'ea893b88-801a-0149-5cf8-624b65000000', + 'fdd39e6e-301a-00a7-42cb-631f41000000', 'x-ms-client-request-id', - '83adb1e1-0ea9-412e-b3ed-397fb6b80898', + '151caf83-8e1f-42bf-ad04-c8209d01b5d2', 'x-ms-version', '2019-02-02', 'x-ms-file-change-time', - '2019-09-04T08:14:08.0065163Z', + '2019-09-05T09:24:33.3809063Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:08.0065163Z', + '2019-09-05T09:24:33.3809063Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:08.0065163Z', + '2019-09-05T09:24:33.3809063Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835110831840296960', + '13835181200584474624', 'x-ms-file-parent-id', '13835128424026341376', 'x-ms-request-server-encrypted', 'true', 'Date', - 'Wed, 04 Sep 2019 08:14:07 GMT', + 'Thu, 05 Sep 2019 09:24:32 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .head('/1share-with-dash156758484024707760/dir156758484024801012/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156758484776908703') + .head('/1share-with-dash156767546706905738/dir156767546706908324/Upper%20file%20empty%20another%20%E6%B1%89%E5%AD%97156767547311902801') .reply(200, "", [ 'Content-Length', '10', 'Content-Type', 'application/octet-stream', 'Last-Modified', - 'Wed, 04 Sep 2019 08:14:08 GMT', + 'Thu, 05 Sep 2019 09:24:33 GMT', 'ETag', - '"0x8D7310FDBEA868B"', + '"0x8D731E2DCD93DA7"', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - 'd1d3d5e7-901a-0065-27f8-6259c7000000', + 'a711ebb7-f01a-0153-04cb-632aba000000', 'x-ms-client-request-id', - '544f89c9-8bf9-4ac0-b39d-162cec7db1f0', + '7e329258-c859-4c39-860c-e52e7bed39fd', 'x-ms-version', '2019-02-02', 'x-ms-type', @@ -63,17 +63,17 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'x-ms-server-encrypted', 'true', 'x-ms-file-change-time', - '2019-09-04T08:14:08.0065163Z', + '2019-09-05T09:24:33.3809063Z', 'x-ms-file-last-write-time', - '2019-09-04T08:14:08.0065163Z', + '2019-09-05T09:24:33.3809063Z', 'x-ms-file-creation-time', - '2019-09-04T08:14:08.0065163Z', + '2019-09-05T09:24:33.3809063Z', 'x-ms-file-permission-key', '15082859266781889734*8787082347076103240', 'x-ms-file-attributes', 'Archive', 'x-ms-file-id', - '13835110831840296960', + '13835181200584474624', 'x-ms-file-parent-id', '13835128424026341376', 'Access-Control-Expose-Headers', @@ -81,24 +81,24 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:07 GMT', + 'Thu, 05 Sep 2019 09:24:33 GMT', 'Connection', 'close' ]); nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParams":true}) - .get('/1share-with-dash156758484024707760/dir156758484024801012') + .get('/1share-with-dash156767546706905738/dir156767546706908324') .query(true) - .reply(200, "Upper file empty another 汉字156758484776908703Upper file empty another 汉字15675848477690870310", [ 'Transfer-Encoding', + .reply(200, "Upper file empty another 汉字156767547311902801Upper file empty another 汉字15676754731190280110", [ 'Transfer-Encoding', 'chunked', 'Content-Type', 'application/xml', 'Server', 'Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id', - '06cbc3cb-001a-003a-50f8-62edfb000000', + '0f3e8802-401a-0049-59cb-63b568000000', 'x-ms-client-request-id', - '5336e182-51c3-4807-942f-d58a8762cae7', + '56cd7620-8b9d-4069-bc4e-6c20e789c6bd', 'x-ms-version', '2019-02-02', 'Access-Control-Expose-Headers', @@ -106,7 +106,7 @@ nock('https://fakestorageaccount.file.core.windows.net:443', {"encodedQueryParam 'Access-Control-Allow-Origin', '*', 'Date', - 'Wed, 04 Sep 2019 08:14:08 GMT', + 'Thu, 05 Sep 2019 09:24:33 GMT', 'Connection', 'close' ]); diff --git a/sdk/storage/storage-file/src/FileURL.ts b/sdk/storage/storage-file/src/FileURL.ts index ae9ab670b0b4..261ae9adef4e 100644 --- a/sdk/storage/storage-file/src/FileURL.ts +++ b/sdk/storage/storage-file/src/FileURL.ts @@ -112,6 +112,29 @@ export interface IFileUploadRangeOptions { progress?: (progress: TransferProgressEvent) => void; } +/** + * The option is defined as parity to REST definition. + * While it's not ready to be used now, considering Crc64 of source content is + * not accessible. + */ +// export interface IFileUploadRangeFromURLOptions { +// /** +// * Crc64 of the source content. +// * +// * @type {Uint8Array} +// * @memberof IFileUploadRangeFromURLOptions +// */ +// sourceContentCrc64?: Uint8Array; + +// /** +// * Source modified access condition. +// * +// * @type {Models.SourceModifiedAccessConditions} +// * @memberof IFileUploadRangeFromURLOptions +// */ +// sourceModifiedAccessConditions?: Models.SourceModifiedAccessConditions; +// } + export interface IFileGetRangeListOptions { /** * Optional. Specifies the range of bytes over which to list ranges, inclusively. @@ -539,13 +562,13 @@ export class FileURL extends StorageURL { * range must be specified. The range can be up to 4 MB in size. * * @param {Aborter} aborter Create a new Aborter instance with Aborter.none or Aborter.timeout(), - * goto documents of Aborter for more examples about request cancellation + * goto documents of Aborter for more examples about request cancellation. * @param {HttpRequestBody} body Blob, string, ArrayBuffer, ArrayBufferView or a function * which returns a new Readable stream whose offset is from data source beginning. * @param {number} offset Offset position of the destination Azure File to upload. * @param {number} contentLength Length of body in bytes. Use Buffer.byteLength() to calculate body length for a * string including non non-Base64/Hex-encoded characters. - * @param {IFileUploadRangeOptions} [options] + * @param {IFileUploadRangeOptions} [options={}] * @returns {Promise} * @memberof FileURL */ @@ -556,12 +579,12 @@ export class FileURL extends StorageURL { contentLength: number, options: IFileUploadRangeOptions = {} ): Promise { - if (offset < 0 || contentLength <= 0) { - throw new RangeError(`offset must >= 0 and contentLength must be > 0`); + if (offset < 0) { + throw new RangeError(`offset must be >= 0`); } - if (contentLength > FILE_RANGE_MAX_SIZE_BYTES) { - throw new RangeError(`offset must be < ${FILE_RANGE_MAX_SIZE_BYTES} bytes`); + if (contentLength <= 0 || contentLength > FILE_RANGE_MAX_SIZE_BYTES) { + throw new RangeError(`contentLength must be > 0 and <= ${FILE_RANGE_MAX_SIZE_BYTES} bytes`); } return this.context.uploadRange( @@ -577,6 +600,45 @@ export class FileURL extends StorageURL { ); } + /** + * Upload a range of bytes to a file where the contents are read from a another file's URL. + * The range can be up to 4 MB in size. + * + * @param {Aborter} aborter Create a new Aborter instance with Aborter.none or Aborter.timeout(), + * goto documents of Aborter for more examples about request cancellation. + * @param {string} sourceURL Specify a URL to the copy source, Shared Access Signature(SAS) maybe needed for authentication. + * @param {number} sourceOffset The source offset to copy from. Pass 0 to copy from the beginning of source file. + * @param {number} destOffset Offset of destination file. + * @param {number} count Number of bytes to be uploaded from source file. + * @returns {Promise} + * @memberof FileURL + */ + public async uploadRangeFromURL( + aborter: Aborter, + sourceURL: string, + sourceOffset: number, + destOffset: number, + count: number + ): Promise { + if (sourceOffset < 0 || destOffset < 0) { + throw new RangeError(`sourceOffset and destOffset must be >= 0`); + } + + if (count <= 0 || count > FILE_RANGE_MAX_SIZE_BYTES) { + throw new RangeError(`count must be > 0 and <= ${FILE_RANGE_MAX_SIZE_BYTES} bytes`); + } + + return this.context.uploadRangeFromURL( + rangeToString({ offset: destOffset, count }), + sourceURL, + rangeToString({ offset: sourceOffset, count }), + 0, + { + abortSignal: aborter + } + ); + } + /** * Clears the specified range and * releases the space used in storage for that range. diff --git a/sdk/storage/storage-file/src/generated/src/models/index.ts b/sdk/storage/storage-file/src/generated/src/models/index.ts index 348d7f87f0a8..f0696871dc98 100644 --- a/sdk/storage/storage-file/src/generated/src/models/index.ts +++ b/sdk/storage/storage-file/src/generated/src/models/index.ts @@ -938,10 +938,6 @@ export interface FileUploadRangeFromURLOptionalParams extends msRest.RequestOpti * Timeouts for File Service Operations. */ timeoutParameter?: number; - /** - * Bytes of source data in the specified range. - */ - sourceRange?: string; /** * Specify the crc64 calculated for the range of bytes that must be read from the copy source. */ diff --git a/sdk/storage/storage-file/src/generated/src/models/parameters.ts b/sdk/storage/storage-file/src/generated/src/models/parameters.ts index ef09a11ec5e2..002208ebfdda 100644 --- a/sdk/storage/storage-file/src/generated/src/models/parameters.ts +++ b/sdk/storage/storage-file/src/generated/src/models/parameters.ts @@ -663,11 +663,9 @@ export const sourceIfNoneMatchCrc64: msRest.OperationParameter = { } }; export const sourceRange: msRest.OperationParameter = { - parameterPath: [ - "options", - "sourceRange" - ], + parameterPath: "sourceRange", mapper: { + required: true, serializedName: "x-ms-source-range", type: { name: "String" diff --git a/sdk/storage/storage-file/src/generated/src/operations/file.ts b/sdk/storage/storage-file/src/generated/src/operations/file.ts index eb086f697724..65a10b21431c 100644 --- a/sdk/storage/storage-file/src/generated/src/operations/file.ts +++ b/sdk/storage/storage-file/src/generated/src/operations/file.ts @@ -281,12 +281,13 @@ export class File { * source file or blob using a shared access signature. If the source is a public blob, no * authentication is required to perform the copy operation. A file in a share snapshot can also be * specified as a copy source. + * @param sourceRange Bytes of source data in the specified range. * @param contentLength Specifies the number of bytes being transmitted in the request body. When * the x-ms-write header is set to clear, the value of this header must be set to zero. * @param [options] The optional parameters * @returns Promise */ - uploadRangeFromURL(range: string, copySource: string, contentLength: number, options?: Models.FileUploadRangeFromURLOptionalParams): Promise; + uploadRangeFromURL(range: string, copySource: string, sourceRange: string, contentLength: number, options?: Models.FileUploadRangeFromURLOptionalParams): Promise; /** * @param range Writes data to the specified byte range in the file. * @param copySource Specifies the URL of the source file or blob, up to 2 KB in length. To copy a @@ -296,11 +297,12 @@ export class File { * source file or blob using a shared access signature. If the source is a public blob, no * authentication is required to perform the copy operation. A file in a share snapshot can also be * specified as a copy source. + * @param sourceRange Bytes of source data in the specified range. * @param contentLength Specifies the number of bytes being transmitted in the request body. When * the x-ms-write header is set to clear, the value of this header must be set to zero. * @param callback The callback */ - uploadRangeFromURL(range: string, copySource: string, contentLength: number, callback: msRest.ServiceCallback): void; + uploadRangeFromURL(range: string, copySource: string, sourceRange: string, contentLength: number, callback: msRest.ServiceCallback): void; /** * @param range Writes data to the specified byte range in the file. * @param copySource Specifies the URL of the source file or blob, up to 2 KB in length. To copy a @@ -310,17 +312,19 @@ export class File { * source file or blob using a shared access signature. If the source is a public blob, no * authentication is required to perform the copy operation. A file in a share snapshot can also be * specified as a copy source. + * @param sourceRange Bytes of source data in the specified range. * @param contentLength Specifies the number of bytes being transmitted in the request body. When * the x-ms-write header is set to clear, the value of this header must be set to zero. * @param options The optional parameters * @param callback The callback */ - uploadRangeFromURL(range: string, copySource: string, contentLength: number, options: Models.FileUploadRangeFromURLOptionalParams, callback: msRest.ServiceCallback): void; - uploadRangeFromURL(range: string, copySource: string, contentLength: number, options?: Models.FileUploadRangeFromURLOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + uploadRangeFromURL(range: string, copySource: string, sourceRange: string, contentLength: number, options: Models.FileUploadRangeFromURLOptionalParams, callback: msRest.ServiceCallback): void; + uploadRangeFromURL(range: string, copySource: string, sourceRange: string, contentLength: number, options?: Models.FileUploadRangeFromURLOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { return this.client.sendOperationRequest( { range, copySource, + sourceRange, contentLength, options }, diff --git a/sdk/storage/storage-file/test/node/fileurl.spec.ts b/sdk/storage/storage-file/test/node/fileurl.spec.ts index dac9e0eaa4e7..002ce5468659 100644 --- a/sdk/storage/storage-file/test/node/fileurl.spec.ts +++ b/sdk/storage/storage-file/test/node/fileurl.spec.ts @@ -8,8 +8,9 @@ import { ShareURL } from "../../src/ShareURL"; import { bodyToString, getBSU } from "../utils"; import { Buffer } from "buffer"; import { record } from "../utils/recorder"; +import { FileSASPermissions, generateFileSASQueryParameters, SharedKeyCredential } from "../../src" -describe("BlockBlobURL Node.js only", () => { +describe("FileURL Node.js only", () => { const serviceURL = getBSU(); let shareName: string; let shareURL: ShareURL; @@ -78,4 +79,38 @@ describe("BlockBlobURL Node.js only", () => { const result = await fileURL.download(Aborter.none, 0); assert.deepStrictEqual(await bodyToString(result, bodyLength), body); }); + + it("uploadRangeFromURL", async () => { + await fileURL.create(Aborter.none, 1024); + + const content = "a".repeat(512) + "b".repeat(512); + await fileURL.uploadRange(Aborter.none, content, 0, content.length); + + // Get a SAS for fileURL + const expiryTime = recorder.newDate(); + expiryTime.setDate(expiryTime.getDate() + 1); + const sas = generateFileSASQueryParameters( + { + expiryTime, + shareName, + filePath: `${dirName}/${fileName}`, + permissions: FileSASPermissions.parse("r").toString() + }, + fileURL.pipeline.factories[fileURL.pipeline.factories.length - 1] as SharedKeyCredential + ); + + const fileName2 = recorder.getUniqueName("file2"); + const fileURL2 = FileURL.fromDirectoryURL(dirURL, fileName2); + + await fileURL2.create(Aborter.none, 1024); + + await fileURL2.uploadRangeFromURL(Aborter.none, `${fileURL.url}?${sas}`, 0, 0, 512); + await fileURL2.uploadRangeFromURL(Aborter.none, `${fileURL.url}?${sas}`, 512, 512, 512); + + const range1 = await fileURL2.download(Aborter.none, 0, 512); + const range2 = await fileURL2.download(Aborter.none, 512, 512); + + assert.equal(await bodyToString(range1, 512), "a".repeat(512)); + assert.equal(await bodyToString(range2, 512), "b".repeat(512)); + }); }); diff --git a/sdk/storage/storage-file/test/node/highlevel.node.spec.ts b/sdk/storage/storage-file/test/node/highlevel.node.spec.ts index c8596bd2660d..4aed69a9be96 100644 --- a/sdk/storage/storage-file/test/node/highlevel.node.spec.ts +++ b/sdk/storage/storage-file/test/node/highlevel.node.spec.ts @@ -14,7 +14,7 @@ import { record } from "../utils/recorder"; dotenv.config({ path: "../.env" }); // tslint:disable:no-empty -describe("Highlevel", () => { +describe("Highlevel Node.js only", () => { const serviceURL = getBSU(); let shareName: string; let shareURL: ShareURL; diff --git a/sdk/storage/storage-file/test/node/shareurl.spec.ts b/sdk/storage/storage-file/test/node/shareurl.spec.ts index c265dc3c81e5..0a0bb65467cc 100644 --- a/sdk/storage/storage-file/test/node/shareurl.spec.ts +++ b/sdk/storage/storage-file/test/node/shareurl.spec.ts @@ -5,7 +5,7 @@ import { ISignedIdentifier, ShareURL } from "../../src/ShareURL"; import { getBSU } from "./../utils"; import { record } from "../utils/recorder"; -describe("ShareURL", () => { +describe("ShareURL Node.js only", () => { const serviceURL = getBSU(); let shareName: string; let shareURL: ShareURL; diff --git a/sdk/storage/storage-file/test/utils/recorder.ts b/sdk/storage/storage-file/test/utils/recorder.ts index bc70938adbaf..70a96528f71d 100644 --- a/sdk/storage/storage-file/test/utils/recorder.ts +++ b/sdk/storage/storage-file/test/utils/recorder.ts @@ -52,41 +52,41 @@ const skip = [ // Unknown reason (recording throws an error, but file is generated and playback works) "browsers/fileurl/recording_uploadrange_with_progress_event.json", // Abort. Nock doesn't record aborted request, should investigate - "node/highlevel/recording_uploadfiletoazurefile_should_abort_for_large_data.js", + "node/highlevel_nodejs_only/recording_uploadfiletoazurefile_should_abort_for_large_data.js", // Abort. Nock doesn't record aborted request, should investigate - "node/highlevel/recording_uploadfiletoazurefile_should_abort_for_small_data.js", + "node/highlevel_nodejs_only/recording_uploadfiletoazurefile_should_abort_for_small_data.js", // Abort. Nock doesn't record aborted request, should investigate - "node/highlevel/recording_uploadstreamtoazurefile_should_abort.js", + "node/highlevel_nodejs_only/recording_uploadstreamtoazurefile_should_abort.js", // Progress "node/fileurl/recording_download_should_update_progress_and_abort_successfully.js", // Progress, Size (15MB), Tempfile - "node/highlevel/recording_bloburldownload_should_abort_after_retrys.js", + "node/highlevel_nodejs_only/recording_bloburldownload_should_abort_after_retrys.js", // Size (15MB), Tempfile - "node/highlevel/recording_bloburldownload_should_download_data_failed_when_exceeding_max_stream_retry_requests.js", + "node/highlevel_nodejs_only/recording_bloburldownload_should_download_data_failed_when_exceeding_max_stream_retry_requests.js", // Size (30MB), Tempfile - "node/highlevel/recording_bloburldownload_should_download_full_data_successfully_when_internal_stream_unexcepted_ends.js", + "node/highlevel_nodejs_only/recording_bloburldownload_should_download_full_data_successfully_when_internal_stream_unexcepted_ends.js", // Size (15MB), Tempfile - "node/highlevel/recording_bloburldownload_should_download_partial_data_when_internal_stream_unexcepted_ends.js", + "node/highlevel_nodejs_only/recording_bloburldownload_should_download_partial_data_when_internal_stream_unexcepted_ends.js", // Size (30MB), Tempfile - "node/highlevel/recording_bloburldownload_should_success_when_internal_stream_unexcepted_ends_at_the_stream_end.js", + "node/highlevel_nodejs_only/recording_bloburldownload_should_success_when_internal_stream_unexcepted_ends_at_the_stream_end.js", // Size (263MB), Tempfile - "node/highlevel/recording_downloadazurefiletobuffer_should_abort.js", + "node/highlevel_nodejs_only/recording_downloadazurefiletobuffer_should_abort.js", // Size (526MB), Tempfile - "node/highlevel/recording_downloadazurefiletobuffer_should_success.js", + "node/highlevel_nodejs_only/recording_downloadazurefiletobuffer_should_success.js", // Progress, Size (15MB), Tempfile - "node/highlevel/recording_downloadazurefiletobuffer_should_update_progress_event.js", + "node/highlevel_nodejs_only/recording_downloadazurefiletobuffer_should_update_progress_event.js", // Size (526MB), Tempfile - "node/highlevel/recording_uploadfiletoazurefile_should_success_for_large_data.js", + "node/highlevel_nodejs_only/recording_uploadfiletoazurefile_should_success_for_large_data.js", // Size (30MB), Tempfile - "node/highlevel/recording_uploadfiletoazurefile_should_success_for_small_data.js", + "node/highlevel_nodejs_only/recording_uploadfiletoazurefile_should_success_for_small_data.js", // Progress, Size (4MB), Tempfile - "node/highlevel/recording_uploadfiletoazurefile_should_update_progress_for_large_data.js", + "node/highlevel_nodejs_only/recording_uploadfiletoazurefile_should_update_progress_for_large_data.js", // Progress, Size (3MB), Tempfile - "node/highlevel/recording_uploadfiletoazurefile_should_update_progress_for_small_data.js", + "node/highlevel_nodejs_only/recording_uploadfiletoazurefile_should_update_progress_for_small_data.js", // Size (526MB), Tempfile - "node/highlevel/recording_uploadstreamtoazurefile_should_success.js", + "node/highlevel_nodejs_only/recording_uploadstreamtoazurefile_should_success.js", // Size (263MB), Tempfile - "node/highlevel/recording_uploadstreamtoazurefile_should_update_progress_event.js", + "node/highlevel_nodejs_only/recording_uploadstreamtoazurefile_should_update_progress_event.js", // Skipping for now, further investigation needed on the errors in playback "browsers/fileurl/recording_startcopyfromurl.json" ];