From 528e5bbb1b0d46efcf17d5d99f9c1e8260a82591 Mon Sep 17 00:00:00 2001 From: Sean Kane <68240067+seankane-msft@users.noreply.github.com> Date: Mon, 30 Nov 2020 08:20:22 -0800 Subject: [PATCH] Replace pytest.mark.skip("pending") (#14960) * removed almost all skip(pending) and replaced with more descriptive labels or issue numbers * fixed the same row test. however, different errors are reported for tables vs. cosmos * forgot a new recording * adding only necessary re-records to the best of my abilities * test_table_batch sole recording that is new * recordings for cosmos tests * removing unnecessary pytest.skips * test_locale does not pass on all platforms * removed all pytest.skip(...) statements, all have better explanations now. * changing suppor -> support * fixing user agent tests --- .../test_table.test_account_sas.yaml | 38 +- .../test_table.test_create_properties.yaml | 86 +- ...able_acl_with_empty_signed_identifier.yaml | 44 +- ...ble_acl_with_empty_signed_identifiers.yaml | 165 ++ ...set_table_acl_with_signed_identifiers.yaml | 166 ++ ...le_async.test_list_tables_with_marker.yaml | 94 +- ...ync.test_list_tables_with_num_results.yaml | 108 +- ...able_acl_with_empty_signed_identifier.yaml | 129 ++ ...ble_acl_with_empty_signed_identifiers.yaml | 56 +- ...set_table_acl_with_signed_identifiers.yaml | 56 +- ...h.test_batch_same_row_operations_fail.yaml | 129 +- ...t_table_batch.test_batch_too_many_ops.yaml | 1794 +++++++++-------- ...c.test_batch_same_row_operations_fail.yaml | 137 +- ...e_batch_async.test_batch_too_many_ops.yaml | 1070 ++++++++++ ..._table_batch_cosmos.test_batch_delete.yaml | 90 +- ...h_different_partition_operations_fail.yaml | 30 +- ...table_batch_cosmos.test_batch_inserts.yaml | 346 ++-- ...s.test_batch_same_row_operations_fail.yaml | 66 +- ..._batch_cosmos.test_batch_too_many_ops.yaml | 68 +- ...mos.test_batch_update_if_doesnt_match.yaml | 72 +- ...tch_cosmos.test_batch_update_if_match.yaml | 82 +- ...os.test_new_delete_nonexistent_entity.yaml | 54 +- ...ch_cosmos.test_new_non_existent_table.yaml | 54 +- ..._batch_cosmos_async.test_batch_delete.yaml | 113 +- ...h_different_partition_operations_fail.yaml | 50 +- ...batch_cosmos_async.test_batch_inserts.yaml | 599 +++--- ...c.test_batch_same_row_operations_fail.yaml | 126 +- ...cosmos_async.test_batch_single_insert.yaml | 91 +- ..._cosmos_async.test_batch_too_many_ops.yaml | 104 + ...ync.test_batch_update_if_doesnt_match.yaml | 111 +- ...smos_async.test_batch_update_if_match.yaml | 117 +- ...nc.test_new_delete_nonexistent_entity.yaml | 66 +- ...mos_async.test_new_non_existent_table.yaml | 84 +- ...t_table_client.test_user_agent_custom.yaml | 25 +- ..._table_client.test_user_agent_default.yaml | 12 +- ..._client_cosmos.test_user_agent_custom.yaml | 38 + ...client_cosmos.test_user_agent_default.yaml | 38 + ...t_table_cosmos.test_create_properties.yaml | 90 + .../test_table_cosmos.test_create_table.yaml | 32 +- ...osmos.test_create_table_fail_on_exist.yaml | 31 +- ...test_delete_table_with_existing_table.yaml | 26 +- ...ith_non_existing_table_fail_not_exist.yaml | 13 +- .../test_table_cosmos.test_query_tables.yaml | 26 +- ...ble_cosmos.test_query_tables_per_page.yaml | 132 +- ..._cosmos.test_query_tables_with_filter.yaml | 34 +- ..._cosmos.test_query_tables_with_marker.yaml | 114 +- ...os.test_query_tables_with_num_results.yaml | 112 +- ...os_async.test_list_tables_with_marker.yaml | 151 +- ..._insert_entity_property_name_too_long.yaml | 32 +- ...est_insert_entity_too_many_properties.yaml | 371 ++-- ...ble_entity.test_sas_signed_identifier.yaml | 85 +- .../test_table_entity.test_timezone.yaml | 186 ++ ...est_insert_entity_too_many_properties.yaml | 377 ++-- ..._insert_entity_property_name_too_long.yaml | 163 ++ ...est_insert_entity_too_many_properties.yaml | 330 +++ ..._insert_entity_property_name_too_long.yaml | 91 +- ...est_insert_entity_too_many_properties.yaml | 258 ++- ...ith_partition_key_having_single_quote.yaml | 148 ++ ...ntity_cosmos_async.test_update_entity.yaml | 173 ++ ...s_async.test_retention_too_long_async.yaml | 16 +- ..._async.test_too_many_cors_rules_async.yaml | 16 +- ...s_async.test_retention_too_long_async.yaml | 39 + ..._async.test_too_many_cors_rules_async.yaml | 45 + ...ats_cosmos.test_table_service_stats_f.yaml | 20 +- ..._table_service_stats_when_unavailable.yaml | 20 +- ...smos_async.test_table_service_stats_f.yaml | 22 +- ..._table_service_stats_when_unavailable.yaml | 22 +- .../azure-data-tables/tests/test_table.py | 25 +- .../tests/test_table_async.py | 34 +- .../tests/test_table_batch.py | 1 + .../tests/test_table_batch_async.py | 5 +- .../tests/test_table_batch_cosmos.py | 65 +- .../tests/test_table_batch_cosmos_async.py | 47 +- .../tests/test_table_client.py | 13 +- .../tests/test_table_client_async.py | 9 - .../tests/test_table_client_cosmos.py | 34 +- .../tests/test_table_client_cosmos_async.py | 43 +- .../tests/test_table_cosmos.py | 33 +- .../tests/test_table_cosmos_async.py | 61 +- .../tests/test_table_entity.py | 125 +- .../tests/test_table_entity_async.py | 98 +- .../tests/test_table_entity_cosmos.py | 87 +- .../tests/test_table_entity_cosmos_async.py | 179 +- .../tests/test_table_service_properties.py | 10 - .../test_table_service_properties_async.py | 27 - .../test_table_service_properties_cosmos.py | 10 - ...t_table_service_properties_cosmos_async.py | 27 +- .../tests/test_table_service_stats_cosmos.py | 4 +- .../test_table_service_stats_cosmos_async.py | 4 +- 89 files changed, 6757 insertions(+), 3867 deletions(-) create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_empty_signed_identifiers.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_signed_identifiers.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_empty_signed_identifier.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_batch_async.test_batch_too_many_ops.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_too_many_ops.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_client_cosmos.test_user_agent_custom.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_client_cosmos.test_user_agent_default.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_properties.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_timezone.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos.test_insert_entity_property_name_too_long.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos.test_insert_entity_too_many_properties.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_operations_on_entity_with_partition_key_having_single_quote.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_update_entity.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_cosmos_async.test_retention_too_long_async.yaml create mode 100644 sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_cosmos_async.test_too_many_cors_rules_async.yaml diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_account_sas.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_account_sas.yaml index 54ed087a10c8..cb5ff0332e3a 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_account_sas.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_account_sas.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 28 Oct 2020 18:32:48 GMT + - Mon, 02 Nov 2020 20:58:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b3 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 28 Oct 2020 18:32:48 GMT + - Mon, 02 Nov 2020 20:58:07 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 28 Oct 2020 18:32:48 GMT + - Mon, 02 Nov 2020 20:58:07 GMT location: - https://tablesteststorname.table.core.windows.net/Tables('pytablesync99dc0b08') server: @@ -65,11 +65,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b3 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:08 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -83,9 +83,9 @@ interactions: content-length: - '0' date: - - Wed, 28 Oct 2020 18:32:48 GMT + - Mon, 02 Nov 2020 20:58:07 GMT etag: - - W/"datetime'2020-10-28T18%3A32%3A49.2162789Z'" + - W/"datetime'2020-11-02T20%3A58%3A08.4386817Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -113,11 +113,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b3 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:08 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -131,9 +131,9 @@ interactions: content-length: - '0' date: - - Wed, 28 Oct 2020 18:32:48 GMT + - Mon, 02 Nov 2020 20:58:07 GMT etag: - - W/"datetime'2020-10-28T18%3A32%3A49.306344Z'" + - W/"datetime'2020-11-02T20%3A58%3A08.4867171Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -155,25 +155,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b3 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:08 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://tablesteststorname.table.core.windows.net/pytablesync99dc0b08()?ss=t&sp=r&sv=2019-02-02&st=2020-10-28T18%3A31%3A49Z&sig=DB%2BDxKndQ66YF%2BBcZMXwv%2FAQ5a8%2F44LtYVwpop%2Bc%2B1o%3D&srt=o&se=2020-10-28T19%3A32%3A49Z + uri: https://tablesteststorname.table.core.windows.net/pytablesync99dc0b08()?ss=t&sp=r&sv=2019-02-02&st=2020-11-02T20%3A57%3A08Z&sig=zjyBnYdUm3F6CJP5gSH%2FG7tYpvcWrn48JgP16%2Fvz82I%3D&srt=o&se=2020-11-02T21%3A58%3A08Z response: body: - string: !!python/unicode '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#pytablesync99dc0b08","value":[{"odata.etag":"W/\"datetime''2020-10-28T18%3A32%3A49.2162789Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-10-28T18:32:49.2162789Z","text":"hello"},{"odata.etag":"W/\"datetime''2020-10-28T18%3A32%3A49.306344Z''\"","PartitionKey":"test","RowKey":"test2","Timestamp":"2020-10-28T18:32:49.306344Z","text":"hello"}]}' + string: !!python/unicode '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#pytablesync99dc0b08","value":[{"odata.etag":"W/\"datetime''2020-11-02T20%3A58%3A08.4386817Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-11-02T20:58:08.4386817Z","text":"hello"},{"odata.etag":"W/\"datetime''2020-11-02T20%3A58%3A08.4867171Z''\"","PartitionKey":"test","RowKey":"test2","Timestamp":"2020-11-02T20:58:08.4867171Z","text":"hello"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:07 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -197,11 +197,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b3 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -215,7 +215,7 @@ interactions: content-length: - '0' date: - - Wed, 28 Oct 2020 18:32:49 GMT + - Mon, 02 Nov 2020 20:58:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_properties.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_properties.yaml index 704fe09711c5..66e9f509dace 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_properties.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_properties.yaml @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:40 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesynce4f40d95"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesynce4f40d95"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 16 Sep 2020 21:51:16 GMT + - Mon, 02 Nov 2020 22:11:40 GMT location: - - https://storagename.table.core.windows.net/Tables('pytablesynce4f40d95') + - https://tablesteststorname.table.core.windows.net/Tables('pytablesynce4f40d95') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -57,24 +57,24 @@ interactions: Connection: - keep-alive Date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + uri: https://tablesteststorname.table.core.windows.net/?restype=service&comp=properties response: body: - string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" + string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" headers: content-type: - application/xml date: - - Wed, 16 Sep 2020 21:51:16 GMT + - Mon, 02 Nov 2020 22:11:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -100,21 +100,21 @@ interactions: Content-Type: - application/xml Date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + uri: https://tablesteststorname.table.core.windows.net/?restype=service&comp=properties response: body: string: '' headers: date: - - Wed, 16 Sep 2020 21:51:16 GMT + - Mon, 02 Nov 2020 22:11:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -134,24 +134,24 @@ interactions: Connection: - keep-alive Date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + uri: https://tablesteststorname.table.core.windows.net/?restype=service&comp=properties response: body: - string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" + string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" headers: content-type: - application/xml date: - - Wed, 16 Sep 2020 21:51:16 GMT + - Mon, 02 Nov 2020 22:11:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -177,21 +177,21 @@ interactions: Content-Type: - application/xml Date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + uri: https://tablesteststorname.table.core.windows.net/?restype=service&comp=properties response: body: string: '' headers: date: - - Wed, 16 Sep 2020 21:51:16 GMT + - Mon, 02 Nov 2020 22:11:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -211,24 +211,24 @@ interactions: Connection: - keep-alive Date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + uri: https://tablesteststorname.table.core.windows.net/?restype=service&comp=properties response: body: - string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" + string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" headers: content-type: - application/xml date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -250,15 +250,15 @@ interactions: Content-Length: - '0' Date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:41 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesynce4f40d95') + uri: https://tablesteststorname.table.core.windows.net/Tables('pytablesynce4f40d95') response: body: string: '' @@ -268,7 +268,7 @@ interactions: content-length: - '0' date: - - Wed, 16 Sep 2020 21:51:17 GMT + - Mon, 02 Nov 2020 22:11:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_empty_signed_identifier.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_empty_signed_identifier.yaml index f2e8a62a1c70..9b09b4c0e1a9 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_empty_signed_identifier.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_empty_signed_identifier.yaml @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:23 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncb9bd17bb"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncb9bd17bb"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:23 GMT location: - - https://storagename.table.core.windows.net/Tables('pytablesyncb9bd17bb') + - https://tablesteststorname.table.core.windows.net/Tables('pytablesyncb9bd17bb') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -63,15 +63,15 @@ interactions: Content-Type: - application/xml Date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:24 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/pytablesyncb9bd17bb?comp=acl + uri: https://tablesteststorname.table.core.windows.net/pytablesyncb9bd17bb?comp=acl response: body: string: '' @@ -79,7 +79,7 @@ interactions: content-length: - '0' date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:23 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -97,15 +97,15 @@ interactions: Connection: - keep-alive Date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:24 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/pytablesyncb9bd17bb?comp=acl + uri: https://tablesteststorname.table.core.windows.net/pytablesyncb9bd17bb?comp=acl response: body: string: "\uFEFFempty" @@ -113,7 +113,7 @@ interactions: content-type: - application/xml date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:23 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -135,15 +135,15 @@ interactions: Content-Length: - '0' Date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:24 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesyncb9bd17bb') + uri: https://tablesteststorname.table.core.windows.net/Tables('pytablesyncb9bd17bb') response: body: string: '' @@ -153,7 +153,7 @@ interactions: content-length: - '0' date: - - Wed, 16 Sep 2020 21:51:21 GMT + - Mon, 02 Nov 2020 22:12:23 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_empty_signed_identifiers.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_empty_signed_identifiers.yaml new file mode 100644 index 000000000000..c824dfe568c3 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_empty_signed_identifiers.yaml @@ -0,0 +1,165 @@ +interactions: +- request: + body: '{"TableName": "pytablesyncd1eb182e"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '36' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Mon, 02 Nov 2020 22:12:24 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 02 Nov 2020 22:12:24 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablesteststorname.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncd1eb182e"}' + headers: + cache-control: + - no-cache + content-type: + - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: + - Mon, 02 Nov 2020 22:12:24 GMT + location: + - https://tablesteststorname.table.core.windows.net/Tables('pytablesyncd1eb182e') + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-version: + - '2019-02-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/xml + Date: + - Mon, 02 Nov 2020 22:12:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 02 Nov 2020 22:12:25 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://tablesteststorname.table.core.windows.net/pytablesyncd1eb182e?comp=acl + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Mon, 02 Nov 2020 22:12:24 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2019-02-02' + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Date: + - Mon, 02 Nov 2020 22:12:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 02 Nov 2020 22:12:25 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablesteststorname.table.core.windows.net/pytablesyncd1eb182e?comp=acl + response: + body: + string: "\uFEFF" + headers: + content-type: + - application/xml + date: + - Mon, 02 Nov 2020 22:12:24 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2019-02-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Date: + - Mon, 02 Nov 2020 22:12:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 02 Nov 2020 22:12:25 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablesteststorname.table.core.windows.net/Tables('pytablesyncd1eb182e') + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 02 Nov 2020 22:12:24 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + x-content-type-options: + - nosniff + x-ms-version: + - '2019-02-02' + status: + code: 204 + message: No Content +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_signed_identifiers.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_signed_identifiers.yaml new file mode 100644 index 000000000000..2afe32f74bcd --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_set_table_acl_with_signed_identifiers.yaml @@ -0,0 +1,166 @@ +interactions: +- request: + body: '{"TableName": "pytablesync45dd15a0"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '36' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 20:02:10 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 20:02:10 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablesteststorname.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync45dd15a0"}' + headers: + cache-control: + - no-cache + content-type: + - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: + - Fri, 30 Oct 2020 20:02:09 GMT + location: + - https://tablesteststorname.table.core.windows.net/Tables('pytablesync45dd15a0') + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-version: + - '2019-02-02' + status: + code: 201 + message: Created +- request: + body: ' + + testid2020-10-30T19:57:10Z2020-10-30T21:02:10Zr' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '257' + Content-Type: + - application/xml + Date: + - Fri, 30 Oct 2020 20:02:10 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 20:02:10 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://tablesteststorname.table.core.windows.net/pytablesync45dd15a0?comp=acl + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Fri, 30 Oct 2020 20:02:09 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2019-02-02' + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Date: + - Fri, 30 Oct 2020 20:02:10 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 20:02:10 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablesteststorname.table.core.windows.net/pytablesync45dd15a0?comp=acl + response: + body: + string: "\uFEFFtestid2020-10-30T19:57:10.0000000Z2020-10-30T21:02:10.0000000Zr" + headers: + content-type: + - application/xml + date: + - Fri, 30 Oct 2020 20:02:10 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2019-02-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Date: + - Fri, 30 Oct 2020 20:02:10 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 20:02:10 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablesteststorname.table.core.windows.net/Tables('pytablesync45dd15a0') + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 30 Oct 2020 20:02:10 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + x-content-type-options: + - nosniff + x-ms-version: + - '2019-02-02' + status: + code: 204 + message: No Content +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_marker.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_marker.yaml index 97a777a8ea1f..f5afc4b18bca 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_marker.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_marker.yaml @@ -11,23 +11,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:32 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable0a9041284"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable0a9041284"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Mon, 21 Sep 2020 21:49:12 GMT - location: https://storagename.table.core.windows.net/Tables('listtable0a9041284') + date: Mon, 02 Nov 2020 22:13:32 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('listtable0a9041284') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables + url: https://tablestestyp4dhzswwnhmn7.table.core.windows.net/Tables - request: body: '{"TableName": "listtable1a9041284"}' headers: @@ -48,23 +48,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable1a9041284"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable1a9041284"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Mon, 21 Sep 2020 21:49:13 GMT - location: https://storagename.table.core.windows.net/Tables('listtable1a9041284') + date: Mon, 02 Nov 2020 22:13:33 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('listtable1a9041284') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables + url: https://tablestestyp4dhzswwnhmn7.table.core.windows.net/Tables - request: body: '{"TableName": "listtable2a9041284"}' headers: @@ -85,23 +85,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable2a9041284"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable2a9041284"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Mon, 21 Sep 2020 21:49:13 GMT - location: https://storagename.table.core.windows.net/Tables('listtable2a9041284') + date: Mon, 02 Nov 2020 22:13:33 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('listtable2a9041284') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -109,7 +109,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables + url: https://tablestestyp4dhzswwnhmn7.table.core.windows.net/Tables - request: body: '{"TableName": "listtable3a9041284"}' headers: @@ -122,23 +122,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable3a9041284"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable3a9041284"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Mon, 21 Sep 2020 21:49:13 GMT - location: https://storagename.table.core.windows.net/Tables('listtable3a9041284') + date: Mon, 02 Nov 2020 22:13:33 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('listtable3a9041284') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -146,7 +146,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables + url: https://tablestestyp4dhzswwnhmn7.table.core.windows.net/Tables - request: body: null headers: @@ -155,31 +155,31 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables?$top=2 + uri: https://tablesteststorname.table.core.windows.net/Tables?$top=2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable0a9041284"},{"TableName":"listtable1a9041284"}]}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable0a9041284"},{"TableName":"listtable1a9041284"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Mon, 21 Sep 2020 21:49:13 GMT + date: Mon, 02 Nov 2020 22:13:33 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-continuation-nexttablename: 1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDY5MDYxMGJkOGI3ZDk- + x-ms-continuation-nexttablename: 1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDZiMTY1NjcyOGEyYmM- x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables?$top=2 + url: https://tablestestyp4dhzswwnhmn7.table.core.windows.net/Tables?$top=2 - request: body: null headers: @@ -188,22 +188,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 21 Sep 2020 21:49:13 GMT + - Mon, 02 Nov 2020 22:13:33 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables?$top=2&NextTableName=1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDY5MDYxMGJkOGI3ZDk- + uri: https://tablesteststorname.table.core.windows.net/Tables?$top=2&NextTableName=1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDZiMTY1NjcyOGEyYmM- response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable2a9041284"},{"TableName":"listtable3a9041284"}]}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable2a9041284"},{"TableName":"listtable3a9041284"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Mon, 21 Sep 2020 21:49:13 GMT + date: Mon, 02 Nov 2020 22:13:33 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -211,5 +211,5 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables?$top=2&NextTableName=1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDY5MDYxMGJkOGI3ZDk- + url: https://tablestestyp4dhzswwnhmn7.table.core.windows.net/Tables?$top=2&NextTableName=1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDZiMTY1NjcyOGEyYmM- version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_num_results.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_num_results.yaml index 007745d76425..cce3e423b738 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_num_results.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_num_results.yaml @@ -11,23 +11,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:43 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable0cac14c3"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable0cac14c3"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 22:00:53 GMT - location: https://storagename.table.core.windows.net/Tables('listtable0cac14c3') + date: Tue, 17 Nov 2020 01:47:44 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('listtable0cac14c3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables + url: https://tablestestkxtvva72iqu555.table.core.windows.net/Tables - request: body: '{"TableName": "listtable1cac14c3"}' headers: @@ -48,23 +48,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable1cac14c3"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable1cac14c3"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 22:00:53 GMT - location: https://storagename.table.core.windows.net/Tables('listtable1cac14c3') + date: Tue, 17 Nov 2020 01:47:44 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('listtable1cac14c3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables + url: https://tablestestkxtvva72iqu555.table.core.windows.net/Tables - request: body: '{"TableName": "listtable2cac14c3"}' headers: @@ -85,23 +85,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable2cac14c3"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable2cac14c3"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 22:00:53 GMT - location: https://storagename.table.core.windows.net/Tables('listtable2cac14c3') + date: Tue, 17 Nov 2020 01:47:44 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('listtable2cac14c3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -109,7 +109,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables + url: https://tablestestkxtvva72iqu555.table.core.windows.net/Tables - request: body: '{"TableName": "listtable3cac14c3"}' headers: @@ -122,23 +122,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable3cac14c3"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"listtable3cac14c3"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 22:00:53 GMT - location: https://storagename.table.core.windows.net/Tables('listtable3cac14c3') + date: Tue, 17 Nov 2020 01:47:44 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('listtable3cac14c3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -146,7 +146,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables + url: https://tablestestkxtvva72iqu555.table.core.windows.net/Tables - request: body: null headers: @@ -155,22 +155,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable0cac14c3"},{"TableName":"listtable1cac14c3"},{"TableName":"listtable2cac14c3"},{"TableName":"listtable3cac14c3"}]}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable0cac14c3"},{"TableName":"listtable1cac14c3"},{"TableName":"listtable2cac14c3"},{"TableName":"listtable3cac14c3"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 22:00:53 GMT + date: Tue, 17 Nov 2020 01:47:44 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -178,7 +178,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables + url: https://tablestestkxtvva72iqu555.table.core.windows.net/Tables - request: body: null headers: @@ -187,31 +187,31 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables?$top=3 + uri: https://tablesteststorname.table.core.windows.net/Tables?$top=3 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable0cac14c3"},{"TableName":"listtable1cac14c3"},{"TableName":"listtable2cac14c3"}]}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable0cac14c3"},{"TableName":"listtable1cac14c3"},{"TableName":"listtable2cac14c3"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 22:00:53 GMT + date: Tue, 17 Nov 2020 01:47:44 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-continuation-nexttablename: 1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjhjNzRkOGU2ZWFiNQ-- + x-ms-continuation-nexttablename: 1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNmJjODNhNTI1NmVjNQ-- x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables?$top=3 + url: https://tablestestkxtvva72iqu555.table.core.windows.net/Tables?$top=3 - request: body: null headers: @@ -220,22 +220,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:00:53 GMT + - Tue, 17 Nov 2020 01:47:44 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjhjNzRkOGU2ZWFiNQ-- + uri: https://tablesteststorname.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNmJjODNhNTI1NmVjNQ-- response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable3cac14c3"}]}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable3cac14c3"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 22:00:53 GMT + date: Tue, 17 Nov 2020 01:47:44 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -243,5 +243,5 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjhjNzRkOGU2ZWFiNQ-- + url: https://tablestestkxtvva72iqu555.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNmJjODNhNTI1NmVjNQ-- version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_empty_signed_identifier.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_empty_signed_identifier.yaml new file mode 100644 index 000000000000..4043c849be94 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_empty_signed_identifier.yaml @@ -0,0 +1,129 @@ +interactions: +- request: + body: '{"TableName": "pytableasync52c11a38"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '37' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Mon, 02 Nov 2020 22:14:07 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 02 Nov 2020 22:14:07 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablesteststorname.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytableasync52c11a38"}' + headers: + cache-control: no-cache + content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: Mon, 02 Nov 2020 22:14:07 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('pytableasync52c11a38') + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-content-type-options: nosniff + x-ms-version: '2019-02-02' + status: + code: 201 + message: Created + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/Tables +- request: + body: ' + + empty' + headers: + Accept: + - application/xml + Content-Length: + - '129' + Content-Type: + - application/xml + Date: + - Mon, 02 Nov 2020 22:14:08 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 02 Nov 2020 22:14:08 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://tablesteststorname.table.core.windows.net/pytableasync52c11a38?comp=acl + response: + body: + string: '' + headers: + content-length: '0' + date: Mon, 02 Nov 2020 22:14:07 GMT + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: '2019-02-02' + status: + code: 204 + message: No Content + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/pytableasync52c11a38?comp=acl +- request: + body: null + headers: + Accept: + - application/xml + Date: + - Mon, 02 Nov 2020 22:14:08 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 02 Nov 2020 22:14:08 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablesteststorname.table.core.windows.net/pytableasync52c11a38?comp=acl + response: + body: + string: "\uFEFFempty" + headers: + content-type: application/xml + date: Mon, 02 Nov 2020 22:14:07 GMT + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2019-02-02' + status: + code: 200 + message: OK + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/pytableasync52c11a38?comp=acl +- request: + body: null + headers: + Accept: + - application/json + Date: + - Mon, 02 Nov 2020 22:14:08 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 02 Nov 2020 22:14:08 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablesteststorname.table.core.windows.net/Tables('pytableasync52c11a38') + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + date: Mon, 02 Nov 2020 22:14:07 GMT + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + x-content-type-options: nosniff + x-ms-version: '2019-02-02' + status: + code: 204 + message: No Content + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/Tables('pytableasync52c11a38') +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_empty_signed_identifiers.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_empty_signed_identifiers.yaml index cedb6dee37d8..7a08706c5af1 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_empty_signed_identifiers.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_empty_signed_identifiers.yaml @@ -11,23 +11,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:08 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytableasync6d6c1aab"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytableasync6d6c1aab"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 21:51:25 GMT - location: https://storagename.table.core.windows.net/Tables('pytableasync6d6c1aab') + date: Mon, 02 Nov 2020 22:14:08 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('pytableasync6d6c1aab') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/Tables - request: body: null headers: @@ -44,83 +44,83 @@ interactions: Content-Type: - application/xml Date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:09 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/pytableasync6d6c1aab?comp=acl + uri: https://tablesteststorname.table.core.windows.net/pytableasync6d6c1aab?comp=acl response: body: string: '' headers: content-length: '0' - date: Wed, 16 Sep 2020 21:51:25 GMT + date: Mon, 02 Nov 2020 22:14:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasync6d6c1aab?comp=acl + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/pytableasync6d6c1aab?comp=acl - request: body: null headers: Accept: - application/xml Date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:09 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/pytableasync6d6c1aab?comp=acl + uri: https://tablesteststorname.table.core.windows.net/pytableasync6d6c1aab?comp=acl response: body: - string: "\uFEFF" + string: "\uFEFF" headers: content-type: application/xml - date: Wed, 16 Sep 2020 21:51:25 GMT + date: Mon, 02 Nov 2020 22:14:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasync6d6c1aab?comp=acl + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/pytableasync6d6c1aab?comp=acl - request: body: null headers: Accept: - application/json Date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:09 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytableasync6d6c1aab') + uri: https://tablesteststorname.table.core.windows.net/Tables('pytableasync6d6c1aab') response: body: string: '' headers: cache-control: no-cache content-length: '0' - date: Wed, 16 Sep 2020 21:51:25 GMT + date: Mon, 02 Nov 2020 22:14:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasync6d6c1aab') + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/Tables('pytableasync6d6c1aab') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_signed_identifiers.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_signed_identifiers.yaml index 30d25b7df75f..b1f1f4471b53 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_signed_identifiers.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_signed_identifiers.yaml @@ -11,23 +11,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:25 GMT + - Mon, 02 Nov 2020 22:14:09 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytableasyncd261181d"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytableasyncd261181d"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 16 Sep 2020 21:51:25 GMT - location: https://storagename.table.core.windows.net/Tables('pytableasyncd261181d') + date: Mon, 02 Nov 2020 22:14:08 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('pytableasyncd261181d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -35,11 +35,11 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/Tables - request: body: ' - testid2020-09-16T21:46:26Z2020-09-16T22:51:26Zr' + testid2020-11-02T22:09:09Z2020-11-02T23:14:09Zr' headers: Accept: - application/xml @@ -48,82 +48,82 @@ interactions: Content-Type: - application/xml Date: - - Wed, 16 Sep 2020 21:51:26 GMT + - Mon, 02 Nov 2020 22:14:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:26 GMT + - Mon, 02 Nov 2020 22:14:09 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/pytableasyncd261181d?comp=acl + uri: https://tablesteststorname.table.core.windows.net/pytableasyncd261181d?comp=acl response: body: string: '' headers: content-length: '0' - date: Wed, 16 Sep 2020 21:51:25 GMT + date: Mon, 02 Nov 2020 22:14:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasyncd261181d?comp=acl + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/pytableasyncd261181d?comp=acl - request: body: null headers: Accept: - application/xml Date: - - Wed, 16 Sep 2020 21:51:26 GMT + - Mon, 02 Nov 2020 22:14:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:26 GMT + - Mon, 02 Nov 2020 22:14:09 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/pytableasyncd261181d?comp=acl + uri: https://tablesteststorname.table.core.windows.net/pytableasyncd261181d?comp=acl response: body: - string: "\uFEFFtestid2020-09-16T21:46:26.0000000Z2020-09-16T22:51:26.0000000Zr" + string: "\uFEFFtestid2020-11-02T22:09:09.0000000Z2020-11-02T23:14:09.0000000Zr" headers: content-type: application/xml - date: Wed, 16 Sep 2020 21:51:25 GMT + date: Mon, 02 Nov 2020 22:14:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasyncd261181d?comp=acl + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/pytableasyncd261181d?comp=acl - request: body: null headers: Accept: - application/json Date: - - Wed, 16 Sep 2020 21:51:26 GMT + - Mon, 02 Nov 2020 22:14:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:26 GMT + - Mon, 02 Nov 2020 22:14:09 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytableasyncd261181d') + uri: https://tablesteststorname.table.core.windows.net/Tables('pytableasyncd261181d') response: body: string: '' headers: cache-control: no-cache content-length: '0' - date: Wed, 16 Sep 2020 21:51:25 GMT + date: Mon, 02 Nov 2020 22:14:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasyncd261181d') + url: https://tablestestgbtfg5bwra2pv2.table.core.windows.net/Tables('pytableasyncd261181d') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch.test_batch_same_row_operations_fail.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch.test_batch_same_row_operations_fail.yaml index 4e9fd2cad05c..62fdb45cc958 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch.test_batch_same_row_operations_fail.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch.test_batch_same_row_operations_fail.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:07 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT location: - https://tablesteststorname.table.core.windows.net/Tables('uttable2efa1532') server: @@ -48,13 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"birthday": "1970-10-04T00:00:00Z", "age": 39, "sex@odata.type": "Edm.String", - "other": 20, "binary": "YmluYXJ5", "Birthday": "1973-10-04T00:00:00Z", "RowKey@odata.type": - "Edm.String", "binary@odata.type": "Edm.Binary", "RowKey": "batch_negative_1", - "married": true, "sex": "male", "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", - "Birthday@odata.type": "Edm.DateTime", "ratio": 3.1, "large": 933311100, "clsid@odata.type": - "Edm.Guid", "evenratio": 3.0, "PartitionKey": "001", "deceased": false, "birthday@odata.type": - "Edm.DateTime", "PartitionKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_negative_1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", + "sex@odata.type": "Edm.String", "married": true, "deceased": false, "ratio": + 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablesteststorname.table.core.windows.net/uttable2efa1532 response: body: - string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttable2efa1532/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A23%3A19.3531658Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","Timestamp":"2020-11-07T01:23:19.3531658Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","age":39,"other":20,"binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","married":true,"sex":"male","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","ratio":3.1,"large":933311100,"evenratio":3.0,"deceased":false}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttable2efa1532/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A05%3A08.8726522Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","Timestamp":"2020-11-17T01:05:08.8726522Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT etag: - - W/"datetime'2020-11-07T01%3A23%3A19.3531658Z'" + - W/"datetime'2020-11-17T01%3A05%3A08.8726522Z'" location: - https://tablesteststorname.table.core.windows.net/uttable2efa1532(PartitionKey='001',RowKey='batch_negative_1') server: @@ -104,33 +104,36 @@ interactions: code: 201 message: Created - request: - body: "--batch_41b0b112-d846-4037-94d6-5eca0fc9a6e8\r\nContent-Type: multipart/mixed; - boundary=changeset_4045cb51-1894-43cb-b546-0c282cf690d3\r\n\r\n--changeset_4045cb51-1894-43cb-b546-0c282cf690d3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPATCH - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable2efa1532(PartitionKey='001',RowKey='batch_negative_1') - HTTP/1.1\r\nIf-Match: *\r\nContent-Type: application/json\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: - 3.0\r\nAccept: application/json\r\nContent-Length: 352\r\nx-ms-date: Sat, 07 - Nov 2020 01:23:18 GMT\r\nDate: Sat, 07 Nov 2020 01:23:18 GMT\r\nx-ms-client-request-id: - d120dbc0-2097-11eb-ad1e-58961df361d1\r\n\r\n{\"PartitionKey@odata.type\": \"Edm.String\", - \"sign\": \"aquarius\", \"sex@odata.type\": \"Edm.String\", \"birthday@odata.type\": - \"Edm.DateTime\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"batch_negative_1\", - \"sex\": \"female\", \"PartitionKey\": \"001\", \"sign@odata.type\": \"Edm.String\", - \"age@odata.type\": \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\", - \"age\": \"abc\"}\r\n--changeset_4045cb51-1894-43cb-b546-0c282cf690d3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 1\r\n\r\nPATCH - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable2efa1532(PartitionKey='001',RowKey='batch_negative_1') - HTTP/1.1\r\nIf-Match: *\r\nContent-Type: application/json\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: - 3.0\r\nAccept: application/json\r\nContent-Length: 576\r\nx-ms-date: Sat, 07 - Nov 2020 01:23:18 GMT\r\nDate: Sat, 07 Nov 2020 01:23:18 GMT\r\nx-ms-client-request-id: - d1210314-2097-11eb-bf58-58961df361d1\r\n\r\n{\"birthday\": \"1970-10-04T00:00:00Z\", - \"age\": 39, \"sex@odata.type\": \"Edm.String\", \"other\": 20, \"binary\": - \"YmluYXJ5\", \"Birthday\": \"1973-10-04T00:00:00Z\", \"RowKey@odata.type\": - \"Edm.String\", \"binary@odata.type\": \"Edm.Binary\", \"RowKey\": \"batch_negative_1\", - \"married\": true, \"sex\": \"male\", \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\", - \"Birthday@odata.type\": \"Edm.DateTime\", \"ratio\": 3.1, \"large\": 933311100, - \"clsid@odata.type\": \"Edm.Guid\", \"evenratio\": 3.0, \"PartitionKey\": \"001\", - \"deceased\": false, \"birthday@odata.type\": \"Edm.DateTime\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_4045cb51-1894-43cb-b546-0c282cf690d3--\r\n\r\n--batch_41b0b112-d846-4037-94d6-5eca0fc9a6e8--\r\n" + body: "--batch_2e38e36b-8b55-423b-a89f-62c17f041f84\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_36e8028d-c6f3-4940-9ebb-fb03a2ce4ffa\r\n\r\n--changeset_36e8028d-c6f3-4940-9ebb-fb03a2ce4ffa\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPATCH https://tablestestdeyieg6fz36v3x.table.core.windows.net/uttable2efa1532(PartitionKey='001',RowKey='batch_negative_1')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ *\r\nContent-Type: application/json\r\nAccept: application/json\r\nContent-Length:\ + \ 352\r\nx-ms-date: Tue, 17 Nov 2020 01:05:08 GMT\r\nDate: Tue, 17 Nov 2020\ + \ 01:05:08 GMT\r\nx-ms-client-request-id: ef7c35e1-2870-11eb-a8b5-58961df361d1\r\ + \n\r\n{\"PartitionKey\": \"001\", \"PartitionKey@odata.type\": \"Edm.String\"\ + , \"RowKey\": \"batch_negative_1\", \"RowKey@odata.type\": \"Edm.String\", \"\ + age\": \"abc\", \"age@odata.type\": \"Edm.String\", \"sex\": \"female\", \"\ + sex@odata.type\": \"Edm.String\", \"sign\": \"aquarius\", \"sign@odata.type\"\ + : \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\", \"birthday@odata.type\"\ + : \"Edm.DateTime\"}\r\n--changeset_36e8028d-c6f3-4940-9ebb-fb03a2ce4ffa\r\n\ + Content-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 1\r\n\r\nPATCH https://tablestestdeyieg6fz36v3x.table.core.windows.net/uttable2efa1532(PartitionKey='001',RowKey='batch_negative_1')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ *\r\nContent-Type: application/json\r\nAccept: application/json\r\nContent-Length:\ + \ 576\r\nx-ms-date: Tue, 17 Nov 2020 01:05:08 GMT\r\nDate: Tue, 17 Nov 2020\ + \ 01:05:08 GMT\r\nx-ms-client-request-id: ef7c35e2-2870-11eb-b278-58961df361d1\r\ + \n\r\n{\"PartitionKey\": \"001\", \"PartitionKey@odata.type\": \"Edm.String\"\ + , \"RowKey\": \"batch_negative_1\", \"RowKey@odata.type\": \"Edm.String\", \"\ + age\": 39, \"sex\": \"male\", \"sex@odata.type\": \"Edm.String\", \"married\"\ + : true, \"deceased\": false, \"ratio\": 3.1, \"evenratio\": 3.0, \"large\":\ + \ 933311100, \"Birthday\": \"1973-10-04T00:00:00Z\", \"Birthday@odata.type\"\ + : \"Edm.DateTime\", \"birthday\": \"1970-10-04T00:00:00Z\", \"birthday@odata.type\"\ + : \"Edm.DateTime\", \"binary\": \"YmluYXJ5\", \"binary@odata.type\": \"Edm.Binary\"\ + , \"other\": 20, \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\", \"clsid@odata.type\"\ + : \"Edm.Guid\"}\r\n--changeset_36e8028d-c6f3-4940-9ebb-fb03a2ce4ffa--\r\n\r\n\ + --batch_2e38e36b-8b55-423b-a89f-62c17f041f84--\r\n" headers: Accept: - '*/*' @@ -141,37 +144,41 @@ interactions: Content-Length: - '2278' Content-Type: - - multipart/mixed; boundary=batch_41b0b112-d846-4037-94d6-5eca0fc9a6e8 + - multipart/mixed; boundary=batch_2e38e36b-8b55-423b-a89f-62c17f041f84 DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablesteststorname.table.core.windows.net/$batch response: body: - string: "--batchresponse_034d27f5-6fdb-4c66-a34e-4bb582a8e860\r\nContent-Type: - multipart/mixed; boundary=changesetresponse_f2f9640e-ab7a-45e2-90e3-fa75ce813d51\r\n\r\n--changesetresponse_f2f9640e-ab7a-45e2-90e3-fa75ce813d51\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\n\r\nHTTP/1.1 400 - Bad Request\r\nX-Content-Type-Options: nosniff\r\nCache-Control: no-cache\r\nDataServiceVersion: - 3.0;\r\nContent-Type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8\r\n\r\n{\"odata.error\":{\"code\":\"InvalidDuplicateRow\",\"message\":{\"lang\":\"en-US\",\"value\":\"1:The - batch request contains multiple changes with same row key. An entity can appear - only once in a batch request.\\nRequestId:ca93241b-4002-0009-44a4-b4eb21000000\\nTime:2020-11-07T01:23:19.4252175Z\"}}}\r\n--changesetresponse_f2f9640e-ab7a-45e2-90e3-fa75ce813d51--\r\n--batchresponse_034d27f5-6fdb-4c66-a34e-4bb582a8e860--\r\n" + string: "--batchresponse_e973e928-d1ea-4af5-8cc6-8f9c26dd6b9c\r\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_6c7c2455-35c3-4b5f-8b19-01f5bf64129b\r\ + \n\r\n--changesetresponse_6c7c2455-35c3-4b5f-8b19-01f5bf64129b\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\n\r\nHTTP/1.1 400\ + \ Bad Request\r\nX-Content-Type-Options: nosniff\r\nCache-Control: no-cache\r\ + \nDataServiceVersion: 3.0;\r\nContent-Type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8\r\ + \n\r\n{\"odata.error\":{\"code\":\"InvalidDuplicateRow\",\"message\":{\"lang\"\ + :\"en-US\",\"value\":\"1:The batch request contains multiple changes with\ + \ same row key. An entity can appear only once in a batch request.\\nRequestId:a28868ae-a002-004a-1c7d-bc6494000000\\\ + nTime:2020-11-17T01:05:08.9356959Z\"}}}\r\n--changesetresponse_6c7c2455-35c3-4b5f-8b19-01f5bf64129b--\r\ + \n--batchresponse_e973e928-d1ea-4af5-8cc6-8f9c26dd6b9c--\r\n" headers: cache-control: - no-cache content-type: - - multipart/mixed; boundary=batchresponse_034d27f5-6fdb-4c66-a34e-4bb582a8e860 + - multipart/mixed; boundary=batchresponse_e973e928-d1ea-4af5-8cc6-8f9c26dd6b9c date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -195,11 +202,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -213,7 +220,7 @@ interactions: content-length: - '0' date: - - Sat, 07 Nov 2020 01:23:18 GMT + - Tue, 17 Nov 2020 01:05:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch.test_batch_too_many_ops.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch.test_batch_too_many_ops.yaml index d5ef0ff6a8ad..99bcba738c29 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch.test_batch_too_many_ops.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch.test_batch_too_many_ops.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:43 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:44 GMT location: - https://tablesteststorname.table.core.windows.net/Tables('uttable4c2a104e') server: @@ -48,13 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"birthday": "1970-10-04T00:00:00Z", "age": 39, "sex@odata.type": "Edm.String", - "other": 20, "binary": "YmluYXJ5", "Birthday": "1973-10-04T00:00:00Z", "RowKey@odata.type": - "Edm.String", "binary@odata.type": "Edm.Binary", "RowKey": "batch_negative_1", - "married": true, "sex": "male", "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", - "Birthday@odata.type": "Edm.DateTime", "ratio": 3.1, "large": 933311100, "clsid@odata.type": - "Edm.Guid", "evenratio": 3.0, "PartitionKey": "001", "deceased": false, "birthday@odata.type": - "Edm.DateTime", "PartitionKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_negative_1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", + "sex@odata.type": "Edm.String", "married": true, "deceased": false, "ratio": + 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:44 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablesteststorname.table.core.windows.net/uttable4c2a104e response: body: - string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttable4c2a104e/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A23%3A21.0555975Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","Timestamp":"2020-11-07T01:23:21.0555975Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","age":39,"other":20,"binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","married":true,"sex":"male","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","ratio":3.1,"large":933311100,"evenratio":3.0,"deceased":false}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttable4c2a104e/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A05%3A45.0775603Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","Timestamp":"2020-11-17T01:05:45.0775603Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 07 Nov 2020 01:23:21 GMT + - Tue, 17 Nov 2020 01:05:44 GMT etag: - - W/"datetime'2020-11-07T01%3A23%3A21.0555975Z'" + - W/"datetime'2020-11-17T01%3A05%3A45.0775603Z'" location: - https://tablesteststorname.table.core.windows.net/uttable4c2a104e(PartitionKey='001',RowKey='batch_negative_1') server: @@ -104,816 +104,918 @@ interactions: code: 201 message: Created - request: - body: "--batch_99f04b40-eb7a-42e5-806f-5511fa50dc7b\r\nContent-Type: multipart/mixed; - boundary=changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\n\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2257a8c-2097-11eb-a7a2-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item0\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 1\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2257a8d-2097-11eb-8eb2-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item1\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 2\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d225a1c0-2097-11eb-9306-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item2\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 3\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d225a1c1-2097-11eb-b916-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item3\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 4\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d225c8cc-2097-11eb-95e8-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item4\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 5\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d225ee58-2097-11eb-85fb-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item5\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 6\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d225fbf8-2097-11eb-89c2-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item6\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 7\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d22603b0-2097-11eb-a352-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item7\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 8\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d22603b1-2097-11eb-9f75-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item8\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 9\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 120\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d22603b2-2097-11eb-a4ca-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item9\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 10\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2262b0c-2097-11eb-8a7f-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item10\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 11\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2262b0d-2097-11eb-9d01-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item11\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 12\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2262b0e-2097-11eb-8921-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item12\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 13\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226521a-2097-11eb-b289-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item13\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 14\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226521b-2097-11eb-90c1-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item14\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 15\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226521c-2097-11eb-894d-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item15\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 16\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d22679c6-2097-11eb-9249-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item16\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 17\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d22679c7-2097-11eb-874e-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item17\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 18\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d22679c8-2097-11eb-ae9e-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item18\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 19\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d22679c9-2097-11eb-a26d-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item19\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 20\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226a050-2097-11eb-80f8-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item20\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 21\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226a051-2097-11eb-b7f6-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item21\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 22\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226a052-2097-11eb-942d-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item22\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 23\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226c758-2097-11eb-8d01-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item23\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 24\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226c759-2097-11eb-9e8c-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item24\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 25\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226c75a-2097-11eb-9eb3-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item25\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 26\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226c75b-2097-11eb-b2d3-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item26\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 27\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226c75c-2097-11eb-8e6c-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item27\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 28\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226ee6c-2097-11eb-9410-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item28\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 29\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226ee6d-2097-11eb-a51b-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item29\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 30\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226ee6e-2097-11eb-9c6a-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item30\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 31\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d226ee6f-2097-11eb-a82b-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item31\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 32\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2271574-2097-11eb-b04d-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item32\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 33\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2271575-2097-11eb-9332-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item33\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 34\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2271576-2097-11eb-8872-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item34\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 35\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2271577-2097-11eb-873f-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item35\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 36\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2273142-2097-11eb-b377-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item36\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 37\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2273143-2097-11eb-b28f-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item37\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 38\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2273144-2097-11eb-aca8-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item38\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 39\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2273145-2097-11eb-b5cf-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item39\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 40\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275806-2097-11eb-b1b6-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item40\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 41\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275807-2097-11eb-8f84-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item41\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 42\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275808-2097-11eb-96ab-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item42\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 43\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275809-2097-11eb-bd78-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item43\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 44\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227580a-2097-11eb-b8b9-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item44\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 45\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227580b-2097-11eb-ace3-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item45\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 46\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227580c-2097-11eb-9f38-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item46\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 47\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227580d-2097-11eb-9224-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item47\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 48\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227580e-2097-11eb-945b-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item48\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 49\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227580f-2097-11eb-b034-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item49\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 50\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275810-2097-11eb-a68c-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item50\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 51\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275811-2097-11eb-aee8-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item51\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 52\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275812-2097-11eb-9ccf-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item52\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 53\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275813-2097-11eb-927d-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item53\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 54\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275814-2097-11eb-8b03-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item54\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 55\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2275815-2097-11eb-abe4-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item55\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 56\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f1a-2097-11eb-8bc7-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item56\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 57\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f1b-2097-11eb-a3f9-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item57\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 58\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f1c-2097-11eb-8cfa-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item58\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 59\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f1d-2097-11eb-8572-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item59\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 60\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f1e-2097-11eb-ae5a-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item60\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 61\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f1f-2097-11eb-a22b-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item61\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 62\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f20-2097-11eb-a9f7-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item62\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 63\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f21-2097-11eb-ab8e-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item63\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 64\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f22-2097-11eb-a4b0-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item64\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 65\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f23-2097-11eb-a0da-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item65\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 66\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f24-2097-11eb-a76a-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item66\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 67\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f25-2097-11eb-8802-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item67\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 68\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f26-2097-11eb-9559-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item68\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 69\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f27-2097-11eb-9b55-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item69\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 70\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f28-2097-11eb-a73c-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item70\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 71\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f29-2097-11eb-92d2-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item71\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 72\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f2a-2097-11eb-90db-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item72\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 73\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f2b-2097-11eb-be2a-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item73\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 74\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f2c-2097-11eb-9d43-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item74\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 75\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f2d-2097-11eb-ba33-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item75\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 76\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f2e-2097-11eb-9c3a-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item76\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 77\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f2f-2097-11eb-9ce5-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item77\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 78\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f30-2097-11eb-9d07-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item78\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 79\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f31-2097-11eb-865c-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item79\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 80\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f32-2097-11eb-b5a8-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item80\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 81\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f33-2097-11eb-81ee-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item81\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 82\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f34-2097-11eb-9bd9-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item82\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 83\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f35-2097-11eb-a94c-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item83\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 84\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f36-2097-11eb-b606-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item84\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 85\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f37-2097-11eb-966e-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item85\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 86\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f38-2097-11eb-bbf6-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item86\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 87\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f39-2097-11eb-8ea4-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item87\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 88\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f3a-2097-11eb-b386-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item88\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 89\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f3b-2097-11eb-a46a-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item89\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 90\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f3c-2097-11eb-bc39-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item90\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 91\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d2277f3d-2097-11eb-9c02-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item91\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 92\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a626-2097-11eb-afa2-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item92\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 93\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a627-2097-11eb-935f-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item93\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 94\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a628-2097-11eb-92cc-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item94\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 95\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a629-2097-11eb-8a7f-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item95\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 96\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a62a-2097-11eb-97ab-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item96\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 97\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a62b-2097-11eb-89d2-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item97\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 98\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a62c-2097-11eb-b8b3-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item98\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 99\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 121\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a62d-2097-11eb-a0e0-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item99\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 100\r\n\r\nPOST - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable4c2a104e HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 122\r\nx-ms-date: Sat, 07 Nov 2020 01:23:20 GMT\r\nDate: Sat, 07 Nov 2020 01:23:20 - GMT\r\nx-ms-client-request-id: d227a62e-2097-11eb-a3bc-58961df361d1\r\n\r\n{\"PartitionKey\": - \"large\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"item100\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_7b2f487e-7c30-402e-8aaa-9a15ffbbbec3--\r\n\r\n--batch_99f04b40-eb7a-42e5-806f-5511fa50dc7b--\r\n" + body: "--batch_39baf261-44ce-41a6-80c2-4c841748222d\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\n\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514353e-2871-11eb-a49a-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item0\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 1\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514353f-2871-11eb-91f4-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item1\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 2\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05143540-2871-11eb-824c-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item2\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 3\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05143541-2871-11eb-a243-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item3\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 4\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05145cbf-2871-11eb-bdfd-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item4\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 5\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05145cc0-2871-11eb-b5e0-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item5\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 6\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05145cc1-2871-11eb-b64b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item6\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 7\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05145cc2-2871-11eb-b1ab-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item7\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 8\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05145cc3-2871-11eb-a1f2-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item8\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 9\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05145cc4-2871-11eb-b800-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item9\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 10\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483c5-2871-11eb-85ff-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item10\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 11\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483c6-2871-11eb-9711-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item11\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 12\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483c7-2871-11eb-aa0c-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item12\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 13\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483c8-2871-11eb-a6d3-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item13\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 14\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483c9-2871-11eb-a9ed-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item14\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 15\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483ca-2871-11eb-a4af-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item15\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 16\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483cb-2871-11eb-be51-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item16\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 17\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483cc-2871-11eb-a391-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item17\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 18\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483cd-2871-11eb-951c-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item18\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 19\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483ce-2871-11eb-8966-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item19\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 20\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 051483cf-2871-11eb-abb9-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item20\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 21\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aae8-2871-11eb-8510-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item21\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 22\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aae9-2871-11eb-af5c-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item22\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 23\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aaea-2871-11eb-876a-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item23\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 24\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aaeb-2871-11eb-92fa-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item24\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 25\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aaec-2871-11eb-9384-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item25\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 26\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aaed-2871-11eb-857f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item26\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 27\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aaee-2871-11eb-96ae-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item27\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 28\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aaef-2871-11eb-9cd1-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item28\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 29\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514aaf0-2871-11eb-9c4b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item29\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 30\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d20b-2871-11eb-8c0a-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item30\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 31\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d20c-2871-11eb-91c6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item31\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 32\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d20d-2871-11eb-84c2-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item32\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 33\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d20e-2871-11eb-9c5a-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item33\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 34\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d20f-2871-11eb-bfb3-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item34\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 35\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d210-2871-11eb-84e5-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item35\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 36\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d211-2871-11eb-a12e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item36\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 37\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d212-2871-11eb-93d5-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item37\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 38\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d213-2871-11eb-861e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item38\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 39\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d214-2871-11eb-a2ef-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item39\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 40\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d215-2871-11eb-aebd-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item40\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 41\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d216-2871-11eb-b62c-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item41\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 42\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d217-2871-11eb-bf52-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item42\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 43\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d218-2871-11eb-913e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item43\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 44\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514d219-2871-11eb-a093-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item44\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 45\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f900-2871-11eb-9e2b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item45\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 46\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f901-2871-11eb-b7c0-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item46\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 47\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f902-2871-11eb-ad9a-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item47\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 48\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f903-2871-11eb-aa1d-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item48\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 49\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f904-2871-11eb-8b55-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item49\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 50\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f905-2871-11eb-bea3-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item50\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 51\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f906-2871-11eb-ba54-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item51\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 52\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f907-2871-11eb-8c1b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item52\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 53\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f908-2871-11eb-a920-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item53\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 54\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f909-2871-11eb-b7a7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item54\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 55\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f90a-2871-11eb-a9a3-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item55\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 56\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f90b-2871-11eb-96c9-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item56\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 57\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f90c-2871-11eb-9229-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item57\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 58\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f90d-2871-11eb-a1e1-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item58\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 59\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f90e-2871-11eb-bbd5-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item59\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 60\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f90f-2871-11eb-a57f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item60\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 61\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0514f910-2871-11eb-a056-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item61\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 62\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152007-2871-11eb-91ba-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item62\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 63\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152008-2871-11eb-8a91-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item63\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 64\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152009-2871-11eb-bda8-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item64\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 65\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515200a-2871-11eb-8e16-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item65\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 66\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515200b-2871-11eb-94f7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item66\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 67\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515200c-2871-11eb-bb3e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item67\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 68\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515200d-2871-11eb-93df-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item68\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 69\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515200e-2871-11eb-8a58-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item69\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 70\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515200f-2871-11eb-b92d-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item70\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 71\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152010-2871-11eb-b34f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item71\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 72\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152011-2871-11eb-8374-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item72\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 73\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152012-2871-11eb-9720-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item73\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 74\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152013-2871-11eb-9ea4-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item74\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 75\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152014-2871-11eb-9b43-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item75\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 76\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152015-2871-11eb-9343-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item76\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 77\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05152016-2871-11eb-b88b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item77\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 78\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154718-2871-11eb-b902-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item78\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 79\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154719-2871-11eb-91a7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item79\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 80\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515471a-2871-11eb-b08f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item80\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 81\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515471b-2871-11eb-90e0-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item81\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 82\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515471c-2871-11eb-af4f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item82\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 83\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515471d-2871-11eb-bbb5-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item83\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 84\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515471e-2871-11eb-81df-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item84\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 85\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515471f-2871-11eb-a541-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item85\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 86\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154720-2871-11eb-9172-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item86\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 87\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154721-2871-11eb-a46b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item87\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 88\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154722-2871-11eb-ab20-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item88\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 89\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154723-2871-11eb-b317-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item89\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 90\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154724-2871-11eb-9bc2-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item90\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 91\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154725-2871-11eb-a9f4-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item91\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 92\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154726-2871-11eb-a662-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item92\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 93\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154727-2871-11eb-a7a6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item93\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 94\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154728-2871-11eb-99b6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item94\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 95\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 05154729-2871-11eb-9499-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item95\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 96\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515472a-2871-11eb-9bf8-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item96\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 97\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515472b-2871-11eb-8561-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item97\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 98\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515472c-2871-11eb-a10e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item98\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 99\r\n\ + \r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515472d-2871-11eb-91ff-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item99\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 100\r\ + \n\r\nPOST https://tablestestxc6yxmwrhgheup.table.core.windows.net/uttable4c2a104e\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 122\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:05:44 GMT\r\nDate: Tue, 17 Nov 2020 01:05:44 GMT\r\nx-ms-client-request-id:\ + \ 0515472e-2871-11eb-9f6a-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item100\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_ec7afcaa-fbe8-4ee1-9462-ad64a93c1441--\r\n\r\ + \n--batch_39baf261-44ce-41a6-80c2-4c841748222d--\r\n" headers: Accept: - '*/*' @@ -924,36 +1026,42 @@ interactions: Content-Length: - '69304' Content-Type: - - multipart/mixed; boundary=batch_99f04b40-eb7a-42e5-806f-5511fa50dc7b + - multipart/mixed; boundary=batch_39baf261-44ce-41a6-80c2-4c841748222d DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:44 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:44 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablesteststorname.table.core.windows.net/$batch response: body: - string: "--batchresponse_8423d609-2f16-4c68-9cc7-a16648d5e390\r\nContent-Type: - multipart/mixed; boundary=changesetresponse_39349a48-f9ee-4090-b457-01170684e50a\r\n\r\n--changesetresponse_39349a48-f9ee-4090-b457-01170684e50a\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\n\r\nHTTP/1.1 400 - Bad Request\r\nX-Content-Type-Options: nosniff\r\nCache-Control: no-cache\r\nPreference-Applied: - return-no-content\r\nDataServiceVersion: 3.0;\r\nContent-Type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8\r\n\r\n{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"en-US\",\"value\":\"99:The - batch request operation exceeds the maximum 100 changes per change set.\\nRequestId:097ef8e5-7002-0001-78a4-b4f052000000\\nTime:2020-11-07T01:23:21.3037728Z\"}}}\r\n--changesetresponse_39349a48-f9ee-4090-b457-01170684e50a--\r\n--batchresponse_8423d609-2f16-4c68-9cc7-a16648d5e390--\r\n" + string: "--batchresponse_e34234c0-4798-417b-934d-91d6ba6b0a30\r\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_907d3715-31ef-453a-b3de-66c19f6cc833\r\ + \n\r\n--changesetresponse_907d3715-31ef-453a-b3de-66c19f6cc833\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\n\r\nHTTP/1.1 400\ + \ Bad Request\r\nX-Content-Type-Options: nosniff\r\nCache-Control: no-cache\r\ + \nPreference-Applied: return-no-content\r\nDataServiceVersion: 3.0;\r\nContent-Type:\ + \ application/json;odata=minimalmetadata;streaming=true;charset=utf-8\r\n\r\ + \n{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"en-US\"\ + ,\"value\":\"99:The batch request operation exceeds the maximum 100 changes\ + \ per change set.\\nRequestId:77dae895-5002-001a-327d-bc4c24000000\\nTime:2020-11-17T01:05:45.3117284Z\"\ + }}}\r\n--changesetresponse_907d3715-31ef-453a-b3de-66c19f6cc833--\r\n--batchresponse_e34234c0-4798-417b-934d-91d6ba6b0a30--\r\ + \n" headers: cache-control: - no-cache content-type: - - multipart/mixed; boundary=batchresponse_8423d609-2f16-4c68-9cc7-a16648d5e390 + - multipart/mixed; boundary=batchresponse_e34234c0-4798-417b-934d-91d6ba6b0a30 date: - - Sat, 07 Nov 2020 01:23:21 GMT + - Tue, 17 Nov 2020 01:05:44 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -977,11 +1085,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:20 GMT + - Tue, 17 Nov 2020 01:05:44 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -995,7 +1103,7 @@ interactions: content-length: - '0' date: - - Sat, 07 Nov 2020 01:23:21 GMT + - Tue, 17 Nov 2020 01:05:44 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_async.test_batch_same_row_operations_fail.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_async.test_batch_same_row_operations_fail.yaml index 9c32db9cbd58..04142f3c2179 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_async.test_batch_same_row_operations_fail.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_async.test_batch_same_row_operations_fail.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:26 GMT + - Tue, 17 Nov 2020 01:04:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:26 GMT + - Tue, 17 Nov 2020 01:04:04 GMT x-ms-version: - '2019-02-02' method: POST @@ -26,7 +26,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Sat, 07 Nov 2020 01:23:27 GMT + date: Tue, 17 Nov 2020 01:04:05 GMT location: https://tablesteststorname.table.core.windows.net/Tables('uttableb85917af') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,15 +35,15 @@ interactions: status: code: 201 message: Created - url: https://tablestestxjz4vq7ewcdgud.table.core.windows.net/Tables + url: https://tablestestan4apqetbs62cf.table.core.windows.net/Tables - request: - body: '{"birthday": "1970-10-04T00:00:00Z", "age": 39, "sex@odata.type": "Edm.String", - "other": 20, "binary": "YmluYXJ5", "Birthday": "1973-10-04T00:00:00Z", "RowKey@odata.type": - "Edm.String", "binary@odata.type": "Edm.Binary", "RowKey": "batch_negative_1", - "married": true, "sex": "male", "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", - "Birthday@odata.type": "Edm.DateTime", "ratio": 3.1, "large": 933311100, "clsid@odata.type": - "Edm.Guid", "evenratio": 3.0, "PartitionKey": "001", "deceased": false, "birthday@odata.type": - "Edm.DateTime", "PartitionKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_negative_1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", + "sex@odata.type": "Edm.String", "married": true, "deceased": false, "ratio": + 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:27 GMT + - Tue, 17 Nov 2020 01:04:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:27 GMT + - Tue, 17 Nov 2020 01:04:05 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablesteststorname.table.core.windows.net/uttableb85917af response: body: - string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttableb85917af/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A23%3A28.0044766Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","Timestamp":"2020-11-07T01:23:28.0044766Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","age":39,"other":20,"binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","married":true,"sex":"male","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","ratio":3.1,"large":933311100,"evenratio":3.0,"deceased":false}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttableb85917af/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A04%3A06.0083665Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","Timestamp":"2020-11-17T01:04:06.0083665Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Sat, 07 Nov 2020 01:23:27 GMT - etag: W/"datetime'2020-11-07T01%3A23%3A28.0044766Z'" + date: Tue, 17 Nov 2020 01:04:05 GMT + etag: W/"datetime'2020-11-17T01%3A04%3A06.0083665Z'" location: https://tablesteststorname.table.core.windows.net/uttableb85917af(PartitionKey='001',RowKey='batch_negative_1') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,67 +79,74 @@ interactions: status: code: 201 message: Created - url: https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttableb85917af + url: https://tablestestan4apqetbs62cf.table.core.windows.net/uttableb85917af - request: - body: "--batch_eb612489-e2ad-4863-a2cb-61c5f8c55e21\r\nContent-Type: multipart/mixed; - boundary=changeset_b912e36e-7aed-4b2e-a036-1539cf65a34a\r\n\r\n--changeset_b912e36e-7aed-4b2e-a036-1539cf65a34a\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPATCH - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttableb85917af(PartitionKey='001',RowKey='batch_negative_1') - HTTP/1.1\r\nIf-Match: *\r\nContent-Type: application/json\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: - 3.0\r\nAccept: application/json\r\nContent-Length: 352\r\nx-ms-date: Sat, 07 - Nov 2020 01:23:27 GMT\r\nDate: Sat, 07 Nov 2020 01:23:27 GMT\r\nx-ms-client-request-id: - d64843c9-2097-11eb-9973-58961df361d1\r\n\r\n{\"PartitionKey@odata.type\": \"Edm.String\", - \"sign\": \"aquarius\", \"sex@odata.type\": \"Edm.String\", \"birthday@odata.type\": - \"Edm.DateTime\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"batch_negative_1\", - \"sex\": \"female\", \"PartitionKey\": \"001\", \"sign@odata.type\": \"Edm.String\", - \"age@odata.type\": \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\", - \"age\": \"abc\"}\r\n--changeset_b912e36e-7aed-4b2e-a036-1539cf65a34a\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 1\r\n\r\nPATCH - https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttableb85917af(PartitionKey='001',RowKey='batch_negative_1') - HTTP/1.1\r\nIf-Match: *\r\nContent-Type: application/json\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: - 3.0\r\nAccept: application/json\r\nContent-Length: 576\r\nx-ms-date: Sat, 07 - Nov 2020 01:23:27 GMT\r\nDate: Sat, 07 Nov 2020 01:23:27 GMT\r\nx-ms-client-request-id: - d64843c8-2097-11eb-841e-58961df361d1\r\n\r\n{\"birthday\": \"1970-10-04T00:00:00Z\", - \"age\": 39, \"sex@odata.type\": \"Edm.String\", \"other\": 20, \"binary\": - \"YmluYXJ5\", \"Birthday\": \"1973-10-04T00:00:00Z\", \"RowKey@odata.type\": - \"Edm.String\", \"binary@odata.type\": \"Edm.Binary\", \"RowKey\": \"batch_negative_1\", - \"married\": true, \"sex\": \"male\", \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\", - \"Birthday@odata.type\": \"Edm.DateTime\", \"ratio\": 3.1, \"large\": 933311100, - \"clsid@odata.type\": \"Edm.Guid\", \"evenratio\": 3.0, \"PartitionKey\": \"001\", - \"deceased\": false, \"birthday@odata.type\": \"Edm.DateTime\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_b912e36e-7aed-4b2e-a036-1539cf65a34a--\r\n\r\n--batch_eb612489-e2ad-4863-a2cb-61c5f8c55e21--\r\n" + body: "--batch_283126b2-e6f5-414e-b524-b8e595204b0c\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_274e2e44-28c8-44e7-b1c0-985b48bbc2fe\r\n\r\n--changeset_274e2e44-28c8-44e7-b1c0-985b48bbc2fe\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPATCH https://tablestestan4apqetbs62cf.table.core.windows.net/uttableb85917af(PartitionKey='001',RowKey='batch_negative_1')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ *\r\nContent-Type: application/json\r\nAccept: application/json\r\nContent-Length:\ + \ 352\r\nx-ms-date: Tue, 17 Nov 2020 01:04:05 GMT\r\nDate: Tue, 17 Nov 2020\ + \ 01:04:05 GMT\r\nx-ms-client-request-id: ca03c9bc-2870-11eb-bffb-58961df361d1\r\ + \n\r\n{\"PartitionKey\": \"001\", \"PartitionKey@odata.type\": \"Edm.String\"\ + , \"RowKey\": \"batch_negative_1\", \"RowKey@odata.type\": \"Edm.String\", \"\ + age\": \"abc\", \"age@odata.type\": \"Edm.String\", \"sex\": \"female\", \"\ + sex@odata.type\": \"Edm.String\", \"sign\": \"aquarius\", \"sign@odata.type\"\ + : \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\", \"birthday@odata.type\"\ + : \"Edm.DateTime\"}\r\n--changeset_274e2e44-28c8-44e7-b1c0-985b48bbc2fe\r\n\ + Content-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 1\r\n\r\nPATCH https://tablestestan4apqetbs62cf.table.core.windows.net/uttableb85917af(PartitionKey='001',RowKey='batch_negative_1')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ *\r\nContent-Type: application/json\r\nAccept: application/json\r\nContent-Length:\ + \ 576\r\nx-ms-date: Tue, 17 Nov 2020 01:04:05 GMT\r\nDate: Tue, 17 Nov 2020\ + \ 01:04:05 GMT\r\nx-ms-client-request-id: ca03c9bd-2870-11eb-832a-58961df361d1\r\ + \n\r\n{\"PartitionKey\": \"001\", \"PartitionKey@odata.type\": \"Edm.String\"\ + , \"RowKey\": \"batch_negative_1\", \"RowKey@odata.type\": \"Edm.String\", \"\ + age\": 39, \"sex\": \"male\", \"sex@odata.type\": \"Edm.String\", \"married\"\ + : true, \"deceased\": false, \"ratio\": 3.1, \"evenratio\": 3.0, \"large\":\ + \ 933311100, \"Birthday\": \"1973-10-04T00:00:00Z\", \"Birthday@odata.type\"\ + : \"Edm.DateTime\", \"birthday\": \"1970-10-04T00:00:00Z\", \"birthday@odata.type\"\ + : \"Edm.DateTime\", \"binary\": \"YmluYXJ5\", \"binary@odata.type\": \"Edm.Binary\"\ + , \"other\": 20, \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\", \"clsid@odata.type\"\ + : \"Edm.Guid\"}\r\n--changeset_274e2e44-28c8-44e7-b1c0-985b48bbc2fe--\r\n\r\n\ + --batch_283126b2-e6f5-414e-b524-b8e595204b0c--\r\n" headers: Content-Length: - '2278' Content-Type: - - multipart/mixed; boundary=batch_eb612489-e2ad-4863-a2cb-61c5f8c55e21 + - multipart/mixed; boundary=batch_283126b2-e6f5-414e-b524-b8e595204b0c DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:23:27 GMT + - Tue, 17 Nov 2020 01:04:05 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:27 GMT + - Tue, 17 Nov 2020 01:04:05 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablesteststorname.table.core.windows.net/$batch response: body: - string: "--batchresponse_96d07981-91d9-4a31-8cc7-c6405fa2965a\r\nContent-Type: - multipart/mixed; boundary=changesetresponse_39d55c4b-0204-4fea-960a-529ecf68c417\r\n\r\n--changesetresponse_39d55c4b-0204-4fea-960a-529ecf68c417\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\n\r\nHTTP/1.1 400 - Bad Request\r\nX-Content-Type-Options: nosniff\r\nCache-Control: no-cache\r\nDataServiceVersion: - 3.0;\r\nContent-Type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8\r\n\r\n{\"odata.error\":{\"code\":\"InvalidDuplicateRow\",\"message\":{\"lang\":\"en-US\",\"value\":\"1:The - batch request contains multiple changes with same row key. An entity can appear - only once in a batch request.\\nRequestId:5e9aa67e-f002-0010-5ea4-b4c749000000\\nTime:2020-11-07T01:23:28.0645194Z\"}}}\r\n--changesetresponse_39d55c4b-0204-4fea-960a-529ecf68c417--\r\n--batchresponse_96d07981-91d9-4a31-8cc7-c6405fa2965a--\r\n" + string: "--batchresponse_995b8e0f-9170-4513-b540-8209bf005223\r\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_1ff4530f-e8bf-4695-a762-b8c5ffc55f68\r\ + \n\r\n--changesetresponse_1ff4530f-e8bf-4695-a762-b8c5ffc55f68\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\n\r\nHTTP/1.1 400\ + \ Bad Request\r\nX-Content-Type-Options: nosniff\r\nCache-Control: no-cache\r\ + \nDataServiceVersion: 3.0;\r\nContent-Type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8\r\ + \n\r\n{\"odata.error\":{\"code\":\"InvalidDuplicateRow\",\"message\":{\"lang\"\ + :\"en-US\",\"value\":\"1:The batch request contains multiple changes with\ + \ same row key. An entity can appear only once in a batch request.\\nRequestId:51ec4d6f-4002-0029-167d-bc138f000000\\\ + nTime:2020-11-17T01:04:06.0744140Z\"}}}\r\n--changesetresponse_1ff4530f-e8bf-4695-a762-b8c5ffc55f68--\r\ + \n--batchresponse_995b8e0f-9170-4513-b540-8209bf005223--\r\n" headers: cache-control: no-cache - content-type: multipart/mixed; boundary=batchresponse_96d07981-91d9-4a31-8cc7-c6405fa2965a - date: Sat, 07 Nov 2020 01:23:27 GMT + content-type: multipart/mixed; boundary=batchresponse_995b8e0f-9170-4513-b540-8209bf005223 + date: Tue, 17 Nov 2020 01:04:05 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -147,18 +154,18 @@ interactions: status: code: 202 message: Accepted - url: https://tablestestxjz4vq7ewcdgud.table.core.windows.net/$batch + url: https://tablestestan4apqetbs62cf.table.core.windows.net/$batch - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:23:27 GMT + - Tue, 17 Nov 2020 01:04:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:23:27 GMT + - Tue, 17 Nov 2020 01:04:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -169,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Sat, 07 Nov 2020 01:23:27 GMT + date: Tue, 17 Nov 2020 01:04:05 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://tablestestxjz4vq7ewcdgud.table.core.windows.net/Tables('uttableb85917af') + url: https://tablestestan4apqetbs62cf.table.core.windows.net/Tables('uttableb85917af') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_async.test_batch_too_many_ops.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_async.test_batch_too_many_ops.yaml new file mode 100644 index 000000000000..4ca568e155ff --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_async.test_batch_too_many_ops.yaml @@ -0,0 +1,1070 @@ +interactions: +- request: + body: '{"TableName": "uttableb7ad12cb"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '32' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Tue, 03 Nov 2020 20:57:45 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 03 Nov 2020 20:57:45 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablesteststorname.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttableb7ad12cb"}' + headers: + cache-control: no-cache + content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: Tue, 03 Nov 2020 20:57:46 GMT + location: https://tablesteststorname.table.core.windows.net/Tables('uttableb7ad12cb') + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-content-type-options: nosniff + x-ms-version: '2019-02-02' + status: + code: 201 + message: Created + url: https://tablestestwdvh74j5za4bsy.table.core.windows.net/Tables +- request: + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_negative_1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", + "sex@odata.type": "Edm.String", "married": true, "deceased": false, "ratio": + 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '576' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Tue, 03 Nov 2020 20:57:46 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 03 Nov 2020 20:57:46 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablesteststorname.table.core.windows.net/uttableb7ad12cb + response: + body: + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttableb7ad12cb/@Element","odata.etag":"W/\"datetime''2020-11-03T20%3A57%3A46.5226245Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","Timestamp":"2020-11-03T20:57:46.5226245Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' + headers: + cache-control: no-cache + content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: Tue, 03 Nov 2020 20:57:46 GMT + etag: W/"datetime'2020-11-03T20%3A57%3A46.5226245Z'" + location: https://tablesteststorname.table.core.windows.net/uttableb7ad12cb(PartitionKey='001',RowKey='batch_negative_1') + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-content-type-options: nosniff + x-ms-version: '2019-02-02' + status: + code: 201 + message: Created + url: https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb +- request: + body: "--batch_6b9e3d8d-a7bb-4077-8123-d091d8cf2225\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\n\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb2f-1e17-11eb-b337-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item0\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 1\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb30-1e17-11eb-9091-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item1\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 2\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb31-1e17-11eb-b7c4-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item2\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 3\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb32-1e17-11eb-9240-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item3\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 4\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb33-1e17-11eb-9d4f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item4\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 5\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb34-1e17-11eb-a0ba-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item5\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 6\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb35-1e17-11eb-bdf7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item6\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 7\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb36-1e17-11eb-8e54-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item7\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 8\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb37-1e17-11eb-bde2-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item8\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 9\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 120\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb38-1e17-11eb-bf8e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item9\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 10\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb39-1e17-11eb-90db-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item10\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 11\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb3a-1e17-11eb-ad26-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item11\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 12\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb3b-1e17-11eb-9674-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item12\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 13\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c2fb3c-1e17-11eb-9a73-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item13\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 14\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32212-1e17-11eb-bb86-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item14\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 15\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32213-1e17-11eb-b1e6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item15\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 16\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32214-1e17-11eb-9590-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item16\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 17\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32215-1e17-11eb-9e16-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item17\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 18\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32216-1e17-11eb-a13d-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item18\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 19\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32217-1e17-11eb-94f2-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item19\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 20\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32218-1e17-11eb-a66b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item20\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 21\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32219-1e17-11eb-84ec-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item21\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 22\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3221a-1e17-11eb-b085-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item22\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 23\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3221b-1e17-11eb-813c-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item23\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 24\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3221c-1e17-11eb-aee9-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item24\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 25\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3221d-1e17-11eb-aaf3-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item25\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 26\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3221e-1e17-11eb-b9e7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item26\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 27\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3221f-1e17-11eb-a293-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item27\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 28\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32220-1e17-11eb-b241-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item28\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 29\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32221-1e17-11eb-a84b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item29\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 30\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32222-1e17-11eb-b54b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item30\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 31\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32223-1e17-11eb-ad8e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item31\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 32\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32224-1e17-11eb-97d8-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item32\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 33\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32225-1e17-11eb-b3a3-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item33\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 34\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32226-1e17-11eb-aa4b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item34\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 35\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32227-1e17-11eb-8e7d-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item35\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 36\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32228-1e17-11eb-8162-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item36\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 37\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32229-1e17-11eb-ac94-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item37\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 38\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3222a-1e17-11eb-8d29-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item38\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 39\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3222b-1e17-11eb-a5d7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item39\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 40\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3222c-1e17-11eb-bee4-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item40\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 41\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3222d-1e17-11eb-a1e6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item41\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 42\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3222e-1e17-11eb-8b0b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item42\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 43\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3222f-1e17-11eb-8c15-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item43\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 44\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32230-1e17-11eb-811d-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item44\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 45\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32231-1e17-11eb-bfdd-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item45\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 46\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32232-1e17-11eb-8108-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item46\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 47\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32233-1e17-11eb-b02e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item47\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 48\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32234-1e17-11eb-a520-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item48\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 49\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32235-1e17-11eb-bceb-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item49\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 50\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32236-1e17-11eb-90e9-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item50\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 51\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32237-1e17-11eb-80f8-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item51\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 52\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32238-1e17-11eb-ae8f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item52\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 53\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32239-1e17-11eb-82dc-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item53\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 54\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3223a-1e17-11eb-af7f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item54\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 55\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3223b-1e17-11eb-aad6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item55\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 56\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3223c-1e17-11eb-b249-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item56\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 57\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3223d-1e17-11eb-9855-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item57\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 58\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3223e-1e17-11eb-822b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item58\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 59\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3223f-1e17-11eb-8303-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item59\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 60\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32240-1e17-11eb-8e80-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item60\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 61\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32241-1e17-11eb-a285-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item61\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 62\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32242-1e17-11eb-b317-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item62\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 63\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32243-1e17-11eb-8a6b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item63\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 64\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32244-1e17-11eb-8af2-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item64\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 65\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32245-1e17-11eb-89f7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item65\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 66\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32246-1e17-11eb-bd9e-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item66\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 67\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32247-1e17-11eb-9fa2-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item67\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 68\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32248-1e17-11eb-9267-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item68\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 69\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32249-1e17-11eb-bcb6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item69\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 70\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3224a-1e17-11eb-af29-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item70\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 71\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3224b-1e17-11eb-8f73-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item71\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 72\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3224c-1e17-11eb-bb40-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item72\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 73\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3224d-1e17-11eb-b1cb-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item73\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 74\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3224e-1e17-11eb-bc29-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item74\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 75\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3224f-1e17-11eb-9aca-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item75\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 76\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32250-1e17-11eb-b76f-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item76\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 77\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32251-1e17-11eb-b1eb-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item77\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 78\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32252-1e17-11eb-a4dd-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item78\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 79\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32253-1e17-11eb-bd02-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item79\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 80\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32254-1e17-11eb-93b7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item80\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 81\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32255-1e17-11eb-91ce-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item81\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 82\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32256-1e17-11eb-96ab-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item82\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 83\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32257-1e17-11eb-a8e6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item83\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 84\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32258-1e17-11eb-b523-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item84\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 85\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c32259-1e17-11eb-8b41-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item85\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 86\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3225a-1e17-11eb-ae4a-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item86\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 87\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3225b-1e17-11eb-bb70-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item87\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 88\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3225c-1e17-11eb-bad6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item88\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 89\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3225d-1e17-11eb-b34a-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item89\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 90\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c34903-1e17-11eb-ae84-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item90\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 91\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c34904-1e17-11eb-bc1b-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item91\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 92\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c34905-1e17-11eb-b7e6-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item92\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 93\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c34906-1e17-11eb-bf24-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item93\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 94\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c34907-1e17-11eb-a080-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item94\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 95\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c34908-1e17-11eb-aa3c-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item95\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 96\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c34909-1e17-11eb-8cb7-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item96\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 97\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3490a-1e17-11eb-82bd-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item97\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 98\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3490b-1e17-11eb-8419-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item98\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 99\r\n\ + \r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 121\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3490c-1e17-11eb-8101-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item99\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 100\r\ + \n\r\nPOST https://tablestestwdvh74j5za4bsy.table.core.windows.net/uttableb7ad12cb\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 122\r\nx-ms-date:\ + \ Tue, 03 Nov 2020 20:57:46 GMT\r\nDate: Tue, 03 Nov 2020 20:57:46 GMT\r\nx-ms-client-request-id:\ + \ 39c3490d-1e17-11eb-b62d-58961df361d1\r\n\r\n{\"PartitionKey\": \"large\",\ + \ \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"item100\", \"RowKey@odata.type\"\ + : \"Edm.String\"}\r\n--changeset_f50a7a3d-8f50-4b14-ac55-2bb1755fdea0--\r\n\r\ + \n--batch_6b9e3d8d-a7bb-4077-8123-d091d8cf2225--\r\n" + headers: + Content-Length: + - '69304' + Content-Type: + - multipart/mixed; boundary=batch_6b9e3d8d-a7bb-4077-8123-d091d8cf2225 + DataServiceVersion: + - '3.0' + Date: + - Tue, 03 Nov 2020 20:57:46 GMT + MaxDataServiceVersion: + - 3.0;NetFx + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 03 Nov 2020 20:57:46 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablesteststorname.table.core.windows.net/$batch + response: + body: + string: "--batchresponse_19d96b53-88b6-44d6-b616-d005ba8da987\r\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_10a896f4-1864-499c-a5c6-f834bccba8a3\r\ + \n\r\n--changesetresponse_10a896f4-1864-499c-a5c6-f834bccba8a3\r\nContent-Type:\ + \ application/http\r\nContent-Transfer-Encoding: binary\r\n\r\nHTTP/1.1 400\ + \ Bad Request\r\nX-Content-Type-Options: nosniff\r\nCache-Control: no-cache\r\ + \nPreference-Applied: return-no-content\r\nDataServiceVersion: 3.0;\r\nContent-Type:\ + \ application/json;odata=minimalmetadata;streaming=true;charset=utf-8\r\n\r\ + \n{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"en-US\"\ + ,\"value\":\"99:The batch request operation exceeds the maximum 100 changes\ + \ per change set.\\nRequestId:8b4dd130-0002-002d-3e23-b216cd000000\\nTime:2020-11-03T20:57:46.7427788Z\"\ + }}}\r\n--changesetresponse_10a896f4-1864-499c-a5c6-f834bccba8a3--\r\n--batchresponse_19d96b53-88b6-44d6-b616-d005ba8da987--\r\ + \n" + headers: + cache-control: no-cache + content-type: multipart/mixed; boundary=batchresponse_19d96b53-88b6-44d6-b616-d005ba8da987 + date: Tue, 03 Nov 2020 20:57:46 GMT + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-content-type-options: nosniff + x-ms-version: '2019-02-02' + status: + code: 202 + message: Accepted + url: https://tablestestwdvh74j5za4bsy.table.core.windows.net/$batch +- request: + body: null + headers: + Accept: + - application/json + Date: + - Tue, 03 Nov 2020 20:57:46 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 03 Nov 2020 20:57:46 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablesteststorname.table.core.windows.net/Tables('uttableb7ad12cb') + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + date: Tue, 03 Nov 2020 20:57:46 GMT + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + x-content-type-options: nosniff + x-ms-version: '2019-02-02' + status: + code: 204 + message: No Content + url: https://tablestestwdvh74j5za4bsy.table.core.windows.net/Tables('uttableb7ad12cb') +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_delete.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_delete.yaml index bcc47a26de06..366d61de3a6e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_delete.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_delete.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:25:33 GMT + - Tue, 17 Nov 2020 01:27:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:25:33 GMT + - Tue, 17 Nov 2020 01:27:44 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:25:29 GMT + - Tue, 17 Nov 2020 01:27:45 GMT etag: - - W/"datetime'2020-10-26T22%3A25%3A29.9078151Z'" + - W/"datetime'2020-11-17T01%3A27%3A45.6018439Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable5eae109d') server: @@ -47,7 +47,7 @@ interactions: body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": "batch_delete", "RowKey@odata.type": "Edm.String", "test": true, "test2": "value", "test2@odata.type": "Edm.String", "test3": 3, "test4": 1234567890, "test5": - "2020-10-26T22:25:34Z", "test5@odata.type": "Edm.DateTime"}' + "2020-11-17T01:27:45Z", "test5@odata.type": "Edm.DateTime"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,25 +62,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:25:34 GMT + - Tue, 17 Nov 2020 01:27:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:25:34 GMT + - Tue, 17 Nov 2020 01:27:45 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable5eae109d response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable5eae109d/$metadata#uttable5eae109d/@Element","odata.etag":"W/\"datetime''2020-10-26T22%3A25%3A30.5039879Z''\"","PartitionKey":"001","RowKey":"batch_delete","test":true,"test2":"value","test3":3,"test4":1234567890,"test5@odata.type":"Edm.DateTime","test5":"2020-10-26T22:25:34.0000000Z","Timestamp":"2020-10-26T22:25:30.5039879Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable5eae109d/$metadata#uttable5eae109d/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A27%3A45.9915783Z''\"","PartitionKey":"001","RowKey":"batch_delete","test":true,"test2":"value","test3":3,"test4":1234567890,"test5@odata.type":"Edm.DateTime","test5":"2020-11-17T01:27:45.0000000Z","Timestamp":"2020-11-17T01:27:45.9915783Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:25:30 GMT + - Tue, 17 Nov 2020 01:27:45 GMT etag: - - W/"datetime'2020-10-26T22%3A25%3A30.5039879Z'" + - W/"datetime'2020-11-17T01%3A27%3A45.9915783Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/uttable5eae109d(PartitionKey='001',RowKey='batch_delete') server: @@ -102,25 +102,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:25:34 GMT + - Tue, 17 Nov 2020 01:27:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:25:34 GMT + - Tue, 17 Nov 2020 01:27:45 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable5eae109d(PartitionKey='001',RowKey='batch_delete') response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable5eae109d/$metadata#uttable5eae109d/@Element","odata.etag":"W/\"datetime''2020-10-26T22%3A25%3A30.5039879Z''\"","PartitionKey":"001","RowKey":"batch_delete","test":true,"test2":"value","test3":3,"test4":1234567890,"test5@odata.type":"Edm.DateTime","test5":"2020-10-26T22:25:34.0000000Z","Timestamp":"2020-10-26T22:25:30.5039879Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable5eae109d/$metadata#uttable5eae109d/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A27%3A45.9915783Z''\"","PartitionKey":"001","RowKey":"batch_delete","test":true,"test2":"value","test3":3,"test4":1234567890,"test5@odata.type":"Edm.DateTime","test5":"2020-11-17T01:27:45.0000000Z","Timestamp":"2020-11-17T01:27:45.9915783Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:25:30 GMT + - Tue, 17 Nov 2020 01:27:45 GMT etag: - - W/"datetime'2020-10-26T22%3A25%3A30.5039879Z'" + - W/"datetime'2020-11-17T01%3A27%3A45.9915783Z'" server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -129,15 +129,15 @@ interactions: code: 200 message: Ok - request: - body: "--batch_40510d36-a57c-4dcf-9487-7563f5d2693c\r\nContent-Type: multipart/mixed;\ - \ boundary=changeset_1f6fe9de-5d3b-4c03-b678-d471ab65c417\r\n\r\n--changeset_1f6fe9de-5d3b-4c03-b678-d471ab65c417\r\ + body: "--batch_8139b277-ff13-43e2-82e0-5b7d3e02bc5b\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_7a3d23bc-1bb4-4949-af10-ea2f498c53d3\r\n\r\n--changeset_7a3d23bc-1bb4-4949-af10-ea2f498c53d3\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 0\r\n\r\nDELETE https://tablestest6slpbij4mcunun.table.cosmos.azure.com/uttable5eae109d(PartitionKey='001',RowKey='batch_delete')\ + \ 0\r\n\r\nDELETE https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable5eae109d(PartitionKey='001',RowKey='batch_delete')\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ - \ *\r\nAccept: application/json;odata=minimalmetadata\r\nx-ms-date: Mon, 26\ - \ Oct 2020 22:25:34 GMT\r\nDate: Mon, 26 Oct 2020 22:25:34 GMT\r\nx-ms-client-request-id:\ - \ 2a7a8285-17da-11eb-ba6b-58961df361d1\r\n\r\n\r\n--changeset_1f6fe9de-5d3b-4c03-b678-d471ab65c417--\r\ - \n\r\n--batch_40510d36-a57c-4dcf-9487-7563f5d2693c--\r\n" + \ *\r\nAccept: application/json;odata=minimalmetadata\r\nx-ms-date: Tue, 17\ + \ Nov 2020 01:27:45 GMT\r\nDate: Tue, 17 Nov 2020 01:27:45 GMT\r\nx-ms-client-request-id:\ + \ 186d1ae5-2874-11eb-b7dd-58961df361d1\r\n\r\n\r\n--changeset_7a3d23bc-1bb4-4949-af10-ea2f498c53d3--\r\ + \n\r\n--batch_8139b277-ff13-43e2-82e0-5b7d3e02bc5b--\r\n" headers: Accept: - '*/*' @@ -148,34 +148,34 @@ interactions: Content-Length: - '760' Content-Type: - - multipart/mixed; boundary=batch_40510d36-a57c-4dcf-9487-7563f5d2693c + - multipart/mixed; boundary=batch_8139b277-ff13-43e2-82e0-5b7d3e02bc5b DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:25:34 GMT + - Tue, 17 Nov 2020 01:27:45 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:25:34 GMT + - Tue, 17 Nov 2020 01:27:45 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_298e2b84-de72-45e8-885f-41ae99e23c5c\nContent-Type:\ - \ multipart/mixed; boundary=changesetresponse_0199b874-f665-409d-b297-c5474aa09b14\r\ - \n\r\n--changesetresponse_0199b874-f665-409d-b297-c5474aa09b14\nContent-Type:\ + string: "--batchresponse_6fee2e7a-21b8-46e3-a658-0139d934c8bd\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_fcadb19c-b62f-41bf-b4b2-dbab956c01e4\r\ + \n\r\n--changesetresponse_fcadb19c-b62f-41bf-b4b2-dbab956c01e4\nContent-Type:\ \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\ - \nContent-ID: 1\r\n\r\n\r\n--changesetresponse_0199b874-f665-409d-b297-c5474aa09b14--\n\ - --batchresponse_298e2b84-de72-45e8-885f-41ae99e23c5c--\r\n" + \nContent-ID: 1\r\n\r\n\r\n--changesetresponse_fcadb19c-b62f-41bf-b4b2-dbab956c01e4--\n\ + --batchresponse_6fee2e7a-21b8-46e3-a658-0139d934c8bd--\r\n" headers: content-type: - - multipart/mixed; boundary=batchresponse_298e2b84-de72-45e8-885f-41ae99e23c5c + - multipart/mixed; boundary=batchresponse_6fee2e7a-21b8-46e3-a658-0139d934c8bd date: - - Mon, 26 Oct 2020 22:25:30 GMT + - Tue, 17 Nov 2020 01:27:45 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -195,11 +195,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:25:34 GMT + - Tue, 17 Nov 2020 01:27:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:25:34 GMT + - Tue, 17 Nov 2020 01:27:45 GMT x-ms-version: - '2019-02-02' method: GET @@ -207,13 +207,13 @@ interactions: response: body: string: "{\"odata.error\":{\"code\":\"ResourceNotFound\",\"message\":{\"lang\"\ - :\"en-us\",\"value\":\"The specified resource does not exist.\\nRequestID:2a94d5a6-17da-11eb-9a44-58961df361d1\\\ + :\"en-us\",\"value\":\"The specified resource does not exist.\\nRequestID:1879e276-2874-11eb-9500-58961df361d1\\\ n\"}}}\r\n" headers: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:25:30 GMT + - Tue, 17 Nov 2020 01:27:45 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -233,11 +233,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 26 Oct 2020 22:25:35 GMT + - Tue, 17 Nov 2020 01:27:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:25:35 GMT + - Tue, 17 Nov 2020 01:27:45 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -249,7 +249,7 @@ interactions: content-length: - '0' date: - - Mon, 26 Oct 2020 22:25:30 GMT + - Tue, 17 Nov 2020 01:27:46 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_different_partition_operations_fail.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_different_partition_operations_fail.yaml index 071cd9e16e5c..eee15275803c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_different_partition_operations_fail.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_different_partition_operations_fail.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:26:05 GMT + - Tue, 17 Nov 2020 01:28:16 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:26:05 GMT + - Tue, 17 Nov 2020 01:28:16 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:26:02 GMT + - Tue, 17 Nov 2020 01:28:17 GMT etag: - - W/"datetime'2020-10-26T22%3A26%3A02.7283463Z'" + - W/"datetime'2020-11-17T01%3A28%3A17.3179911Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablef6c71cb8') server: @@ -65,25 +65,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:26:07 GMT + - Tue, 17 Nov 2020 01:28:17 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:26:07 GMT + - Tue, 17 Nov 2020 01:28:17 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablef6c71cb8 response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablef6c71cb8/$metadata#uttablef6c71cb8/@Element","odata.etag":"W/\"datetime''2020-10-26T22%3A26%3A03.2742407Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-10-26T22:26:03.2742407Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablef6c71cb8/$metadata#uttablef6c71cb8/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A17.7257479Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:28:17.7257479Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:26:02 GMT + - Tue, 17 Nov 2020 01:28:17 GMT etag: - - W/"datetime'2020-10-26T22%3A26%3A03.2742407Z'" + - W/"datetime'2020-11-17T01%3A28%3A17.7257479Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/uttablef6c71cb8(PartitionKey='001',RowKey='batch_negative_1') server: @@ -105,11 +105,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 26 Oct 2020 22:26:07 GMT + - Tue, 17 Nov 2020 01:28:17 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:26:07 GMT + - Tue, 17 Nov 2020 01:28:17 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -121,7 +121,7 @@ interactions: content-length: - '0' date: - - Mon, 26 Oct 2020 22:26:02 GMT + - Tue, 17 Nov 2020 01:28:17 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_inserts.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_inserts.yaml index a78759087c4c..48ec12ed026b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_inserts.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_inserts.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 03:35:28 GMT + - Tue, 17 Nov 2020 01:28:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 03:35:28 GMT + - Tue, 17 Nov 2020 01:28:47 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT etag: - - W/"datetime'2020-11-07T03%3A35%3A31.5992583Z'" + - W/"datetime'2020-11-17T01%3A28%3A48.7360519Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable70521132') server: @@ -44,209 +44,209 @@ interactions: code: 201 message: Ok - request: - body: "--batch_fa2c5a0b-4fb7-4d4b-9488-16cab0d5d7d6\r\nContent-Type: multipart/mixed;\ - \ boundary=changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\n\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + body: "--batch_4970fb2f-73d5-4b24-aac8-cd73cdbab221\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\n\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 0\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 0\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e4cc2-20aa-11eb-81f6-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df49774-2874-11eb-9ab7-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"0\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"0\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 1\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 1\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e4cc3-20aa-11eb-a25e-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4bc55-2874-11eb-8d71-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"1\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"1\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 2\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 2\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e4cc4-20aa-11eb-b935-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4bc56-2874-11eb-aacb-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"2\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"2\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 3\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 3\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e4cc5-20aa-11eb-9157-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4bc57-2874-11eb-a617-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"3\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"3\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 4\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 4\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e4cc6-20aa-11eb-9300-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4bc58-2874-11eb-8171-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"4\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"4\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 5\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 5\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e4cc7-20aa-11eb-9d1f-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4bc59-2874-11eb-b72f-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"5\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"5\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 6\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 6\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e741c-20aa-11eb-b60b-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e350-2874-11eb-a3f0-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"6\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"6\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 7\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 7\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e741d-20aa-11eb-ab03-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e351-2874-11eb-8a47-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"7\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"7\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 8\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 8\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e741e-20aa-11eb-be16-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e352-2874-11eb-b68b-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"8\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"8\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 9\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 9\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e741f-20aa-11eb-9f00-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e353-2874-11eb-9d6a-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"9\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"9\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 10\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 10\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b03-20aa-11eb-80a3-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e354-2874-11eb-850f-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"10\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"10\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 11\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 11\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b04-20aa-11eb-8e35-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e355-2874-11eb-997a-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"11\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"11\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 12\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 12\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b05-20aa-11eb-ade5-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e356-2874-11eb-ae3b-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"12\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"12\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 13\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 13\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b06-20aa-11eb-8314-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e357-2874-11eb-8ea8-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"13\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"13\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 14\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 14\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b07-20aa-11eb-a257-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df4e358-2874-11eb-b8bd-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"14\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"14\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 15\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 15\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b08-20aa-11eb-9873-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df50a71-2874-11eb-a024-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"15\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"15\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 16\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 16\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b09-20aa-11eb-a634-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df50a72-2874-11eb-81d2-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"16\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"16\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 17\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 17\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b0a-20aa-11eb-a532-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df50a73-2874-11eb-a1dd-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"17\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"17\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 18\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 18\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b0b-20aa-11eb-b59c-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df50a74-2874-11eb-ba27-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"18\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a\r\ + \ \"RowKey\": \"18\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 19\r\n\r\nPOST https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132\ + \ 19\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ - \ Sat, 07 Nov 2020 03:35:31 GMT\r\nDate: Sat, 07 Nov 2020 03:35:31 GMT\r\nx-ms-client-request-id:\ - \ 494e7b0c-20aa-11eb-9bb8-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + \ Tue, 17 Nov 2020 01:28:48 GMT\r\nDate: Tue, 17 Nov 2020 01:28:48 GMT\r\nx-ms-client-request-id:\ + \ 3df50a75-2874-11eb-8170-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ - \ \"RowKey\": \"19\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_fe874f64-8303-4f5e-b16e-a20866ae141a--\r\ - \n\r\n--batch_fa2c5a0b-4fb7-4d4b-9488-16cab0d5d7d6--\r\n" + \ \"RowKey\": \"19\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_7b206055-7220-4ce8-8309-6607e9cf7cb9--\r\ + \n\r\n--batch_4970fb2f-73d5-4b24-aac8-cd73cdbab221--\r\n" headers: Accept: - '*/*' @@ -257,112 +257,112 @@ interactions: Content-Length: - '15958' Content-Type: - - multipart/mixed; boundary=batch_fa2c5a0b-4fb7-4d4b-9488-16cab0d5d7d6 + - multipart/mixed; boundary=batch_4970fb2f-73d5-4b24-aac8-cd73cdbab221 DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_50a4c9d4-cab6-4d49-8c57-af8f966a81ed\nContent-Type:\ - \ multipart/mixed; boundary=changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\r\ - \n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\nContent-Type:\ + string: "--batchresponse_582bea49-f109-4030-9e7e-76c85db30d2a\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\r\ + \n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\nContent-Type:\ \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\ - \nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1437191Z'\"\r\nPreference-Applied:\ - \ return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='0')\r\ - \nContent-ID: 1\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1783175Z'\"\r\nPreference-Applied:\ + \ return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='0')\r\ + \nContent-ID: 1\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1444359Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='1')\r\ - \nContent-ID: 2\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1788295Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='1')\r\ + \nContent-ID: 2\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1449479Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='2')\r\ - \nContent-ID: 3\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1792391Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='2')\r\ + \nContent-ID: 3\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1455623Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='3')\r\ - \nContent-ID: 4\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1795463Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='3')\r\ + \nContent-ID: 4\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1460743Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='4')\r\ - \nContent-ID: 5\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1799559Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='4')\r\ + \nContent-ID: 5\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1465863Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='5')\r\ - \nContent-ID: 6\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1802631Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='5')\r\ + \nContent-ID: 6\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1470983Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='6')\r\ - \nContent-ID: 7\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1806727Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='6')\r\ + \nContent-ID: 7\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1476103Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='7')\r\ - \nContent-ID: 8\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1809799Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='7')\r\ + \nContent-ID: 8\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1481223Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='8')\r\ - \nContent-ID: 9\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1812871Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='8')\r\ + \nContent-ID: 9\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1486343Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='9')\r\ - \nContent-ID: 10\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1816967Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='9')\r\ + \nContent-ID: 10\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1491463Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='10')\r\ - \nContent-ID: 11\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1821063Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='10')\r\ + \nContent-ID: 11\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1496583Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='11')\r\ - \nContent-ID: 12\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1824135Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='11')\r\ + \nContent-ID: 12\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1502727Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='12')\r\ - \nContent-ID: 13\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1828231Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='12')\r\ + \nContent-ID: 13\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1507847Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='13')\r\ - \nContent-ID: 14\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1831303Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='13')\r\ + \nContent-ID: 14\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1512967Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='14')\r\ - \nContent-ID: 15\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1834375Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='14')\r\ + \nContent-ID: 15\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1519111Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='15')\r\ - \nContent-ID: 16\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1838471Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='15')\r\ + \nContent-ID: 16\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1524231Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='16')\r\ - \nContent-ID: 17\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1841543Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='16')\r\ + \nContent-ID: 17\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1529351Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='17')\r\ - \nContent-ID: 18\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1844615Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='17')\r\ + \nContent-ID: 18\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1535495Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='18')\r\ - \nContent-ID: 19\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888\n\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1848711Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='18')\r\ + \nContent-ID: 19\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260\n\ Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ - \ 204 No Content\r\nETag: W/\"datetime'2020-11-07T03%3A35%3A32.1540615Z'\"\ - \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqo67giuflpzxhi.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='19')\r\ - \nContent-ID: 20\r\n\r\n\r\n--changesetresponse_2b9166e9-02a4-4540-8ebe-4386bd47e888--\n\ - --batchresponse_50a4c9d4-cab6-4d49-8c57-af8f966a81ed--\r\n" + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A28%3A49.1851783Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='19')\r\ + \nContent-ID: 20\r\n\r\n\r\n--changesetresponse_625f3c1f-c77c-4496-8723-8fa21ab07260--\n\ + --batchresponse_582bea49-f109-4030-9e7e-76c85db30d2a--\r\n" headers: content-type: - - multipart/mixed; boundary=batchresponse_50a4c9d4-cab6-4d49-8c57-af8f966a81ed + - multipart/mixed; boundary=batchresponse_582bea49-f109-4030-9e7e-76c85db30d2a date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -382,23 +382,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable70521132()?$filter=PartitionKey%20eq%20%27batch_inserts%27 response: body: - string: '{"value":[{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1437191Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"0","Timestamp":"2020-11-07T03:35:32.1437191Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1444359Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"1","Timestamp":"2020-11-07T03:35:32.1444359Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1449479Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"2","Timestamp":"2020-11-07T03:35:32.1449479Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1455623Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"3","Timestamp":"2020-11-07T03:35:32.1455623Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1460743Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"4","Timestamp":"2020-11-07T03:35:32.1460743Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1465863Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"5","Timestamp":"2020-11-07T03:35:32.1465863Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1470983Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"6","Timestamp":"2020-11-07T03:35:32.1470983Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1476103Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"7","Timestamp":"2020-11-07T03:35:32.1476103Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1481223Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"8","Timestamp":"2020-11-07T03:35:32.1481223Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1486343Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"9","Timestamp":"2020-11-07T03:35:32.1486343Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1491463Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"10","Timestamp":"2020-11-07T03:35:32.1491463Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1496583Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"11","Timestamp":"2020-11-07T03:35:32.1496583Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1502727Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"12","Timestamp":"2020-11-07T03:35:32.1502727Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1507847Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"13","Timestamp":"2020-11-07T03:35:32.1507847Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1512967Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"14","Timestamp":"2020-11-07T03:35:32.1512967Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1519111Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"15","Timestamp":"2020-11-07T03:35:32.1519111Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1524231Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"16","Timestamp":"2020-11-07T03:35:32.1524231Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1529351Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"17","Timestamp":"2020-11-07T03:35:32.1529351Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1535495Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"18","Timestamp":"2020-11-07T03:35:32.1535495Z"},{"odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1540615Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"19","Timestamp":"2020-11-07T03:35:32.1540615Z"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#uttable70521132"}' + string: '{"value":[{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1783175Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"0","Timestamp":"2020-11-17T01:28:49.1783175Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1788295Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"1","Timestamp":"2020-11-17T01:28:49.1788295Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1792391Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"2","Timestamp":"2020-11-17T01:28:49.1792391Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1795463Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"3","Timestamp":"2020-11-17T01:28:49.1795463Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1799559Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"4","Timestamp":"2020-11-17T01:28:49.1799559Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1802631Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"5","Timestamp":"2020-11-17T01:28:49.1802631Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1806727Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"6","Timestamp":"2020-11-17T01:28:49.1806727Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1809799Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"7","Timestamp":"2020-11-17T01:28:49.1809799Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1812871Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"8","Timestamp":"2020-11-17T01:28:49.1812871Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1816967Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"9","Timestamp":"2020-11-17T01:28:49.1816967Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1821063Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"10","Timestamp":"2020-11-17T01:28:49.1821063Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1824135Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"11","Timestamp":"2020-11-17T01:28:49.1824135Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1828231Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"12","Timestamp":"2020-11-17T01:28:49.1828231Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1831303Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"13","Timestamp":"2020-11-17T01:28:49.1831303Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1834375Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"14","Timestamp":"2020-11-17T01:28:49.1834375Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1838471Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"15","Timestamp":"2020-11-17T01:28:49.1838471Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1841543Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"16","Timestamp":"2020-11-17T01:28:49.1841543Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1844615Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"17","Timestamp":"2020-11-17T01:28:49.1844615Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1848711Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"18","Timestamp":"2020-11-17T01:28:49.1848711Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1851783Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"19","Timestamp":"2020-11-17T01:28:49.1851783Z"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#uttable70521132"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -418,25 +418,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable70521132(PartitionKey='batch_inserts',RowKey='1') response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable70521132/$metadata#uttable70521132/@Element","odata.etag":"W/\"datetime''2020-11-07T03%3A35%3A32.1444359Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"1","Timestamp":"2020-11-07T03:35:32.1444359Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable70521132/$metadata#uttable70521132/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A28%3A49.1788295Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"1","Timestamp":"2020-11-17T01:28:49.1788295Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT etag: - - W/"datetime'2020-11-07T03%3A35%3A32.1444359Z'" + - W/"datetime'2020-11-17T01%3A28%3A49.1788295Z'" server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -456,11 +456,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:48 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -472,7 +472,7 @@ interactions: content-length: - '0' date: - - Sat, 07 Nov 2020 03:35:31 GMT + - Tue, 17 Nov 2020 01:28:49 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_same_row_operations_fail.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_same_row_operations_fail.yaml index d5e4af13705b..b0f5c2079182 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_same_row_operations_fail.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_same_row_operations_fail.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 04 Nov 2020 22:48:03 GMT + - Tue, 17 Nov 2020 01:29:19 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 04 Nov 2020 22:48:03 GMT + - Tue, 17 Nov 2020 01:29:19 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT etag: - - W/"datetime'2020-11-04T22%3A48%3A05.2853767Z'" + - W/"datetime'2020-11-17T01%3A29%3A20.4814855Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttabled25f1825') server: @@ -65,25 +65,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttabled25f1825 response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttabled25f1825/$metadata#uttabled25f1825/@Element","odata.etag":"W/\"datetime''2020-11-04T22%3A48%3A05.8091527Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-04T22:48:05.8091527Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttabled25f1825/$metadata#uttabled25f1825/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A29%3A20.9054215Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:29:20.9054215Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT etag: - - W/"datetime'2020-11-04T22%3A48%3A05.8091527Z'" + - W/"datetime'2020-11-17T01%3A29%3A20.9054215Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/uttabled25f1825(PartitionKey='001',RowKey='batch_negative_1') server: @@ -94,26 +94,26 @@ interactions: code: 201 message: Created - request: - body: "--batch_89ae5a58-bc92-4bf7-8b8e-193ed27124f4\r\nContent-Type: multipart/mixed;\ - \ boundary=changeset_f63b54da-d816-4930-ae28-13e390238182\r\n\r\n--changeset_f63b54da-d816-4930-ae28-13e390238182\r\ + body: "--batch_d50af1cc-a24d-49e6-a8a0-2526ae7b42ea\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_9acabdcc-3c2f-433c-90a6-f9b66580ccd2\r\n\r\n--changeset_9acabdcc-3c2f-433c-90a6-f9b66580ccd2\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 0\r\n\r\nPATCH https://tablestestv42zogdboclgsg.table.cosmos.azure.com/uttabled25f1825(PartitionKey='001',RowKey='batch_negative_1')\ + \ 0\r\n\r\nPATCH https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttabled25f1825(PartitionKey='001',RowKey='batch_negative_1')\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ \ *\r\nContent-Type: application/json\r\nAccept: application/json\r\nContent-Length:\ - \ 352\r\nx-ms-date: Wed, 04 Nov 2020 22:48:05 GMT\r\nDate: Wed, 04 Nov 2020\ - \ 22:48:05 GMT\r\nx-ms-client-request-id: cd5bbacb-1eef-11eb-a876-58961df361d1\r\ + \ 352\r\nx-ms-date: Tue, 17 Nov 2020 01:29:20 GMT\r\nDate: Tue, 17 Nov 2020\ + \ 01:29:20 GMT\r\nx-ms-client-request-id: 50f75d8f-2874-11eb-bec4-58961df361d1\r\ \n\r\n{\"PartitionKey\": \"001\", \"PartitionKey@odata.type\": \"Edm.String\"\ , \"RowKey\": \"batch_negative_1\", \"RowKey@odata.type\": \"Edm.String\", \"\ age\": \"abc\", \"age@odata.type\": \"Edm.String\", \"sex\": \"female\", \"\ sex@odata.type\": \"Edm.String\", \"sign\": \"aquarius\", \"sign@odata.type\"\ : \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\", \"birthday@odata.type\"\ - : \"Edm.DateTime\"}\r\n--changeset_f63b54da-d816-4930-ae28-13e390238182\r\n\ + : \"Edm.DateTime\"}\r\n--changeset_9acabdcc-3c2f-433c-90a6-f9b66580ccd2\r\n\ Content-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 1\r\n\r\nPATCH https://tablestestv42zogdboclgsg.table.cosmos.azure.com/uttabled25f1825(PartitionKey='001',RowKey='batch_negative_1')\ + \ 1\r\n\r\nPATCH https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttabled25f1825(PartitionKey='001',RowKey='batch_negative_1')\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ \ *\r\nContent-Type: application/json\r\nAccept: application/json\r\nContent-Length:\ - \ 576\r\nx-ms-date: Wed, 04 Nov 2020 22:48:05 GMT\r\nDate: Wed, 04 Nov 2020\ - \ 22:48:05 GMT\r\nx-ms-client-request-id: cd5bbacc-1eef-11eb-b676-58961df361d1\r\ + \ 576\r\nx-ms-date: Tue, 17 Nov 2020 01:29:20 GMT\r\nDate: Tue, 17 Nov 2020\ + \ 01:29:20 GMT\r\nx-ms-client-request-id: 50f75d90-2874-11eb-8032-58961df361d1\r\ \n\r\n{\"PartitionKey\": \"001\", \"PartitionKey@odata.type\": \"Edm.String\"\ , \"RowKey\": \"batch_negative_1\", \"RowKey@odata.type\": \"Edm.String\", \"\ age\": 39, \"sex\": \"male\", \"sex@odata.type\": \"Edm.String\", \"married\"\ @@ -122,8 +122,8 @@ interactions: : \"Edm.DateTime\", \"birthday\": \"1970-10-04T00:00:00Z\", \"birthday@odata.type\"\ : \"Edm.DateTime\", \"binary\": \"YmluYXJ5\", \"binary@odata.type\": \"Edm.Binary\"\ , \"other\": 20, \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\", \"clsid@odata.type\"\ - : \"Edm.Guid\"}\r\n--changeset_f63b54da-d816-4930-ae28-13e390238182--\r\n\r\n\ - --batch_89ae5a58-bc92-4bf7-8b8e-193ed27124f4--\r\n" + : \"Edm.Guid\"}\r\n--changeset_9acabdcc-3c2f-433c-90a6-f9b66580ccd2--\r\n\r\n\ + --batch_d50af1cc-a24d-49e6-a8a0-2526ae7b42ea--\r\n" headers: Accept: - '*/*' @@ -134,17 +134,17 @@ interactions: Content-Length: - '2278' Content-Type: - - multipart/mixed; boundary=batch_89ae5a58-bc92-4bf7-8b8e-193ed27124f4 + - multipart/mixed; boundary=batch_d50af1cc-a24d-49e6-a8a0-2526ae7b42ea DataServiceVersion: - '3.0' Date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT x-ms-version: - '2019-02-02' method: POST @@ -152,14 +152,14 @@ interactions: response: body: string: "{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"\ - en-us\",\"value\":\"One of the input values is invalid.\\r\\nActivityId: cd5c08a8-1eef-11eb-a670-58961df361d1,\ + en-us\",\"value\":\"One of the input values is invalid.\\r\\nActivityId: 50f7abb6-2874-11eb-8502-58961df361d1,\ \ documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\\ - nRequestID:cd5c08a8-1eef-11eb-a670-58961df361d1\\n\"}}}\r\n" + nRequestID:50f7abb6-2874-11eb-8502-58961df361d1\\n\"}}}\r\n" headers: content-type: - application/json;odata=fullmetadata date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -179,11 +179,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:20 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -195,7 +195,7 @@ interactions: content-length: - '0' date: - - Wed, 04 Nov 2020 22:48:05 GMT + - Tue, 17 Nov 2020 01:29:21 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_too_many_ops.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_too_many_ops.yaml index 3b1bcd641fd3..f7c7e8bf9b56 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_too_many_ops.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_too_many_ops.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 20:21:58 GMT + - Tue, 17 Nov 2020 01:29:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 20:21:58 GMT + - Tue, 17 Nov 2020 01:29:50 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 20:21:55 GMT + - Tue, 17 Nov 2020 01:29:52 GMT etag: - - W/"datetime'2020-10-26T20%3A21%3A55.6845575Z'" + - W/"datetime'2020-11-17T01%3A29%3A52.2139143Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablecc2b1341') server: @@ -43,6 +43,56 @@ interactions: status: code: 201 message: Ok +- request: + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_negative_1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", + "sex@odata.type": "Edm.String", "married": true, "deceased": false, "ratio": + 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '576' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Tue, 17 Nov 2020 01:29:52 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 17 Nov 2020 01:29:52 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablecc2b1341 + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablecc2b1341/$metadata#uttablecc2b1341/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A29%3A52.6493191Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:29:52.6493191Z"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Tue, 17 Nov 2020 01:29:52 GMT + etag: + - W/"datetime'2020-11-17T01%3A29%3A52.6493191Z'" + location: + - https://tablestestcosmosname.table.cosmos.azure.com/uttablecc2b1341(PartitionKey='001',RowKey='batch_negative_1') + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 201 + message: Created - request: body: null headers: @@ -55,11 +105,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 26 Oct 2020 20:22:00 GMT + - Tue, 17 Nov 2020 01:29:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 20:22:00 GMT + - Tue, 17 Nov 2020 01:29:52 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -71,7 +121,7 @@ interactions: content-length: - '0' date: - - Mon, 26 Oct 2020 20:21:55 GMT + - Tue, 17 Nov 2020 01:29:52 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_update_if_doesnt_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_update_if_doesnt_match.yaml index 313f3094e65b..6774a2cafd2a 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_update_if_doesnt_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_update_if_doesnt_match.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:27:10 GMT + - Tue, 17 Nov 2020 01:30:22 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:10 GMT + - Tue, 17 Nov 2020 01:30:22 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:27:06 GMT + - Tue, 17 Nov 2020 01:30:24 GMT etag: - - W/"datetime'2020-10-26T22%3A27%3A06.7277319Z'" + - W/"datetime'2020-11-17T01%3A30%3A24.1247239Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablea0f31733') server: @@ -65,25 +65,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:27:11 GMT + - Tue, 17 Nov 2020 01:30:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:11 GMT + - Tue, 17 Nov 2020 01:30:23 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablea0f31733 response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablea0f31733/$metadata#uttablea0f31733/@Element","odata.etag":"W/\"datetime''2020-10-26T22%3A27%3A07.2387079Z''\"","PartitionKey":"pka0f31733","RowKey":"rka0f31733","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-10-26T22:27:07.2387079Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablea0f31733/$metadata#uttablea0f31733/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A30%3A24.5613575Z''\"","PartitionKey":"pka0f31733","RowKey":"rka0f31733","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:30:24.5613575Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:27:06 GMT + - Tue, 17 Nov 2020 01:30:24 GMT etag: - - W/"datetime'2020-10-26T22%3A27%3A07.2387079Z'" + - W/"datetime'2020-11-17T01%3A30%3A24.5613575Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/uttablea0f31733(PartitionKey='pka0f31733',RowKey='rka0f31733') server: @@ -94,21 +94,21 @@ interactions: code: 201 message: Created - request: - body: "--batch_943d9acb-d52c-4df6-a195-0a73a509d396\r\nContent-Type: multipart/mixed;\ - \ boundary=changeset_c00c04de-105a-4ad9-b271-adc1b4c2dbc2\r\n\r\n--changeset_c00c04de-105a-4ad9-b271-adc1b4c2dbc2\r\ + body: "--batch_4fc97293-9b93-4be9-ac06-18c6f108b3ac\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_f9d971da-9711-4f7a-812c-6ff528aca27c\r\n\r\n--changeset_f9d971da-9711-4f7a-812c-6ff528aca27c\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 0\r\n\r\nPATCH https://tablestest6slpbij4mcunun.table.cosmos.azure.com/uttablea0f31733(PartitionKey='pka0f31733',RowKey='rka0f31733')\ + \ 0\r\n\r\nPATCH https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablea0f31733(PartitionKey='pka0f31733',RowKey='rka0f31733')\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ \ W/\"datetime'2012-06-15T22%3A51%3A44.9662825Z'\"\r\nContent-Type: application/json\r\ - \nAccept: application/json\r\nContent-Length: 353\r\nx-ms-date: Mon, 26 Oct\ - \ 2020 22:27:11 GMT\r\nDate: Mon, 26 Oct 2020 22:27:11 GMT\r\nx-ms-client-request-id:\ - \ 64080535-17da-11eb-be6d-58961df361d1\r\n\r\n{\"PartitionKey\": \"pka0f31733\"\ + \nAccept: application/json\r\nContent-Length: 353\r\nx-ms-date: Tue, 17 Nov\ + \ 2020 01:30:24 GMT\r\nDate: Tue, 17 Nov 2020 01:30:24 GMT\r\nx-ms-client-request-id:\ + \ 76e67f65-2874-11eb-b93d-58961df361d1\r\n\r\n{\"PartitionKey\": \"pka0f31733\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"rka0f31733\", \"\ RowKey@odata.type\": \"Edm.String\", \"age\": \"abc\", \"age@odata.type\": \"\ Edm.String\", \"sex\": \"female\", \"sex@odata.type\": \"Edm.String\", \"sign\"\ : \"aquarius\", \"sign@odata.type\": \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\"\ - , \"birthday@odata.type\": \"Edm.DateTime\"}\r\n--changeset_c00c04de-105a-4ad9-b271-adc1b4c2dbc2--\r\ - \n\r\n--batch_943d9acb-d52c-4df6-a195-0a73a509d396--\r\n" + , \"birthday@odata.type\": \"Edm.DateTime\"}\r\n--changeset_f9d971da-9711-4f7a-812c-6ff528aca27c--\r\ + \n\r\n--batch_4fc97293-9b93-4be9-ac06-18c6f108b3ac--\r\n" headers: Accept: - '*/*' @@ -119,17 +119,17 @@ interactions: Content-Length: - '1193' Content-Type: - - multipart/mixed; boundary=batch_943d9acb-d52c-4df6-a195-0a73a509d396 + - multipart/mixed; boundary=batch_4fc97293-9b93-4be9-ac06-18c6f108b3ac DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:27:11 GMT + - Tue, 17 Nov 2020 01:30:24 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:11 GMT + - Tue, 17 Nov 2020 01:30:24 GMT x-ms-version: - '2019-02-02' method: POST @@ -137,14 +137,14 @@ interactions: response: body: string: "{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"\ - en-us\",\"value\":\"One of the input values is invalid.\\r\\nActivityId: 640910af-17da-11eb-803e-58961df361d1,\ + en-us\",\"value\":\"One of the input values is invalid.\\r\\nActivityId: 76e6cda9-2874-11eb-ad6b-58961df361d1,\ \ documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\\ - nRequestID:640910af-17da-11eb-803e-58961df361d1\\n\"}}}\r\n" + nRequestID:76e6cda9-2874-11eb-ad6b-58961df361d1\\n\"}}}\r\n" headers: content-type: - application/json;odata=fullmetadata date: - - Mon, 26 Oct 2020 22:27:06 GMT + - Tue, 17 Nov 2020 01:30:24 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -164,25 +164,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:27:11 GMT + - Tue, 17 Nov 2020 01:30:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:11 GMT + - Tue, 17 Nov 2020 01:30:24 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablea0f31733(PartitionKey='pka0f31733',RowKey='rka0f31733') response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablea0f31733/$metadata#uttablea0f31733/@Element","odata.etag":"W/\"datetime''2020-10-26T22%3A27%3A07.2387079Z''\"","PartitionKey":"pka0f31733","RowKey":"rka0f31733","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-10-26T22:27:07.2387079Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablea0f31733/$metadata#uttablea0f31733/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A30%3A24.5613575Z''\"","PartitionKey":"pka0f31733","RowKey":"rka0f31733","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:30:24.5613575Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:27:07 GMT + - Tue, 17 Nov 2020 01:30:24 GMT etag: - - W/"datetime'2020-10-26T22%3A27%3A07.2387079Z'" + - W/"datetime'2020-11-17T01%3A30%3A24.5613575Z'" server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -202,11 +202,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 26 Oct 2020 22:27:11 GMT + - Tue, 17 Nov 2020 01:30:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:11 GMT + - Tue, 17 Nov 2020 01:30:24 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -218,7 +218,7 @@ interactions: content-length: - '0' date: - - Mon, 26 Oct 2020 22:27:07 GMT + - Tue, 17 Nov 2020 01:30:24 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_update_if_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_update_if_match.yaml index 8fd5e9be988c..73533cacdb61 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_update_if_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_batch_update_if_match.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:27:41 GMT + - Tue, 17 Nov 2020 01:30:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:41 GMT + - Tue, 17 Nov 2020 01:30:54 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:27:37 GMT + - Tue, 17 Nov 2020 01:30:55 GMT etag: - - W/"datetime'2020-10-26T22%3A27%3A38.3773191Z'" + - W/"datetime'2020-11-17T01%3A30%3A55.4583047Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable7151447') server: @@ -65,25 +65,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:27:42 GMT + - Tue, 17 Nov 2020 01:30:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:42 GMT + - Tue, 17 Nov 2020 01:30:55 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable7151447 response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable7151447/$metadata#uttable7151447/@Element","odata.etag":"W/\"datetime''2020-10-26T22%3A27%3A38.8664839Z''\"","PartitionKey":"pk7151447","RowKey":"rk7151447","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-10-26T22:27:38.8664839Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable7151447/$metadata#uttable7151447/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A30%3A55.8425095Z''\"","PartitionKey":"pk7151447","RowKey":"rk7151447","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:30:55.8425095Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:27:37 GMT + - Tue, 17 Nov 2020 01:30:55 GMT etag: - - W/"datetime'2020-10-26T22%3A27%3A38.8664839Z'" + - W/"datetime'2020-11-17T01%3A30%3A55.8425095Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/uttable7151447(PartitionKey='pk7151447',RowKey='rk7151447') server: @@ -94,21 +94,21 @@ interactions: code: 201 message: Created - request: - body: "--batch_ae8956f3-4b53-4bf4-8058-85ae0ce5d857\r\nContent-Type: multipart/mixed;\ - \ boundary=changeset_52de849d-898c-4c6e-9d30-539f10296a43\r\n\r\n--changeset_52de849d-898c-4c6e-9d30-539f10296a43\r\ + body: "--batch_70e86d7e-49bb-4957-8509-7cbe8933afb2\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_f953850e-c8f0-4ee2-aab0-3fe57d562c02\r\n\r\n--changeset_f953850e-c8f0-4ee2-aab0-3fe57d562c02\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 0\r\n\r\nPUT https://tablestest6slpbij4mcunun.table.cosmos.azure.com/uttable7151447(PartitionKey='pk7151447',RowKey='rk7151447')\ + \ 0\r\n\r\nPUT https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable7151447(PartitionKey='pk7151447',RowKey='rk7151447')\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ - \ W/\"datetime'2020-10-26T22%3A27%3A38.8664839Z'\"\r\nContent-Type: application/json\r\ - \nAccept: application/json\r\nContent-Length: 351\r\nx-ms-date: Mon, 26 Oct\ - \ 2020 22:27:42 GMT\r\nDate: Mon, 26 Oct 2020 22:27:42 GMT\r\nx-ms-client-request-id:\ - \ 76e25821-17da-11eb-85e7-58961df361d1\r\n\r\n{\"PartitionKey\": \"pk7151447\"\ + \ W/\"datetime'2020-11-17T01%3A30%3A55.8425095Z'\"\r\nContent-Type: application/json\r\ + \nAccept: application/json\r\nContent-Length: 351\r\nx-ms-date: Tue, 17 Nov\ + \ 2020 01:30:55 GMT\r\nDate: Tue, 17 Nov 2020 01:30:55 GMT\r\nx-ms-client-request-id:\ + \ 898c8433-2874-11eb-b74a-58961df361d1\r\n\r\n{\"PartitionKey\": \"pk7151447\"\ , \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"rk7151447\", \"\ RowKey@odata.type\": \"Edm.String\", \"age\": \"abc\", \"age@odata.type\": \"\ Edm.String\", \"sex\": \"female\", \"sex@odata.type\": \"Edm.String\", \"sign\"\ : \"aquarius\", \"sign@odata.type\": \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\"\ - , \"birthday@odata.type\": \"Edm.DateTime\"}\r\n--changeset_52de849d-898c-4c6e-9d30-539f10296a43--\r\ - \n\r\n--batch_ae8956f3-4b53-4bf4-8058-85ae0ce5d857--\r\n" + , \"birthday@odata.type\": \"Edm.DateTime\"}\r\n--changeset_f953850e-c8f0-4ee2-aab0-3fe57d562c02--\r\ + \n\r\n--batch_70e86d7e-49bb-4957-8509-7cbe8933afb2--\r\n" headers: Accept: - '*/*' @@ -119,35 +119,35 @@ interactions: Content-Length: - '1186' Content-Type: - - multipart/mixed; boundary=batch_ae8956f3-4b53-4bf4-8058-85ae0ce5d857 + - multipart/mixed; boundary=batch_70e86d7e-49bb-4957-8509-7cbe8933afb2 DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:27:42 GMT + - Tue, 17 Nov 2020 01:30:55 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:42 GMT + - Tue, 17 Nov 2020 01:30:55 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_1c79dafe-dfcd-43b3-9908-e41f7d04fa5b\nContent-Type:\ - \ multipart/mixed; boundary=changesetresponse_569fa782-2688-4df9-8686-4adf1a100627\r\ - \n\r\n--changesetresponse_569fa782-2688-4df9-8686-4adf1a100627\nContent-Type:\ + string: "--batchresponse_68c1a538-af44-4985-bf29-5181e9b47671\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_25f162cd-eb0a-40d4-872e-d8e314b70284\r\ + \n\r\n--changesetresponse_25f162cd-eb0a-40d4-872e-d8e314b70284\nContent-Type:\ \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\ - \nETag: W/\"datetime'2020-10-26T22%3A27%3A38.9474823Z'\"\r\nContent-ID: 1\r\ - \n\r\n\r\n--changesetresponse_569fa782-2688-4df9-8686-4adf1a100627--\n--batchresponse_1c79dafe-dfcd-43b3-9908-e41f7d04fa5b--\r\ + \nETag: W/\"datetime'2020-11-17T01%3A30%3A55.9265799Z'\"\r\nContent-ID: 1\r\ + \n\r\n\r\n--changesetresponse_25f162cd-eb0a-40d4-872e-d8e314b70284--\n--batchresponse_68c1a538-af44-4985-bf29-5181e9b47671--\r\ \n" headers: content-type: - - multipart/mixed; boundary=batchresponse_1c79dafe-dfcd-43b3-9908-e41f7d04fa5b + - multipart/mixed; boundary=batchresponse_68c1a538-af44-4985-bf29-5181e9b47671 date: - - Mon, 26 Oct 2020 22:27:38 GMT + - Tue, 17 Nov 2020 01:30:55 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -167,25 +167,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 26 Oct 2020 22:27:43 GMT + - Tue, 17 Nov 2020 01:30:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:43 GMT + - Tue, 17 Nov 2020 01:30:55 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable7151447(PartitionKey='pk7151447',RowKey='rk7151447') response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable7151447/$metadata#uttable7151447/@Element","odata.etag":"W/\"datetime''2020-10-26T22%3A27%3A38.9474823Z''\"","PartitionKey":"pk7151447","RowKey":"rk7151447","age":"abc","sex":"female","sign":"aquarius","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00.0000000Z","Timestamp":"2020-10-26T22:27:38.9474823Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable7151447/$metadata#uttable7151447/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A30%3A55.9265799Z''\"","PartitionKey":"pk7151447","RowKey":"rk7151447","age":"abc","sex":"female","sign":"aquarius","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00.0000000Z","Timestamp":"2020-11-17T01:30:55.9265799Z"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Mon, 26 Oct 2020 22:27:38 GMT + - Tue, 17 Nov 2020 01:30:55 GMT etag: - - W/"datetime'2020-10-26T22%3A27%3A38.9474823Z'" + - W/"datetime'2020-11-17T01%3A30%3A55.9265799Z'" server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -205,11 +205,11 @@ interactions: Content-Length: - '0' Date: - - Mon, 26 Oct 2020 22:27:43 GMT + - Tue, 17 Nov 2020 01:30:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 26 Oct 2020 22:27:43 GMT + - Tue, 17 Nov 2020 01:30:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -221,7 +221,7 @@ interactions: content-length: - '0' date: - - Mon, 26 Oct 2020 22:27:38 GMT + - Tue, 17 Nov 2020 01:30:55 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_new_delete_nonexistent_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_new_delete_nonexistent_entity.yaml index 9aed00cefd16..74979e43f3e8 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_new_delete_nonexistent_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_new_delete_nonexistent_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 05 Nov 2020 21:25:57 GMT + - Tue, 17 Nov 2020 01:31:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 05 Nov 2020 21:25:57 GMT + - Tue, 17 Nov 2020 01:31:25 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Thu, 05 Nov 2020 21:25:59 GMT + - Tue, 17 Nov 2020 01:31:26 GMT etag: - - W/"datetime'2020-11-05T21%3A25%3A59.7266951Z'" + - W/"datetime'2020-11-17T01%3A31%3A26.8430855Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablebce617ff') server: @@ -44,15 +44,15 @@ interactions: code: 201 message: Ok - request: - body: "--batch_64b3d778-695b-4853-ac6b-b487983986c7\r\nContent-Type: multipart/mixed;\ - \ boundary=changeset_4446305b-0ec0-4ba7-a651-e13da3eb7689\r\n\r\n--changeset_4446305b-0ec0-4ba7-a651-e13da3eb7689\r\ + body: "--batch_4c5f3b2c-3d15-4412-8684-776bb5ceb5e7\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_3de4d58c-9971-4389-b099-e3c4614a2ce6\r\n\r\n--changeset_3de4d58c-9971-4389-b099-e3c4614a2ce6\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 0\r\n\r\nDELETE https://tablestestt2hsc5iufdqzwi.table.cosmos.azure.com/uttablebce617ff(PartitionKey='001',RowKey='batch_negative_1')\ + \ 0\r\n\r\nDELETE https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablebce617ff(PartitionKey='001',RowKey='batch_negative_1')\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ - \ *\r\nAccept: application/json;odata=minimalmetadata\r\nx-ms-date: Thu, 05\ - \ Nov 2020 21:25:59 GMT\r\nDate: Thu, 05 Nov 2020 21:25:59 GMT\r\nx-ms-client-request-id:\ - \ 7fa74c10-1fad-11eb-9c45-58961df361d1\r\n\r\n\r\n--changeset_4446305b-0ec0-4ba7-a651-e13da3eb7689--\r\ - \n\r\n--batch_64b3d778-695b-4853-ac6b-b487983986c7--\r\n" + \ *\r\nAccept: application/json;odata=minimalmetadata\r\nx-ms-date: Tue, 17\ + \ Nov 2020 01:31:26 GMT\r\nDate: Tue, 17 Nov 2020 01:31:26 GMT\r\nx-ms-client-request-id:\ + \ 9c2ebb45-2874-11eb-a3f4-58961df361d1\r\n\r\n\r\n--changeset_3de4d58c-9971-4389-b099-e3c4614a2ce6--\r\ + \n\r\n--batch_4c5f3b2c-3d15-4412-8684-776bb5ceb5e7--\r\n" headers: Accept: - '*/*' @@ -63,37 +63,37 @@ interactions: Content-Length: - '764' Content-Type: - - multipart/mixed; boundary=batch_64b3d778-695b-4853-ac6b-b487983986c7 + - multipart/mixed; boundary=batch_4c5f3b2c-3d15-4412-8684-776bb5ceb5e7 DataServiceVersion: - '3.0' Date: - - Thu, 05 Nov 2020 21:25:59 GMT + - Tue, 17 Nov 2020 01:31:26 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 05 Nov 2020 21:25:59 GMT + - Tue, 17 Nov 2020 01:31:26 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_43c4a36a-3417-4c0d-9ac3-0c2f3bae6e37\nContent-Type:\ - \ multipart/mixed; boundary=changesetresponse_90ecd268-a4a1-41e9-90e5-21dcbb8fe02e\r\ - \n\r\n--changesetresponse_90ecd268-a4a1-41e9-90e5-21dcbb8fe02e\nContent-Type:\ + string: "--batchresponse_7e6beb73-7b73-48b9-bed4-d9c36c6849c1\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_1c867bae-8792-422f-a97f-e018f0e28cc1\r\ + \n\r\n--changesetresponse_1c867bae-8792-422f-a97f-e018f0e28cc1\nContent-Type:\ \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 404 Not\ \ Found\r\nContent-Type: application/json;odata=fullmetadata\r\n\r\n{\"odata.error\"\ :{\"code\":\"ResourceNotFound\",\"message\":{\"lang\":\"en-us\",\"value\"\ - :\"0:The specified resource does not exist.\\n\\nRequestID:7fa7d21e-1fad-11eb-aeac-58961df361d1\\\ - n\"}}}\r\n--changesetresponse_90ecd268-a4a1-41e9-90e5-21dcbb8fe02e--\n--batchresponse_43c4a36a-3417-4c0d-9ac3-0c2f3bae6e37--\r\ + :\"0:The specified resource does not exist.\\n\\nRequestID:9c2fd125-2874-11eb-9df0-58961df361d1\\\ + n\"}}}\r\n--changesetresponse_1c867bae-8792-422f-a97f-e018f0e28cc1--\n--batchresponse_7e6beb73-7b73-48b9-bed4-d9c36c6849c1--\r\ \n" headers: content-type: - - multipart/mixed; boundary=batchresponse_43c4a36a-3417-4c0d-9ac3-0c2f3bae6e37 + - multipart/mixed; boundary=batchresponse_7e6beb73-7b73-48b9-bed4-d9c36c6849c1 date: - - Thu, 05 Nov 2020 21:26:00 GMT + - Tue, 17 Nov 2020 01:31:27 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -113,11 +113,11 @@ interactions: Content-Length: - '0' Date: - - Thu, 05 Nov 2020 21:25:59 GMT + - Tue, 17 Nov 2020 01:31:26 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 05 Nov 2020 21:25:59 GMT + - Tue, 17 Nov 2020 01:31:26 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -129,7 +129,7 @@ interactions: content-length: - '0' date: - - Thu, 05 Nov 2020 21:26:00 GMT + - Tue, 17 Nov 2020 01:31:27 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_new_non_existent_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_new_non_existent_table.yaml index 7635cd17303b..d340154cac0c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_new_non_existent_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos.test_new_non_existent_table.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 05 Nov 2020 21:26:30 GMT + - Tue, 17 Nov 2020 01:31:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 05 Nov 2020 21:26:30 GMT + - Tue, 17 Nov 2020 01:31:57 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Thu, 05 Nov 2020 21:26:31 GMT + - Tue, 17 Nov 2020 01:31:58 GMT etag: - - W/"datetime'2020-11-05T21%3A26%3A31.7976583Z'" + - W/"datetime'2020-11-17T01%3A31%3A58.2367751Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable1fae14f7') server: @@ -44,15 +44,15 @@ interactions: code: 201 message: Ok - request: - body: "--batch_4c955218-14c1-4e50-ba80-39cf89709e66\r\nContent-Type: multipart/mixed;\ - \ boundary=changeset_5f6c60c3-a4f7-457d-8d8c-0dbd533f0521\r\n\r\n--changeset_5f6c60c3-a4f7-457d-8d8c-0dbd533f0521\r\ + body: "--batch_15befd8d-f15d-4087-8f81-700c0549c665\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_b63305d4-e099-4fb9-b4a9-bac37beb35f3\r\n\r\n--changeset_b63305d4-e099-4fb9-b4a9-bac37beb35f3\r\ \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ - \ 0\r\n\r\nPOST https://tablestestt2hsc5iufdqzwi.table.cosmos.azure.com/doesntexist\ + \ 0\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/doesntexist\ \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ \ application/json;odata=minimalmetadata\r\nContent-Length: 576\r\nx-ms-date:\ - \ Thu, 05 Nov 2020 21:26:31 GMT\r\nDate: Thu, 05 Nov 2020 21:26:31 GMT\r\nx-ms-client-request-id:\ - \ 92d349d4-1fad-11eb-b7b5-58961df361d1\r\n\r\n{\"PartitionKey\": \"001\", \"\ + \ Tue, 17 Nov 2020 01:31:58 GMT\r\nDate: Tue, 17 Nov 2020 01:31:58 GMT\r\nx-ms-client-request-id:\ + \ aee68ac2-2874-11eb-8873-58961df361d1\r\n\r\n{\"PartitionKey\": \"001\", \"\ PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"batch_negative_1\"\ , \"RowKey@odata.type\": \"Edm.String\", \"age\": 39, \"sex\": \"male\", \"\ sex@odata.type\": \"Edm.String\", \"married\": true, \"deceased\": false, \"\ @@ -60,8 +60,8 @@ interactions: , \"Birthday@odata.type\": \"Edm.DateTime\", \"birthday\": \"1970-10-04T00:00:00Z\"\ , \"birthday@odata.type\": \"Edm.DateTime\", \"binary\": \"YmluYXJ5\", \"binary@odata.type\"\ : \"Edm.Binary\", \"other\": 20, \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\"\ - , \"clsid@odata.type\": \"Edm.Guid\"}\r\n--changeset_5f6c60c3-a4f7-457d-8d8c-0dbd533f0521--\r\ - \n\r\n--batch_4c955218-14c1-4e50-ba80-39cf89709e66--\r\n" + , \"clsid@odata.type\": \"Edm.Guid\"}\r\n--changeset_b63305d4-e099-4fb9-b4a9-bac37beb35f3--\r\ + \n\r\n--batch_15befd8d-f15d-4087-8f81-700c0549c665--\r\n" headers: Accept: - '*/*' @@ -72,37 +72,37 @@ interactions: Content-Length: - '1372' Content-Type: - - multipart/mixed; boundary=batch_4c955218-14c1-4e50-ba80-39cf89709e66 + - multipart/mixed; boundary=batch_15befd8d-f15d-4087-8f81-700c0549c665 DataServiceVersion: - '3.0' Date: - - Thu, 05 Nov 2020 21:26:31 GMT + - Tue, 17 Nov 2020 01:31:58 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 05 Nov 2020 21:26:31 GMT + - Tue, 17 Nov 2020 01:31:58 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_ed1a0ed2-e207-4848-8f86-eda3516c1f99\nContent-Type:\ - \ multipart/mixed; boundary=changesetresponse_f5bfe96e-8c64-4920-b494-133df85eb940\r\ - \n\r\n--changesetresponse_f5bfe96e-8c64-4920-b494-133df85eb940\nContent-Type:\ + string: "--batchresponse_bbe3a4ad-1e66-48ff-9acf-7cc13c7ccfec\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_cfc64fef-94ed-4997-830a-c851754f9c02\r\ + \n\r\n--changesetresponse_cfc64fef-94ed-4997-830a-c851754f9c02\nContent-Type:\ \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 404 Not\ \ Found\r\nContent-Type: application/json;odata=fullmetadata\r\n\r\n{\"odata.error\"\ :{\"code\":\"ResourceNotFound\",\"message\":{\"lang\":\"en-us\",\"value\"\ - :\"The specified resource does not exist.\\nRequestID:92d397ca-1fad-11eb-91cf-58961df361d1\\\ - n\"}}}\r\n--changesetresponse_f5bfe96e-8c64-4920-b494-133df85eb940--\n--batchresponse_ed1a0ed2-e207-4848-8f86-eda3516c1f99--\r\ + :\"The specified resource does not exist.\\nRequestID:aee70019-2874-11eb-9027-58961df361d1\\\ + n\"}}}\r\n--changesetresponse_cfc64fef-94ed-4997-830a-c851754f9c02--\n--batchresponse_bbe3a4ad-1e66-48ff-9acf-7cc13c7ccfec--\r\ \n" headers: content-type: - - multipart/mixed; boundary=batchresponse_ed1a0ed2-e207-4848-8f86-eda3516c1f99 + - multipart/mixed; boundary=batchresponse_bbe3a4ad-1e66-48ff-9acf-7cc13c7ccfec date: - - Thu, 05 Nov 2020 21:26:31 GMT + - Tue, 17 Nov 2020 01:31:58 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -122,11 +122,11 @@ interactions: Content-Length: - '0' Date: - - Thu, 05 Nov 2020 21:26:32 GMT + - Tue, 17 Nov 2020 01:31:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 05 Nov 2020 21:26:32 GMT + - Tue, 17 Nov 2020 01:31:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -138,7 +138,7 @@ interactions: content-length: - '0' date: - - Thu, 05 Nov 2020 21:26:32 GMT + - Tue, 17 Nov 2020 01:31:58 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_delete.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_delete.yaml index 286bb7b00c4f..270b6e459b1b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_delete.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_delete.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:33:14 GMT + - Tue, 17 Nov 2020 01:22:26 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:14 GMT + - Tue, 17 Nov 2020 01:22:26 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,20 +25,20 @@ interactions: string: '{"TableName":"uttableccf5131a","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:33:16 GMT - etag: W/"datetime'2020-11-07T01%3A33%3A16.5291527Z'" + date: Tue, 17 Nov 2020 01:22:28 GMT + etag: W/"datetime'2020-11-17T01%3A22%3A28.6673927Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttableccf5131a') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: '{"test5@odata.type": "Edm.DateTime", "test5": "2020-11-07T01:33:16Z", "test3": - 3, "PartitionKey": "001", "test": true, "RowKey": "batch_delete", "test4": 1234567890, - "RowKey@odata.type": "Edm.String", "test2@odata.type": "Edm.String", "test2": - "value", "PartitionKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_delete", "RowKey@odata.type": "Edm.String", "test": true, "test2": "value", + "test2@odata.type": "Edm.String", "test3": 3, "test4": 1234567890, "test5": + "2020-11-17T01:22:28Z", "test5@odata.type": "Edm.DateTime"}' headers: Accept: - application/json;odata=minimalmetadata @@ -49,29 +49,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttableccf5131a response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttableccf5131a/$metadata#uttableccf5131a/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A33%3A17.0646023Z''\"","test5@odata.type":"Edm.DateTime","test5":"2020-11-07T01:33:16.0000000Z","test3":3,"PartitionKey":"001","test":true,"RowKey":"batch_delete","test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:33:17.0646023Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttableccf5131a/$metadata#uttableccf5131a/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A22%3A29.0975751Z''\"","PartitionKey":"001","RowKey":"batch_delete","test":true,"test2":"value","test3":3,"test4":1234567890,"test5@odata.type":"Edm.DateTime","test5":"2020-11-17T01:22:28.0000000Z","Timestamp":"2020-11-17T01:22:29.0975751Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:33:16 GMT - etag: W/"datetime'2020-11-07T01%3A33%3A17.0646023Z'" + date: Tue, 17 Nov 2020 01:22:28 GMT + etag: W/"datetime'2020-11-17T01%3A22%3A29.0975751Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Created - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttableccf5131a + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttableccf5131a - request: body: null headers: @@ -80,70 +80,74 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete') response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttableccf5131a/$metadata#uttableccf5131a/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A33%3A17.0646023Z''\"","test5@odata.type":"Edm.DateTime","test5":"2020-11-07T01:33:16.0000000Z","test3":3,"PartitionKey":"001","test":true,"RowKey":"batch_delete","test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:33:17.0646023Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttableccf5131a/$metadata#uttableccf5131a/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A22%3A29.0975751Z''\"","PartitionKey":"001","RowKey":"batch_delete","test":true,"test2":"value","test3":3,"test4":1234567890,"test5@odata.type":"Edm.DateTime","test5":"2020-11-17T01:22:28.0000000Z","Timestamp":"2020-11-17T01:22:29.0975751Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:33:16 GMT - etag: W/"datetime'2020-11-07T01%3A33%3A17.0646023Z'" + date: Tue, 17 Nov 2020 01:22:28 GMT + etag: W/"datetime'2020-11-17T01%3A22%3A29.0975751Z'" server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 200 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete') - request: - body: "--batch_11f2fdbe-6b32-40f2-a5e6-0480a86c3cfb\r\nContent-Type: multipart/mixed; - boundary=changeset_01a5b759-5a1b-4250-b4c5-44a32b7c6489\r\n\r\n--changeset_01a5b759-5a1b-4250-b4c5-44a32b7c6489\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nDELETE - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete') - HTTP/1.1\r\nIf-Match: *\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: - application/json;odata=minimalmetadata\r\nx-ms-date: Sat, 07 Nov 2020 01:33:16 - GMT\r\nDate: Sat, 07 Nov 2020 01:33:16 GMT\r\nx-ms-client-request-id: 356b6466-2099-11eb-a520-58961df361d1\r\n\r\n\r\n--changeset_01a5b759-5a1b-4250-b4c5-44a32b7c6489--\r\n\r\n--batch_11f2fdbe-6b32-40f2-a5e6-0480a86c3cfb--\r\n" + body: "--batch_722b72f8-95ec-410e-9124-98663c100e2b\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_ac741054-4c0f-4dd5-81bc-f0dc521f4b81\r\n\r\n--changeset_ac741054-4c0f-4dd5-81bc-f0dc521f4b81\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nDELETE https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ *\r\nAccept: application/json;odata=minimalmetadata\r\nx-ms-date: Tue, 17\ + \ Nov 2020 01:22:28 GMT\r\nDate: Tue, 17 Nov 2020 01:22:28 GMT\r\nx-ms-client-request-id:\ + \ 5b8dcbbe-2873-11eb-a1a2-58961df361d1\r\n\r\n\r\n--changeset_ac741054-4c0f-4dd5-81bc-f0dc521f4b81--\r\ + \n\r\n--batch_722b72f8-95ec-410e-9124-98663c100e2b--\r\n" headers: Content-Length: - '760' Content-Type: - - multipart/mixed; boundary=batch_11f2fdbe-6b32-40f2-a5e6-0480a86c3cfb + - multipart/mixed; boundary=batch_722b72f8-95ec-410e-9124-98663c100e2b DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_c94f06e5-6430-4db0-adf9-609cfb3b6284\nContent-Type: - multipart/mixed; boundary=changesetresponse_1d4d0f1e-ccbf-45db-a706-45fb7f1407ed\r\n\r\n--changesetresponse_1d4d0f1e-ccbf-45db-a706-45fb7f1407ed\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nContent-ID: - 1\r\n\r\n\r\n--changesetresponse_1d4d0f1e-ccbf-45db-a706-45fb7f1407ed--\n--batchresponse_c94f06e5-6430-4db0-adf9-609cfb3b6284--\r\n" + string: "--batchresponse_5fe1293f-e262-4f23-aad9-a159cd8d0bf1\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_9d6d1e5a-e876-48f2-9ced-b8380b92f94a\r\ + \n\r\n--changesetresponse_9d6d1e5a-e876-48f2-9ced-b8380b92f94a\nContent-Type:\ + \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\ + \nContent-ID: 1\r\n\r\n\r\n--changesetresponse_9d6d1e5a-e876-48f2-9ced-b8380b92f94a--\n\ + --batchresponse_5fe1293f-e262-4f23-aad9-a159cd8d0bf1--\r\n" headers: - content-type: multipart/mixed; boundary=batchresponse_c94f06e5-6430-4db0-adf9-609cfb3b6284 - date: Sat, 07 Nov 2020 01:33:16 GMT + content-type: multipart/mixed; boundary=batchresponse_5fe1293f-e262-4f23-aad9-a159cd8d0bf1 + date: Tue, 17 Nov 2020 01:22:28 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 202 message: Accepted - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/$batch + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/$batch - request: body: null headers: @@ -152,39 +156,40 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete') response: body: - string: "{\"odata.error\":{\"code\":\"ResourceNotFound\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - specified resource does not exist.\\nRequestID:357390e8-2099-11eb-a5e9-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"ResourceNotFound\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The specified resource does not exist.\\nRequestID:5b99c1ae-2873-11eb-a2a9-58961df361d1\\\ + n\"}}}\r\n" headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:33:16 GMT + date: Tue, 17 Nov 2020 01:22:28 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 404 message: Not Found - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttableccf5131a(PartitionKey='001',RowKey='batch_delete') - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:16 GMT + - Tue, 17 Nov 2020 01:22:28 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -194,10 +199,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:33:16 GMT + date: Tue, 17 Nov 2020 01:22:29 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttableccf5131a') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttableccf5131a') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_different_partition_operations_fail.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_different_partition_operations_fail.yaml index 1db4fc1feab2..25200ece17d7 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_different_partition_operations_fail.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_different_partition_operations_fail.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:33:46 GMT + - Tue, 17 Nov 2020 01:22:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:46 GMT + - Tue, 17 Nov 2020 01:22:59 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,23 +25,23 @@ interactions: string: '{"TableName":"uttablead461f35","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:33:49 GMT - etag: W/"datetime'2020-11-07T01%3A33%3A48.6352391Z'" + date: Tue, 17 Nov 2020 01:23:01 GMT + etag: W/"datetime'2020-11-17T01%3A23%3A01.0299911Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablead461f35') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: '{"birthday": "1970-10-04T00:00:00Z", "age": 39, "sex@odata.type": "Edm.String", - "other": 20, "binary": "YmluYXJ5", "Birthday": "1973-10-04T00:00:00Z", "RowKey@odata.type": - "Edm.String", "binary@odata.type": "Edm.Binary", "RowKey": "batch_negative_1", - "married": true, "sex": "male", "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", - "Birthday@odata.type": "Edm.DateTime", "ratio": 3.1, "large": 933311100, "clsid@odata.type": - "Edm.Guid", "evenratio": 3.0, "PartitionKey": "001", "deceased": false, "birthday@odata.type": - "Edm.DateTime", "PartitionKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_negative_1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", + "sex@odata.type": "Edm.String", "married": true, "deceased": false, "ratio": + 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -52,40 +52,40 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:33:48 GMT + - Tue, 17 Nov 2020 01:23:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:48 GMT + - Tue, 17 Nov 2020 01:23:00 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablead461f35 response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablead461f35/$metadata#uttablead461f35/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A33%3A49.1656711Z''\"","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","age":39,"other":20,"binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","RowKey":"batch_negative_1","married":true,"sex":"male","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","ratio":3.1,"large":933311100,"evenratio":3.0,"PartitionKey":"001","deceased":false,"Timestamp":"2020-11-07T01:33:49.1656711Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablead461f35/$metadata#uttablead461f35/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A01.4884359Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:23:01.4884359Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:33:49 GMT - etag: W/"datetime'2020-11-07T01%3A33%3A49.1656711Z'" + date: Tue, 17 Nov 2020 01:23:01 GMT + etag: W/"datetime'2020-11-17T01%3A23%3A01.4884359Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/uttablead461f35(PartitionKey='001',RowKey='batch_negative_1') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Created - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablead461f35 + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablead461f35 - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:33:48 GMT + - Tue, 17 Nov 2020 01:23:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:33:48 GMT + - Tue, 17 Nov 2020 01:23:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -95,10 +95,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:33:49 GMT + date: Tue, 17 Nov 2020 01:23:01 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttablead461f35') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttablead461f35') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_inserts.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_inserts.yaml index 9f8f45cd90d7..767bb6904a60 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_inserts.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_inserts.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:34:18 GMT + - Tue, 17 Nov 2020 01:23:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:34:18 GMT + - Tue, 17 Nov 2020 01:23:31 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,310 +25,333 @@ interactions: string: '{"TableName":"uttablee11613af","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:34:19 GMT - etag: W/"datetime'2020-11-07T01%3A34%3A20.3808775Z'" + date: Tue, 17 Nov 2020 01:23:33 GMT + etag: W/"datetime'2020-11-17T01%3A23%3A32.7824903Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablee11613af') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: "--batch_96efd26b-e5c4-4cb4-a6a5-9313d3990436\r\nContent-Type: multipart/mixed; - boundary=changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\n\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f46f-2099-11eb-a352-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"0\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 1\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd5a-2099-11eb-aeaa-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"1\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 2\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f46e-2099-11eb-8f2e-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"2\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 3\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd5c-2099-11eb-95a0-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"3\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 4\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd59-2099-11eb-bb9f-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"4\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 5\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f471-2099-11eb-8e2a-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"5\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 6\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd5b-2099-11eb-80bc-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"6\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 7\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f477-2099-11eb-a3d4-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"7\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 8\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd58-2099-11eb-9bf2-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"8\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 9\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 223\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd60-2099-11eb-87b8-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"9\", \"test\": true, \"test4\": - 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 10\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f478-2099-11eb-9bd7-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"10\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 11\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f476-2099-11eb-bcaa-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"11\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 12\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f470-2099-11eb-a789-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"12\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 13\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd5f-2099-11eb-bfa6-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"13\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 14\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f473-2099-11eb-aaf6-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"14\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 15\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f472-2099-11eb-8a22-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"15\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 16\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd5d-2099-11eb-b94d-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"16\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 17\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63cd5e-2099-11eb-bb91-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"17\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 18\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f474-2099-11eb-9fc1-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"18\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 19\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 224\r\nx-ms-date: Sat, 07 Nov 2020 01:34:20 GMT\r\nDate: Sat, 07 Nov 2020 01:34:20 - GMT\r\nx-ms-client-request-id: 5b63f475-2099-11eb-97d4-58961df361d1\r\n\r\n{\"test3\": - 3, \"PartitionKey\": \"batch_inserts\", \"RowKey\": \"19\", \"test\": true, - \"test4\": 1234567890, \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": - \"Edm.String\", \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_cfb7a40a-6896-49b4-8256-dcdf73e3530f--\r\n\r\n--batch_96efd26b-e5c4-4cb4-a6a5-9313d3990436--\r\n" + body: "--batch_1ec21009-9ac0-4bc4-8742-ddb49327ab6b\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\n\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaa4-2873-11eb-819c-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"0\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 1\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaa5-2873-11eb-a572-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"1\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 2\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaa6-2873-11eb-9a3e-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"2\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 3\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaa7-2873-11eb-a010-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"3\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 4\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaa8-2873-11eb-8574-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"4\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 5\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaa9-2873-11eb-830d-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"5\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 6\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaaa-2873-11eb-9120-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"6\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 7\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaab-2873-11eb-a0af-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"7\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 8\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaac-2873-11eb-8c1a-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"8\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 9\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 223\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaad-2873-11eb-9132-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"9\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 10\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaae-2873-11eb-8cad-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"10\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 11\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcaaf-2873-11eb-a166-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"11\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 12\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcab0-2873-11eb-8213-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"12\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 13\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcab1-2873-11eb-a3be-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"13\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 14\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcab2-2873-11eb-a143-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"14\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 15\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcab3-2873-11eb-a1d9-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"15\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 16\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcab4-2873-11eb-948e-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"16\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 17\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcab5-2873-11eb-b2be-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"17\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 18\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcab6-2873-11eb-b741-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"18\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 19\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 224\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:23:32 GMT\r\nDate: Tue, 17 Nov 2020 01:23:32 GMT\r\nx-ms-client-request-id:\ + \ 81abcab7-2873-11eb-bb84-58961df361d1\r\n\r\n{\"PartitionKey\": \"batch_inserts\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"\ + value\", \"test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890,\ + \ \"RowKey\": \"19\", \"RowKey@odata.type\": \"Edm.String\"}\r\n--changeset_020cc98f-efbe-48a7-a294-9333b6771be4--\r\ + \n\r\n--batch_1ec21009-9ac0-4bc4-8742-ddb49327ab6b--\r\n" headers: Content-Length: - '15958' Content-Type: - - multipart/mixed; boundary=batch_96efd26b-e5c4-4cb4-a6a5-9313d3990436 + - multipart/mixed; boundary=batch_1ec21009-9ac0-4bc4-8742-ddb49327ab6b DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:34:20 GMT + - Tue, 17 Nov 2020 01:23:32 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:34:20 GMT + - Tue, 17 Nov 2020 01:23:32 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_0174a17b-e03b-4fae-badc-5ca6d83877f3\nContent-Type: - multipart/mixed; boundary=changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0616327Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='0')\r\nContent-ID: - 1\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0624519Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='1')\r\nContent-ID: - 2\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0629639Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='2')\r\nContent-ID: - 3\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0635783Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='3')\r\nContent-ID: - 4\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0641927Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='4')\r\nContent-ID: - 5\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0647047Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='5')\r\nContent-ID: - 6\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0653191Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='6')\r\nContent-ID: - 7\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0657287Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='7')\r\nContent-ID: - 8\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0663431Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='8')\r\nContent-ID: - 9\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0668551Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='9')\r\nContent-ID: - 10\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0674695Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='10')\r\nContent-ID: - 11\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0679815Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='11')\r\nContent-ID: - 12\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0684935Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='12')\r\nContent-ID: - 13\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0690055Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='13')\r\nContent-ID: - 14\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0696199Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='14')\r\nContent-ID: - 15\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0701319Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='15')\r\nContent-ID: - 16\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0706439Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='16')\r\nContent-ID: - 17\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0713607Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='17')\r\nContent-ID: - 18\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0718727Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='18')\r\nContent-ID: - 19\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A34%3A21.0724871Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='19')\r\nContent-ID: - 20\r\n\r\n\r\n--changesetresponse_c0499f04-67d8-4c2e-95f0-23f2b03b2098--\n--batchresponse_0174a17b-e03b-4fae-badc-5ca6d83877f3--\r\n" + string: "--batchresponse_be7acc5f-174f-4663-bcea-dbac79e8d9ee\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\r\ + \n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\nContent-Type:\ + \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\ + \nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3064711Z'\"\r\nPreference-Applied:\ + \ return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='0')\r\ + \nContent-ID: 1\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3069831Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='1')\r\ + \nContent-ID: 2\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3073927Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='2')\r\ + \nContent-ID: 3\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3076999Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='3')\r\ + \nContent-ID: 4\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3081095Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='4')\r\ + \nContent-ID: 5\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3084167Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='5')\r\ + \nContent-ID: 6\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3087239Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='6')\r\ + \nContent-ID: 7\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3091335Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='7')\r\ + \nContent-ID: 8\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3094407Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='8')\r\ + \nContent-ID: 9\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3098503Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='9')\r\ + \nContent-ID: 10\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3101575Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='10')\r\ + \nContent-ID: 11\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3105671Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='11')\r\ + \nContent-ID: 12\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3108743Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='12')\r\ + \nContent-ID: 13\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3112839Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='13')\r\ + \nContent-ID: 14\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3115911Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='14')\r\ + \nContent-ID: 15\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3120007Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='15')\r\ + \nContent-ID: 16\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3123079Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='16')\r\ + \nContent-ID: 17\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3126151Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='17')\r\ + \nContent-ID: 18\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3130247Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='18')\r\ + \nContent-ID: 19\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b\n\ + Content-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1\ + \ 204 No Content\r\nETag: W/\"datetime'2020-11-17T01%3A23%3A33.3133319Z'\"\ + \r\nPreference-Applied: return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af(PartitionKey='batch_inserts',RowKey='19')\r\ + \nContent-ID: 20\r\n\r\n\r\n--changesetresponse_73a6f3df-f235-409c-a67d-16eb5388d13b--\n\ + --batchresponse_be7acc5f-174f-4663-bcea-dbac79e8d9ee--\r\n" headers: - content-type: multipart/mixed; boundary=batchresponse_0174a17b-e03b-4fae-badc-5ca6d83877f3 - date: Sat, 07 Nov 2020 01:34:21 GMT + content-type: multipart/mixed; boundary=batchresponse_be7acc5f-174f-4663-bcea-dbac79e8d9ee + date: Tue, 17 Nov 2020 01:23:33 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 202 message: Accepted - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/$batch + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/$batch - request: body: null headers: @@ -337,38 +360,38 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:34:20 GMT + - Tue, 17 Nov 2020 01:23:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:34:20 GMT + - Tue, 17 Nov 2020 01:23:32 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablee11613af()?$filter=PartitionKey%20eq%20'batch_inserts' response: body: - string: '{"value":[{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0616327Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"0","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0616327Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0624519Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"1","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0624519Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0629639Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"2","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0629639Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0635783Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"3","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0635783Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0641927Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"4","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0641927Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0647047Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"5","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0647047Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0653191Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"6","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0653191Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0657287Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"7","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0657287Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0663431Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"8","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0663431Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0668551Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"9","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0668551Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0674695Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"10","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0674695Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0679815Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"11","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0679815Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0684935Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"12","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0684935Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0690055Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"13","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0690055Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0696199Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"14","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0696199Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0701319Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"15","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0701319Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0706439Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"16","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0706439Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0713607Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"17","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0713607Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0718727Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"18","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0718727Z"},{"odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A21.0724871Z''\"","test3":3,"PartitionKey":"batch_inserts","RowKey":"19","test":true,"test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:34:21.0724871Z"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#uttablee11613af"}' + string: '{"value":[{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3064711Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"0","Timestamp":"2020-11-17T01:23:33.3064711Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3069831Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"1","Timestamp":"2020-11-17T01:23:33.3069831Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3073927Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"2","Timestamp":"2020-11-17T01:23:33.3073927Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3076999Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"3","Timestamp":"2020-11-17T01:23:33.3076999Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3081095Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"4","Timestamp":"2020-11-17T01:23:33.3081095Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3084167Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"5","Timestamp":"2020-11-17T01:23:33.3084167Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3087239Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"6","Timestamp":"2020-11-17T01:23:33.3087239Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3091335Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"7","Timestamp":"2020-11-17T01:23:33.3091335Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3094407Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"8","Timestamp":"2020-11-17T01:23:33.3094407Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3098503Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"9","Timestamp":"2020-11-17T01:23:33.3098503Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3101575Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"10","Timestamp":"2020-11-17T01:23:33.3101575Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3105671Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"11","Timestamp":"2020-11-17T01:23:33.3105671Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3108743Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"12","Timestamp":"2020-11-17T01:23:33.3108743Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3112839Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"13","Timestamp":"2020-11-17T01:23:33.3112839Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3115911Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"14","Timestamp":"2020-11-17T01:23:33.3115911Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3120007Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"15","Timestamp":"2020-11-17T01:23:33.3120007Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3123079Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"16","Timestamp":"2020-11-17T01:23:33.3123079Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3126151Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"17","Timestamp":"2020-11-17T01:23:33.3126151Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3130247Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"18","Timestamp":"2020-11-17T01:23:33.3130247Z"},{"odata.etag":"W/\"datetime''2020-11-17T01%3A23%3A33.3133319Z''\"","PartitionKey":"batch_inserts","test":true,"test2":"value","test3":3,"test4":1234567890,"RowKey":"19","Timestamp":"2020-11-17T01:23:33.3133319Z"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#uttablee11613af"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:34:21 GMT + date: Tue, 17 Nov 2020 01:23:33 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 200 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttablee11613af()?$filter=PartitionKey%20eq%20'batch_inserts' + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttablee11613af()?$filter=PartitionKey%20eq%20'batch_inserts' - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:34:20 GMT + - Tue, 17 Nov 2020 01:23:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:34:20 GMT + - Tue, 17 Nov 2020 01:23:33 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -378,10 +401,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:34:21 GMT + date: Tue, 17 Nov 2020 01:23:33 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttablee11613af') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttablee11613af') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_same_row_operations_fail.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_same_row_operations_fail.yaml index 44d8864787f1..9c12cd18b55f 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_same_row_operations_fail.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_same_row_operations_fail.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:34:50 GMT + - Tue, 17 Nov 2020 01:24:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:34:50 GMT + - Tue, 17 Nov 2020 01:24:03 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,23 +25,23 @@ interactions: string: '{"TableName":"uttable6d7f1aa2","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:34:52 GMT - etag: W/"datetime'2020-11-07T01%3A34%3A52.5570055Z'" + date: Tue, 17 Nov 2020 01:24:05 GMT + etag: W/"datetime'2020-11-17T01%3A24%3A04.8482311Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable6d7f1aa2') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: '{"birthday": "1970-10-04T00:00:00Z", "age": 39, "sex@odata.type": "Edm.String", - "other": 20, "binary": "YmluYXJ5", "Birthday": "1973-10-04T00:00:00Z", "RowKey@odata.type": - "Edm.String", "binary@odata.type": "Edm.Binary", "RowKey": "batch_negative_1", - "married": true, "sex": "male", "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", - "Birthday@odata.type": "Edm.DateTime", "ratio": 3.1, "large": 933311100, "clsid@odata.type": - "Edm.Guid", "evenratio": 3.0, "PartitionKey": "001", "deceased": false, "birthday@odata.type": - "Edm.DateTime", "PartitionKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_negative_1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", + "sex@odata.type": "Edm.String", "married": true, "deceased": false, "ratio": + 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -52,101 +52,105 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:34:52 GMT + - Tue, 17 Nov 2020 01:24:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:34:52 GMT + - Tue, 17 Nov 2020 01:24:04 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable6d7f1aa2 response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable6d7f1aa2/$metadata#uttable6d7f1aa2/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A34%3A53.0293767Z''\"","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","age":39,"other":20,"binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","RowKey":"batch_negative_1","married":true,"sex":"male","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","ratio":3.1,"large":933311100,"evenratio":3.0,"PartitionKey":"001","deceased":false,"Timestamp":"2020-11-07T01:34:53.0293767Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable6d7f1aa2/$metadata#uttable6d7f1aa2/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A24%3A05.2916231Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:24:05.2916231Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:34:52 GMT - etag: W/"datetime'2020-11-07T01%3A34%3A53.0293767Z'" + date: Tue, 17 Nov 2020 01:24:05 GMT + etag: W/"datetime'2020-11-17T01%3A24%3A05.2916231Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/uttable6d7f1aa2(PartitionKey='001',RowKey='batch_negative_1') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Created - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable6d7f1aa2 + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable6d7f1aa2 - request: - body: "--batch_42e282fd-77b5-4728-9752-7e1779b7cd87\r\nContent-Type: multipart/mixed; - boundary=changeset_aa1048e8-d4b1-40a2-890d-b8b0fc1b1dc7\r\n\r\n--changeset_aa1048e8-d4b1-40a2-890d-b8b0fc1b1dc7\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPATCH - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable6d7f1aa2(PartitionKey='001',RowKey='batch_negative_1') - HTTP/1.1\r\nIf-Match: *\r\nContent-Type: application/json\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: - 3.0\r\nAccept: application/json\r\nContent-Length: 352\r\nx-ms-date: Sat, 07 - Nov 2020 01:34:52 GMT\r\nDate: Sat, 07 Nov 2020 01:34:52 GMT\r\nx-ms-client-request-id: - 6e96a9a9-2099-11eb-a47a-58961df361d1\r\n\r\n{\"PartitionKey@odata.type\": \"Edm.String\", - \"sign\": \"aquarius\", \"sex@odata.type\": \"Edm.String\", \"birthday@odata.type\": - \"Edm.DateTime\", \"RowKey@odata.type\": \"Edm.String\", \"RowKey\": \"batch_negative_1\", - \"sex\": \"female\", \"PartitionKey\": \"001\", \"sign@odata.type\": \"Edm.String\", - \"age@odata.type\": \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\", - \"age\": \"abc\"}\r\n--changeset_aa1048e8-d4b1-40a2-890d-b8b0fc1b1dc7\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 1\r\n\r\nPATCH - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable6d7f1aa2(PartitionKey='001',RowKey='batch_negative_1') - HTTP/1.1\r\nIf-Match: *\r\nContent-Type: application/json\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: - 3.0\r\nAccept: application/json\r\nContent-Length: 576\r\nx-ms-date: Sat, 07 - Nov 2020 01:34:52 GMT\r\nDate: Sat, 07 Nov 2020 01:34:52 GMT\r\nx-ms-client-request-id: - 6e96a9a8-2099-11eb-92f6-58961df361d1\r\n\r\n{\"birthday\": \"1970-10-04T00:00:00Z\", - \"age\": 39, \"sex@odata.type\": \"Edm.String\", \"other\": 20, \"binary\": - \"YmluYXJ5\", \"Birthday\": \"1973-10-04T00:00:00Z\", \"RowKey@odata.type\": - \"Edm.String\", \"binary@odata.type\": \"Edm.Binary\", \"RowKey\": \"batch_negative_1\", - \"married\": true, \"sex\": \"male\", \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\", - \"Birthday@odata.type\": \"Edm.DateTime\", \"ratio\": 3.1, \"large\": 933311100, - \"clsid@odata.type\": \"Edm.Guid\", \"evenratio\": 3.0, \"PartitionKey\": \"001\", - \"deceased\": false, \"birthday@odata.type\": \"Edm.DateTime\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_aa1048e8-d4b1-40a2-890d-b8b0fc1b1dc7--\r\n\r\n--batch_42e282fd-77b5-4728-9752-7e1779b7cd87--\r\n" + body: "--batch_798601ad-71eb-4340-87f6-31c42effdca7\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_202afc70-cffc-4c21-be4b-25226808b15f\r\n\r\n--changeset_202afc70-cffc-4c21-be4b-25226808b15f\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPATCH https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable6d7f1aa2(PartitionKey='001',RowKey='batch_negative_1')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ *\r\nContent-Type: application/json\r\nAccept: application/json\r\nContent-Length:\ + \ 352\r\nx-ms-date: Tue, 17 Nov 2020 01:24:04 GMT\r\nDate: Tue, 17 Nov 2020\ + \ 01:24:04 GMT\r\nx-ms-client-request-id: 94d7d596-2873-11eb-9c69-58961df361d1\r\ + \n\r\n{\"PartitionKey\": \"001\", \"PartitionKey@odata.type\": \"Edm.String\"\ + , \"RowKey\": \"batch_negative_1\", \"RowKey@odata.type\": \"Edm.String\", \"\ + age\": \"abc\", \"age@odata.type\": \"Edm.String\", \"sex\": \"female\", \"\ + sex@odata.type\": \"Edm.String\", \"sign\": \"aquarius\", \"sign@odata.type\"\ + : \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\", \"birthday@odata.type\"\ + : \"Edm.DateTime\"}\r\n--changeset_202afc70-cffc-4c21-be4b-25226808b15f\r\n\ + Content-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 1\r\n\r\nPATCH https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable6d7f1aa2(PartitionKey='001',RowKey='batch_negative_1')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ *\r\nContent-Type: application/json\r\nAccept: application/json\r\nContent-Length:\ + \ 576\r\nx-ms-date: Tue, 17 Nov 2020 01:24:04 GMT\r\nDate: Tue, 17 Nov 2020\ + \ 01:24:04 GMT\r\nx-ms-client-request-id: 94d7fcaa-2873-11eb-ad13-58961df361d1\r\ + \n\r\n{\"PartitionKey\": \"001\", \"PartitionKey@odata.type\": \"Edm.String\"\ + , \"RowKey\": \"batch_negative_1\", \"RowKey@odata.type\": \"Edm.String\", \"\ + age\": 39, \"sex\": \"male\", \"sex@odata.type\": \"Edm.String\", \"married\"\ + : true, \"deceased\": false, \"ratio\": 3.1, \"evenratio\": 3.0, \"large\":\ + \ 933311100, \"Birthday\": \"1973-10-04T00:00:00Z\", \"Birthday@odata.type\"\ + : \"Edm.DateTime\", \"birthday\": \"1970-10-04T00:00:00Z\", \"birthday@odata.type\"\ + : \"Edm.DateTime\", \"binary\": \"YmluYXJ5\", \"binary@odata.type\": \"Edm.Binary\"\ + , \"other\": 20, \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\", \"clsid@odata.type\"\ + : \"Edm.Guid\"}\r\n--changeset_202afc70-cffc-4c21-be4b-25226808b15f--\r\n\r\n\ + --batch_798601ad-71eb-4340-87f6-31c42effdca7--\r\n" headers: Content-Length: - '2278' Content-Type: - - multipart/mixed; boundary=batch_42e282fd-77b5-4728-9752-7e1779b7cd87 + - multipart/mixed; boundary=batch_798601ad-71eb-4340-87f6-31c42effdca7 DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:34:52 GMT + - Tue, 17 Nov 2020 01:24:04 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:34:52 GMT + - Tue, 17 Nov 2020 01:24:04 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"en-us\",\"value\":\"One - of the input values is invalid.\\r\\nActivityId: 6e971ed8-2099-11eb-8fd6-58961df361d1, - documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:6e971ed8-2099-11eb-8fd6-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"\ + en-us\",\"value\":\"One of the input values is invalid.\\r\\nActivityId: 94d934e4-2873-11eb-88b4-58961df361d1,\ + \ documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\\ + nRequestID:94d934e4-2873-11eb-88b4-58961df361d1\\n\"}}}\r\n" headers: content-type: application/json;odata=fullmetadata - date: Sat, 07 Nov 2020 01:34:52 GMT + date: Tue, 17 Nov 2020 01:24:05 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 400 message: Bad Request - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/$batch + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/$batch - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:34:52 GMT + - Tue, 17 Nov 2020 01:24:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:34:52 GMT + - Tue, 17 Nov 2020 01:24:04 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -156,10 +160,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:34:52 GMT + date: Tue, 17 Nov 2020 01:24:05 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttable6d7f1aa2') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttable6d7f1aa2') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_single_insert.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_single_insert.yaml index 0aba7651f32c..5a28d455634a 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_single_insert.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_single_insert.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:35:22 GMT + - Tue, 17 Nov 2020 01:24:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:22 GMT + - Tue, 17 Nov 2020 01:24:35 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,64 +25,69 @@ interactions: string: '{"TableName":"uttable5f17161d","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:35:24 GMT - etag: W/"datetime'2020-11-07T01%3A35%3A24.2992647Z'" + date: Tue, 17 Nov 2020 01:24:36 GMT + etag: W/"datetime'2020-11-17T01%3A24%3A36.6661639Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable5f17161d') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: "--batch_410cacb6-aaae-4fe7-a7d2-e6ef74a329b8\r\nContent-Type: multipart/mixed; - boundary=changeset_e0959863-ec0d-4f6c-a09e-9f0134282b2f\r\n\r\n--changeset_e0959863-ec0d-4f6c-a09e-9f0134282b2f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable5f17161d HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 293\r\nx-ms-date: Sat, 07 Nov 2020 01:35:23 GMT\r\nDate: Sat, 07 Nov 2020 01:35:23 - GMT\r\nx-ms-client-request-id: 817692ae-2099-11eb-a4ce-58961df361d1\r\n\r\n{\"test5@odata.type\": - \"Edm.DateTime\", \"test5\": \"2020-11-07T01:35:23Z\", \"test3\": 3, \"PartitionKey\": - \"001\", \"test\": true, \"RowKey\": \"batch_insert\", \"test4\": 1234567890, - \"RowKey@odata.type\": \"Edm.String\", \"test2@odata.type\": \"Edm.String\", - \"test2\": \"value\", \"PartitionKey@odata.type\": \"Edm.String\"}\r\n--changeset_e0959863-ec0d-4f6c-a09e-9f0134282b2f--\r\n\r\n--batch_410cacb6-aaae-4fe7-a7d2-e6ef74a329b8--\r\n" + body: "--batch_9827bdf7-042d-4185-a5b7-fadb69d9023d\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_4f50d9cc-3777-497a-a729-640125c0563a\r\n\r\n--changeset_4f50d9cc-3777-497a-a729-640125c0563a\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable5f17161d\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 293\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:24:36 GMT\r\nDate: Tue, 17 Nov 2020 01:24:36 GMT\r\nx-ms-client-request-id:\ + \ a7bced7f-2873-11eb-893c-58961df361d1\r\n\r\n{\"PartitionKey\": \"001\", \"\ + PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"batch_insert\", \"\ + RowKey@odata.type\": \"Edm.String\", \"test\": true, \"test2\": \"value\", \"\ + test2@odata.type\": \"Edm.String\", \"test3\": 3, \"test4\": 1234567890, \"\ + test5\": \"2020-11-17T01:24:36Z\", \"test5@odata.type\": \"Edm.DateTime\"}\r\ + \n--changeset_4f50d9cc-3777-497a-a729-640125c0563a--\r\n\r\n--batch_9827bdf7-042d-4185-a5b7-fadb69d9023d--\r\ + \n" headers: Content-Length: - '1093' Content-Type: - - multipart/mixed; boundary=batch_410cacb6-aaae-4fe7-a7d2-e6ef74a329b8 + - multipart/mixed; boundary=batch_9827bdf7-042d-4185-a5b7-fadb69d9023d DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:35:23 GMT + - Tue, 17 Nov 2020 01:24:36 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:23 GMT + - Tue, 17 Nov 2020 01:24:36 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_11f598d8-158a-420b-b9e6-b621d2ddd3e2\nContent-Type: - multipart/mixed; boundary=changesetresponse_a447d931-4991-45f6-874c-e6abf52856fc\r\n\r\n--changesetresponse_a447d931-4991-45f6-874c-e6abf52856fc\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A35%3A24.8133127Z'\"\r\nPreference-Applied: return-no-content\r\nLocation: - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable5f17161d(PartitionKey='001',RowKey='batch_insert')\r\nContent-ID: - 1\r\n\r\n\r\n--changesetresponse_a447d931-4991-45f6-874c-e6abf52856fc--\n--batchresponse_11f598d8-158a-420b-b9e6-b621d2ddd3e2--\r\n" + string: "--batchresponse_ad254f46-061c-4cb4-a5e0-2b5b7673fa4f\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_dfb9db5d-cfda-401a-839f-68c69532d1e0\r\ + \n\r\n--changesetresponse_dfb9db5d-cfda-401a-839f-68c69532d1e0\nContent-Type:\ + \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\ + \nETag: W/\"datetime'2020-11-17T01%3A24%3A37.1240967Z'\"\r\nPreference-Applied:\ + \ return-no-content\r\nLocation: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable5f17161d(PartitionKey='001',RowKey='batch_insert')\r\ + \nContent-ID: 1\r\n\r\n\r\n--changesetresponse_dfb9db5d-cfda-401a-839f-68c69532d1e0--\n\ + --batchresponse_ad254f46-061c-4cb4-a5e0-2b5b7673fa4f--\r\n" headers: - content-type: multipart/mixed; boundary=batchresponse_11f598d8-158a-420b-b9e6-b621d2ddd3e2 - date: Sat, 07 Nov 2020 01:35:24 GMT + content-type: multipart/mixed; boundary=batchresponse_ad254f46-061c-4cb4-a5e0-2b5b7673fa4f + date: Tue, 17 Nov 2020 01:24:36 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 202 message: Accepted - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/$batch + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/$batch - request: body: null headers: @@ -91,39 +96,39 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:35:24 GMT + - Tue, 17 Nov 2020 01:24:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:24 GMT + - Tue, 17 Nov 2020 01:24:36 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable5f17161d(PartitionKey='001',RowKey='batch_insert') response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable5f17161d/$metadata#uttable5f17161d/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A35%3A24.8133127Z''\"","test5@odata.type":"Edm.DateTime","test5":"2020-11-07T01:35:23.0000000Z","test3":3,"PartitionKey":"001","test":true,"RowKey":"batch_insert","test4":1234567890,"test2":"value","Timestamp":"2020-11-07T01:35:24.8133127Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable5f17161d/$metadata#uttable5f17161d/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A24%3A37.1240967Z''\"","PartitionKey":"001","RowKey":"batch_insert","test":true,"test2":"value","test3":3,"test4":1234567890,"test5@odata.type":"Edm.DateTime","test5":"2020-11-17T01:24:36.0000000Z","Timestamp":"2020-11-17T01:24:37.1240967Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:35:24 GMT - etag: W/"datetime'2020-11-07T01%3A35%3A24.8133127Z'" + date: Tue, 17 Nov 2020 01:24:36 GMT + etag: W/"datetime'2020-11-17T01%3A24%3A37.1240967Z'" server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 200 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable5f17161d(PartitionKey='001',RowKey='batch_insert') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable5f17161d(PartitionKey='001',RowKey='batch_insert') - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:35:24 GMT + - Tue, 17 Nov 2020 01:24:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:24 GMT + - Tue, 17 Nov 2020 01:24:36 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,10 +138,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:35:24 GMT + date: Tue, 17 Nov 2020 01:24:36 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttable5f17161d') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttable5f17161d') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_too_many_ops.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_too_many_ops.yaml new file mode 100644 index 000000000000..8ca18151e807 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_too_many_ops.yaml @@ -0,0 +1,104 @@ +interactions: +- request: + body: '{"TableName": "uttable496f15be"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '32' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Tue, 17 Nov 2020 01:25:07 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 17 Nov 2020 01:25:07 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"TableName":"uttable496f15be","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Tue, 17 Nov 2020 01:25:08 GMT + etag: W/"datetime'2020-11-17T01%3A25%3A08.4491783Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable496f15be') + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 201 + message: Ok + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables +- request: + body: '{"PartitionKey": "001", "PartitionKey@odata.type": "Edm.String", "RowKey": + "batch_negative_1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", + "sex@odata.type": "Edm.String", "married": true, "deceased": false, "ratio": + 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '576' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Tue, 17 Nov 2020 01:25:08 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 17 Nov 2020 01:25:08 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable496f15be + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable496f15be/$metadata#uttable496f15be/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A25%3A08.8486407Z''\"","PartitionKey":"001","RowKey":"batch_negative_1","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:25:08.8486407Z"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Tue, 17 Nov 2020 01:25:08 GMT + etag: W/"datetime'2020-11-17T01%3A25%3A08.8486407Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/uttable496f15be(PartitionKey='001',RowKey='batch_negative_1') + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 201 + message: Created + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable496f15be +- request: + body: null + headers: + Accept: + - application/json + Date: + - Tue, 17 Nov 2020 01:25:08 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 17 Nov 2020 01:25:08 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable496f15be') + response: + body: + string: '' + headers: + content-length: '0' + date: Tue, 17 Nov 2020 01:25:08 GMT + server: Microsoft-HTTPAPI/2.0 + status: + code: 204 + message: No Content + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttable496f15be') +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_update_if_doesnt_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_update_if_doesnt_match.yaml index 280087dd8e0d..dba2cf061da4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_update_if_doesnt_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_update_if_doesnt_match.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:35:54 GMT + - Tue, 17 Nov 2020 01:25:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:54 GMT + - Tue, 17 Nov 2020 01:25:38 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,23 +25,23 @@ interactions: string: '{"TableName":"uttable371919b0","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:35:55 GMT - etag: W/"datetime'2020-11-07T01%3A35%3A55.7328903Z'" + date: Tue, 17 Nov 2020 01:25:40 GMT + etag: W/"datetime'2020-11-17T01%3A25%3A40.2037255Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable371919b0') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: '{"birthday": "1970-10-04T00:00:00Z", "age": 39, "sex@odata.type": "Edm.String", - "other": 20, "binary": "YmluYXJ5", "Birthday": "1973-10-04T00:00:00Z", "RowKey@odata.type": - "Edm.String", "binary@odata.type": "Edm.Binary", "RowKey": "rk371919b0", "married": - true, "sex": "male", "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "Birthday@odata.type": - "Edm.DateTime", "ratio": 3.1, "large": 933311100, "clsid@odata.type": "Edm.Guid", - "evenratio": 3.0, "PartitionKey": "pk371919b0", "deceased": false, "birthday@odata.type": - "Edm.DateTime", "PartitionKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "pk371919b0", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk371919b0", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -52,76 +52,79 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:35:55 GMT + - Tue, 17 Nov 2020 01:25:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:55 GMT + - Tue, 17 Nov 2020 01:25:40 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable371919b0 response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable371919b0/$metadata#uttable371919b0/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A35%3A56.2624007Z''\"","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","age":39,"other":20,"binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","RowKey":"rk371919b0","married":true,"sex":"male","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","ratio":3.1,"large":933311100,"evenratio":3.0,"PartitionKey":"pk371919b0","deceased":false,"Timestamp":"2020-11-07T01:35:56.2624007Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable371919b0/$metadata#uttable371919b0/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A25%3A40.6317575Z''\"","PartitionKey":"pk371919b0","RowKey":"rk371919b0","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:25:40.6317575Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:35:56 GMT - etag: W/"datetime'2020-11-07T01%3A35%3A56.2624007Z'" + date: Tue, 17 Nov 2020 01:25:40 GMT + etag: W/"datetime'2020-11-17T01%3A25%3A40.6317575Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/uttable371919b0(PartitionKey='pk371919b0',RowKey='rk371919b0') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Created - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable371919b0 + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable371919b0 - request: - body: "--batch_c8ff5bdd-e72d-4a06-acbc-beec2995433b\r\nContent-Type: multipart/mixed; - boundary=changeset_18ff9aea-11c0-4b08-8955-5ae796025f74\r\n\r\n--changeset_18ff9aea-11c0-4b08-8955-5ae796025f74\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPATCH - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable371919b0(PartitionKey='pk371919b0',RowKey='rk371919b0') - HTTP/1.1\r\nIf-Match: W/\"datetime'2012-06-15T22%3A51%3A44.9662825Z'\"\r\nContent-Type: - application/json\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: - application/json\r\nContent-Length: 353\r\nx-ms-date: Sat, 07 Nov 2020 01:35:55 - GMT\r\nDate: Sat, 07 Nov 2020 01:35:55 GMT\r\nx-ms-client-request-id: 9446cb90-2099-11eb-bae1-58961df361d1\r\n\r\n{\"PartitionKey@odata.type\": - \"Edm.String\", \"sign\": \"aquarius\", \"sex@odata.type\": \"Edm.String\", - \"birthday@odata.type\": \"Edm.DateTime\", \"RowKey@odata.type\": \"Edm.String\", - \"RowKey\": \"rk371919b0\", \"sex\": \"female\", \"PartitionKey\": \"pk371919b0\", - \"sign@odata.type\": \"Edm.String\", \"age@odata.type\": \"Edm.String\", \"birthday\": - \"1991-10-04T00:00:00Z\", \"age\": \"abc\"}\r\n--changeset_18ff9aea-11c0-4b08-8955-5ae796025f74--\r\n\r\n--batch_c8ff5bdd-e72d-4a06-acbc-beec2995433b--\r\n" + body: "--batch_318b164b-5150-4b19-8aa4-e76e5172fab9\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_07ea39a4-64af-468f-a86d-c0a48076827f\r\n\r\n--changeset_07ea39a4-64af-468f-a86d-c0a48076827f\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPATCH https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable371919b0(PartitionKey='pk371919b0',RowKey='rk371919b0')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ W/\"datetime'2012-06-15T22%3A51%3A44.9662825Z'\"\r\nContent-Type: application/json\r\ + \nAccept: application/json\r\nContent-Length: 353\r\nx-ms-date: Tue, 17 Nov\ + \ 2020 01:25:40 GMT\r\nDate: Tue, 17 Nov 2020 01:25:40 GMT\r\nx-ms-client-request-id:\ + \ cdab4387-2873-11eb-9f1d-58961df361d1\r\n\r\n{\"PartitionKey\": \"pk371919b0\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"rk371919b0\", \"\ + RowKey@odata.type\": \"Edm.String\", \"age\": \"abc\", \"age@odata.type\": \"\ + Edm.String\", \"sex\": \"female\", \"sex@odata.type\": \"Edm.String\", \"sign\"\ + : \"aquarius\", \"sign@odata.type\": \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\"\ + , \"birthday@odata.type\": \"Edm.DateTime\"}\r\n--changeset_07ea39a4-64af-468f-a86d-c0a48076827f--\r\ + \n\r\n--batch_318b164b-5150-4b19-8aa4-e76e5172fab9--\r\n" headers: Content-Length: - '1193' Content-Type: - - multipart/mixed; boundary=batch_c8ff5bdd-e72d-4a06-acbc-beec2995433b + - multipart/mixed; boundary=batch_318b164b-5150-4b19-8aa4-e76e5172fab9 DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:35:55 GMT + - Tue, 17 Nov 2020 01:25:40 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:55 GMT + - Tue, 17 Nov 2020 01:25:40 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"en-us\",\"value\":\"One - of the input values is invalid.\\r\\nActivityId: 9447b540-2099-11eb-827c-58961df361d1, - documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:9447b540-2099-11eb-827c-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"InvalidInput\",\"message\":{\"lang\":\"\ + en-us\",\"value\":\"One of the input values is invalid.\\r\\nActivityId: cdaca2bd-2873-11eb-9441-58961df361d1,\ + \ documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\\ + nRequestID:cdaca2bd-2873-11eb-9441-58961df361d1\\n\"}}}\r\n" headers: content-type: application/json;odata=fullmetadata - date: Sat, 07 Nov 2020 01:35:56 GMT + date: Tue, 17 Nov 2020 01:25:40 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 400 message: Bad Request - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/$batch + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/$batch - request: body: null headers: @@ -130,39 +133,39 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:35:55 GMT + - Tue, 17 Nov 2020 01:25:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:55 GMT + - Tue, 17 Nov 2020 01:25:40 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable371919b0(PartitionKey='pk371919b0',RowKey='rk371919b0') response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable371919b0/$metadata#uttable371919b0/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A35%3A56.2624007Z''\"","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","age":39,"other":20,"binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","RowKey":"rk371919b0","married":true,"sex":"male","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","ratio":3.1,"large":933311100,"evenratio":3.0,"PartitionKey":"pk371919b0","deceased":false,"Timestamp":"2020-11-07T01:35:56.2624007Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable371919b0/$metadata#uttable371919b0/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A25%3A40.6317575Z''\"","PartitionKey":"pk371919b0","RowKey":"rk371919b0","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:25:40.6317575Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:35:56 GMT - etag: W/"datetime'2020-11-07T01%3A35%3A56.2624007Z'" + date: Tue, 17 Nov 2020 01:25:40 GMT + etag: W/"datetime'2020-11-17T01%3A25%3A40.6317575Z'" server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 200 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable371919b0(PartitionKey='pk371919b0',RowKey='rk371919b0') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable371919b0(PartitionKey='pk371919b0',RowKey='rk371919b0') - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:35:55 GMT + - Tue, 17 Nov 2020 01:25:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:35:55 GMT + - Tue, 17 Nov 2020 01:25:40 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -172,10 +175,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:35:56 GMT + date: Tue, 17 Nov 2020 01:25:40 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttable371919b0') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttable371919b0') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_update_if_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_update_if_match.yaml index 6792fa407abd..47a9e728fcf0 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_update_if_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_batch_update_if_match.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:36:25 GMT + - Tue, 17 Nov 2020 01:26:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:36:25 GMT + - Tue, 17 Nov 2020 01:26:10 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,23 +25,23 @@ interactions: string: '{"TableName":"uttable8bc116c4","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:36:26 GMT - etag: W/"datetime'2020-11-07T01%3A36%3A27.3078279Z'" + date: Tue, 17 Nov 2020 01:26:11 GMT + etag: W/"datetime'2020-11-17T01%3A26%3A11.5058695Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable8bc116c4') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: '{"birthday": "1970-10-04T00:00:00Z", "age": 39, "sex@odata.type": "Edm.String", - "other": 20, "binary": "YmluYXJ5", "Birthday": "1973-10-04T00:00:00Z", "RowKey@odata.type": - "Edm.String", "binary@odata.type": "Edm.Binary", "RowKey": "rk8bc116c4", "married": - true, "sex": "male", "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "Birthday@odata.type": - "Edm.DateTime", "ratio": 3.1, "large": 933311100, "clsid@odata.type": "Edm.Guid", - "evenratio": 3.0, "PartitionKey": "pk8bc116c4", "deceased": false, "birthday@odata.type": - "Edm.DateTime", "PartitionKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "pk8bc116c4", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk8bc116c4", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -52,77 +52,82 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:36:26 GMT + - Tue, 17 Nov 2020 01:26:11 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:36:26 GMT + - Tue, 17 Nov 2020 01:26:11 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable8bc116c4 response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable8bc116c4/$metadata#uttable8bc116c4/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A36%3A27.8348807Z''\"","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","age":39,"other":20,"binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","RowKey":"rk8bc116c4","married":true,"sex":"male","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","ratio":3.1,"large":933311100,"evenratio":3.0,"PartitionKey":"pk8bc116c4","deceased":false,"Timestamp":"2020-11-07T01:36:27.8348807Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable8bc116c4/$metadata#uttable8bc116c4/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A26%3A11.9194631Z''\"","PartitionKey":"pk8bc116c4","RowKey":"rk8bc116c4","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-11-17T01:26:11.9194631Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:36:26 GMT - etag: W/"datetime'2020-11-07T01%3A36%3A27.8348807Z'" + date: Tue, 17 Nov 2020 01:26:11 GMT + etag: W/"datetime'2020-11-17T01%3A26%3A11.9194631Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/uttable8bc116c4(PartitionKey='pk8bc116c4',RowKey='rk8bc116c4') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Created - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable8bc116c4 + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable8bc116c4 - request: - body: "--batch_77df4ada-49c5-4b0f-b051-bacd3c98f252\r\nContent-Type: multipart/mixed; - boundary=changeset_cd3963c2-9fb5-458a-8a6a-f49b64684d45\r\n\r\n--changeset_cd3963c2-9fb5-458a-8a6a-f49b64684d45\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPUT - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable8bc116c4(PartitionKey='pk8bc116c4',RowKey='rk8bc116c4') - HTTP/1.1\r\nIf-Match: W/\"datetime'2020-11-07T01%3A36%3A27.8348807Z'\"\r\nContent-Type: - application/json\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: - application/json\r\nContent-Length: 353\r\nx-ms-date: Sat, 07 Nov 2020 01:36:27 - GMT\r\nDate: Sat, 07 Nov 2020 01:36:27 GMT\r\nx-ms-client-request-id: a7174278-2099-11eb-99b2-58961df361d1\r\n\r\n{\"PartitionKey@odata.type\": - \"Edm.String\", \"sign\": \"aquarius\", \"sex@odata.type\": \"Edm.String\", - \"birthday@odata.type\": \"Edm.DateTime\", \"RowKey@odata.type\": \"Edm.String\", - \"RowKey\": \"rk8bc116c4\", \"sex\": \"female\", \"PartitionKey\": \"pk8bc116c4\", - \"sign@odata.type\": \"Edm.String\", \"age@odata.type\": \"Edm.String\", \"birthday\": - \"1991-10-04T00:00:00Z\", \"age\": \"abc\"}\r\n--changeset_cd3963c2-9fb5-458a-8a6a-f49b64684d45--\r\n\r\n--batch_77df4ada-49c5-4b0f-b051-bacd3c98f252--\r\n" + body: "--batch_450cde9c-6b3e-4039-b67d-adff097a3f00\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_98037a9c-7aba-43f5-80a5-f58dac05c854\r\n\r\n--changeset_98037a9c-7aba-43f5-80a5-f58dac05c854\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPUT https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable8bc116c4(PartitionKey='pk8bc116c4',RowKey='rk8bc116c4')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ W/\"datetime'2020-11-17T01%3A26%3A11.9194631Z'\"\r\nContent-Type: application/json\r\ + \nAccept: application/json\r\nContent-Length: 353\r\nx-ms-date: Tue, 17 Nov\ + \ 2020 01:26:11 GMT\r\nDate: Tue, 17 Nov 2020 01:26:11 GMT\r\nx-ms-client-request-id:\ + \ e050d340-2873-11eb-94eb-58961df361d1\r\n\r\n{\"PartitionKey\": \"pk8bc116c4\"\ + , \"PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"rk8bc116c4\", \"\ + RowKey@odata.type\": \"Edm.String\", \"age\": \"abc\", \"age@odata.type\": \"\ + Edm.String\", \"sex\": \"female\", \"sex@odata.type\": \"Edm.String\", \"sign\"\ + : \"aquarius\", \"sign@odata.type\": \"Edm.String\", \"birthday\": \"1991-10-04T00:00:00Z\"\ + , \"birthday@odata.type\": \"Edm.DateTime\"}\r\n--changeset_98037a9c-7aba-43f5-80a5-f58dac05c854--\r\ + \n\r\n--batch_450cde9c-6b3e-4039-b67d-adff097a3f00--\r\n" headers: Content-Length: - '1191' Content-Type: - - multipart/mixed; boundary=batch_77df4ada-49c5-4b0f-b051-bacd3c98f252 + - multipart/mixed; boundary=batch_450cde9c-6b3e-4039-b67d-adff097a3f00 DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:36:27 GMT + - Tue, 17 Nov 2020 01:26:11 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:36:27 GMT + - Tue, 17 Nov 2020 01:26:11 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_f6516f72-aa40-4a3a-85f5-f51f9081c167\nContent-Type: - multipart/mixed; boundary=changesetresponse_4e17ac90-4a1e-4462-8a6a-d18aa412baab\r\n\r\n--changesetresponse_4e17ac90-4a1e-4462-8a6a-d18aa412baab\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\nETag: - W/\"datetime'2020-11-07T01%3A36%3A27.8913031Z'\"\r\nContent-ID: 1\r\n\r\n\r\n--changesetresponse_4e17ac90-4a1e-4462-8a6a-d18aa412baab--\n--batchresponse_f6516f72-aa40-4a3a-85f5-f51f9081c167--\r\n" + string: "--batchresponse_f9d4edd6-993d-44cb-b416-faf1e29ceadd\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_0fc5e1e8-fdf0-44a3-9642-42a57226063b\r\ + \n\r\n--changesetresponse_0fc5e1e8-fdf0-44a3-9642-42a57226063b\nContent-Type:\ + \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 204 No Content\r\ + \nETag: W/\"datetime'2020-11-17T01%3A26%3A11.9811079Z'\"\r\nContent-ID: 1\r\ + \n\r\n\r\n--changesetresponse_0fc5e1e8-fdf0-44a3-9642-42a57226063b--\n--batchresponse_f9d4edd6-993d-44cb-b416-faf1e29ceadd--\r\ + \n" headers: - content-type: multipart/mixed; boundary=batchresponse_f6516f72-aa40-4a3a-85f5-f51f9081c167 - date: Sat, 07 Nov 2020 01:36:27 GMT + content-type: multipart/mixed; boundary=batchresponse_f9d4edd6-993d-44cb-b416-faf1e29ceadd + date: Tue, 17 Nov 2020 01:26:11 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 202 message: Accepted - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/$batch + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/$batch - request: body: null headers: @@ -131,39 +136,39 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:36:27 GMT + - Tue, 17 Nov 2020 01:26:11 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:36:27 GMT + - Tue, 17 Nov 2020 01:26:11 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable8bc116c4(PartitionKey='pk8bc116c4',RowKey='rk8bc116c4') response: body: - string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable8bc116c4/$metadata#uttable8bc116c4/@Element","odata.etag":"W/\"datetime''2020-11-07T01%3A36%3A27.8913031Z''\"","PartitionKey":"pk8bc116c4","RowKey":"rk8bc116c4","sign":"aquarius","sex":"female","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00.0000000Z","age":"abc","Timestamp":"2020-11-07T01:36:27.8913031Z"}' + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable8bc116c4/$metadata#uttable8bc116c4/@Element","odata.etag":"W/\"datetime''2020-11-17T01%3A26%3A11.9811079Z''\"","PartitionKey":"pk8bc116c4","RowKey":"rk8bc116c4","age":"abc","sex":"female","sign":"aquarius","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00.0000000Z","Timestamp":"2020-11-17T01:26:11.9811079Z"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:36:27 GMT - etag: W/"datetime'2020-11-07T01%3A36%3A27.8913031Z'" + date: Tue, 17 Nov 2020 01:26:12 GMT + etag: W/"datetime'2020-11-17T01%3A26%3A11.9811079Z'" server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 200 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable8bc116c4(PartitionKey='pk8bc116c4',RowKey='rk8bc116c4') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable8bc116c4(PartitionKey='pk8bc116c4',RowKey='rk8bc116c4') - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:36:27 GMT + - Tue, 17 Nov 2020 01:26:11 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:36:27 GMT + - Tue, 17 Nov 2020 01:26:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -173,10 +178,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:36:27 GMT + date: Tue, 17 Nov 2020 01:26:12 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttable8bc116c4') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttable8bc116c4') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_new_delete_nonexistent_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_new_delete_nonexistent_entity.yaml index 9eb10814a8ec..6c0694dfef17 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_new_delete_nonexistent_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_new_delete_nonexistent_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:36:57 GMT + - Tue, 17 Nov 2020 01:26:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:36:57 GMT + - Tue, 17 Nov 2020 01:26:41 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,69 +25,75 @@ interactions: string: '{"TableName":"uttable55891a7c","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:36:59 GMT - etag: W/"datetime'2020-11-07T01%3A36%3A59.1439879Z'" + date: Tue, 17 Nov 2020 01:26:43 GMT + etag: W/"datetime'2020-11-17T01%3A26%3A42.9451271Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable55891a7c') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: "--batch_bf08cbea-bf23-4f96-aeca-e7ad03da9172\r\nContent-Type: multipart/mixed; - boundary=changeset_62eeb0c6-92f4-4515-9824-6d94c77051b4\r\n\r\n--changeset_62eeb0c6-92f4-4515-9824-6d94c77051b4\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nDELETE - https://tablestestussw52mubjcwms.table.cosmos.azure.com/uttable55891a7c(PartitionKey='001',RowKey='batch_negative_1') - HTTP/1.1\r\nIf-Match: *\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: - application/json;odata=minimalmetadata\r\nx-ms-date: Sat, 07 Nov 2020 01:36:58 - GMT\r\nDate: Sat, 07 Nov 2020 01:36:58 GMT\r\nx-ms-client-request-id: b9fa47cc-2099-11eb-a566-58961df361d1\r\n\r\n\r\n--changeset_62eeb0c6-92f4-4515-9824-6d94c77051b4--\r\n\r\n--batch_bf08cbea-bf23-4f96-aeca-e7ad03da9172--\r\n" + body: "--batch_7307e8f4-5cac-478f-a9da-9de972d12cb6\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_5b4f1725-f282-4209-bc3d-21c4e63225fe\r\n\r\n--changeset_5b4f1725-f282-4209-bc3d-21c4e63225fe\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nDELETE https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/uttable55891a7c(PartitionKey='001',RowKey='batch_negative_1')\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nIf-Match:\ + \ *\r\nAccept: application/json;odata=minimalmetadata\r\nx-ms-date: Tue, 17\ + \ Nov 2020 01:26:42 GMT\r\nDate: Tue, 17 Nov 2020 01:26:42 GMT\r\nx-ms-client-request-id:\ + \ f30072c5-2873-11eb-b534-58961df361d1\r\n\r\n\r\n--changeset_5b4f1725-f282-4209-bc3d-21c4e63225fe--\r\ + \n\r\n--batch_7307e8f4-5cac-478f-a9da-9de972d12cb6--\r\n" headers: Content-Length: - '764' Content-Type: - - multipart/mixed; boundary=batch_bf08cbea-bf23-4f96-aeca-e7ad03da9172 + - multipart/mixed; boundary=batch_7307e8f4-5cac-478f-a9da-9de972d12cb6 DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:26:42 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:26:42 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_dd9d888f-9687-4a0f-bb06-7ccb6f0cb6e8\nContent-Type: - multipart/mixed; boundary=changesetresponse_70ce24d4-39f8-442a-937e-cbd06af1b2ed\r\n\r\n--changesetresponse_70ce24d4-39f8-442a-937e-cbd06af1b2ed\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 404 Not Found\r\nContent-Type: - application/json;odata=fullmetadata\r\n\r\n{\"odata.error\":{\"code\":\"ResourceNotFound\",\"message\":{\"lang\":\"en-us\",\"value\":\"0:The - specified resource does not exist.\\n\\nRequestID:b9fb0b0a-2099-11eb-8762-58961df361d1\\n\"}}}\r\n--changesetresponse_70ce24d4-39f8-442a-937e-cbd06af1b2ed--\n--batchresponse_dd9d888f-9687-4a0f-bb06-7ccb6f0cb6e8--\r\n" + string: "--batchresponse_d1be778f-d24b-4ec1-a371-81a829f58429\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_38fb7e47-dc76-4a19-984c-b2dfaa6320da\r\ + \n\r\n--changesetresponse_38fb7e47-dc76-4a19-984c-b2dfaa6320da\nContent-Type:\ + \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 404 Not\ + \ Found\r\nContent-Type: application/json;odata=fullmetadata\r\n\r\n{\"odata.error\"\ + :{\"code\":\"ResourceNotFound\",\"message\":{\"lang\":\"en-us\",\"value\"\ + :\"0:The specified resource does not exist.\\n\\nRequestID:f300c129-2873-11eb-906c-58961df361d1\\\ + n\"}}}\r\n--changesetresponse_38fb7e47-dc76-4a19-984c-b2dfaa6320da--\n--batchresponse_d1be778f-d24b-4ec1-a371-81a829f58429--\r\ + \n" headers: - content-type: multipart/mixed; boundary=batchresponse_dd9d888f-9687-4a0f-bb06-7ccb6f0cb6e8 - date: Sat, 07 Nov 2020 01:36:59 GMT + content-type: multipart/mixed; boundary=batchresponse_d1be778f-d24b-4ec1-a371-81a829f58429 + date: Tue, 17 Nov 2020 01:26:43 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 202 message: Accepted - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/$batch + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/$batch - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:26:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:26:42 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -97,10 +103,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:36:59 GMT + date: Tue, 17 Nov 2020 01:26:43 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttable55891a7c') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttable55891a7c') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_new_non_existent_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_new_non_existent_table.yaml index d9321a7a8d28..f9a0cc5ed8f5 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_new_non_existent_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_batch_cosmos_async.test_new_non_existent_table.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:37:29 GMT + - Tue, 17 Nov 2020 01:27:13 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:37:29 GMT + - Tue, 17 Nov 2020 01:27:13 GMT x-ms-version: - '2019-02-02' method: POST @@ -25,78 +25,84 @@ interactions: string: '{"TableName":"uttablea6d71774","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Sat, 07 Nov 2020 01:37:31 GMT - etag: W/"datetime'2020-11-07T01%3A37%3A30.8669959Z'" + date: Tue, 17 Nov 2020 01:27:14 GMT + etag: W/"datetime'2020-11-17T01%3A27%3A14.4097799Z'" location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablea6d71774') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 201 message: Ok - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables - request: - body: "--batch_e53165b5-9dca-4b82-bd15-8e4a9cd9820b\r\nContent-Type: multipart/mixed; - boundary=changeset_b4b92195-aa98-43e8-b327-de5dfe8aed3f\r\n\r\n--changeset_b4b92195-aa98-43e8-b327-de5dfe8aed3f\r\nContent-Type: - application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID: 0\r\n\r\nPOST - https://tablestestussw52mubjcwms.table.cosmos.azure.com/doesntexist HTTP/1.1\r\nPrefer: - return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nx-ms-version: - 2019-02-02\r\nDataServiceVersion: 3.0\r\nAccept: application/json;odata=minimalmetadata\r\nContent-Length: - 576\r\nx-ms-date: Sat, 07 Nov 2020 01:37:30 GMT\r\nDate: Sat, 07 Nov 2020 01:37:30 - GMT\r\nx-ms-client-request-id: cce66f78-2099-11eb-8c59-58961df361d1\r\n\r\n{\"birthday\": - \"1970-10-04T00:00:00Z\", \"age\": 39, \"sex@odata.type\": \"Edm.String\", \"other\": - 20, \"binary\": \"YmluYXJ5\", \"Birthday\": \"1973-10-04T00:00:00Z\", \"RowKey@odata.type\": - \"Edm.String\", \"binary@odata.type\": \"Edm.Binary\", \"RowKey\": \"batch_negative_1\", - \"married\": true, \"sex\": \"male\", \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\", - \"Birthday@odata.type\": \"Edm.DateTime\", \"ratio\": 3.1, \"large\": 933311100, - \"clsid@odata.type\": \"Edm.Guid\", \"evenratio\": 3.0, \"PartitionKey\": \"001\", - \"deceased\": false, \"birthday@odata.type\": \"Edm.DateTime\", \"PartitionKey@odata.type\": - \"Edm.String\"}\r\n--changeset_b4b92195-aa98-43e8-b327-de5dfe8aed3f--\r\n\r\n--batch_e53165b5-9dca-4b82-bd15-8e4a9cd9820b--\r\n" + body: "--batch_d369d19b-e2a5-486d-82fd-6bd9416fc651\r\nContent-Type: multipart/mixed;\ + \ boundary=changeset_208248e3-b17b-436b-a6d6-96910c3634c1\r\n\r\n--changeset_208248e3-b17b-436b-a6d6-96910c3634c1\r\ + \nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nContent-ID:\ + \ 0\r\n\r\nPOST https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/doesntexist\ + \ HTTP/1.1\r\nx-ms-version: 2019-02-02\r\nDataServiceVersion: 3.0\r\nPrefer:\ + \ return-no-content\r\nContent-Type: application/json;odata=nometadata\r\nAccept:\ + \ application/json;odata=minimalmetadata\r\nContent-Length: 576\r\nx-ms-date:\ + \ Tue, 17 Nov 2020 01:27:14 GMT\r\nDate: Tue, 17 Nov 2020 01:27:14 GMT\r\nx-ms-client-request-id:\ + \ 05bab535-2874-11eb-a27d-58961df361d1\r\n\r\n{\"PartitionKey\": \"001\", \"\ + PartitionKey@odata.type\": \"Edm.String\", \"RowKey\": \"batch_negative_1\"\ + , \"RowKey@odata.type\": \"Edm.String\", \"age\": 39, \"sex\": \"male\", \"\ + sex@odata.type\": \"Edm.String\", \"married\": true, \"deceased\": false, \"\ + ratio\": 3.1, \"evenratio\": 3.0, \"large\": 933311100, \"Birthday\": \"1973-10-04T00:00:00Z\"\ + , \"Birthday@odata.type\": \"Edm.DateTime\", \"birthday\": \"1970-10-04T00:00:00Z\"\ + , \"birthday@odata.type\": \"Edm.DateTime\", \"binary\": \"YmluYXJ5\", \"binary@odata.type\"\ + : \"Edm.Binary\", \"other\": 20, \"clsid\": \"c9da6455-213d-42c9-9a79-3e9149a57833\"\ + , \"clsid@odata.type\": \"Edm.Guid\"}\r\n--changeset_208248e3-b17b-436b-a6d6-96910c3634c1--\r\ + \n\r\n--batch_d369d19b-e2a5-486d-82fd-6bd9416fc651--\r\n" headers: Content-Length: - '1372' Content-Type: - - multipart/mixed; boundary=batch_e53165b5-9dca-4b82-bd15-8e4a9cd9820b + - multipart/mixed; boundary=batch_d369d19b-e2a5-486d-82fd-6bd9416fc651 DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:37:30 GMT + - Tue, 17 Nov 2020 01:27:14 GMT MaxDataServiceVersion: - 3.0;NetFx User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:37:30 GMT + - Tue, 17 Nov 2020 01:27:14 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/$batch response: body: - string: "--batchresponse_7cade574-eca4-4674-a59b-0144bd7d85fa\nContent-Type: - multipart/mixed; boundary=changesetresponse_2615b661-bc83-4967-8e88-3871d4e44a28\r\n\r\n--changesetresponse_2615b661-bc83-4967-8e88-3871d4e44a28\nContent-Type: - application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 404 Not Found\r\nContent-Type: - application/json;odata=fullmetadata\r\n\r\n{\"odata.error\":{\"code\":\"ResourceNotFound\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - specified resource does not exist.\\nRequestID:cce70bb8-2099-11eb-ae02-58961df361d1\\n\"}}}\r\n--changesetresponse_2615b661-bc83-4967-8e88-3871d4e44a28--\n--batchresponse_7cade574-eca4-4674-a59b-0144bd7d85fa--\r\n" + string: "--batchresponse_02fb15df-0705-4e7c-ab40-22ccb43ee3e0\nContent-Type:\ + \ multipart/mixed; boundary=changesetresponse_aa81e296-cfdb-49b4-b133-ed95bafddf68\r\ + \n\r\n--changesetresponse_aa81e296-cfdb-49b4-b133-ed95bafddf68\nContent-Type:\ + \ application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 404 Not\ + \ Found\r\nContent-Type: application/json;odata=fullmetadata\r\n\r\n{\"odata.error\"\ + :{\"code\":\"ResourceNotFound\",\"message\":{\"lang\":\"en-us\",\"value\"\ + :\"The specified resource does not exist.\\nRequestID:05bb0347-2874-11eb-8b8d-58961df361d1\\\ + n\"}}}\r\n--changesetresponse_aa81e296-cfdb-49b4-b133-ed95bafddf68--\n--batchresponse_02fb15df-0705-4e7c-ab40-22ccb43ee3e0--\r\ + \n" headers: - content-type: multipart/mixed; boundary=batchresponse_7cade574-eca4-4674-a59b-0144bd7d85fa - date: Sat, 07 Nov 2020 01:37:31 GMT + content-type: multipart/mixed; boundary=batchresponse_02fb15df-0705-4e7c-ab40-22ccb43ee3e0 + date: Tue, 17 Nov 2020 01:27:14 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 202 message: Accepted - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/$batch + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/$batch - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:37:30 GMT + - Tue, 17 Nov 2020 01:27:14 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:37:30 GMT + - Tue, 17 Nov 2020 01:27:14 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -106,10 +112,10 @@ interactions: string: '' headers: content-length: '0' - date: Sat, 07 Nov 2020 01:37:31 GMT + date: Tue, 17 Nov 2020 01:27:14 GMT server: Microsoft-HTTPAPI/2.0 status: code: 204 message: No Content - url: https://tablestestussw52mubjcwms.table.cosmos.azure.com/Tables('uttablea6d71774') + url: https://tablestestqzxwn47gjlmshe.table.cosmos.azure.com/Tables('uttablea6d71774') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_custom.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_custom.yaml index 5c1616eca437..311c7c9a3f0b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_custom.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_custom.yaml @@ -11,25 +11,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:35:34 GMT + - Mon, 02 Nov 2020 22:15:22 GMT User-Agent: - - TestApp/v1.0 azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - TestApp/v1.0 azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:35:34 GMT + - Mon, 02 Nov 2020 22:15:22 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[]}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables","value":[]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 16 Sep 2020 22:35:33 GMT + - Mon, 02 Nov 2020 22:15:22 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -53,25 +53,26 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 22:35:34 GMT + - Mon, 02 Nov 2020 22:15:23 GMT User-Agent: - - TestApp/v2.0 TestApp/v1.0 azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - TestApp/v2.0 TestApp/v1.0 azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 + (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 22:35:34 GMT + - Mon, 02 Nov 2020 22:15:23 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[]}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables","value":[]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 16 Sep 2020 22:35:33 GMT + - Mon, 02 Nov 2020 22:15:22 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_default.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_default.yaml index c00bb2b7c5dd..b6ef93fa795d 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_default.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_default.yaml @@ -11,25 +11,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 18 Sep 2020 00:20:12 GMT + - Mon, 02 Nov 2020 22:15:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 18 Sep 2020 00:20:12 GMT + - Mon, 02 Nov 2020 22:15:23 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[]}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables","value":[]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 18 Sep 2020 00:20:12 GMT + - Mon, 02 Nov 2020 22:15:23 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_client_cosmos.test_user_agent_custom.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_client_cosmos.test_user_agent_custom.yaml new file mode 100644 index 000000000000..1a7df4ec0508 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_client_cosmos.test_user_agent_custom.yaml @@ -0,0 +1,38 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:53:05 GMT + User-Agent: + - TestApp/v1.0 azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:53:05 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Fri, 30 Oct 2020 21:53:06 GMT + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 200 + message: Ok +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_client_cosmos.test_user_agent_default.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_client_cosmos.test_user_agent_default.yaml new file mode 100644 index 000000000000..dd95067f9261 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_client_cosmos.test_user_agent_default.yaml @@ -0,0 +1,38 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:53:06 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:53:06 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"value":[],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Fri, 30 Oct 2020 21:53:06 GMT + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 200 + message: Ok +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_properties.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_properties.yaml new file mode 100644 index 000000000000..919969b75e34 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_properties.yaml @@ -0,0 +1,90 @@ +interactions: +- request: + body: '{"TableName": "pytablesync516a1088"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '36' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 22:37:52 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 22:37:52 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"TableName":"pytablesync516a1088","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Fri, 30 Oct 2020 22:37:54 GMT + etag: + - W/"datetime'2020-10-30T22%3A37%3A54.3687175Z'" + location: + - https://tablestestcosmosname.table.cosmos.azure.com/Tables('pytablesync516a1088') + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 201 + message: Ok +- request: + body: ' + + 1.0falsefalsetruefalse' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '251' + Content-Type: + - application/xml + Date: + - Fri, 30 Oct 2020 22:37:54 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 22:37:54 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://tablestestcosmosname.table.cosmos.azure.com/?restype=service&comp=properties + response: + body: + string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The requested operation is not supported.\\r\\nActivityId:\ + \ 8d4af283-1b00-11eb-a084-58961df361d1, documentdb-dotnet-sdk/2.11.0 Host/64-bit\ + \ MicrosoftWindowsNT/6.2.9200.0\\nRequestID:8d4af283-1b00-11eb-a084-58961df361d1\\\ + n\"}}}\r\n" + headers: + content-type: + - application/json;odata=fullmetadata + date: + - Fri, 30 Oct 2020 22:37:54 GMT + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 501 + message: Not Implemented +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_table.yaml index 3a6f80082412..9a967fbaf4ee 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_table.yaml @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 26 Sep 2020 01:05:31 GMT + - Tue, 17 Nov 2020 01:32:28 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 26 Sep 2020 01:05:31 GMT + - Tue, 17 Nov 2020 01:32:28 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST - uri: https://cosmostablescosmosname.table.cosmos.azure.com/Tables + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: '{"TableName":"pytablesync2a40e43","odata.metadata":"https://cosmostablescosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' + string: '{"TableName":"pytablesync2a40e43","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Sat, 26 Sep 2020 01:05:33 GMT + - Tue, 17 Nov 2020 01:32:30 GMT etag: - - W/"datetime'2020-09-26T01%3A05%3A32.7777799Z'" + - W/"datetime'2020-11-17T01%3A32%3A29.7148423Z'" location: - - https://cosmostablescosmosname.table.cosmos.azure.com/Tables('pytablesync2a40e43') + - https://tablestestcosmosname.table.cosmos.azure.com/Tables('pytablesync2a40e43') server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -47,7 +47,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate Connection: @@ -55,15 +55,15 @@ interactions: Content-Length: - '0' Date: - - Sat, 26 Sep 2020 01:05:33 GMT + - Tue, 17 Nov 2020 01:32:29 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 26 Sep 2020 01:05:33 GMT + - Tue, 17 Nov 2020 01:32:29 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: DELETE - uri: https://cosmostablescosmosname.table.cosmos.azure.com/Tables('pytablesync2a40e43') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('pytablesync2a40e43') response: body: string: '' @@ -71,7 +71,7 @@ interactions: content-length: - '0' date: - - Sat, 26 Sep 2020 01:05:33 GMT + - Tue, 17 Nov 2020 01:32:30 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_table_fail_on_exist.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_table_fail_on_exist.yaml index 0904cd823041..1dbfb5689a66 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_table_fail_on_exist.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_create_table_fail_on_exist.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 01 Oct 2020 01:02:08 GMT + - Tue, 17 Nov 2020 01:32:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:02:08 GMT + - Tue, 17 Nov 2020 01:32:59 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Thu, 01 Oct 2020 01:02:09 GMT + - Tue, 17 Nov 2020 01:33:00 GMT etag: - - W/"datetime'2020-10-01T01%3A02%3A09.9601415Z'" + - W/"datetime'2020-11-17T01%3A33%3A00.7203335Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('pytablesyncf46e1406') server: @@ -59,24 +59,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 01 Oct 2020 01:02:10 GMT + - Tue, 17 Nov 2020 01:33:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:02:10 GMT + - Tue, 17 Nov 2020 01:33:00 GMT x-ms-version: - '2019-02-02' method: POST uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: "{\"odata.error\":{\"code\":\"TableAlreadyExists\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - specified table already exists.\\nRequestID:bbd488e3-0381-11eb-999c-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"TableAlreadyExists\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The specified table already exists.\\nRequestID:d4273e5e-2874-11eb-831a-58961df361d1\\\ + n\"}}}\r\n" headers: content-type: - application/json;odata=minimalmetadata date: - - Thu, 01 Oct 2020 01:02:09 GMT + - Tue, 17 Nov 2020 01:33:00 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -96,11 +97,11 @@ interactions: Content-Length: - '0' Date: - - Thu, 01 Oct 2020 01:02:10 GMT + - Tue, 17 Nov 2020 01:33:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:02:10 GMT + - Tue, 17 Nov 2020 01:33:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -112,7 +113,7 @@ interactions: content-length: - '0' date: - - Thu, 01 Oct 2020 01:02:10 GMT + - Tue, 17 Nov 2020 01:33:01 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_delete_table_with_existing_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_delete_table_with_existing_table.yaml index 3ca9d91f82f0..8a3c44649b03 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_delete_table_with_existing_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_delete_table_with_existing_table.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 01 Oct 2020 01:02:55 GMT + - Tue, 17 Nov 2020 01:34:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:02:55 GMT + - Tue, 17 Nov 2020 01:34:31 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Thu, 01 Oct 2020 01:02:57 GMT + - Tue, 17 Nov 2020 01:34:31 GMT etag: - - W/"datetime'2020-10-01T01%3A02%3A56.7142407Z'" + - W/"datetime'2020-11-17T01%3A34%3A31.9313927Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('pytablesync7784168e') server: @@ -55,11 +55,11 @@ interactions: Content-Length: - '0' Date: - - Thu, 01 Oct 2020 01:02:56 GMT + - Tue, 17 Nov 2020 01:34:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:02:56 GMT + - Tue, 17 Nov 2020 01:34:31 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -71,7 +71,7 @@ interactions: content-length: - '0' date: - - Thu, 01 Oct 2020 01:02:57 GMT + - Tue, 17 Nov 2020 01:34:32 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -89,11 +89,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 01 Oct 2020 01:02:57 GMT + - Tue, 17 Nov 2020 01:34:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:02:57 GMT + - Tue, 17 Nov 2020 01:34:32 GMT x-ms-version: - '2019-02-02' method: GET @@ -105,7 +105,7 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Thu, 01 Oct 2020 01:02:57 GMT + - Tue, 17 Nov 2020 01:34:32 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_delete_table_with_non_existing_table_fail_not_exist.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_delete_table_with_non_existing_table_fail_not_exist.yaml index ca2304992028..1a64aff2436d 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_delete_table_with_non_existing_table_fail_not_exist.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_delete_table_with_non_existing_table_fail_not_exist.yaml @@ -11,24 +11,25 @@ interactions: Content-Length: - '0' Date: - - Thu, 01 Oct 2020 01:03:12 GMT + - Tue, 17 Nov 2020 01:35:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:03:12 GMT + - Tue, 17 Nov 2020 01:35:02 GMT x-ms-version: - '2019-02-02' method: DELETE uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('pytablesync71e81e6f') response: body: - string: "{\"odata.error\":{\"code\":\"ResourceNotFound\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - specified resource does not exist.\\nRequestID:e0e020d5-0381-11eb-847f-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"ResourceNotFound\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The specified resource does not exist.\\nRequestID:1ca38054-2875-11eb-86e7-58961df361d1\\\ + n\"}}}\r\n" headers: content-type: - application/json;odata=fullmetadata date: - - Thu, 01 Oct 2020 01:03:12 GMT + - Tue, 17 Nov 2020 01:35:03 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables.yaml index fa21ed8895bb..27412293ad97 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 01 Oct 2020 01:03:27 GMT + - Tue, 17 Nov 2020 01:35:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:03:27 GMT + - Tue, 17 Nov 2020 01:35:32 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Thu, 01 Oct 2020 01:03:28 GMT + - Tue, 17 Nov 2020 01:35:34 GMT etag: - - W/"datetime'2020-10-01T01%3A03%3A29.0975239Z'" + - W/"datetime'2020-11-17T01%3A35%3A33.7582599Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('pytablesync4450e78') server: @@ -55,11 +55,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 01 Oct 2020 01:03:29 GMT + - Tue, 17 Nov 2020 01:35:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:03:29 GMT + - Tue, 17 Nov 2020 01:35:33 GMT x-ms-version: - '2019-02-02' method: GET @@ -71,7 +71,7 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Thu, 01 Oct 2020 01:03:28 GMT + - Tue, 17 Nov 2020 01:35:34 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -91,11 +91,11 @@ interactions: Content-Length: - '0' Date: - - Thu, 01 Oct 2020 01:03:29 GMT + - Tue, 17 Nov 2020 01:35:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 01 Oct 2020 01:03:29 GMT + - Tue, 17 Nov 2020 01:35:33 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -107,7 +107,7 @@ interactions: content-length: - '0' date: - - Thu, 01 Oct 2020 01:03:28 GMT + - Tue, 17 Nov 2020 01:35:34 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_per_page.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_per_page.yaml index 71c2afe51221..025d5b15bc9a 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_per_page.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_per_page.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:36:54 GMT + - Tue, 17 Nov 2020 01:36:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:54 GMT + - Tue, 17 Nov 2020 01:36:03 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:36:56 GMT + - Tue, 17 Nov 2020 01:36:05 GMT etag: - - W/"datetime'2020-11-10T01%3A36%3A56.4922375Z'" + - W/"datetime'2020-11-17T01%3A36%3A05.0732039Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable0') server: @@ -59,11 +59,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:36:56 GMT + - Tue, 17 Nov 2020 01:36:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:56 GMT + - Tue, 17 Nov 2020 01:36:04 GMT x-ms-version: - '2019-02-02' method: POST @@ -75,9 +75,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:36:57 GMT + - Tue, 17 Nov 2020 01:36:05 GMT etag: - - W/"datetime'2020-11-10T01%3A36%3A57.0194951Z'" + - W/"datetime'2020-11-17T01%3A36%3A05.5613447Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable1') server: @@ -103,11 +103,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:36:57 GMT + - Tue, 17 Nov 2020 01:36:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:57 GMT + - Tue, 17 Nov 2020 01:36:05 GMT x-ms-version: - '2019-02-02' method: POST @@ -119,9 +119,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:36:57 GMT + - Tue, 17 Nov 2020 01:36:06 GMT etag: - - W/"datetime'2020-11-10T01%3A36%3A57.5248391Z'" + - W/"datetime'2020-11-17T01%3A36%3A06.1559815Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable2') server: @@ -147,11 +147,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:36:57 GMT + - Tue, 17 Nov 2020 01:36:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:57 GMT + - Tue, 17 Nov 2020 01:36:06 GMT x-ms-version: - '2019-02-02' method: POST @@ -163,9 +163,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT etag: - - W/"datetime'2020-11-10T01%3A36%3A58.0212743Z'" + - W/"datetime'2020-11-17T01%3A36%3A06.6059271Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable3') server: @@ -191,11 +191,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT x-ms-version: - '2019-02-02' method: POST @@ -207,9 +207,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT etag: - - W/"datetime'2020-11-10T01%3A36%3A58.5907207Z'" + - W/"datetime'2020-11-17T01%3A36%3A07.0625287Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable4') server: @@ -231,29 +231,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=2&$filter=TableName%20eq%20%27mytable0%27%20or%20TableName%20eq%20%27mytable1%27%20or%20TableName%20eq%20%27mytable2%27 response: body: - string: '{"value":[{"TableName":"mytable1"},{"TableName":"mytable0"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + string: '{"value":[{"TableName":"mytable0"},{"TableName":"mytable1"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-continuation-nexttablename: - - +RID:~SJ53AM31tsQ=#RT:1#TRC:2 + - +RID:~B58mAIWskA8=#RT:1#TRC:2 status: code: 200 message: Ok @@ -269,15 +269,15 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:06 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=2&$filter=TableName%20eq%20%27mytable0%27%20or%20TableName%20eq%20%27mytable1%27%20or%20TableName%20eq%20%27mytable2%27&NextTableName=%2BRID%3A~SJ53AM31tsQ%3D%23RT%3A1%23TRC%3A2 + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=2&$filter=TableName%20eq%20%27mytable0%27%20or%20TableName%20eq%20%27mytable1%27%20or%20TableName%20eq%20%27mytable2%27&NextTableName=%2BRID%3A~B58mAIWskA8%3D%23RT%3A1%23TRC%3A2 response: body: string: '{"value":[{"TableName":"mytable2"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' @@ -285,7 +285,7 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:07 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -305,23 +305,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:07 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: '{"value":[{"TableName":"mytable1"},{"TableName":"mytable4"},{"TableName":"mytable0"},{"TableName":"mytable2"},{"TableName":"mytable3"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + string: '{"value":[{"TableName":"mytable0"},{"TableName":"mytable1"},{"TableName":"mytable4"},{"TableName":"mytable3"},{"TableName":"mytable2"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:36:58 GMT + - Tue, 17 Nov 2020 01:36:07 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -341,15 +341,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable1') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable0') response: body: string: '' @@ -357,7 +357,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -375,15 +375,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable4') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable1') response: body: string: '' @@ -391,7 +391,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -409,15 +409,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable0') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable4') response: body: string: '' @@ -425,7 +425,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -443,15 +443,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:07 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable2') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable3') response: body: string: '' @@ -459,7 +459,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:36:59 GMT + - Tue, 17 Nov 2020 01:36:08 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -477,15 +477,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:37:00 GMT + - Tue, 17 Nov 2020 01:36:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:37:00 GMT + - Tue, 17 Nov 2020 01:36:08 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable3') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('mytable2') response: body: string: '' @@ -493,7 +493,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:37:00 GMT + - Tue, 17 Nov 2020 01:36:08 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_filter.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_filter.yaml index fe92d439c430..74a1d9c0f797 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_filter.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_filter.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:12:29 GMT + - Tue, 17 Nov 2020 01:36:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:12:29 GMT + - Tue, 17 Nov 2020 01:36:38 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:12:31 GMT + - Tue, 17 Nov 2020 01:36:39 GMT etag: - - W/"datetime'2020-11-10T01%3A12%3A30.7280903Z'" + - W/"datetime'2020-11-17T01%3A36%3A40.2206727Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('pytablesyncd2361378') server: @@ -55,11 +55,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:12:30 GMT + - Tue, 17 Nov 2020 01:36:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:12:30 GMT + - Tue, 17 Nov 2020 01:36:40 GMT x-ms-version: - '2019-02-02' method: GET @@ -71,7 +71,7 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:12:31 GMT + - Tue, 17 Nov 2020 01:36:39 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -91,11 +91,11 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:12:31 GMT + - Tue, 17 Nov 2020 01:36:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:12:31 GMT + - Tue, 17 Nov 2020 01:36:40 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -107,7 +107,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:12:31 GMT + - Tue, 17 Nov 2020 01:36:40 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -125,11 +125,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:12:31 GMT + - Tue, 17 Nov 2020 01:36:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:12:31 GMT + - Tue, 17 Nov 2020 01:36:40 GMT x-ms-version: - '2019-02-02' method: GET @@ -141,7 +141,7 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:12:31 GMT + - Tue, 17 Nov 2020 01:36:40 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_marker.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_marker.yaml index 5a95e4dde041..ca6c3893cafa 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_marker.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_marker.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:01 GMT + - Tue, 17 Nov 2020 01:37:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:01 GMT + - Tue, 17 Nov 2020 01:37:10 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:02 GMT + - Tue, 17 Nov 2020 01:37:11 GMT etag: - - W/"datetime'2020-11-10T01%3A13%3A02.6824199Z'" + - W/"datetime'2020-11-17T01%3A37%3A11.6014599Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable0d2351374') server: @@ -59,11 +59,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:02 GMT + - Tue, 17 Nov 2020 01:37:11 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:02 GMT + - Tue, 17 Nov 2020 01:37:11 GMT x-ms-version: - '2019-02-02' method: POST @@ -75,9 +75,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:03 GMT + - Tue, 17 Nov 2020 01:37:11 GMT etag: - - W/"datetime'2020-11-10T01%3A13%3A03.2572935Z'" + - W/"datetime'2020-11-17T01%3A37%3A12.0542727Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable1d2351374') server: @@ -103,11 +103,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:03 GMT + - Tue, 17 Nov 2020 01:37:11 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:03 GMT + - Tue, 17 Nov 2020 01:37:11 GMT x-ms-version: - '2019-02-02' method: POST @@ -119,9 +119,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:03 GMT + - Tue, 17 Nov 2020 01:37:11 GMT etag: - - W/"datetime'2020-11-10T01%3A13%3A03.7748231Z'" + - W/"datetime'2020-11-17T01%3A37%3A12.4734983Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable2d2351374') server: @@ -147,11 +147,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:12 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:12 GMT x-ms-version: - '2019-02-02' method: POST @@ -163,9 +163,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:13 GMT etag: - - W/"datetime'2020-11-10T01%3A13%3A04.3013639Z'" + - W/"datetime'2020-11-17T01%3A37%3A12.8968199Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable3d2351374') server: @@ -187,29 +187,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:12 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:12 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=2 response: body: - string: '{"value":[{"TableName":"listtable1d2351374"},{"TableName":"listtable3d2351374"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + string: '{"value":[{"TableName":"listtable2d2351374"},{"TableName":"listtable0d2351374"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:13 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-continuation-nexttablename: - - vANeAN7Y+z4= + - B58mAM3B4Y0= status: code: 200 message: Ok @@ -225,23 +225,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:12 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:12 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=2&NextTableName=vANeAN7Y%2Bz4%3D + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=2&NextTableName=B58mAM3B4Y0%3D response: body: - string: '{"value":[{"TableName":"listtable0d2351374"},{"TableName":"listtable2d2351374"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + string: '{"value":[{"TableName":"listtable3d2351374"},{"TableName":"listtable1d2351374"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:13 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -261,23 +261,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:12 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:12 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: '{"value":[{"TableName":"listtable1d2351374"},{"TableName":"listtable3d2351374"},{"TableName":"listtable0d2351374"},{"TableName":"listtable2d2351374"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + string: '{"value":[{"TableName":"listtable2d2351374"},{"TableName":"listtable0d2351374"},{"TableName":"listtable3d2351374"},{"TableName":"listtable1d2351374"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:13 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -297,15 +297,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:13 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:13 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable1d2351374') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable2d2351374') response: body: string: '' @@ -313,7 +313,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:13:04 GMT + - Tue, 17 Nov 2020 01:37:13 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -331,15 +331,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:13 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:13 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable3d2351374') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable0d2351374') response: body: string: '' @@ -347,7 +347,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:14 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -365,15 +365,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:13 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:13 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable0d2351374') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable3d2351374') response: body: string: '' @@ -381,7 +381,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:14 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -399,15 +399,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:14 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:14 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable2d2351374') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable1d2351374') response: body: string: '' @@ -415,7 +415,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:13:05 GMT + - Tue, 17 Nov 2020 01:37:14 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_num_results.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_num_results.yaml index b4eef8817c6c..6b9e4fa0b3b7 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_num_results.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos.test_query_tables_with_num_results.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:36 GMT + - Tue, 17 Nov 2020 01:37:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:36 GMT + - Tue, 17 Nov 2020 01:37:44 GMT x-ms-version: - '2019-02-02' method: POST @@ -31,9 +31,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:36 GMT + - Tue, 17 Nov 2020 01:37:45 GMT etag: - - W/"datetime'2020-11-10T01%3A13%3A37.4355463Z'" + - W/"datetime'2020-11-17T01%3A37%3A45.5379463Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable03a8d15b3') server: @@ -59,11 +59,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:37 GMT + - Tue, 17 Nov 2020 01:37:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:37 GMT + - Tue, 17 Nov 2020 01:37:45 GMT x-ms-version: - '2019-02-02' method: POST @@ -75,9 +75,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:38 GMT + - Tue, 17 Nov 2020 01:37:45 GMT etag: - - W/"datetime'2020-11-10T01%3A13%3A37.9972103Z'" + - W/"datetime'2020-11-17T01%3A37%3A46.0085767Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable13a8d15b3') server: @@ -103,11 +103,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:38 GMT + - Tue, 17 Nov 2020 01:37:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:38 GMT + - Tue, 17 Nov 2020 01:37:45 GMT x-ms-version: - '2019-02-02' method: POST @@ -119,9 +119,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:38 GMT + - Tue, 17 Nov 2020 01:37:45 GMT etag: - - W/"datetime'2020-11-10T01%3A13%3A38.5165831Z'" + - W/"datetime'2020-11-17T01%3A37%3A46.4047623Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable23a8d15b3') server: @@ -147,11 +147,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:38 GMT + - Tue, 17 Nov 2020 01:37:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:38 GMT + - Tue, 17 Nov 2020 01:37:46 GMT x-ms-version: - '2019-02-02' method: POST @@ -163,9 +163,9 @@ interactions: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT etag: - - W/"datetime'2020-11-10T01%3A13%3A39.0416903Z'" + - W/"datetime'2020-11-17T01%3A37%3A46.7950087Z'" location: - https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable33a8d15b3') server: @@ -187,29 +187,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=3 response: body: - string: '{"value":[{"TableName":"listtable03a8d15b3"},{"TableName":"listtable13a8d15b3"},{"TableName":"listtable23a8d15b3"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + string: '{"value":[{"TableName":"listtable33a8d15b3"},{"TableName":"listtable03a8d15b3"},{"TableName":"listtable13a8d15b3"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: - chunked x-ms-continuation-nexttablename: - - vANeAIPltlU= + - B58mANbtmTI= status: code: 200 message: Ok @@ -225,23 +225,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: '{"value":[{"TableName":"listtable03a8d15b3"},{"TableName":"listtable13a8d15b3"},{"TableName":"listtable23a8d15b3"},{"TableName":"listtable33a8d15b3"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + string: '{"value":[{"TableName":"listtable33a8d15b3"},{"TableName":"listtable03a8d15b3"},{"TableName":"listtable13a8d15b3"},{"TableName":"listtable23a8d15b3"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -261,23 +261,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT x-ms-version: - '2019-02-02' method: GET uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: '{"value":[{"TableName":"listtable03a8d15b3"},{"TableName":"listtable13a8d15b3"},{"TableName":"listtable23a8d15b3"},{"TableName":"listtable33a8d15b3"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + string: '{"value":[{"TableName":"listtable33a8d15b3"},{"TableName":"listtable03a8d15b3"},{"TableName":"listtable13a8d15b3"},{"TableName":"listtable23a8d15b3"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' headers: content-type: - application/json;odata=minimalmetadata date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -297,15 +297,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable03a8d15b3') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable33a8d15b3') response: body: string: '' @@ -313,7 +313,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:46 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -331,15 +331,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:47 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable13a8d15b3') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable03a8d15b3') response: body: string: '' @@ -347,7 +347,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:13:39 GMT + - Tue, 17 Nov 2020 01:37:47 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -365,15 +365,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:13:40 GMT + - Tue, 17 Nov 2020 01:37:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:40 GMT + - Tue, 17 Nov 2020 01:37:47 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable23a8d15b3') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable13a8d15b3') response: body: string: '' @@ -381,7 +381,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:13:40 GMT + - Tue, 17 Nov 2020 01:37:47 GMT server: - Microsoft-HTTPAPI/2.0 status: @@ -399,15 +399,15 @@ interactions: Content-Length: - '0' Date: - - Tue, 10 Nov 2020 01:13:40 GMT + - Tue, 17 Nov 2020 01:37:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 01:13:40 GMT + - Tue, 17 Nov 2020 01:37:47 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable33a8d15b3') + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable23a8d15b3') response: body: string: '' @@ -415,7 +415,7 @@ interactions: content-length: - '0' date: - - Tue, 10 Nov 2020 01:13:40 GMT + - Tue, 17 Nov 2020 01:37:47 GMT server: - Microsoft-HTTPAPI/2.0 status: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos_async.test_list_tables_with_marker.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos_async.test_list_tables_with_marker.yaml index cb2307d78ea5..5cd298951d79 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos_async.test_list_tables_with_marker.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_cosmos_async.test_list_tables_with_marker.yaml @@ -11,28 +11,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 17 Sep 2020 20:46:40 GMT + - Tue, 03 Nov 2020 22:07:28 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 20:46:40 GMT + - Tue, 03 Nov 2020 22:07:28 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST - uri: https://cosmostablescosmosname.table.cosmos.azure.com/Tables + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: "{\"odata.error\":{\"code\":\"TableAlreadyExists\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - specified table already exists.\\nRequestID:e32fed6b-f926-11ea-aefe-58961df361d1\\n\"}}}\r\n" + string: '{"TableName":"listtable038de1577","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Thu, 17 Sep 2020 20:46:40 GMT + date: Tue, 03 Nov 2020 22:07:30 GMT + etag: W/"datetime'2020-11-03T22%3A07%3A30.2466567Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable038de1577') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: - code: 409 - message: Conflict - url: https://cosmostableszkkfu2f3a4lp.table.cosmos.azure.com/Tables + code: 201 + message: Ok + url: https://tablestest6nb7pow3eobn6p.table.cosmos.azure.com/Tables - request: body: '{"TableName": "listtable138de1577"}' headers: @@ -45,28 +46,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 17 Sep 2020 20:46:40 GMT + - Tue, 03 Nov 2020 22:07:30 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 20:46:40 GMT + - Tue, 03 Nov 2020 22:07:30 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST - uri: https://cosmostablescosmosname.table.cosmos.azure.com/Tables + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: "{\"odata.error\":{\"code\":\"TableAlreadyExists\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - specified table already exists.\\nRequestID:e3802fff-f926-11ea-8de5-58961df361d1\\n\"}}}\r\n" + string: '{"TableName":"listtable138de1577","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Thu, 17 Sep 2020 20:46:40 GMT + date: Tue, 03 Nov 2020 22:07:30 GMT + etag: W/"datetime'2020-11-03T22%3A07%3A30.8346375Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable138de1577') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: - code: 409 - message: Conflict - url: https://cosmostableszkkfu2f3a4lp.table.cosmos.azure.com/Tables + code: 201 + message: Ok + url: https://tablestest6nb7pow3eobn6p.table.cosmos.azure.com/Tables - request: body: '{"TableName": "listtable238de1577"}' headers: @@ -79,28 +81,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 17 Sep 2020 20:46:40 GMT + - Tue, 03 Nov 2020 22:07:31 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 20:46:40 GMT + - Tue, 03 Nov 2020 22:07:31 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST - uri: https://cosmostablescosmosname.table.cosmos.azure.com/Tables + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: "{\"odata.error\":{\"code\":\"TableAlreadyExists\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - specified table already exists.\\nRequestID:e38cbff9-f926-11ea-b1bb-58961df361d1\\n\"}}}\r\n" + string: '{"TableName":"listtable238de1577","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Thu, 17 Sep 2020 20:46:40 GMT + date: Tue, 03 Nov 2020 22:07:31 GMT + etag: W/"datetime'2020-11-03T22%3A07%3A31.3708039Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable238de1577') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: - code: 409 - message: Conflict - url: https://cosmostableszkkfu2f3a4lp.table.cosmos.azure.com/Tables + code: 201 + message: Ok + url: https://tablestest6nb7pow3eobn6p.table.cosmos.azure.com/Tables - request: body: '{"TableName": "listtable338de1577"}' headers: @@ -113,26 +116,86 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 17 Sep 2020 20:46:41 GMT + - Tue, 03 Nov 2020 22:07:31 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 20:46:41 GMT + - Tue, 03 Nov 2020 22:07:31 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST - uri: https://cosmostablescosmosname.table.cosmos.azure.com/Tables + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: "{\"odata.error\":{\"code\":\"TableAlreadyExists\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - specified table already exists.\\nRequestID:e39bd298-f926-11ea-a38d-58961df361d1\\n\"}}}\r\n" + string: '{"TableName":"listtable338de1577","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Thu, 17 Sep 2020 20:46:40 GMT + date: Tue, 03 Nov 2020 22:07:32 GMT + etag: W/"datetime'2020-11-03T22%3A07%3A31.8958087Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('listtable338de1577') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: - code: 409 - message: Conflict - url: https://cosmostableszkkfu2f3a4lp.table.cosmos.azure.com/Tables + code: 201 + message: Ok + url: https://tablestest6nb7pow3eobn6p.table.cosmos.azure.com/Tables +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + DataServiceVersion: + - '3.0' + Date: + - Tue, 03 Nov 2020 22:07:32 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 03 Nov 2020 22:07:32 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=2 + response: + body: + string: '{"value":[{"TableName":"listtable238de1577"},{"TableName":"listtable338de1577"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Tue, 03 Nov 2020 22:07:32 GMT + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-continuation-nexttablename: v3IqAP+z+DQ= + status: + code: 200 + message: Ok + url: https://tablestest6nb7pow3eobn6p.table.cosmos.azure.com/Tables?$top=2 +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + DataServiceVersion: + - '3.0' + Date: + - Tue, 03 Nov 2020 22:07:32 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 03 Nov 2020 22:07:32 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables?$top=2&NextTableName=v3IqAP%2Bz%2BDQ%3D + response: + body: + string: '{"value":[{"TableName":"listtable038de1577"},{"TableName":"listtable138de1577"}],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Tue, 03 Nov 2020 22:07:32 GMT + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 200 + message: Ok + url: https://tablestest6nb7pow3eobn6p.table.cosmos.azure.com/Tables?$top=2&NextTableName=v3IqAP%2Bz%2BDQ%3D version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_property_name_too_long.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_property_name_too_long.yaml index 99cf2ec5c6ad..ad741b10d816 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_property_name_too_long.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_property_name_too_long.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:10:02 GMT + - Tue, 17 Nov 2020 01:07:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:10:02 GMT + - Tue, 17 Nov 2020 01:07:58 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 07 Nov 2020 01:10:02 GMT + - Tue, 17 Nov 2020 01:07:59 GMT location: - https://tablesteststorname.table.core.windows.net/Tables('uttablee10d18a6') server: @@ -48,9 +48,9 @@ interactions: code: 201 message: Created - request: - body: '{"RowKey@odata.type": "Edm.String", "PartitionKey": "pke10d18a6", "RowKey": - "rke10d18a6", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": - "badval", "PartitionKey@odata.type": "Edm.String", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@odata.type": + body: '{"PartitionKey": "pke10d18a6", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke10d18a6", "RowKey@odata.type": "Edm.String", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": + "badval", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@odata.type": "Edm.String"}' headers: Accept: @@ -66,11 +66,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:10:02 GMT + - Tue, 17 Nov 2020 01:07:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:10:02 GMT + - Tue, 17 Nov 2020 01:07:59 GMT x-ms-version: - '2019-02-02' method: POST @@ -78,14 +78,14 @@ interactions: response: body: string: '{"odata.error":{"code":"PropertyNameTooLong","message":{"lang":"en-US","value":"The - property name exceeds the maximum allowed length (255).\nRequestId:dd3cd4fd-5002-0077-58a2-b49d71000000\nTime:2020-11-07T01:10:03.7654904Z"}}}' + property name exceeds the maximum allowed length (255).\nRequestId:d09566e5-7002-0037-5c7e-bc72ce000000\nTime:2020-11-17T01:07:59.6033974Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 07 Nov 2020 01:10:02 GMT + - Tue, 17 Nov 2020 01:07:59 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -109,11 +109,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 07 Nov 2020 01:10:02 GMT + - Tue, 17 Nov 2020 01:07:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:10:02 GMT + - Tue, 17 Nov 2020 01:07:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -127,7 +127,7 @@ interactions: content-length: - '0' date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:07:59 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_too_many_properties.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_too_many_properties.yaml index b00aef5d3fb8..696ad0d01b0c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_too_many_properties.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_too_many_properties.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:52 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:53 GMT location: - https://tablesteststorname.table.core.windows.net/Tables('uttable97d21773') server: @@ -48,180 +48,177 @@ interactions: code: 201 message: Created - request: - body: '{"key51": "value51", "key153@odata.type": "Edm.String", "key2@odata.type": - "Edm.String", "key237@odata.type": "Edm.String", "key63": "value63", "key70": - "value70", "key204": "value204", "key53": "value53", "key52@odata.type": "Edm.String", - "key163@odata.type": "Edm.String", "key118": "value118", "key131": "value131", - "key215": "value215", "key140": "value140", "key111": "value111", "key154": - "value154", "key145": "value145", "key78": "value78", "key202@odata.type": "Edm.String", - "key41": "value41", "key152": "value152", "key136": "value136", "key65@odata.type": - "Edm.String", "key236": "value236", "key8@odata.type": "Edm.String", "key140@odata.type": - "Edm.String", "key74@odata.type": "Edm.String", "key149@odata.type": "Edm.String", - "key190@odata.type": "Edm.String", "key115": "value115", "key149": "value149", - "key166@odata.type": "Edm.String", "key18@odata.type": "Edm.String", "key13@odata.type": - "Edm.String", "key74": "value74", "key172@odata.type": "Edm.String", "key89@odata.type": - "Edm.String", "key187@odata.type": "Edm.String", "key165": "value165", "key253": - "value253", "key39": "value39", "key179@odata.type": "Edm.String", "key195@odata.type": - "Edm.String", "key97": "value97", "key79": "value79", "key4": "value4", "key157@odata.type": - "Edm.String", "key10": "value10", "key49@odata.type": "Edm.String", "key233": - "value233", "key25@odata.type": "Edm.String", "key87@odata.type": "Edm.String", - "key241@odata.type": "Edm.String", "key129@odata.type": "Edm.String", "key128@odata.type": - "Edm.String", "key119@odata.type": "Edm.String", "key242": "value242", "key192": - "value192", "key3": "value3", "key219": "value219", "key77@odata.type": "Edm.String", - "key95@odata.type": "Edm.String", "key51@odata.type": "Edm.String", "key176@odata.type": - "Edm.String", "key142@odata.type": "Edm.String", "key17@odata.type": "Edm.String", - "key203": "value203", "key225": "value225", "key81@odata.type": "Edm.String", - "key142": "value142", "key209@odata.type": "Edm.String", "key154@odata.type": - "Edm.String", "key190": "value190", "key220@odata.type": "Edm.String", "key113@odata.type": - "Edm.String", "key72@odata.type": "Edm.String", "key230": "value230", "key187": - "value187", "key12": "value12", "key44": "value44", "key99": "value99", "key170@odata.type": - "Edm.String", "key62@odata.type": "Edm.String", "key207": "value207", "RowKey": - "rk97d21773", "key216@odata.type": "Edm.String", "key95": "value95", "key55@odata.type": - "Edm.String", "key90": "value90", "key34": "value34", "key237": "value237", - "key86": "value86", "key239@odata.type": "Edm.String", "key143@odata.type": - "Edm.String", "key181": "value181", "key199@odata.type": "Edm.String", "key173@odata.type": - "Edm.String", "key219@odata.type": "Edm.String", "key5": "value5", "key141": - "value141", "key159": "value159", "key78@odata.type": "Edm.String", "key101@odata.type": - "Edm.String", "key198@odata.type": "Edm.String", "key253@odata.type": "Edm.String", - "key181@odata.type": "Edm.String", "key88@odata.type": "Edm.String", "key103@odata.type": - "Edm.String", "key230@odata.type": "Edm.String", "key246": "value246", "key194": - "value194", "key97@odata.type": "Edm.String", "key100@odata.type": "Edm.String", - "key104@odata.type": "Edm.String", "key80@odata.type": "Edm.String", "key4@odata.type": - "Edm.String", "key123@odata.type": "Edm.String", "key180@odata.type": "Edm.String", - "key217": "value217", "key205": "value205", "key148": "value148", "key235": - "value235", "key66@odata.type": "Edm.String", "key130": "value130", "key117": - "value117", "key243@odata.type": "Edm.String", "key109": "value109", "key250@odata.type": - "Edm.String", "key200": "value200", "key204@odata.type": "Edm.String", "key1@odata.type": - "Edm.String", "key224@odata.type": "Edm.String", "key68@odata.type": "Edm.String", - "key155": "value155", "key38@odata.type": "Edm.String", "key29": "value29", - "key69": "value69", "key234": "value234", "key75": "value75", "key109@odata.type": - "Edm.String", "key182@odata.type": "Edm.String", "key7@odata.type": "Edm.String", - "key64@odata.type": "Edm.String", "key104": "value104", "key42@odata.type": - "Edm.String", "key21": "value21", "key196": "value196", "key57": "value57", - "key82": "value82", "key254@odata.type": "Edm.String", "key96@odata.type": "Edm.String", - "key213": "value213", "key11": "value11", "key73": "value73", "key16": "value16", - "key134": "value134", "key200@odata.type": "Edm.String", "key91": "value91", - "key130@odata.type": "Edm.String", "key218": "value218", "key195": "value195", - "key126": "value126", "key9": "value9", "key197@odata.type": "Edm.String", "key133@odata.type": - "Edm.String", "key213@odata.type": "Edm.String", "key32": "value32", "key36": - "value36", "key54": "value54", "key177@odata.type": "Edm.String", "key26": "value26", - "key174@odata.type": "Edm.String", "key244@odata.type": "Edm.String", "key112@odata.type": - "Edm.String", "key232@odata.type": "Edm.String", "key57@odata.type": "Edm.String", - "key84": "value84", "key188@odata.type": "Edm.String", "key184@odata.type": - "Edm.String", "key81": "value81", "key207@odata.type": "Edm.String", "key19@odata.type": - "Edm.String", "key144": "value144", "key236@odata.type": "Edm.String", "key98@odata.type": - "Edm.String", "key103": "value103", "key101": "value101", "key167@odata.type": - "Edm.String", "key242@odata.type": "Edm.String", "key191@odata.type": "Edm.String", - "key176": "value176", "key45@odata.type": "Edm.String", "key37": "value37", - "key61": "value61", "key225@odata.type": "Edm.String", "key93": "value93", "key238": - "value238", "key120": "value120", "key173": "value173", "key35@odata.type": - "Edm.String", "key121@odata.type": "Edm.String", "key39@odata.type": "Edm.String", - "key239": "value239", "key228@odata.type": "Edm.String", "key15": "value15", - "key222": "value222", "key70@odata.type": "Edm.String", "key49": "value49", - "PartitionKey": "pk97d21773", "key91@odata.type": "Edm.String", "key144@odata.type": - "Edm.String", "key69@odata.type": "Edm.String", "key89": "value89", "key87": - "value87", "key161": "value161", "key114@odata.type": "Edm.String", "key171": - "value171", "key251": "value251", "key15@odata.type": "Edm.String", "key185": - "value185", "key188": "value188", "key108@odata.type": "Edm.String", "key249": - "value249", "key228": "value228", "key56": "value56", "key249@odata.type": "Edm.String", - "key199": "value199", "key0": "value0", "key72": "value72", "key192@odata.type": - "Edm.String", "key34@odata.type": "Edm.String", "key65": "value65", "key158@odata.type": - "Edm.String", "key9@odata.type": "Edm.String", "key139@odata.type": "Edm.String", - "key186@odata.type": "Edm.String", "key122": "value122", "key120@odata.type": - "Edm.String", "key122@odata.type": "Edm.String", "key48": "value48", "key186": - "value186", "key164@odata.type": "Edm.String", "key36@odata.type": "Edm.String", - "key145@odata.type": "Edm.String", "key18": "value18", "key23@odata.type": "Edm.String", - "key7": "value7", "key73@odata.type": "Edm.String", "key102": "value102", "key27@odata.type": - "Edm.String", "key179": "value179", "key32@odata.type": "Edm.String", "key30": - "value30", "PartitionKey@odata.type": "Edm.String", "key14": "value14", "key247": - "value247", "key197": "value197", "key146@odata.type": "Edm.String", "key53@odata.type": - "Edm.String", "key105": "value105", "key106@odata.type": "Edm.String", "key80": - "value80", "key106": "value106", "key43@odata.type": "Edm.String", "key128": - "value128", "key119": "value119", "key206": "value206", "key141@odata.type": - "Edm.String", "key147": "value147", "key92@odata.type": "Edm.String", "key131@odata.type": - "Edm.String", "key164": "value164", "key150": "value150", "key193": "value193", - "key133": "value133", "key150@odata.type": "Edm.String", "key16@odata.type": - "Edm.String", "key31": "value31", "key116": "value116", "key21@odata.type": - "Edm.String", "key191": "value191", "key46": "value46", "key14@odata.type": - "Edm.String", "key155@odata.type": "Edm.String", "key229": "value229", "key151@odata.type": - "Edm.String", "key12@odata.type": "Edm.String", "key22": "value22", "key71@odata.type": - "Edm.String", "key254": "value254", "key234@odata.type": "Edm.String", "key48@odata.type": - "Edm.String", "key220": "value220", "key114": "value114", "key222@odata.type": - "Edm.String", "key35": "value35", "key110@odata.type": "Edm.String", "key127@odata.type": - "Edm.String", "key94@odata.type": "Edm.String", "key50": "value50", "key211": - "value211", "key223": "value223", "key20": "value20", "key82@odata.type": "Edm.String", - "key93@odata.type": "Edm.String", "key29@odata.type": "Edm.String", "key156": - "value156", "key169": "value169", "key160@odata.type": "Edm.String", "key208@odata.type": - "Edm.String", "key67": "value67", "key26@odata.type": "Edm.String", "key182": - "value182", "key60": "value60", "key196@odata.type": "Edm.String", "key193@odata.type": - "Edm.String", "key115@odata.type": "Edm.String", "key64": "value64", "key132": - "value132", "key55": "value55", "key248@odata.type": "Edm.String", "key152@odata.type": - "Edm.String", "key227@odata.type": "Edm.String", "key240": "value240", "key61@odata.type": - "Edm.String", "key165@odata.type": "Edm.String", "key125@odata.type": "Edm.String", - "key20@odata.type": "Edm.String", "key71": "value71", "key23": "value23", "key107": - "value107", "key172": "value172", "key215@odata.type": "Edm.String", "key218@odata.type": - "Edm.String", "key13": "value13", "key201@odata.type": "Edm.String", "key210": - "value210", "key83": "value83", "key251@odata.type": "Edm.String", "key184": - "value184", "key58@odata.type": "Edm.String", "key238@odata.type": "Edm.String", - "key250": "value250", "key38": "value38", "key156@odata.type": "Edm.String", - "key244": "value244", "key241": "value241", "key62": "value62", "key198": "value198", - "key245@odata.type": "Edm.String", "key113": "value113", "key84@odata.type": - "Edm.String", "key60@odata.type": "Edm.String", "key99@odata.type": "Edm.String", - "key54@odata.type": "Edm.String", "key227": "value227", "key162": "value162", - "key132@odata.type": "Edm.String", "key24": "value24", "key43": "value43", "key85": - "value85", "key50@odata.type": "Edm.String", "key40@odata.type": "Edm.String", - "key246@odata.type": "Edm.String", "key229@odata.type": "Edm.String", "key96": - "value96", "key178": "value178", "key175@odata.type": "Edm.String", "key10@odata.type": - "Edm.String", "key94": "value94", "key214@odata.type": "Edm.String", "key5@odata.type": - "Edm.String", "key124": "value124", "key37@odata.type": "Edm.String", "key45": - "value45", "key31@odata.type": "Edm.String", "key143": "value143", "key137": - "value137", "key124@odata.type": "Edm.String", "key86@odata.type": "Edm.String", - "key47": "value47", "key201": "value201", "key189@odata.type": "Edm.String", - "key129": "value129", "key146": "value146", "key210@odata.type": "Edm.String", - "key116@odata.type": "Edm.String", "key226": "value226", "key208": "value208", - "key52": "value52", "key110": "value110", "RowKey@odata.type": "Edm.String", - "key235@odata.type": "Edm.String", "key17": "value17", "key117@odata.type": - "Edm.String", "key47@odata.type": "Edm.String", "key247@odata.type": "Edm.String", - "key174": "value174", "key158": "value158", "key216": "value216", "key166": - "value166", "key169@odata.type": "Edm.String", "key135": "value135", "key118@odata.type": - "Edm.String", "key185@odata.type": "Edm.String", "key226@odata.type": "Edm.String", - "key217@odata.type": "Edm.String", "key83@odata.type": "Edm.String", "key232": - "value232", "key203@odata.type": "Edm.String", "key162@odata.type": "Edm.String", - "key100": "value100", "key111@odata.type": "Edm.String", "key168@odata.type": - "Edm.String", "key1": "value1", "key3@odata.type": "Edm.String", "key175": "value175", - "key58": "value58", "key252": "value252", "key46@odata.type": "Edm.String", - "key85@odata.type": "Edm.String", "key248": "value248", "key159@odata.type": - "Edm.String", "key177": "value177", "key56@odata.type": "Edm.String", "key90@odata.type": - "Edm.String", "key209": "value209", "key183": "value183", "key6": "value6", - "key223@odata.type": "Edm.String", "key107@odata.type": "Edm.String", "key11@odata.type": - "Edm.String", "key180": "value180", "key102@odata.type": "Edm.String", "key22@odata.type": - "Edm.String", "key66": "value66", "key121": "value121", "key2": "value2", "key171@odata.type": - "Edm.String", "key221@odata.type": "Edm.String", "key44@odata.type": "Edm.String", - "key92": "value92", "key148@odata.type": "Edm.String", "key6@odata.type": "Edm.String", - "key125": "value125", "key24@odata.type": "Edm.String", "key59": "value59", - "key28@odata.type": "Edm.String", "key135@odata.type": "Edm.String", "key98": - "value98", "key75@odata.type": "Edm.String", "key233@odata.type": "Edm.String", - "key19": "value19", "key252@odata.type": "Edm.String", "key25": "value25", "key151": - "value151", "key137@odata.type": "Edm.String", "key163": "value163", "key123": - "value123", "key178@odata.type": "Edm.String", "key170": "value170", "key157": - "value157", "key30@odata.type": "Edm.String", "key153": "value153", "key42": - "value42", "key202": "value202", "key194@odata.type": "Edm.String", "key206@odata.type": - "Edm.String", "key27": "value27", "key0@odata.type": "Edm.String", "key63@odata.type": - "Edm.String", "key183@odata.type": "Edm.String", "key167": "value167", "key79@odata.type": - "Edm.String", "key41@odata.type": "Edm.String", "key214": "value214", "key161@odata.type": - "Edm.String", "key77": "value77", "key243": "value243", "key139": "value139", - "key147@odata.type": "Edm.String", "key88": "value88", "key224": "value224", - "key68": "value68", "key59@odata.type": "Edm.String", "key138": "value138", - "key112": "value112", "key67@odata.type": "Edm.String", "key138@odata.type": - "Edm.String", "key205@odata.type": "Edm.String", "key212": "value212", "key231@odata.type": - "Edm.String", "key160": "value160", "key28": "value28", "key33": "value33", - "key221": "value221", "key189": "value189", "key105@odata.type": "Edm.String", - "key76@odata.type": "Edm.String", "key231": "value231", "key245": "value245", - "key136@odata.type": "Edm.String", "key8": "value8", "key76": "value76", "key33@odata.type": - "Edm.String", "key212@odata.type": "Edm.String", "key127": "value127", "key211@odata.type": - "Edm.String", "key40": "value40", "key126@odata.type": "Edm.String", "key240@odata.type": - "Edm.String", "key134@odata.type": "Edm.String", "key168": "value168", "key108": - "value108"}' + body: '{"PartitionKey": "pk97d21773", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk97d21773", "RowKey@odata.type": "Edm.String", "key0": "value0", + "key0@odata.type": "Edm.String", "key1": "value1", "key1@odata.type": "Edm.String", + "key2": "value2", "key2@odata.type": "Edm.String", "key3": "value3", "key3@odata.type": + "Edm.String", "key4": "value4", "key4@odata.type": "Edm.String", "key5": "value5", + "key5@odata.type": "Edm.String", "key6": "value6", "key6@odata.type": "Edm.String", + "key7": "value7", "key7@odata.type": "Edm.String", "key8": "value8", "key8@odata.type": + "Edm.String", "key9": "value9", "key9@odata.type": "Edm.String", "key10": "value10", + "key10@odata.type": "Edm.String", "key11": "value11", "key11@odata.type": "Edm.String", + "key12": "value12", "key12@odata.type": "Edm.String", "key13": "value13", "key13@odata.type": + "Edm.String", "key14": "value14", "key14@odata.type": "Edm.String", "key15": + "value15", "key15@odata.type": "Edm.String", "key16": "value16", "key16@odata.type": + "Edm.String", "key17": "value17", "key17@odata.type": "Edm.String", "key18": + "value18", "key18@odata.type": "Edm.String", "key19": "value19", "key19@odata.type": + "Edm.String", "key20": "value20", "key20@odata.type": "Edm.String", "key21": + "value21", "key21@odata.type": "Edm.String", "key22": "value22", "key22@odata.type": + "Edm.String", "key23": "value23", "key23@odata.type": "Edm.String", "key24": + "value24", "key24@odata.type": "Edm.String", "key25": "value25", "key25@odata.type": + "Edm.String", "key26": "value26", "key26@odata.type": "Edm.String", "key27": + "value27", "key27@odata.type": "Edm.String", "key28": "value28", "key28@odata.type": + "Edm.String", "key29": "value29", "key29@odata.type": "Edm.String", "key30": + "value30", "key30@odata.type": "Edm.String", "key31": "value31", "key31@odata.type": + "Edm.String", "key32": "value32", "key32@odata.type": "Edm.String", "key33": + "value33", "key33@odata.type": "Edm.String", "key34": "value34", "key34@odata.type": + "Edm.String", "key35": "value35", "key35@odata.type": "Edm.String", "key36": + "value36", "key36@odata.type": "Edm.String", "key37": "value37", "key37@odata.type": + "Edm.String", "key38": "value38", "key38@odata.type": "Edm.String", "key39": + "value39", "key39@odata.type": "Edm.String", "key40": "value40", "key40@odata.type": + "Edm.String", "key41": "value41", "key41@odata.type": "Edm.String", "key42": + "value42", "key42@odata.type": "Edm.String", "key43": "value43", "key43@odata.type": + "Edm.String", "key44": "value44", "key44@odata.type": "Edm.String", "key45": + "value45", "key45@odata.type": "Edm.String", "key46": "value46", "key46@odata.type": + "Edm.String", "key47": "value47", "key47@odata.type": "Edm.String", "key48": + "value48", "key48@odata.type": "Edm.String", "key49": "value49", "key49@odata.type": + "Edm.String", "key50": "value50", "key50@odata.type": "Edm.String", "key51": + "value51", "key51@odata.type": "Edm.String", "key52": "value52", "key52@odata.type": + "Edm.String", "key53": "value53", "key53@odata.type": "Edm.String", "key54": + "value54", "key54@odata.type": "Edm.String", "key55": "value55", "key55@odata.type": + "Edm.String", "key56": "value56", "key56@odata.type": "Edm.String", "key57": + "value57", "key57@odata.type": "Edm.String", "key58": "value58", "key58@odata.type": + "Edm.String", "key59": "value59", "key59@odata.type": "Edm.String", "key60": + "value60", "key60@odata.type": "Edm.String", "key61": "value61", "key61@odata.type": + "Edm.String", "key62": "value62", "key62@odata.type": "Edm.String", "key63": + "value63", "key63@odata.type": "Edm.String", "key64": "value64", "key64@odata.type": + "Edm.String", "key65": "value65", "key65@odata.type": "Edm.String", "key66": + "value66", "key66@odata.type": "Edm.String", "key67": "value67", "key67@odata.type": + "Edm.String", "key68": "value68", "key68@odata.type": "Edm.String", "key69": + "value69", "key69@odata.type": "Edm.String", "key70": "value70", "key70@odata.type": + "Edm.String", "key71": "value71", "key71@odata.type": "Edm.String", "key72": + "value72", "key72@odata.type": "Edm.String", "key73": "value73", "key73@odata.type": + "Edm.String", "key74": "value74", "key74@odata.type": "Edm.String", "key75": + "value75", "key75@odata.type": "Edm.String", "key76": "value76", "key76@odata.type": + "Edm.String", "key77": "value77", "key77@odata.type": "Edm.String", "key78": + "value78", "key78@odata.type": "Edm.String", "key79": "value79", "key79@odata.type": + "Edm.String", "key80": "value80", "key80@odata.type": "Edm.String", "key81": + "value81", "key81@odata.type": "Edm.String", "key82": "value82", "key82@odata.type": + "Edm.String", "key83": "value83", "key83@odata.type": "Edm.String", "key84": + "value84", "key84@odata.type": "Edm.String", "key85": "value85", "key85@odata.type": + "Edm.String", "key86": "value86", "key86@odata.type": "Edm.String", "key87": + "value87", "key87@odata.type": "Edm.String", "key88": "value88", "key88@odata.type": + "Edm.String", "key89": "value89", "key89@odata.type": "Edm.String", "key90": + "value90", "key90@odata.type": "Edm.String", "key91": "value91", "key91@odata.type": + "Edm.String", "key92": "value92", "key92@odata.type": "Edm.String", "key93": + "value93", "key93@odata.type": "Edm.String", "key94": "value94", "key94@odata.type": + "Edm.String", "key95": "value95", "key95@odata.type": "Edm.String", "key96": + "value96", "key96@odata.type": "Edm.String", "key97": "value97", "key97@odata.type": + "Edm.String", "key98": "value98", "key98@odata.type": "Edm.String", "key99": + "value99", "key99@odata.type": "Edm.String", "key100": "value100", "key100@odata.type": + "Edm.String", "key101": "value101", "key101@odata.type": "Edm.String", "key102": + "value102", "key102@odata.type": "Edm.String", "key103": "value103", "key103@odata.type": + "Edm.String", "key104": "value104", "key104@odata.type": "Edm.String", "key105": + "value105", "key105@odata.type": "Edm.String", "key106": "value106", "key106@odata.type": + "Edm.String", "key107": "value107", "key107@odata.type": "Edm.String", "key108": + "value108", "key108@odata.type": "Edm.String", "key109": "value109", "key109@odata.type": + "Edm.String", "key110": "value110", "key110@odata.type": "Edm.String", "key111": + "value111", "key111@odata.type": "Edm.String", "key112": "value112", "key112@odata.type": + "Edm.String", "key113": "value113", "key113@odata.type": "Edm.String", "key114": + "value114", "key114@odata.type": "Edm.String", "key115": "value115", "key115@odata.type": + "Edm.String", "key116": "value116", "key116@odata.type": "Edm.String", "key117": + "value117", "key117@odata.type": "Edm.String", "key118": "value118", "key118@odata.type": + "Edm.String", "key119": "value119", "key119@odata.type": "Edm.String", "key120": + "value120", "key120@odata.type": "Edm.String", "key121": "value121", "key121@odata.type": + "Edm.String", "key122": "value122", "key122@odata.type": "Edm.String", "key123": + "value123", "key123@odata.type": "Edm.String", "key124": "value124", "key124@odata.type": + "Edm.String", "key125": "value125", "key125@odata.type": "Edm.String", "key126": + "value126", "key126@odata.type": "Edm.String", "key127": "value127", "key127@odata.type": + "Edm.String", "key128": "value128", "key128@odata.type": "Edm.String", "key129": + "value129", "key129@odata.type": "Edm.String", "key130": "value130", "key130@odata.type": + "Edm.String", "key131": "value131", "key131@odata.type": "Edm.String", "key132": + "value132", "key132@odata.type": "Edm.String", "key133": "value133", "key133@odata.type": + "Edm.String", "key134": "value134", "key134@odata.type": "Edm.String", "key135": + "value135", "key135@odata.type": "Edm.String", "key136": "value136", "key136@odata.type": + "Edm.String", "key137": "value137", "key137@odata.type": "Edm.String", "key138": + "value138", "key138@odata.type": "Edm.String", "key139": "value139", "key139@odata.type": + "Edm.String", "key140": "value140", "key140@odata.type": "Edm.String", "key141": + "value141", "key141@odata.type": "Edm.String", "key142": "value142", "key142@odata.type": + "Edm.String", "key143": "value143", "key143@odata.type": "Edm.String", "key144": + "value144", "key144@odata.type": "Edm.String", "key145": "value145", "key145@odata.type": + "Edm.String", "key146": "value146", "key146@odata.type": "Edm.String", "key147": + "value147", "key147@odata.type": "Edm.String", "key148": "value148", "key148@odata.type": + "Edm.String", "key149": "value149", "key149@odata.type": "Edm.String", "key150": + "value150", "key150@odata.type": "Edm.String", "key151": "value151", "key151@odata.type": + "Edm.String", "key152": "value152", "key152@odata.type": "Edm.String", "key153": + "value153", "key153@odata.type": "Edm.String", "key154": "value154", "key154@odata.type": + "Edm.String", "key155": "value155", "key155@odata.type": "Edm.String", "key156": + "value156", "key156@odata.type": "Edm.String", "key157": "value157", "key157@odata.type": + "Edm.String", "key158": "value158", "key158@odata.type": "Edm.String", "key159": + "value159", "key159@odata.type": "Edm.String", "key160": "value160", "key160@odata.type": + "Edm.String", "key161": "value161", "key161@odata.type": "Edm.String", "key162": + "value162", "key162@odata.type": "Edm.String", "key163": "value163", "key163@odata.type": + "Edm.String", "key164": "value164", "key164@odata.type": "Edm.String", "key165": + "value165", "key165@odata.type": "Edm.String", "key166": "value166", "key166@odata.type": + "Edm.String", "key167": "value167", "key167@odata.type": "Edm.String", "key168": + "value168", "key168@odata.type": "Edm.String", "key169": "value169", "key169@odata.type": + "Edm.String", "key170": "value170", "key170@odata.type": "Edm.String", "key171": + "value171", "key171@odata.type": "Edm.String", "key172": "value172", "key172@odata.type": + "Edm.String", "key173": "value173", "key173@odata.type": "Edm.String", "key174": + "value174", "key174@odata.type": "Edm.String", "key175": "value175", "key175@odata.type": + "Edm.String", "key176": "value176", "key176@odata.type": "Edm.String", "key177": + "value177", "key177@odata.type": "Edm.String", "key178": "value178", "key178@odata.type": + "Edm.String", "key179": "value179", "key179@odata.type": "Edm.String", "key180": + "value180", "key180@odata.type": "Edm.String", "key181": "value181", "key181@odata.type": + "Edm.String", "key182": "value182", "key182@odata.type": "Edm.String", "key183": + "value183", "key183@odata.type": "Edm.String", "key184": "value184", "key184@odata.type": + "Edm.String", "key185": "value185", "key185@odata.type": "Edm.String", "key186": + "value186", "key186@odata.type": "Edm.String", "key187": "value187", "key187@odata.type": + "Edm.String", "key188": "value188", "key188@odata.type": "Edm.String", "key189": + "value189", "key189@odata.type": "Edm.String", "key190": "value190", "key190@odata.type": + "Edm.String", "key191": "value191", "key191@odata.type": "Edm.String", "key192": + "value192", "key192@odata.type": "Edm.String", "key193": "value193", "key193@odata.type": + "Edm.String", "key194": "value194", "key194@odata.type": "Edm.String", "key195": + "value195", "key195@odata.type": "Edm.String", "key196": "value196", "key196@odata.type": + "Edm.String", "key197": "value197", "key197@odata.type": "Edm.String", "key198": + "value198", "key198@odata.type": "Edm.String", "key199": "value199", "key199@odata.type": + "Edm.String", "key200": "value200", "key200@odata.type": "Edm.String", "key201": + "value201", "key201@odata.type": "Edm.String", "key202": "value202", "key202@odata.type": + "Edm.String", "key203": "value203", "key203@odata.type": "Edm.String", "key204": + "value204", "key204@odata.type": "Edm.String", "key205": "value205", "key205@odata.type": + "Edm.String", "key206": "value206", "key206@odata.type": "Edm.String", "key207": + "value207", "key207@odata.type": "Edm.String", "key208": "value208", "key208@odata.type": + "Edm.String", "key209": "value209", "key209@odata.type": "Edm.String", "key210": + "value210", "key210@odata.type": "Edm.String", "key211": "value211", "key211@odata.type": + "Edm.String", "key212": "value212", "key212@odata.type": "Edm.String", "key213": + "value213", "key213@odata.type": "Edm.String", "key214": "value214", "key214@odata.type": + "Edm.String", "key215": "value215", "key215@odata.type": "Edm.String", "key216": + "value216", "key216@odata.type": "Edm.String", "key217": "value217", "key217@odata.type": + "Edm.String", "key218": "value218", "key218@odata.type": "Edm.String", "key219": + "value219", "key219@odata.type": "Edm.String", "key220": "value220", "key220@odata.type": + "Edm.String", "key221": "value221", "key221@odata.type": "Edm.String", "key222": + "value222", "key222@odata.type": "Edm.String", "key223": "value223", "key223@odata.type": + "Edm.String", "key224": "value224", "key224@odata.type": "Edm.String", "key225": + "value225", "key225@odata.type": "Edm.String", "key226": "value226", "key226@odata.type": + "Edm.String", "key227": "value227", "key227@odata.type": "Edm.String", "key228": + "value228", "key228@odata.type": "Edm.String", "key229": "value229", "key229@odata.type": + "Edm.String", "key230": "value230", "key230@odata.type": "Edm.String", "key231": + "value231", "key231@odata.type": "Edm.String", "key232": "value232", "key232@odata.type": + "Edm.String", "key233": "value233", "key233@odata.type": "Edm.String", "key234": + "value234", "key234@odata.type": "Edm.String", "key235": "value235", "key235@odata.type": + "Edm.String", "key236": "value236", "key236@odata.type": "Edm.String", "key237": + "value237", "key237@odata.type": "Edm.String", "key238": "value238", "key238@odata.type": + "Edm.String", "key239": "value239", "key239@odata.type": "Edm.String", "key240": + "value240", "key240@odata.type": "Edm.String", "key241": "value241", "key241@odata.type": + "Edm.String", "key242": "value242", "key242@odata.type": "Edm.String", "key243": + "value243", "key243@odata.type": "Edm.String", "key244": "value244", "key244@odata.type": + "Edm.String", "key245": "value245", "key245@odata.type": "Edm.String", "key246": + "value246", "key246@odata.type": "Edm.String", "key247": "value247", "key247@odata.type": + "Edm.String", "key248": "value248", "key248@odata.type": "Edm.String", "key249": + "value249", "key249@odata.type": "Edm.String", "key250": "value250", "key250@odata.type": + "Edm.String", "key251": "value251", "key251@odata.type": "Edm.String", "key252": + "value252", "key252@odata.type": "Edm.String", "key253": "value253", "key253@odata.type": + "Edm.String", "key254": "value254", "key254@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -236,11 +233,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:53 GMT x-ms-version: - '2019-02-02' method: POST @@ -249,14 +246,14 @@ interactions: body: string: '{"odata.error":{"code":"TooManyProperties","message":{"lang":"en-US","value":"The entity contains more properties than allowed. Each entity can include up to - 252 properties to store data. Each entity also has 3 system properties.\nRequestId:7c36cc97-9002-0048-04a2-b42aad000000\nTime:2020-11-07T01:10:04.1968859Z"}}}' + 252 properties to store data. Each entity also has 3 system properties.\nRequestId:d64ee386-a002-0025-4f7e-bcf0b4000000\nTime:2020-11-17T01:08:54.1819495Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:54 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -280,11 +277,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:53 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -298,7 +295,7 @@ interactions: content-length: - '0' date: - - Sat, 07 Nov 2020 01:10:03 GMT + - Tue, 17 Nov 2020 01:08:54 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_signed_identifier.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_signed_identifier.yaml index a40983765d9c..535085106d78 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_signed_identifier.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_signed_identifier.yaml @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:33 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: https://tablesteststorname.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttable979d1213"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttable979d1213"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:34 GMT location: - - https://storagename.table.core.windows.net/Tables('uttable979d1213') + - https://tablesteststorname.table.core.windows.net/Tables('uttable979d1213') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -69,29 +69,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:34 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable979d1213 + uri: https://tablesteststorname.table.core.windows.net/uttable979d1213 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable979d1213/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A47.5063379Z''\"","PartitionKey":"pk979d1213","RowKey":"rk979d1213","Timestamp":"2020-09-16T21:51:47.5063379Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttable979d1213/@Element","odata.etag":"W/\"datetime''2020-11-04T17%3A28%3A35.0646003Z''\"","PartitionKey":"pk979d1213","RowKey":"rk979d1213","Timestamp":"2020-11-04T17:28:35.0646003Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:34 GMT etag: - - W/"datetime'2020-09-16T21%3A51%3A47.5063379Z'" + - W/"datetime'2020-11-04T17%3A28%3A35.0646003Z'" location: - - https://storagename.table.core.windows.net/uttable979d1213(PartitionKey='pk979d1213',RowKey='rk979d1213') + - https://tablesteststorname.table.core.windows.net/uttable979d1213(PartitionKey='pk979d1213',RowKey='rk979d1213') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -119,15 +119,15 @@ interactions: Content-Type: - application/xml Date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:35 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/uttable979d1213?comp=acl + uri: https://tablesteststorname.table.core.windows.net/uttable979d1213?comp=acl response: body: string: '' @@ -135,7 +135,7 @@ interactions: content-length: - '0' date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:34 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -155,36 +155,35 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:35 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttable979d1213()?sv=2019-02-02&si=testid&tn=uttable979d1213&sig=v57cH7EfhDiUp63H6w3erxWo%2FwqJj%2BbNplnYU6en8Ug%3D + uri: https://tablesteststorname.table.core.windows.net/uttable979d1213()?sv=2019-02-02&si=testid&tn=uttable979d1213&sig=cJLMxL7C3xrVUfgaE6fjscbYztLcsJWL8btnCSp%2BVUI%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable979d1213","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A47.5063379Z''\"","PartitionKey":"pk979d1213","RowKey":"rk979d1213","Timestamp":"2020-09-16T21:51:47.5063379Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}]}' + string: '{"odata.error":{"code":"AuthenticationFailed","message":{"lang":"en-US","value":"Server + failed to authenticate the request. Make sure the value of Authorization header + is formed correctly including the signature.\nRequestId:4c888ea2-f002-0019-4ccf-b234e8000000\nTime:2020-11-04T17:28:35.3390529Z"}}}' headers: - cache-control: - - no-cache + content-length: + - '299' content-type: - - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + - application/json date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:35 GMT server: - - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-ms-version: - - '2019-02-02' + - Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - AuthenticationFailed status: - code: 200 - message: OK + code: 403 + message: Server failed to authenticate the request. Make sure the value of Authorization + header is formed correctly including the signature. - request: body: null headers: @@ -197,15 +196,15 @@ interactions: Content-Length: - '0' Date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:35 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('uttable979d1213') + uri: https://tablesteststorname.table.core.windows.net/Tables('uttable979d1213') response: body: string: '' @@ -215,7 +214,7 @@ interactions: content-length: - '0' date: - - Wed, 16 Sep 2020 21:51:47 GMT + - Wed, 04 Nov 2020 17:28:34 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_timezone.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_timezone.yaml new file mode 100644 index 000000000000..22ccd7c5fc92 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_timezone.yaml @@ -0,0 +1,186 @@ +interactions: +- request: + body: '{"TableName": "uttablecd510cdc"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '32' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 19:36:11 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 19:36:11 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablesteststorname.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttablecd510cdc"}' + headers: + cache-control: + - no-cache + content-type: + - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: + - Fri, 30 Oct 2020 19:36:11 GMT + location: + - https://tablesteststorname.table.core.windows.net/Tables('uttablecd510cdc') + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-version: + - '2019-02-02' + status: + code: 201 + message: Created +- request: + body: '{"PartitionKey": "pkcd510cdc", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkcd510cdc", "RowKey@odata.type": "Edm.String", "date": "2003-09-27T09:52:43Z", + "date@odata.type": "Edm.DateTime"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '197' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 19:36:11 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 19:36:11 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablesteststorname.table.core.windows.net/uttablecd510cdc + response: + body: + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttablecd510cdc/@Element","odata.etag":"W/\"datetime''2020-10-30T19%3A36%3A11.8542839Z''\"","PartitionKey":"pkcd510cdc","RowKey":"rkcd510cdc","Timestamp":"2020-10-30T19:36:11.8542839Z","date@odata.type":"Edm.DateTime","date":"2003-09-27T09:52:43Z"}' + headers: + cache-control: + - no-cache + content-type: + - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: + - Fri, 30 Oct 2020 19:36:11 GMT + etag: + - W/"datetime'2020-10-30T19%3A36%3A11.8542839Z'" + location: + - https://tablesteststorname.table.core.windows.net/uttablecd510cdc(PartitionKey='pkcd510cdc',RowKey='rkcd510cdc') + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-version: + - '2019-02-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 19:36:12 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 19:36:12 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablesteststorname.table.core.windows.net/uttablecd510cdc(PartitionKey='pkcd510cdc',RowKey='rkcd510cdc') + response: + body: + string: '{"odata.metadata":"https://tablesteststorname.table.core.windows.net/$metadata#uttablecd510cdc/@Element","odata.etag":"W/\"datetime''2020-10-30T19%3A36%3A11.8542839Z''\"","PartitionKey":"pkcd510cdc","RowKey":"rkcd510cdc","Timestamp":"2020-10-30T19:36:11.8542839Z","date@odata.type":"Edm.DateTime","date":"2003-09-27T09:52:43Z"}' + headers: + cache-control: + - no-cache + content-type: + - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: + - Fri, 30 Oct 2020 19:36:11 GMT + etag: + - W/"datetime'2020-10-30T19%3A36%3A11.8542839Z'" + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-ms-version: + - '2019-02-02' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Date: + - Fri, 30 Oct 2020 19:36:12 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 19:36:12 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablesteststorname.table.core.windows.net/Tables('uttablecd510cdc') + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 30 Oct 2020 19:36:11 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + x-content-type-options: + - nosniff + x-ms-version: + - '2019-02-02' + status: + code: 204 + message: No Content +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_too_many_properties.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_too_many_properties.yaml index 2a1a78d2914f..4a7c9760938c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_too_many_properties.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_too_many_properties.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:38:09 GMT + - Tue, 17 Nov 2020 01:06:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:38:09 GMT + - Tue, 17 Nov 2020 01:06:28 GMT x-ms-version: - '2019-02-02' method: POST @@ -26,7 +26,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Sat, 07 Nov 2020 01:38:10 GMT + date: Tue, 17 Nov 2020 01:06:28 GMT location: https://tablesteststorname.table.core.windows.net/Tables('uttable2c5919f0') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,182 +35,179 @@ interactions: status: code: 201 message: Created - url: https://tablestestxjz4vq7ewcdgud.table.core.windows.net/Tables + url: https://tablestestml6tbwir5k4kit.table.core.windows.net/Tables - request: - body: '{"key83@odata.type": "Edm.String", "key60": "value60", "key25@odata.type": - "Edm.String", "key212": "value212", "key221": "value221", "key17@odata.type": - "Edm.String", "key82@odata.type": "Edm.String", "key63": "value63", "key120": - "value120", "key47@odata.type": "Edm.String", "key101@odata.type": "Edm.String", - "key61": "value61", "key193@odata.type": "Edm.String", "key231@odata.type": - "Edm.String", "key121": "value121", "key228": "value228", "key158": "value158", - "key14": "value14", "key234": "value234", "key225": "value225", "RowKey@odata.type": - "Edm.String", "key156": "value156", "key31@odata.type": "Edm.String", "key211": - "value211", "key239": "value239", "key165": "value165", "key219": "value219", - "key243": "value243", "key161@odata.type": "Edm.String", "key78@odata.type": - "Edm.String", "key23@odata.type": "Edm.String", "key59@odata.type": "Edm.String", - "key180": "value180", "key72": "value72", "key39@odata.type": "Edm.String", - "key75@odata.type": "Edm.String", "key232": "value232", "RowKey": "rk2c5919f0", - "key217": "value217", "key43@odata.type": "Edm.String", "key214": "value214", - "key35@odata.type": "Edm.String", "key183": "value183", "key167": "value167", - "key31": "value31", "key239@odata.type": "Edm.String", "key92": "value92", "key86@odata.type": - "Edm.String", "key108": "value108", "key202": "value202", "key252@odata.type": - "Edm.String", "key108@odata.type": "Edm.String", "key132@odata.type": "Edm.String", - "key50": "value50", "key98": "value98", "key27": "value27", "key207": "value207", - "key84": "value84", "key34": "value34", "key46": "value46", "key52": "value52", - "key190": "value190", "key196": "value196", "key129": "value129", "key179@odata.type": - "Edm.String", "key10@odata.type": "Edm.String", "key66": "value66", "key93@odata.type": - "Edm.String", "key92@odata.type": "Edm.String", "key77@odata.type": "Edm.String", - "key169": "value169", "key134": "value134", "key87@odata.type": "Edm.String", - "key162@odata.type": "Edm.String", "key128": "value128", "key155": "value155", - "key199": "value199", "key0": "value0", "key79": "value79", "key134@odata.type": - "Edm.String", "key206": "value206", "key230@odata.type": "Edm.String", "key9@odata.type": - "Edm.String", "key34@odata.type": "Edm.String", "key88": "value88", "key113": - "value113", "key135@odata.type": "Edm.String", "key154@odata.type": "Edm.String", - "key213": "value213", "key43": "value43", "key80@odata.type": "Edm.String", - "key74@odata.type": "Edm.String", "key253": "value253", "key232@odata.type": - "Edm.String", "key0@odata.type": "Edm.String", "key53": "value53", "key119@odata.type": - "Edm.String", "key41": "value41", "key159": "value159", "key2": "value2", "key138@odata.type": - "Edm.String", "key61@odata.type": "Edm.String", "key64": "value64", "key198": - "value198", "key160": "value160", "PartitionKey@odata.type": "Edm.String", "key152@odata.type": - "Edm.String", "key1@odata.type": "Edm.String", "key165@odata.type": "Edm.String", - "key143@odata.type": "Edm.String", "key38": "value38", "key22@odata.type": "Edm.String", - "key158@odata.type": "Edm.String", "key153@odata.type": "Edm.String", "key33@odata.type": - "Edm.String", "key85@odata.type": "Edm.String", "key249": "value249", "key230": - "value230", "key20@odata.type": "Edm.String", "key197@odata.type": "Edm.String", - "key241@odata.type": "Edm.String", "key46@odata.type": "Edm.String", "key5": - "value5", "key6": "value6", "key13@odata.type": "Edm.String", "key240": "value240", - "key97@odata.type": "Edm.String", "key191": "value191", "key179": "value179", - "key253@odata.type": "Edm.String", "key170": "value170", "key42": "value42", - "key51": "value51", "key56": "value56", "key219@odata.type": "Edm.String", "key178": - "value178", "key37": "value37", "key146@odata.type": "Edm.String", "key110": - "value110", "key234@odata.type": "Edm.String", "key16@odata.type": "Edm.String", - "key221@odata.type": "Edm.String", "key220@odata.type": "Edm.String", "key187": - "value187", "key157@odata.type": "Edm.String", "key103": "value103", "key136": - "value136", "key174": "value174", "key23": "value23", "key235": "value235", - "key164@odata.type": "Edm.String", "key19@odata.type": "Edm.String", "key164": - "value164", "key188": "value188", "key177": "value177", "key151@odata.type": - "Edm.String", "key72@odata.type": "Edm.String", "key10": "value10", "key182": - "value182", "key208@odata.type": "Edm.String", "key211@odata.type": "Edm.String", - "key130@odata.type": "Edm.String", "key162": "value162", "key254": "value254", - "key194": "value194", "key107": "value107", "key246": "value246", "key228@odata.type": - "Edm.String", "key115": "value115", "key161": "value161", "key88@odata.type": - "Edm.String", "key82": "value82", "key204@odata.type": "Edm.String", "key62": - "value62", "key125@odata.type": "Edm.String", "key146": "value146", "key69@odata.type": - "Edm.String", "key127": "value127", "key224@odata.type": "Edm.String", "key150": - "value150", "key119": "value119", "key8@odata.type": "Edm.String", "key202@odata.type": - "Edm.String", "key28@odata.type": "Edm.String", "key114": "value114", "key222": - "value222", "key200": "value200", "key76": "value76", "key110@odata.type": "Edm.String", - "key128@odata.type": "Edm.String", "key248@odata.type": "Edm.String", "key246@odata.type": - "Edm.String", "key49": "value49", "key74": "value74", "key50@odata.type": "Edm.String", - "key142@odata.type": "Edm.String", "key163": "value163", "key24@odata.type": - "Edm.String", "key233@odata.type": "Edm.String", "key117@odata.type": "Edm.String", - "key122": "value122", "key160@odata.type": "Edm.String", "key22": "value22", - "key209@odata.type": "Edm.String", "key25": "value25", "key222@odata.type": - "Edm.String", "key172@odata.type": "Edm.String", "key91@odata.type": "Edm.String", - "key80": "value80", "key251@odata.type": "Edm.String", "key20": "value20", "key17": - "value17", "key203": "value203", "key96@odata.type": "Edm.String", "key32@odata.type": - "Edm.String", "key233": "value233", "key111@odata.type": "Edm.String", "key207@odata.type": - "Edm.String", "key86": "value86", "key3": "value3", "key45": "value45", "key227": - "value227", "key227@odata.type": "Edm.String", "key244": "value244", "key171": - "value171", "key223@odata.type": "Edm.String", "key105@odata.type": "Edm.String", - "key11": "value11", "key73@odata.type": "Edm.String", "key149": "value149", - "PartitionKey": "pk2c5919f0", "key90": "value90", "key91": "value91", "key174@odata.type": - "Edm.String", "key116@odata.type": "Edm.String", "key138": "value138", "key206@odata.type": - "Edm.String", "key123@odata.type": "Edm.String", "key65": "value65", "key187@odata.type": - "Edm.String", "key126": "value126", "key11@odata.type": "Edm.String", "key171@odata.type": - "Edm.String", "key247": "value247", "key55": "value55", "key30": "value30", - "key49@odata.type": "Edm.String", "key29": "value29", "key87": "value87", "key105": - "value105", "key96": "value96", "key185@odata.type": "Edm.String", "key144": - "value144", "key64@odata.type": "Edm.String", "key75": "value75", "key32": "value32", - "key129@odata.type": "Edm.String", "key216@odata.type": "Edm.String", "key148": - "value148", "key190@odata.type": "Edm.String", "key18@odata.type": "Edm.String", - "key254@odata.type": "Edm.String", "key163@odata.type": "Edm.String", "key70@odata.type": - "Edm.String", "key148@odata.type": "Edm.String", "key67": "value67", "key125": - "value125", "key45@odata.type": "Edm.String", "key251": "value251", "key186": - "value186", "key155@odata.type": "Edm.String", "key94": "value94", "key172": - "value172", "key5@odata.type": "Edm.String", "key189": "value189", "key140": - "value140", "key33": "value33", "key37@odata.type": "Edm.String", "key36@odata.type": - "Edm.String", "key62@odata.type": "Edm.String", "key226@odata.type": "Edm.String", - "key44": "value44", "key249@odata.type": "Edm.String", "key199@odata.type": - "Edm.String", "key130": "value130", "key56@odata.type": "Edm.String", "key213@odata.type": - "Edm.String", "key76@odata.type": "Edm.String", "key237@odata.type": "Edm.String", - "key117": "value117", "key147": "value147", "key205@odata.type": "Edm.String", - "key107@odata.type": "Edm.String", "key38@odata.type": "Edm.String", "key229": - "value229", "key57": "value57", "key48@odata.type": "Edm.String", "key214@odata.type": - "Edm.String", "key81@odata.type": "Edm.String", "key15@odata.type": "Edm.String", - "key144@odata.type": "Edm.String", "key122@odata.type": "Edm.String", "key16": - "value16", "key2@odata.type": "Edm.String", "key143": "value143", "key198@odata.type": - "Edm.String", "key104@odata.type": "Edm.String", "key68": "value68", "key241": - "value241", "key178@odata.type": "Edm.String", "key184@odata.type": "Edm.String", - "key121@odata.type": "Edm.String", "key168@odata.type": "Edm.String", "key54": - "value54", "key140@odata.type": "Edm.String", "key154": "value154", "key73": - "value73", "key26": "value26", "key194@odata.type": "Edm.String", "key44@odata.type": - "Edm.String", "key224": "value224", "key205": "value205", "key3@odata.type": - "Edm.String", "key218@odata.type": "Edm.String", "key240@odata.type": "Edm.String", - "key70": "value70", "key116": "value116", "key209": "value209", "key66@odata.type": - "Edm.String", "key67@odata.type": "Edm.String", "key54@odata.type": "Edm.String", - "key59": "value59", "key28": "value28", "key9": "value9", "key53@odata.type": - "Edm.String", "key195": "value195", "key111": "value111", "key8": "value8", - "key217@odata.type": "Edm.String", "key95@odata.type": "Edm.String", "key231": - "value231", "key250@odata.type": "Edm.String", "key95": "value95", "key175@odata.type": - "Edm.String", "key57@odata.type": "Edm.String", "key106@odata.type": "Edm.String", - "key229@odata.type": "Edm.String", "key248": "value248", "key84@odata.type": - "Edm.String", "key238": "value238", "key247@odata.type": "Edm.String", "key89": - "value89", "key52@odata.type": "Edm.String", "key173": "value173", "key71@odata.type": - "Edm.String", "key133": "value133", "key55@odata.type": "Edm.String", "key68@odata.type": - "Edm.String", "key102": "value102", "key83": "value83", "key223": "value223", - "key136@odata.type": "Edm.String", "key47": "value47", "key94@odata.type": "Edm.String", - "key236": "value236", "key201": "value201", "key65@odata.type": "Edm.String", - "key203@odata.type": "Edm.String", "key39": "value39", "key175": "value175", - "key243@odata.type": "Edm.String", "key145@odata.type": "Edm.String", "key176": - "value176", "key126@odata.type": "Edm.String", "key226": "value226", "key112@odata.type": - "Edm.String", "key51@odata.type": "Edm.String", "key215@odata.type": "Edm.String", - "key93": "value93", "key19": "value19", "key40@odata.type": "Edm.String", "key156@odata.type": - "Edm.String", "key99@odata.type": "Edm.String", "key193": "value193", "key124@odata.type": - "Edm.String", "key181": "value181", "key27@odata.type": "Edm.String", "key90@odata.type": - "Edm.String", "key168": "value168", "key103@odata.type": "Edm.String", "key100@odata.type": - "Edm.String", "key157": "value157", "key220": "value220", "key185": "value185", - "key120@odata.type": "Edm.String", "key177@odata.type": "Edm.String", "key24": - "value24", "key63@odata.type": "Edm.String", "key1": "value1", "key101": "value101", - "key12@odata.type": "Edm.String", "key210@odata.type": "Edm.String", "key133@odata.type": - "Edm.String", "key210": "value210", "key169@odata.type": "Edm.String", "key109": - "value109", "key167@odata.type": "Edm.String", "key153": "value153", "key216": - "value216", "key21@odata.type": "Edm.String", "key147@odata.type": "Edm.String", - "key113@odata.type": "Edm.String", "key245@odata.type": "Edm.String", "key159@odata.type": - "Edm.String", "key237": "value237", "key30@odata.type": "Edm.String", "key176@odata.type": - "Edm.String", "key189@odata.type": "Edm.String", "key191@odata.type": "Edm.String", - "key252": "value252", "key109@odata.type": "Edm.String", "key166@odata.type": - "Edm.String", "key142": "value142", "key131": "value131", "key98@odata.type": - "Edm.String", "key141@odata.type": "Edm.String", "key4@odata.type": "Edm.String", - "key100": "value100", "key42@odata.type": "Edm.String", "key150@odata.type": - "Edm.String", "key115@odata.type": "Edm.String", "key58@odata.type": "Edm.String", - "key215": "value215", "key131@odata.type": "Edm.String", "key13": "value13", - "key186@odata.type": "Edm.String", "key235@odata.type": "Edm.String", "key118@odata.type": - "Edm.String", "key137": "value137", "key225@odata.type": "Edm.String", "key135": - "value135", "key48": "value48", "key26@odata.type": "Edm.String", "key89@odata.type": - "Edm.String", "key184": "value184", "key132": "value132", "key173@odata.type": - "Edm.String", "key60@odata.type": "Edm.String", "key180@odata.type": "Edm.String", - "key192": "value192", "key151": "value151", "key15": "value15", "key204": "value204", - "key114@odata.type": "Edm.String", "key99": "value99", "key139": "value139", - "key127@odata.type": "Edm.String", "key78": "value78", "key188@odata.type": - "Edm.String", "key192@odata.type": "Edm.String", "key124": "value124", "key181@odata.type": - "Edm.String", "key152": "value152", "key36": "value36", "key81": "value81", - "key12": "value12", "key69": "value69", "key236@odata.type": "Edm.String", "key250": - "value250", "key18": "value18", "key245": "value245", "key79@odata.type": "Edm.String", - "key71": "value71", "key106": "value106", "key58": "value58", "key97": "value97", - "key104": "value104", "key196@odata.type": "Edm.String", "key166": "value166", - "key6@odata.type": "Edm.String", "key7@odata.type": "Edm.String", "key195@odata.type": - "Edm.String", "key145": "value145", "key200@odata.type": "Edm.String", "key201@odata.type": - "Edm.String", "key238@odata.type": "Edm.String", "key21": "value21", "key242@odata.type": - "Edm.String", "key197": "value197", "key4": "value4", "key77": "value77", "key244@odata.type": - "Edm.String", "key85": "value85", "key141": "value141", "key29@odata.type": - "Edm.String", "key112": "value112", "key14@odata.type": "Edm.String", "key218": - "value218", "key137@odata.type": "Edm.String", "key170@odata.type": "Edm.String", - "key139@odata.type": "Edm.String", "key183@odata.type": "Edm.String", "key182@odata.type": - "Edm.String", "key212@odata.type": "Edm.String", "key41@odata.type": "Edm.String", - "key208": "value208", "key7": "value7", "key242": "value242", "key118": "value118", - "key149@odata.type": "Edm.String", "key123": "value123", "key40": "value40", - "key102@odata.type": "Edm.String", "key35": "value35"}' + body: '{"PartitionKey": "pk2c5919f0", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk2c5919f0", "RowKey@odata.type": "Edm.String", "key0": "value0", + "key0@odata.type": "Edm.String", "key1": "value1", "key1@odata.type": "Edm.String", + "key2": "value2", "key2@odata.type": "Edm.String", "key3": "value3", "key3@odata.type": + "Edm.String", "key4": "value4", "key4@odata.type": "Edm.String", "key5": "value5", + "key5@odata.type": "Edm.String", "key6": "value6", "key6@odata.type": "Edm.String", + "key7": "value7", "key7@odata.type": "Edm.String", "key8": "value8", "key8@odata.type": + "Edm.String", "key9": "value9", "key9@odata.type": "Edm.String", "key10": "value10", + "key10@odata.type": "Edm.String", "key11": "value11", "key11@odata.type": "Edm.String", + "key12": "value12", "key12@odata.type": "Edm.String", "key13": "value13", "key13@odata.type": + "Edm.String", "key14": "value14", "key14@odata.type": "Edm.String", "key15": + "value15", "key15@odata.type": "Edm.String", "key16": "value16", "key16@odata.type": + "Edm.String", "key17": "value17", "key17@odata.type": "Edm.String", "key18": + "value18", "key18@odata.type": "Edm.String", "key19": "value19", "key19@odata.type": + "Edm.String", "key20": "value20", "key20@odata.type": "Edm.String", "key21": + "value21", "key21@odata.type": "Edm.String", "key22": "value22", "key22@odata.type": + "Edm.String", "key23": "value23", "key23@odata.type": "Edm.String", "key24": + "value24", "key24@odata.type": "Edm.String", "key25": "value25", "key25@odata.type": + "Edm.String", "key26": "value26", "key26@odata.type": "Edm.String", "key27": + "value27", "key27@odata.type": "Edm.String", "key28": "value28", "key28@odata.type": + "Edm.String", "key29": "value29", "key29@odata.type": "Edm.String", "key30": + "value30", "key30@odata.type": "Edm.String", "key31": "value31", "key31@odata.type": + "Edm.String", "key32": "value32", "key32@odata.type": "Edm.String", "key33": + "value33", "key33@odata.type": "Edm.String", "key34": "value34", "key34@odata.type": + "Edm.String", "key35": "value35", "key35@odata.type": "Edm.String", "key36": + "value36", "key36@odata.type": "Edm.String", "key37": "value37", "key37@odata.type": + "Edm.String", "key38": "value38", "key38@odata.type": "Edm.String", "key39": + "value39", "key39@odata.type": "Edm.String", "key40": "value40", "key40@odata.type": + "Edm.String", "key41": "value41", "key41@odata.type": "Edm.String", "key42": + "value42", "key42@odata.type": "Edm.String", "key43": "value43", "key43@odata.type": + "Edm.String", "key44": "value44", "key44@odata.type": "Edm.String", "key45": + "value45", "key45@odata.type": "Edm.String", "key46": "value46", "key46@odata.type": + "Edm.String", "key47": "value47", "key47@odata.type": "Edm.String", "key48": + "value48", "key48@odata.type": "Edm.String", "key49": "value49", "key49@odata.type": + "Edm.String", "key50": "value50", "key50@odata.type": "Edm.String", "key51": + "value51", "key51@odata.type": "Edm.String", "key52": "value52", "key52@odata.type": + "Edm.String", "key53": "value53", "key53@odata.type": "Edm.String", "key54": + "value54", "key54@odata.type": "Edm.String", "key55": "value55", "key55@odata.type": + "Edm.String", "key56": "value56", "key56@odata.type": "Edm.String", "key57": + "value57", "key57@odata.type": "Edm.String", "key58": "value58", "key58@odata.type": + "Edm.String", "key59": "value59", "key59@odata.type": "Edm.String", "key60": + "value60", "key60@odata.type": "Edm.String", "key61": "value61", "key61@odata.type": + "Edm.String", "key62": "value62", "key62@odata.type": "Edm.String", "key63": + "value63", "key63@odata.type": "Edm.String", "key64": "value64", "key64@odata.type": + "Edm.String", "key65": "value65", "key65@odata.type": "Edm.String", "key66": + "value66", "key66@odata.type": "Edm.String", "key67": "value67", "key67@odata.type": + "Edm.String", "key68": "value68", "key68@odata.type": "Edm.String", "key69": + "value69", "key69@odata.type": "Edm.String", "key70": "value70", "key70@odata.type": + "Edm.String", "key71": "value71", "key71@odata.type": "Edm.String", "key72": + "value72", "key72@odata.type": "Edm.String", "key73": "value73", "key73@odata.type": + "Edm.String", "key74": "value74", "key74@odata.type": "Edm.String", "key75": + "value75", "key75@odata.type": "Edm.String", "key76": "value76", "key76@odata.type": + "Edm.String", "key77": "value77", "key77@odata.type": "Edm.String", "key78": + "value78", "key78@odata.type": "Edm.String", "key79": "value79", "key79@odata.type": + "Edm.String", "key80": "value80", "key80@odata.type": "Edm.String", "key81": + "value81", "key81@odata.type": "Edm.String", "key82": "value82", "key82@odata.type": + "Edm.String", "key83": "value83", "key83@odata.type": "Edm.String", "key84": + "value84", "key84@odata.type": "Edm.String", "key85": "value85", "key85@odata.type": + "Edm.String", "key86": "value86", "key86@odata.type": "Edm.String", "key87": + "value87", "key87@odata.type": "Edm.String", "key88": "value88", "key88@odata.type": + "Edm.String", "key89": "value89", "key89@odata.type": "Edm.String", "key90": + "value90", "key90@odata.type": "Edm.String", "key91": "value91", "key91@odata.type": + "Edm.String", "key92": "value92", "key92@odata.type": "Edm.String", "key93": + "value93", "key93@odata.type": "Edm.String", "key94": "value94", "key94@odata.type": + "Edm.String", "key95": "value95", "key95@odata.type": "Edm.String", "key96": + "value96", "key96@odata.type": "Edm.String", "key97": "value97", "key97@odata.type": + "Edm.String", "key98": "value98", "key98@odata.type": "Edm.String", "key99": + "value99", "key99@odata.type": "Edm.String", "key100": "value100", "key100@odata.type": + "Edm.String", "key101": "value101", "key101@odata.type": "Edm.String", "key102": + "value102", "key102@odata.type": "Edm.String", "key103": "value103", "key103@odata.type": + "Edm.String", "key104": "value104", "key104@odata.type": "Edm.String", "key105": + "value105", "key105@odata.type": "Edm.String", "key106": "value106", "key106@odata.type": + "Edm.String", "key107": "value107", "key107@odata.type": "Edm.String", "key108": + "value108", "key108@odata.type": "Edm.String", "key109": "value109", "key109@odata.type": + "Edm.String", "key110": "value110", "key110@odata.type": "Edm.String", "key111": + "value111", "key111@odata.type": "Edm.String", "key112": "value112", "key112@odata.type": + "Edm.String", "key113": "value113", "key113@odata.type": "Edm.String", "key114": + "value114", "key114@odata.type": "Edm.String", "key115": "value115", "key115@odata.type": + "Edm.String", "key116": "value116", "key116@odata.type": "Edm.String", "key117": + "value117", "key117@odata.type": "Edm.String", "key118": "value118", "key118@odata.type": + "Edm.String", "key119": "value119", "key119@odata.type": "Edm.String", "key120": + "value120", "key120@odata.type": "Edm.String", "key121": "value121", "key121@odata.type": + "Edm.String", "key122": "value122", "key122@odata.type": "Edm.String", "key123": + "value123", "key123@odata.type": "Edm.String", "key124": "value124", "key124@odata.type": + "Edm.String", "key125": "value125", "key125@odata.type": "Edm.String", "key126": + "value126", "key126@odata.type": "Edm.String", "key127": "value127", "key127@odata.type": + "Edm.String", "key128": "value128", "key128@odata.type": "Edm.String", "key129": + "value129", "key129@odata.type": "Edm.String", "key130": "value130", "key130@odata.type": + "Edm.String", "key131": "value131", "key131@odata.type": "Edm.String", "key132": + "value132", "key132@odata.type": "Edm.String", "key133": "value133", "key133@odata.type": + "Edm.String", "key134": "value134", "key134@odata.type": "Edm.String", "key135": + "value135", "key135@odata.type": "Edm.String", "key136": "value136", "key136@odata.type": + "Edm.String", "key137": "value137", "key137@odata.type": "Edm.String", "key138": + "value138", "key138@odata.type": "Edm.String", "key139": "value139", "key139@odata.type": + "Edm.String", "key140": "value140", "key140@odata.type": "Edm.String", "key141": + "value141", "key141@odata.type": "Edm.String", "key142": "value142", "key142@odata.type": + "Edm.String", "key143": "value143", "key143@odata.type": "Edm.String", "key144": + "value144", "key144@odata.type": "Edm.String", "key145": "value145", "key145@odata.type": + "Edm.String", "key146": "value146", "key146@odata.type": "Edm.String", "key147": + "value147", "key147@odata.type": "Edm.String", "key148": "value148", "key148@odata.type": + "Edm.String", "key149": "value149", "key149@odata.type": "Edm.String", "key150": + "value150", "key150@odata.type": "Edm.String", "key151": "value151", "key151@odata.type": + "Edm.String", "key152": "value152", "key152@odata.type": "Edm.String", "key153": + "value153", "key153@odata.type": "Edm.String", "key154": "value154", "key154@odata.type": + "Edm.String", "key155": "value155", "key155@odata.type": "Edm.String", "key156": + "value156", "key156@odata.type": "Edm.String", "key157": "value157", "key157@odata.type": + "Edm.String", "key158": "value158", "key158@odata.type": "Edm.String", "key159": + "value159", "key159@odata.type": "Edm.String", "key160": "value160", "key160@odata.type": + "Edm.String", "key161": "value161", "key161@odata.type": "Edm.String", "key162": + "value162", "key162@odata.type": "Edm.String", "key163": "value163", "key163@odata.type": + "Edm.String", "key164": "value164", "key164@odata.type": "Edm.String", "key165": + "value165", "key165@odata.type": "Edm.String", "key166": "value166", "key166@odata.type": + "Edm.String", "key167": "value167", "key167@odata.type": "Edm.String", "key168": + "value168", "key168@odata.type": "Edm.String", "key169": "value169", "key169@odata.type": + "Edm.String", "key170": "value170", "key170@odata.type": "Edm.String", "key171": + "value171", "key171@odata.type": "Edm.String", "key172": "value172", "key172@odata.type": + "Edm.String", "key173": "value173", "key173@odata.type": "Edm.String", "key174": + "value174", "key174@odata.type": "Edm.String", "key175": "value175", "key175@odata.type": + "Edm.String", "key176": "value176", "key176@odata.type": "Edm.String", "key177": + "value177", "key177@odata.type": "Edm.String", "key178": "value178", "key178@odata.type": + "Edm.String", "key179": "value179", "key179@odata.type": "Edm.String", "key180": + "value180", "key180@odata.type": "Edm.String", "key181": "value181", "key181@odata.type": + "Edm.String", "key182": "value182", "key182@odata.type": "Edm.String", "key183": + "value183", "key183@odata.type": "Edm.String", "key184": "value184", "key184@odata.type": + "Edm.String", "key185": "value185", "key185@odata.type": "Edm.String", "key186": + "value186", "key186@odata.type": "Edm.String", "key187": "value187", "key187@odata.type": + "Edm.String", "key188": "value188", "key188@odata.type": "Edm.String", "key189": + "value189", "key189@odata.type": "Edm.String", "key190": "value190", "key190@odata.type": + "Edm.String", "key191": "value191", "key191@odata.type": "Edm.String", "key192": + "value192", "key192@odata.type": "Edm.String", "key193": "value193", "key193@odata.type": + "Edm.String", "key194": "value194", "key194@odata.type": "Edm.String", "key195": + "value195", "key195@odata.type": "Edm.String", "key196": "value196", "key196@odata.type": + "Edm.String", "key197": "value197", "key197@odata.type": "Edm.String", "key198": + "value198", "key198@odata.type": "Edm.String", "key199": "value199", "key199@odata.type": + "Edm.String", "key200": "value200", "key200@odata.type": "Edm.String", "key201": + "value201", "key201@odata.type": "Edm.String", "key202": "value202", "key202@odata.type": + "Edm.String", "key203": "value203", "key203@odata.type": "Edm.String", "key204": + "value204", "key204@odata.type": "Edm.String", "key205": "value205", "key205@odata.type": + "Edm.String", "key206": "value206", "key206@odata.type": "Edm.String", "key207": + "value207", "key207@odata.type": "Edm.String", "key208": "value208", "key208@odata.type": + "Edm.String", "key209": "value209", "key209@odata.type": "Edm.String", "key210": + "value210", "key210@odata.type": "Edm.String", "key211": "value211", "key211@odata.type": + "Edm.String", "key212": "value212", "key212@odata.type": "Edm.String", "key213": + "value213", "key213@odata.type": "Edm.String", "key214": "value214", "key214@odata.type": + "Edm.String", "key215": "value215", "key215@odata.type": "Edm.String", "key216": + "value216", "key216@odata.type": "Edm.String", "key217": "value217", "key217@odata.type": + "Edm.String", "key218": "value218", "key218@odata.type": "Edm.String", "key219": + "value219", "key219@odata.type": "Edm.String", "key220": "value220", "key220@odata.type": + "Edm.String", "key221": "value221", "key221@odata.type": "Edm.String", "key222": + "value222", "key222@odata.type": "Edm.String", "key223": "value223", "key223@odata.type": + "Edm.String", "key224": "value224", "key224@odata.type": "Edm.String", "key225": + "value225", "key225@odata.type": "Edm.String", "key226": "value226", "key226@odata.type": + "Edm.String", "key227": "value227", "key227@odata.type": "Edm.String", "key228": + "value228", "key228@odata.type": "Edm.String", "key229": "value229", "key229@odata.type": + "Edm.String", "key230": "value230", "key230@odata.type": "Edm.String", "key231": + "value231", "key231@odata.type": "Edm.String", "key232": "value232", "key232@odata.type": + "Edm.String", "key233": "value233", "key233@odata.type": "Edm.String", "key234": + "value234", "key234@odata.type": "Edm.String", "key235": "value235", "key235@odata.type": + "Edm.String", "key236": "value236", "key236@odata.type": "Edm.String", "key237": + "value237", "key237@odata.type": "Edm.String", "key238": "value238", "key238@odata.type": + "Edm.String", "key239": "value239", "key239@odata.type": "Edm.String", "key240": + "value240", "key240@odata.type": "Edm.String", "key241": "value241", "key241@odata.type": + "Edm.String", "key242": "value242", "key242@odata.type": "Edm.String", "key243": + "value243", "key243@odata.type": "Edm.String", "key244": "value244", "key244@odata.type": + "Edm.String", "key245": "value245", "key245@odata.type": "Edm.String", "key246": + "value246", "key246@odata.type": "Edm.String", "key247": "value247", "key247@odata.type": + "Edm.String", "key248": "value248", "key248@odata.type": "Edm.String", "key249": + "value249", "key249@odata.type": "Edm.String", "key250": "value250", "key250@odata.type": + "Edm.String", "key251": "value251", "key251@odata.type": "Edm.String", "key252": + "value252", "key252@odata.type": "Edm.String", "key253": "value253", "key253@odata.type": + "Edm.String", "key254": "value254", "key254@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -221,11 +218,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 07 Nov 2020 01:38:09 GMT + - Tue, 17 Nov 2020 01:06:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:38:09 GMT + - Tue, 17 Nov 2020 01:06:29 GMT x-ms-version: - '2019-02-02' method: POST @@ -234,11 +231,11 @@ interactions: body: string: '{"odata.error":{"code":"TooManyProperties","message":{"lang":"en-US","value":"The entity contains more properties than allowed. Each entity can include up to - 252 properties to store data. Each entity also has 3 system properties.\nRequestId:5ff3bc1f-6002-005a-1ba6-b4f72e000000\nTime:2020-11-07T01:38:10.4879405Z"}}}' + 252 properties to store data. Each entity also has 3 system properties.\nRequestId:4e68ebe3-9002-0011-227d-bc1470000000\nTime:2020-11-17T01:06:29.8606405Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Sat, 07 Nov 2020 01:38:10 GMT + date: Tue, 17 Nov 2020 01:06:29 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -246,18 +243,18 @@ interactions: status: code: 400 message: Bad Request - url: https://tablestestxjz4vq7ewcdgud.table.core.windows.net/uttable2c5919f0 + url: https://tablestestml6tbwir5k4kit.table.core.windows.net/uttable2c5919f0 - request: body: null headers: Accept: - application/json Date: - - Sat, 07 Nov 2020 01:38:09 GMT + - Tue, 17 Nov 2020 01:06:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b3 Python/3.5.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0a20201110001 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 07 Nov 2020 01:38:09 GMT + - Tue, 17 Nov 2020 01:06:29 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -268,12 +265,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Sat, 07 Nov 2020 01:38:10 GMT + date: Tue, 17 Nov 2020 01:06:29 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://tablestestxjz4vq7ewcdgud.table.core.windows.net/Tables('uttable2c5919f0') + url: https://tablestestml6tbwir5k4kit.table.core.windows.net/Tables('uttable2c5919f0') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos.test_insert_entity_property_name_too_long.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos.test_insert_entity_property_name_too_long.yaml new file mode 100644 index 000000000000..9a016527142d --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos.test_insert_entity_property_name_too_long.yaml @@ -0,0 +1,163 @@ +interactions: +- request: + body: '{"TableName": "uttable9a701b99"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '32' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Wed, 04 Nov 2020 17:14:11 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 17:14:11 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"TableName":"uttable9a701b99","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Wed, 04 Nov 2020 17:14:13 GMT + etag: + - W/"datetime'2020-11-04T17%3A14%3A14.1229063Z'" + location: + - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable9a701b99') + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 201 + message: Ok +- request: + body: '{"PartitionKey": "pk9a701b99", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk9a701b99", "RowKey@odata.type": "Edm.String", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": + "badval", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@odata.type": + "Edm.String"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '685' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Wed, 04 Nov 2020 17:14:14 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 17:14:14 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable9a701b99 + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable9a701b99/$metadata#uttable9a701b99/@Element","odata.etag":"W/\"datetime''2020-11-04T17%3A14%3A14.6120711Z''\"","PartitionKey":"pk9a701b99","RowKey":"rk9a701b99","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa":"badval","Timestamp":"2020-11-04T17:14:14.6120711Z"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Wed, 04 Nov 2020 17:14:13 GMT + etag: + - W/"datetime'2020-11-04T17%3A14%3A14.6120711Z'" + location: + - https://tablestestcosmosname.table.cosmos.azure.com/uttable9a701b99(PartitionKey='pk9a701b99',RowKey='rk9a701b99') + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Date: + - Wed, 04 Nov 2020 17:14:14 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 17:14:14 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable9a701b99') + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Wed, 04 Nov 2020 17:14:15 GMT + server: + - Microsoft-HTTPAPI/2.0 + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + DataServiceVersion: + - '3.0' + Date: + - Wed, 04 Nov 2020 17:14:15 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 17:14:15 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"value":[],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Wed, 04 Nov 2020 17:14:15 GMT + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 200 + message: Ok +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos.test_insert_entity_too_many_properties.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos.test_insert_entity_too_many_properties.yaml new file mode 100644 index 000000000000..4b4bb0c45f25 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos.test_insert_entity_too_many_properties.yaml @@ -0,0 +1,330 @@ +interactions: +- request: + body: '{"TableName": "uttable485c1a66"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '32' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Wed, 04 Nov 2020 16:57:48 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 16:57:48 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"TableName":"uttable485c1a66","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Wed, 04 Nov 2020 16:57:50 GMT + etag: + - W/"datetime'2020-11-04T16%3A57%3A50.6764807Z'" + location: + - https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable485c1a66') + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 201 + message: Ok +- request: + body: '{"PartitionKey": "pk485c1a66", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk485c1a66", "RowKey@odata.type": "Edm.String", "key0": "value0", + "key0@odata.type": "Edm.String", "key1": "value1", "key1@odata.type": "Edm.String", + "key2": "value2", "key2@odata.type": "Edm.String", "key3": "value3", "key3@odata.type": + "Edm.String", "key4": "value4", "key4@odata.type": "Edm.String", "key5": "value5", + "key5@odata.type": "Edm.String", "key6": "value6", "key6@odata.type": "Edm.String", + "key7": "value7", "key7@odata.type": "Edm.String", "key8": "value8", "key8@odata.type": + "Edm.String", "key9": "value9", "key9@odata.type": "Edm.String", "key10": "value10", + "key10@odata.type": "Edm.String", "key11": "value11", "key11@odata.type": "Edm.String", + "key12": "value12", "key12@odata.type": "Edm.String", "key13": "value13", "key13@odata.type": + "Edm.String", "key14": "value14", "key14@odata.type": "Edm.String", "key15": + "value15", "key15@odata.type": "Edm.String", "key16": "value16", "key16@odata.type": + "Edm.String", "key17": "value17", "key17@odata.type": "Edm.String", "key18": + "value18", "key18@odata.type": "Edm.String", "key19": "value19", "key19@odata.type": + "Edm.String", "key20": "value20", "key20@odata.type": "Edm.String", "key21": + "value21", "key21@odata.type": "Edm.String", "key22": "value22", "key22@odata.type": + "Edm.String", "key23": "value23", "key23@odata.type": "Edm.String", "key24": + "value24", "key24@odata.type": "Edm.String", "key25": "value25", "key25@odata.type": + "Edm.String", "key26": "value26", "key26@odata.type": "Edm.String", "key27": + "value27", "key27@odata.type": "Edm.String", "key28": "value28", "key28@odata.type": + "Edm.String", "key29": "value29", "key29@odata.type": "Edm.String", "key30": + "value30", "key30@odata.type": "Edm.String", "key31": "value31", "key31@odata.type": + "Edm.String", "key32": "value32", "key32@odata.type": "Edm.String", "key33": + "value33", "key33@odata.type": "Edm.String", "key34": "value34", "key34@odata.type": + "Edm.String", "key35": "value35", "key35@odata.type": "Edm.String", "key36": + "value36", "key36@odata.type": "Edm.String", "key37": "value37", "key37@odata.type": + "Edm.String", "key38": "value38", "key38@odata.type": "Edm.String", "key39": + "value39", "key39@odata.type": "Edm.String", "key40": "value40", "key40@odata.type": + "Edm.String", "key41": "value41", "key41@odata.type": "Edm.String", "key42": + "value42", "key42@odata.type": "Edm.String", "key43": "value43", "key43@odata.type": + "Edm.String", "key44": "value44", "key44@odata.type": "Edm.String", "key45": + "value45", "key45@odata.type": "Edm.String", "key46": "value46", "key46@odata.type": + "Edm.String", "key47": "value47", "key47@odata.type": "Edm.String", "key48": + "value48", "key48@odata.type": "Edm.String", "key49": "value49", "key49@odata.type": + "Edm.String", "key50": "value50", "key50@odata.type": "Edm.String", "key51": + "value51", "key51@odata.type": "Edm.String", "key52": "value52", "key52@odata.type": + "Edm.String", "key53": "value53", "key53@odata.type": "Edm.String", "key54": + "value54", "key54@odata.type": "Edm.String", "key55": "value55", "key55@odata.type": + "Edm.String", "key56": "value56", "key56@odata.type": "Edm.String", "key57": + "value57", "key57@odata.type": "Edm.String", "key58": "value58", "key58@odata.type": + "Edm.String", "key59": "value59", "key59@odata.type": "Edm.String", "key60": + "value60", "key60@odata.type": "Edm.String", "key61": "value61", "key61@odata.type": + "Edm.String", "key62": "value62", "key62@odata.type": "Edm.String", "key63": + "value63", "key63@odata.type": "Edm.String", "key64": "value64", "key64@odata.type": + "Edm.String", "key65": "value65", "key65@odata.type": "Edm.String", "key66": + "value66", "key66@odata.type": "Edm.String", "key67": "value67", "key67@odata.type": + "Edm.String", "key68": "value68", "key68@odata.type": "Edm.String", "key69": + "value69", "key69@odata.type": "Edm.String", "key70": "value70", "key70@odata.type": + "Edm.String", "key71": "value71", "key71@odata.type": "Edm.String", "key72": + "value72", "key72@odata.type": "Edm.String", "key73": "value73", "key73@odata.type": + "Edm.String", "key74": "value74", "key74@odata.type": "Edm.String", "key75": + "value75", "key75@odata.type": "Edm.String", "key76": "value76", "key76@odata.type": + "Edm.String", "key77": "value77", "key77@odata.type": "Edm.String", "key78": + "value78", "key78@odata.type": "Edm.String", "key79": "value79", "key79@odata.type": + "Edm.String", "key80": "value80", "key80@odata.type": "Edm.String", "key81": + "value81", "key81@odata.type": "Edm.String", "key82": "value82", "key82@odata.type": + "Edm.String", "key83": "value83", "key83@odata.type": "Edm.String", "key84": + "value84", "key84@odata.type": "Edm.String", "key85": "value85", "key85@odata.type": + "Edm.String", "key86": "value86", "key86@odata.type": "Edm.String", "key87": + "value87", "key87@odata.type": "Edm.String", "key88": "value88", "key88@odata.type": + "Edm.String", "key89": "value89", "key89@odata.type": "Edm.String", "key90": + "value90", "key90@odata.type": "Edm.String", "key91": "value91", "key91@odata.type": + "Edm.String", "key92": "value92", "key92@odata.type": "Edm.String", "key93": + "value93", "key93@odata.type": "Edm.String", "key94": "value94", "key94@odata.type": + "Edm.String", "key95": "value95", "key95@odata.type": "Edm.String", "key96": + "value96", "key96@odata.type": "Edm.String", "key97": "value97", "key97@odata.type": + "Edm.String", "key98": "value98", "key98@odata.type": "Edm.String", "key99": + "value99", "key99@odata.type": "Edm.String", "key100": "value100", "key100@odata.type": + "Edm.String", "key101": "value101", "key101@odata.type": "Edm.String", "key102": + "value102", "key102@odata.type": "Edm.String", "key103": "value103", "key103@odata.type": + "Edm.String", "key104": "value104", "key104@odata.type": "Edm.String", "key105": + "value105", "key105@odata.type": "Edm.String", "key106": "value106", "key106@odata.type": + "Edm.String", "key107": "value107", "key107@odata.type": "Edm.String", "key108": + "value108", "key108@odata.type": "Edm.String", "key109": "value109", "key109@odata.type": + "Edm.String", "key110": "value110", "key110@odata.type": "Edm.String", "key111": + "value111", "key111@odata.type": "Edm.String", "key112": "value112", "key112@odata.type": + "Edm.String", "key113": "value113", "key113@odata.type": "Edm.String", "key114": + "value114", "key114@odata.type": "Edm.String", "key115": "value115", "key115@odata.type": + "Edm.String", "key116": "value116", "key116@odata.type": "Edm.String", "key117": + "value117", "key117@odata.type": "Edm.String", "key118": "value118", "key118@odata.type": + "Edm.String", "key119": "value119", "key119@odata.type": "Edm.String", "key120": + "value120", "key120@odata.type": "Edm.String", "key121": "value121", "key121@odata.type": + "Edm.String", "key122": "value122", "key122@odata.type": "Edm.String", "key123": + "value123", "key123@odata.type": "Edm.String", "key124": "value124", "key124@odata.type": + "Edm.String", "key125": "value125", "key125@odata.type": "Edm.String", "key126": + "value126", "key126@odata.type": "Edm.String", "key127": "value127", "key127@odata.type": + "Edm.String", "key128": "value128", "key128@odata.type": "Edm.String", "key129": + "value129", "key129@odata.type": "Edm.String", "key130": "value130", "key130@odata.type": + "Edm.String", "key131": "value131", "key131@odata.type": "Edm.String", "key132": + "value132", "key132@odata.type": "Edm.String", "key133": "value133", "key133@odata.type": + "Edm.String", "key134": "value134", "key134@odata.type": "Edm.String", "key135": + "value135", "key135@odata.type": "Edm.String", "key136": "value136", "key136@odata.type": + "Edm.String", "key137": "value137", "key137@odata.type": "Edm.String", "key138": + "value138", "key138@odata.type": "Edm.String", "key139": "value139", "key139@odata.type": + "Edm.String", "key140": "value140", "key140@odata.type": "Edm.String", "key141": + "value141", "key141@odata.type": "Edm.String", "key142": "value142", "key142@odata.type": + "Edm.String", "key143": "value143", "key143@odata.type": "Edm.String", "key144": + "value144", "key144@odata.type": "Edm.String", "key145": "value145", "key145@odata.type": + "Edm.String", "key146": "value146", "key146@odata.type": "Edm.String", "key147": + "value147", "key147@odata.type": "Edm.String", "key148": "value148", "key148@odata.type": + "Edm.String", "key149": "value149", "key149@odata.type": "Edm.String", "key150": + "value150", "key150@odata.type": "Edm.String", "key151": "value151", "key151@odata.type": + "Edm.String", "key152": "value152", "key152@odata.type": "Edm.String", "key153": + "value153", "key153@odata.type": "Edm.String", "key154": "value154", "key154@odata.type": + "Edm.String", "key155": "value155", "key155@odata.type": "Edm.String", "key156": + "value156", "key156@odata.type": "Edm.String", "key157": "value157", "key157@odata.type": + "Edm.String", "key158": "value158", "key158@odata.type": "Edm.String", "key159": + "value159", "key159@odata.type": "Edm.String", "key160": "value160", "key160@odata.type": + "Edm.String", "key161": "value161", "key161@odata.type": "Edm.String", "key162": + "value162", "key162@odata.type": "Edm.String", "key163": "value163", "key163@odata.type": + "Edm.String", "key164": "value164", "key164@odata.type": "Edm.String", "key165": + "value165", "key165@odata.type": "Edm.String", "key166": "value166", "key166@odata.type": + "Edm.String", "key167": "value167", "key167@odata.type": "Edm.String", "key168": + "value168", "key168@odata.type": "Edm.String", "key169": "value169", "key169@odata.type": + "Edm.String", "key170": "value170", "key170@odata.type": "Edm.String", "key171": + "value171", "key171@odata.type": "Edm.String", "key172": "value172", "key172@odata.type": + "Edm.String", "key173": "value173", "key173@odata.type": "Edm.String", "key174": + "value174", "key174@odata.type": "Edm.String", "key175": "value175", "key175@odata.type": + "Edm.String", "key176": "value176", "key176@odata.type": "Edm.String", "key177": + "value177", "key177@odata.type": "Edm.String", "key178": "value178", "key178@odata.type": + "Edm.String", "key179": "value179", "key179@odata.type": "Edm.String", "key180": + "value180", "key180@odata.type": "Edm.String", "key181": "value181", "key181@odata.type": + "Edm.String", "key182": "value182", "key182@odata.type": "Edm.String", "key183": + "value183", "key183@odata.type": "Edm.String", "key184": "value184", "key184@odata.type": + "Edm.String", "key185": "value185", "key185@odata.type": "Edm.String", "key186": + "value186", "key186@odata.type": "Edm.String", "key187": "value187", "key187@odata.type": + "Edm.String", "key188": "value188", "key188@odata.type": "Edm.String", "key189": + "value189", "key189@odata.type": "Edm.String", "key190": "value190", "key190@odata.type": + "Edm.String", "key191": "value191", "key191@odata.type": "Edm.String", "key192": + "value192", "key192@odata.type": "Edm.String", "key193": "value193", "key193@odata.type": + "Edm.String", "key194": "value194", "key194@odata.type": "Edm.String", "key195": + "value195", "key195@odata.type": "Edm.String", "key196": "value196", "key196@odata.type": + "Edm.String", "key197": "value197", "key197@odata.type": "Edm.String", "key198": + "value198", "key198@odata.type": "Edm.String", "key199": "value199", "key199@odata.type": + "Edm.String", "key200": "value200", "key200@odata.type": "Edm.String", "key201": + "value201", "key201@odata.type": "Edm.String", "key202": "value202", "key202@odata.type": + "Edm.String", "key203": "value203", "key203@odata.type": "Edm.String", "key204": + "value204", "key204@odata.type": "Edm.String", "key205": "value205", "key205@odata.type": + "Edm.String", "key206": "value206", "key206@odata.type": "Edm.String", "key207": + "value207", "key207@odata.type": "Edm.String", "key208": "value208", "key208@odata.type": + "Edm.String", "key209": "value209", "key209@odata.type": "Edm.String", "key210": + "value210", "key210@odata.type": "Edm.String", "key211": "value211", "key211@odata.type": + "Edm.String", "key212": "value212", "key212@odata.type": "Edm.String", "key213": + "value213", "key213@odata.type": "Edm.String", "key214": "value214", "key214@odata.type": + "Edm.String", "key215": "value215", "key215@odata.type": "Edm.String", "key216": + "value216", "key216@odata.type": "Edm.String", "key217": "value217", "key217@odata.type": + "Edm.String", "key218": "value218", "key218@odata.type": "Edm.String", "key219": + "value219", "key219@odata.type": "Edm.String", "key220": "value220", "key220@odata.type": + "Edm.String", "key221": "value221", "key221@odata.type": "Edm.String", "key222": + "value222", "key222@odata.type": "Edm.String", "key223": "value223", "key223@odata.type": + "Edm.String", "key224": "value224", "key224@odata.type": "Edm.String", "key225": + "value225", "key225@odata.type": "Edm.String", "key226": "value226", "key226@odata.type": + "Edm.String", "key227": "value227", "key227@odata.type": "Edm.String", "key228": + "value228", "key228@odata.type": "Edm.String", "key229": "value229", "key229@odata.type": + "Edm.String", "key230": "value230", "key230@odata.type": "Edm.String", "key231": + "value231", "key231@odata.type": "Edm.String", "key232": "value232", "key232@odata.type": + "Edm.String", "key233": "value233", "key233@odata.type": "Edm.String", "key234": + "value234", "key234@odata.type": "Edm.String", "key235": "value235", "key235@odata.type": + "Edm.String", "key236": "value236", "key236@odata.type": "Edm.String", "key237": + "value237", "key237@odata.type": "Edm.String", "key238": "value238", "key238@odata.type": + "Edm.String", "key239": "value239", "key239@odata.type": "Edm.String", "key240": + "value240", "key240@odata.type": "Edm.String", "key241": "value241", "key241@odata.type": + "Edm.String", "key242": "value242", "key242@odata.type": "Edm.String", "key243": + "value243", "key243@odata.type": "Edm.String", "key244": "value244", "key244@odata.type": + "Edm.String", "key245": "value245", "key245@odata.type": "Edm.String", "key246": + "value246", "key246@odata.type": "Edm.String", "key247": "value247", "key247@odata.type": + "Edm.String", "key248": "value248", "key248@odata.type": "Edm.String", "key249": + "value249", "key249@odata.type": "Edm.String", "key250": "value250", "key250@odata.type": + "Edm.String", "key251": "value251", "key251@odata.type": "Edm.String", "key252": + "value252", "key252@odata.type": "Edm.String", "key253": "value253", "key253@odata.type": + "Edm.String", "key254": "value254", "key254@odata.type": "Edm.String"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '14335' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Wed, 04 Nov 2020 16:57:51 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 16:57:51 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable485c1a66 + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable485c1a66/$metadata#uttable485c1a66/@Element","odata.etag":"W/\"datetime''2020-11-04T16%3A57%3A51.2242183Z''\"","PartitionKey":"pk485c1a66","RowKey":"rk485c1a66","key0":"value0","key1":"value1","key2":"value2","key3":"value3","key4":"value4","key5":"value5","key6":"value6","key7":"value7","key8":"value8","key9":"value9","key10":"value10","key11":"value11","key12":"value12","key13":"value13","key14":"value14","key15":"value15","key16":"value16","key17":"value17","key18":"value18","key19":"value19","key20":"value20","key21":"value21","key22":"value22","key23":"value23","key24":"value24","key25":"value25","key26":"value26","key27":"value27","key28":"value28","key29":"value29","key30":"value30","key31":"value31","key32":"value32","key33":"value33","key34":"value34","key35":"value35","key36":"value36","key37":"value37","key38":"value38","key39":"value39","key40":"value40","key41":"value41","key42":"value42","key43":"value43","key44":"value44","key45":"value45","key46":"value46","key47":"value47","key48":"value48","key49":"value49","key50":"value50","key51":"value51","key52":"value52","key53":"value53","key54":"value54","key55":"value55","key56":"value56","key57":"value57","key58":"value58","key59":"value59","key60":"value60","key61":"value61","key62":"value62","key63":"value63","key64":"value64","key65":"value65","key66":"value66","key67":"value67","key68":"value68","key69":"value69","key70":"value70","key71":"value71","key72":"value72","key73":"value73","key74":"value74","key75":"value75","key76":"value76","key77":"value77","key78":"value78","key79":"value79","key80":"value80","key81":"value81","key82":"value82","key83":"value83","key84":"value84","key85":"value85","key86":"value86","key87":"value87","key88":"value88","key89":"value89","key90":"value90","key91":"value91","key92":"value92","key93":"value93","key94":"value94","key95":"value95","key96":"value96","key97":"value97","key98":"value98","key99":"value99","key100":"value100","key101":"value101","key102":"value102","key103":"value103","key104":"value104","key105":"value105","key106":"value106","key107":"value107","key108":"value108","key109":"value109","key110":"value110","key111":"value111","key112":"value112","key113":"value113","key114":"value114","key115":"value115","key116":"value116","key117":"value117","key118":"value118","key119":"value119","key120":"value120","key121":"value121","key122":"value122","key123":"value123","key124":"value124","key125":"value125","key126":"value126","key127":"value127","key128":"value128","key129":"value129","key130":"value130","key131":"value131","key132":"value132","key133":"value133","key134":"value134","key135":"value135","key136":"value136","key137":"value137","key138":"value138","key139":"value139","key140":"value140","key141":"value141","key142":"value142","key143":"value143","key144":"value144","key145":"value145","key146":"value146","key147":"value147","key148":"value148","key149":"value149","key150":"value150","key151":"value151","key152":"value152","key153":"value153","key154":"value154","key155":"value155","key156":"value156","key157":"value157","key158":"value158","key159":"value159","key160":"value160","key161":"value161","key162":"value162","key163":"value163","key164":"value164","key165":"value165","key166":"value166","key167":"value167","key168":"value168","key169":"value169","key170":"value170","key171":"value171","key172":"value172","key173":"value173","key174":"value174","key175":"value175","key176":"value176","key177":"value177","key178":"value178","key179":"value179","key180":"value180","key181":"value181","key182":"value182","key183":"value183","key184":"value184","key185":"value185","key186":"value186","key187":"value187","key188":"value188","key189":"value189","key190":"value190","key191":"value191","key192":"value192","key193":"value193","key194":"value194","key195":"value195","key196":"value196","key197":"value197","key198":"value198","key199":"value199","key200":"value200","key201":"value201","key202":"value202","key203":"value203","key204":"value204","key205":"value205","key206":"value206","key207":"value207","key208":"value208","key209":"value209","key210":"value210","key211":"value211","key212":"value212","key213":"value213","key214":"value214","key215":"value215","key216":"value216","key217":"value217","key218":"value218","key219":"value219","key220":"value220","key221":"value221","key222":"value222","key223":"value223","key224":"value224","key225":"value225","key226":"value226","key227":"value227","key228":"value228","key229":"value229","key230":"value230","key231":"value231","key232":"value232","key233":"value233","key234":"value234","key235":"value235","key236":"value236","key237":"value237","key238":"value238","key239":"value239","key240":"value240","key241":"value241","key242":"value242","key243":"value243","key244":"value244","key245":"value245","key246":"value246","key247":"value247","key248":"value248","key249":"value249","key250":"value250","key251":"value251","key252":"value252","key253":"value253","key254":"value254","Timestamp":"2020-11-04T16:57:51.2242183Z"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Wed, 04 Nov 2020 16:57:50 GMT + etag: + - W/"datetime'2020-11-04T16%3A57%3A51.2242183Z'" + location: + - https://tablestestcosmosname.table.cosmos.azure.com/uttable485c1a66(PartitionKey='pk485c1a66',RowKey='rk485c1a66') + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Date: + - Wed, 04 Nov 2020 16:57:51 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 16:57:51 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable485c1a66') + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Wed, 04 Nov 2020 16:57:50 GMT + server: + - Microsoft-HTTPAPI/2.0 + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + DataServiceVersion: + - '3.0' + Date: + - Wed, 04 Nov 2020 16:57:51 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 16:57:51 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"value":[],"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables"}' + headers: + content-type: + - application/json;odata=minimalmetadata + date: + - Wed, 04 Nov 2020 16:57:51 GMT + server: + - Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + status: + code: 200 + message: Ok +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_insert_entity_property_name_too_long.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_insert_entity_property_name_too_long.yaml index bd96bcb0970c..4ac6290e1d57 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_insert_entity_property_name_too_long.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_insert_entity_property_name_too_long.yaml @@ -11,30 +11,91 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 17 Sep 2020 20:06:08 GMT + - Wed, 04 Nov 2020 17:14:45 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 20:06:08 GMT + - Wed, 04 Nov 2020 17:14:45 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST - uri: https://cosmostestcosmosname.table.cosmos.azure.com/Tables + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: "{\"odata.error\":{\"code\":\"429\",\"message\":{\"lang\":\"en-us\",\"value\":\"Message: - {\\\"Errors\\\":[\\\"Request rate is large. More Request Units may be needed, - so no changes were made. Please retry this request later. Learn more: http://aka.ms/cosmosdb-error-429\\\"]}\\r\\nActivityId: - 9a295dd4-2464-4ba5-b749-66d8ddb711fd, Request URI: /apps/601902c2-6efc-451c-b73c-a3093c994abb/services/edddf78d-cb65-4d5d-95a8-45ba80155148/partitions/8e6b4f42-63aa-45e9-b4f0-cb9270cdab0e/replicas/132447198008083897p, - RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0, documentdb-dotnet-sdk/2.11.0 - Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:39bcf805-f921-11ea-b837-58961df361d1\\n\"}}}\r\n" + string: '{"TableName":"uttable48201e16","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Thu, 17 Sep 2020 20:06:07 GMT + date: Wed, 04 Nov 2020 17:14:46 GMT + etag: W/"datetime'2020-11-04T17%3A14%3A46.5721351Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable48201e16') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: - code: 429 - message: Too Many Requests - url: https://cosmostables4lo5zhb5qk2h.table.cosmos.azure.com/Tables + code: 201 + message: Ok + url: https://tablestestpht7boptayfx6y.table.cosmos.azure.com/Tables +- request: + body: '{"PartitionKey": "pk48201e16", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk48201e16", "RowKey@odata.type": "Edm.String", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": + "badval", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@odata.type": + "Edm.String"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '685' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Wed, 04 Nov 2020 17:14:46 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 17:14:46 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable48201e16 + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable48201e16/$metadata#uttable48201e16/@Element","odata.etag":"W/\"datetime''2020-11-04T17%3A14%3A47.0344711Z''\"","PartitionKey":"pk48201e16","RowKey":"rk48201e16","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa":"badval","Timestamp":"2020-11-04T17:14:47.0344711Z"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Wed, 04 Nov 2020 17:14:46 GMT + etag: W/"datetime'2020-11-04T17%3A14%3A47.0344711Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/uttable48201e16(PartitionKey='pk48201e16',RowKey='rk48201e16') + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 201 + message: Created + url: https://tablestestpht7boptayfx6y.table.cosmos.azure.com/uttable48201e16 +- request: + body: null + headers: + Accept: + - application/json + Date: + - Wed, 04 Nov 2020 17:14:46 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 17:14:46 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable48201e16') + response: + body: + string: '' + headers: + content-length: '0' + date: Wed, 04 Nov 2020 17:14:46 GMT + server: Microsoft-HTTPAPI/2.0 + status: + code: 204 + message: No Content + url: https://tablestestpht7boptayfx6y.table.cosmos.azure.com/Tables('uttable48201e16') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_insert_entity_too_many_properties.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_insert_entity_too_many_properties.yaml index 20ece8463a1b..aefe4d880bc0 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_insert_entity_too_many_properties.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_insert_entity_too_many_properties.yaml @@ -11,30 +11,258 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 17 Sep 2020 20:06:08 GMT + - Wed, 04 Nov 2020 16:58:21 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 20:06:08 GMT + - Wed, 04 Nov 2020 16:58:21 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST - uri: https://cosmostestcosmosname.table.cosmos.azure.com/Tables + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables response: body: - string: "{\"odata.error\":{\"code\":\"429\",\"message\":{\"lang\":\"en-us\",\"value\":\"Message: - {\\\"Errors\\\":[\\\"Request rate is large. More Request Units may be needed, - so no changes were made. Please retry this request later. Learn more: http://aka.ms/cosmosdb-error-429\\\"]}\\r\\nActivityId: - 36a3776b-acfb-447e-922e-d06f8d096da6, Request URI: /apps/601902c2-6efc-451c-b73c-a3093c994abb/services/edddf78d-cb65-4d5d-95a8-45ba80155148/partitions/8e6b4f42-63aa-45e9-b4f0-cb9270cdab0e/replicas/132447198008083897p, - RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0, documentdb-dotnet-sdk/2.11.0 - Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:39de6d3a-f921-11ea-a3dd-58961df361d1\\n\"}}}\r\n" + string: '{"TableName":"uttableee861ce3","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' headers: content-type: application/json;odata=minimalmetadata - date: Thu, 17 Sep 2020 20:06:08 GMT + date: Wed, 04 Nov 2020 16:58:22 GMT + etag: W/"datetime'2020-11-04T16%3A58%3A22.6732039Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttableee861ce3') server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: - code: 429 - message: Too Many Requests - url: https://cosmostables4lo5zhb5qk2h.table.cosmos.azure.com/Tables + code: 201 + message: Ok + url: https://tablestest2a4to245ykmx57.table.cosmos.azure.com/Tables +- request: + body: '{"PartitionKey": "pkee861ce3", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkee861ce3", "RowKey@odata.type": "Edm.String", "key0": "value0", + "key0@odata.type": "Edm.String", "key1": "value1", "key1@odata.type": "Edm.String", + "key2": "value2", "key2@odata.type": "Edm.String", "key3": "value3", "key3@odata.type": + "Edm.String", "key4": "value4", "key4@odata.type": "Edm.String", "key5": "value5", + "key5@odata.type": "Edm.String", "key6": "value6", "key6@odata.type": "Edm.String", + "key7": "value7", "key7@odata.type": "Edm.String", "key8": "value8", "key8@odata.type": + "Edm.String", "key9": "value9", "key9@odata.type": "Edm.String", "key10": "value10", + "key10@odata.type": "Edm.String", "key11": "value11", "key11@odata.type": "Edm.String", + "key12": "value12", "key12@odata.type": "Edm.String", "key13": "value13", "key13@odata.type": + "Edm.String", "key14": "value14", "key14@odata.type": "Edm.String", "key15": + "value15", "key15@odata.type": "Edm.String", "key16": "value16", "key16@odata.type": + "Edm.String", "key17": "value17", "key17@odata.type": "Edm.String", "key18": + "value18", "key18@odata.type": "Edm.String", "key19": "value19", "key19@odata.type": + "Edm.String", "key20": "value20", "key20@odata.type": "Edm.String", "key21": + "value21", "key21@odata.type": "Edm.String", "key22": "value22", "key22@odata.type": + "Edm.String", "key23": "value23", "key23@odata.type": "Edm.String", "key24": + "value24", "key24@odata.type": "Edm.String", "key25": "value25", "key25@odata.type": + "Edm.String", "key26": "value26", "key26@odata.type": "Edm.String", "key27": + "value27", "key27@odata.type": "Edm.String", "key28": "value28", "key28@odata.type": + "Edm.String", "key29": "value29", "key29@odata.type": "Edm.String", "key30": + "value30", "key30@odata.type": "Edm.String", "key31": "value31", "key31@odata.type": + "Edm.String", "key32": "value32", "key32@odata.type": "Edm.String", "key33": + "value33", "key33@odata.type": "Edm.String", "key34": "value34", "key34@odata.type": + "Edm.String", "key35": "value35", "key35@odata.type": "Edm.String", "key36": + "value36", "key36@odata.type": "Edm.String", "key37": "value37", "key37@odata.type": + "Edm.String", "key38": "value38", "key38@odata.type": "Edm.String", "key39": + "value39", "key39@odata.type": "Edm.String", "key40": "value40", "key40@odata.type": + "Edm.String", "key41": "value41", "key41@odata.type": "Edm.String", "key42": + "value42", "key42@odata.type": "Edm.String", "key43": "value43", "key43@odata.type": + "Edm.String", "key44": "value44", "key44@odata.type": "Edm.String", "key45": + "value45", "key45@odata.type": "Edm.String", "key46": "value46", "key46@odata.type": + "Edm.String", "key47": "value47", "key47@odata.type": "Edm.String", "key48": + "value48", "key48@odata.type": "Edm.String", "key49": "value49", "key49@odata.type": + "Edm.String", "key50": "value50", "key50@odata.type": "Edm.String", "key51": + "value51", "key51@odata.type": "Edm.String", "key52": "value52", "key52@odata.type": + "Edm.String", "key53": "value53", "key53@odata.type": "Edm.String", "key54": + "value54", "key54@odata.type": "Edm.String", "key55": "value55", "key55@odata.type": + "Edm.String", "key56": "value56", "key56@odata.type": "Edm.String", "key57": + "value57", "key57@odata.type": "Edm.String", "key58": "value58", "key58@odata.type": + "Edm.String", "key59": "value59", "key59@odata.type": "Edm.String", "key60": + "value60", "key60@odata.type": "Edm.String", "key61": "value61", "key61@odata.type": + "Edm.String", "key62": "value62", "key62@odata.type": "Edm.String", "key63": + "value63", "key63@odata.type": "Edm.String", "key64": "value64", "key64@odata.type": + "Edm.String", "key65": "value65", "key65@odata.type": "Edm.String", "key66": + "value66", "key66@odata.type": "Edm.String", "key67": "value67", "key67@odata.type": + "Edm.String", "key68": "value68", "key68@odata.type": "Edm.String", "key69": + "value69", "key69@odata.type": "Edm.String", "key70": "value70", "key70@odata.type": + "Edm.String", "key71": "value71", "key71@odata.type": "Edm.String", "key72": + "value72", "key72@odata.type": "Edm.String", "key73": "value73", "key73@odata.type": + "Edm.String", "key74": "value74", "key74@odata.type": "Edm.String", "key75": + "value75", "key75@odata.type": "Edm.String", "key76": "value76", "key76@odata.type": + "Edm.String", "key77": "value77", "key77@odata.type": "Edm.String", "key78": + "value78", "key78@odata.type": "Edm.String", "key79": "value79", "key79@odata.type": + "Edm.String", "key80": "value80", "key80@odata.type": "Edm.String", "key81": + "value81", "key81@odata.type": "Edm.String", "key82": "value82", "key82@odata.type": + "Edm.String", "key83": "value83", "key83@odata.type": "Edm.String", "key84": + "value84", "key84@odata.type": "Edm.String", "key85": "value85", "key85@odata.type": + "Edm.String", "key86": "value86", "key86@odata.type": "Edm.String", "key87": + "value87", "key87@odata.type": "Edm.String", "key88": "value88", "key88@odata.type": + "Edm.String", "key89": "value89", "key89@odata.type": "Edm.String", "key90": + "value90", "key90@odata.type": "Edm.String", "key91": "value91", "key91@odata.type": + "Edm.String", "key92": "value92", "key92@odata.type": "Edm.String", "key93": + "value93", "key93@odata.type": "Edm.String", "key94": "value94", "key94@odata.type": + "Edm.String", "key95": "value95", "key95@odata.type": "Edm.String", "key96": + "value96", "key96@odata.type": "Edm.String", "key97": "value97", "key97@odata.type": + "Edm.String", "key98": "value98", "key98@odata.type": "Edm.String", "key99": + "value99", "key99@odata.type": "Edm.String", "key100": "value100", "key100@odata.type": + "Edm.String", "key101": "value101", "key101@odata.type": "Edm.String", "key102": + "value102", "key102@odata.type": "Edm.String", "key103": "value103", "key103@odata.type": + "Edm.String", "key104": "value104", "key104@odata.type": "Edm.String", "key105": + "value105", "key105@odata.type": "Edm.String", "key106": "value106", "key106@odata.type": + "Edm.String", "key107": "value107", "key107@odata.type": "Edm.String", "key108": + "value108", "key108@odata.type": "Edm.String", "key109": "value109", "key109@odata.type": + "Edm.String", "key110": "value110", "key110@odata.type": "Edm.String", "key111": + "value111", "key111@odata.type": "Edm.String", "key112": "value112", "key112@odata.type": + "Edm.String", "key113": "value113", "key113@odata.type": "Edm.String", "key114": + "value114", "key114@odata.type": "Edm.String", "key115": "value115", "key115@odata.type": + "Edm.String", "key116": "value116", "key116@odata.type": "Edm.String", "key117": + "value117", "key117@odata.type": "Edm.String", "key118": "value118", "key118@odata.type": + "Edm.String", "key119": "value119", "key119@odata.type": "Edm.String", "key120": + "value120", "key120@odata.type": "Edm.String", "key121": "value121", "key121@odata.type": + "Edm.String", "key122": "value122", "key122@odata.type": "Edm.String", "key123": + "value123", "key123@odata.type": "Edm.String", "key124": "value124", "key124@odata.type": + "Edm.String", "key125": "value125", "key125@odata.type": "Edm.String", "key126": + "value126", "key126@odata.type": "Edm.String", "key127": "value127", "key127@odata.type": + "Edm.String", "key128": "value128", "key128@odata.type": "Edm.String", "key129": + "value129", "key129@odata.type": "Edm.String", "key130": "value130", "key130@odata.type": + "Edm.String", "key131": "value131", "key131@odata.type": "Edm.String", "key132": + "value132", "key132@odata.type": "Edm.String", "key133": "value133", "key133@odata.type": + "Edm.String", "key134": "value134", "key134@odata.type": "Edm.String", "key135": + "value135", "key135@odata.type": "Edm.String", "key136": "value136", "key136@odata.type": + "Edm.String", "key137": "value137", "key137@odata.type": "Edm.String", "key138": + "value138", "key138@odata.type": "Edm.String", "key139": "value139", "key139@odata.type": + "Edm.String", "key140": "value140", "key140@odata.type": "Edm.String", "key141": + "value141", "key141@odata.type": "Edm.String", "key142": "value142", "key142@odata.type": + "Edm.String", "key143": "value143", "key143@odata.type": "Edm.String", "key144": + "value144", "key144@odata.type": "Edm.String", "key145": "value145", "key145@odata.type": + "Edm.String", "key146": "value146", "key146@odata.type": "Edm.String", "key147": + "value147", "key147@odata.type": "Edm.String", "key148": "value148", "key148@odata.type": + "Edm.String", "key149": "value149", "key149@odata.type": "Edm.String", "key150": + "value150", "key150@odata.type": "Edm.String", "key151": "value151", "key151@odata.type": + "Edm.String", "key152": "value152", "key152@odata.type": "Edm.String", "key153": + "value153", "key153@odata.type": "Edm.String", "key154": "value154", "key154@odata.type": + "Edm.String", "key155": "value155", "key155@odata.type": "Edm.String", "key156": + "value156", "key156@odata.type": "Edm.String", "key157": "value157", "key157@odata.type": + "Edm.String", "key158": "value158", "key158@odata.type": "Edm.String", "key159": + "value159", "key159@odata.type": "Edm.String", "key160": "value160", "key160@odata.type": + "Edm.String", "key161": "value161", "key161@odata.type": "Edm.String", "key162": + "value162", "key162@odata.type": "Edm.String", "key163": "value163", "key163@odata.type": + "Edm.String", "key164": "value164", "key164@odata.type": "Edm.String", "key165": + "value165", "key165@odata.type": "Edm.String", "key166": "value166", "key166@odata.type": + "Edm.String", "key167": "value167", "key167@odata.type": "Edm.String", "key168": + "value168", "key168@odata.type": "Edm.String", "key169": "value169", "key169@odata.type": + "Edm.String", "key170": "value170", "key170@odata.type": "Edm.String", "key171": + "value171", "key171@odata.type": "Edm.String", "key172": "value172", "key172@odata.type": + "Edm.String", "key173": "value173", "key173@odata.type": "Edm.String", "key174": + "value174", "key174@odata.type": "Edm.String", "key175": "value175", "key175@odata.type": + "Edm.String", "key176": "value176", "key176@odata.type": "Edm.String", "key177": + "value177", "key177@odata.type": "Edm.String", "key178": "value178", "key178@odata.type": + "Edm.String", "key179": "value179", "key179@odata.type": "Edm.String", "key180": + "value180", "key180@odata.type": "Edm.String", "key181": "value181", "key181@odata.type": + "Edm.String", "key182": "value182", "key182@odata.type": "Edm.String", "key183": + "value183", "key183@odata.type": "Edm.String", "key184": "value184", "key184@odata.type": + "Edm.String", "key185": "value185", "key185@odata.type": "Edm.String", "key186": + "value186", "key186@odata.type": "Edm.String", "key187": "value187", "key187@odata.type": + "Edm.String", "key188": "value188", "key188@odata.type": "Edm.String", "key189": + "value189", "key189@odata.type": "Edm.String", "key190": "value190", "key190@odata.type": + "Edm.String", "key191": "value191", "key191@odata.type": "Edm.String", "key192": + "value192", "key192@odata.type": "Edm.String", "key193": "value193", "key193@odata.type": + "Edm.String", "key194": "value194", "key194@odata.type": "Edm.String", "key195": + "value195", "key195@odata.type": "Edm.String", "key196": "value196", "key196@odata.type": + "Edm.String", "key197": "value197", "key197@odata.type": "Edm.String", "key198": + "value198", "key198@odata.type": "Edm.String", "key199": "value199", "key199@odata.type": + "Edm.String", "key200": "value200", "key200@odata.type": "Edm.String", "key201": + "value201", "key201@odata.type": "Edm.String", "key202": "value202", "key202@odata.type": + "Edm.String", "key203": "value203", "key203@odata.type": "Edm.String", "key204": + "value204", "key204@odata.type": "Edm.String", "key205": "value205", "key205@odata.type": + "Edm.String", "key206": "value206", "key206@odata.type": "Edm.String", "key207": + "value207", "key207@odata.type": "Edm.String", "key208": "value208", "key208@odata.type": + "Edm.String", "key209": "value209", "key209@odata.type": "Edm.String", "key210": + "value210", "key210@odata.type": "Edm.String", "key211": "value211", "key211@odata.type": + "Edm.String", "key212": "value212", "key212@odata.type": "Edm.String", "key213": + "value213", "key213@odata.type": "Edm.String", "key214": "value214", "key214@odata.type": + "Edm.String", "key215": "value215", "key215@odata.type": "Edm.String", "key216": + "value216", "key216@odata.type": "Edm.String", "key217": "value217", "key217@odata.type": + "Edm.String", "key218": "value218", "key218@odata.type": "Edm.String", "key219": + "value219", "key219@odata.type": "Edm.String", "key220": "value220", "key220@odata.type": + "Edm.String", "key221": "value221", "key221@odata.type": "Edm.String", "key222": + "value222", "key222@odata.type": "Edm.String", "key223": "value223", "key223@odata.type": + "Edm.String", "key224": "value224", "key224@odata.type": "Edm.String", "key225": + "value225", "key225@odata.type": "Edm.String", "key226": "value226", "key226@odata.type": + "Edm.String", "key227": "value227", "key227@odata.type": "Edm.String", "key228": + "value228", "key228@odata.type": "Edm.String", "key229": "value229", "key229@odata.type": + "Edm.String", "key230": "value230", "key230@odata.type": "Edm.String", "key231": + "value231", "key231@odata.type": "Edm.String", "key232": "value232", "key232@odata.type": + "Edm.String", "key233": "value233", "key233@odata.type": "Edm.String", "key234": + "value234", "key234@odata.type": "Edm.String", "key235": "value235", "key235@odata.type": + "Edm.String", "key236": "value236", "key236@odata.type": "Edm.String", "key237": + "value237", "key237@odata.type": "Edm.String", "key238": "value238", "key238@odata.type": + "Edm.String", "key239": "value239", "key239@odata.type": "Edm.String", "key240": + "value240", "key240@odata.type": "Edm.String", "key241": "value241", "key241@odata.type": + "Edm.String", "key242": "value242", "key242@odata.type": "Edm.String", "key243": + "value243", "key243@odata.type": "Edm.String", "key244": "value244", "key244@odata.type": + "Edm.String", "key245": "value245", "key245@odata.type": "Edm.String", "key246": + "value246", "key246@odata.type": "Edm.String", "key247": "value247", "key247@odata.type": + "Edm.String", "key248": "value248", "key248@odata.type": "Edm.String", "key249": + "value249", "key249@odata.type": "Edm.String", "key250": "value250", "key250@odata.type": + "Edm.String", "key251": "value251", "key251@odata.type": "Edm.String", "key252": + "value252", "key252@odata.type": "Edm.String", "key253": "value253", "key253@odata.type": + "Edm.String", "key254": "value254", "key254@odata.type": "Edm.String"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '14335' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Wed, 04 Nov 2020 16:58:23 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 16:58:23 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttableee861ce3 + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttableee861ce3/$metadata#uttableee861ce3/@Element","odata.etag":"W/\"datetime''2020-11-04T16%3A58%3A23.4121223Z''\"","PartitionKey":"pkee861ce3","RowKey":"rkee861ce3","key0":"value0","key1":"value1","key2":"value2","key3":"value3","key4":"value4","key5":"value5","key6":"value6","key7":"value7","key8":"value8","key9":"value9","key10":"value10","key11":"value11","key12":"value12","key13":"value13","key14":"value14","key15":"value15","key16":"value16","key17":"value17","key18":"value18","key19":"value19","key20":"value20","key21":"value21","key22":"value22","key23":"value23","key24":"value24","key25":"value25","key26":"value26","key27":"value27","key28":"value28","key29":"value29","key30":"value30","key31":"value31","key32":"value32","key33":"value33","key34":"value34","key35":"value35","key36":"value36","key37":"value37","key38":"value38","key39":"value39","key40":"value40","key41":"value41","key42":"value42","key43":"value43","key44":"value44","key45":"value45","key46":"value46","key47":"value47","key48":"value48","key49":"value49","key50":"value50","key51":"value51","key52":"value52","key53":"value53","key54":"value54","key55":"value55","key56":"value56","key57":"value57","key58":"value58","key59":"value59","key60":"value60","key61":"value61","key62":"value62","key63":"value63","key64":"value64","key65":"value65","key66":"value66","key67":"value67","key68":"value68","key69":"value69","key70":"value70","key71":"value71","key72":"value72","key73":"value73","key74":"value74","key75":"value75","key76":"value76","key77":"value77","key78":"value78","key79":"value79","key80":"value80","key81":"value81","key82":"value82","key83":"value83","key84":"value84","key85":"value85","key86":"value86","key87":"value87","key88":"value88","key89":"value89","key90":"value90","key91":"value91","key92":"value92","key93":"value93","key94":"value94","key95":"value95","key96":"value96","key97":"value97","key98":"value98","key99":"value99","key100":"value100","key101":"value101","key102":"value102","key103":"value103","key104":"value104","key105":"value105","key106":"value106","key107":"value107","key108":"value108","key109":"value109","key110":"value110","key111":"value111","key112":"value112","key113":"value113","key114":"value114","key115":"value115","key116":"value116","key117":"value117","key118":"value118","key119":"value119","key120":"value120","key121":"value121","key122":"value122","key123":"value123","key124":"value124","key125":"value125","key126":"value126","key127":"value127","key128":"value128","key129":"value129","key130":"value130","key131":"value131","key132":"value132","key133":"value133","key134":"value134","key135":"value135","key136":"value136","key137":"value137","key138":"value138","key139":"value139","key140":"value140","key141":"value141","key142":"value142","key143":"value143","key144":"value144","key145":"value145","key146":"value146","key147":"value147","key148":"value148","key149":"value149","key150":"value150","key151":"value151","key152":"value152","key153":"value153","key154":"value154","key155":"value155","key156":"value156","key157":"value157","key158":"value158","key159":"value159","key160":"value160","key161":"value161","key162":"value162","key163":"value163","key164":"value164","key165":"value165","key166":"value166","key167":"value167","key168":"value168","key169":"value169","key170":"value170","key171":"value171","key172":"value172","key173":"value173","key174":"value174","key175":"value175","key176":"value176","key177":"value177","key178":"value178","key179":"value179","key180":"value180","key181":"value181","key182":"value182","key183":"value183","key184":"value184","key185":"value185","key186":"value186","key187":"value187","key188":"value188","key189":"value189","key190":"value190","key191":"value191","key192":"value192","key193":"value193","key194":"value194","key195":"value195","key196":"value196","key197":"value197","key198":"value198","key199":"value199","key200":"value200","key201":"value201","key202":"value202","key203":"value203","key204":"value204","key205":"value205","key206":"value206","key207":"value207","key208":"value208","key209":"value209","key210":"value210","key211":"value211","key212":"value212","key213":"value213","key214":"value214","key215":"value215","key216":"value216","key217":"value217","key218":"value218","key219":"value219","key220":"value220","key221":"value221","key222":"value222","key223":"value223","key224":"value224","key225":"value225","key226":"value226","key227":"value227","key228":"value228","key229":"value229","key230":"value230","key231":"value231","key232":"value232","key233":"value233","key234":"value234","key235":"value235","key236":"value236","key237":"value237","key238":"value238","key239":"value239","key240":"value240","key241":"value241","key242":"value242","key243":"value243","key244":"value244","key245":"value245","key246":"value246","key247":"value247","key248":"value248","key249":"value249","key250":"value250","key251":"value251","key252":"value252","key253":"value253","key254":"value254","Timestamp":"2020-11-04T16:58:23.4121223Z"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Wed, 04 Nov 2020 16:58:23 GMT + etag: W/"datetime'2020-11-04T16%3A58%3A23.4121223Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/uttableee861ce3(PartitionKey='pkee861ce3',RowKey='rkee861ce3') + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 201 + message: Created + url: https://tablestest2a4to245ykmx57.table.cosmos.azure.com/uttableee861ce3 +- request: + body: null + headers: + Accept: + - application/json + Date: + - Wed, 04 Nov 2020 16:58:23 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 04 Nov 2020 16:58:23 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttableee861ce3') + response: + body: + string: '' + headers: + content-length: '0' + date: Wed, 04 Nov 2020 16:58:23 GMT + server: Microsoft-HTTPAPI/2.0 + status: + code: 204 + message: No Content + url: https://tablestest2a4to245ykmx57.table.cosmos.azure.com/Tables('uttableee861ce3') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_operations_on_entity_with_partition_key_having_single_quote.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_operations_on_entity_with_partition_key_having_single_quote.yaml new file mode 100644 index 000000000000..49022e9c9d49 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_operations_on_entity_with_partition_key_having_single_quote.yaml @@ -0,0 +1,148 @@ +interactions: +- request: + body: '{"TableName": "uttable6c8b27a3"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '32' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:02:24 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:02:24 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"TableName":"uttable6c8b27a3","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Fri, 30 Oct 2020 21:02:25 GMT + etag: W/"datetime'2020-10-30T21%3A02%3A25.1465735Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable6c8b27a3') + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 201 + message: Ok + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/Tables +- request: + body: '{"PartitionKey": "a''''''''b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "a''''''''b", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '569' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:02:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:02:25 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable6c8b27a3 + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttable6c8b27a3/$metadata#uttable6c8b27a3/@Element","odata.etag":"W/\"datetime''2020-10-30T21%3A02%3A25.5706119Z''\"","PartitionKey":"a''''''''b","RowKey":"a''''''''b","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-10-30T21:02:25.5706119Z"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Fri, 30 Oct 2020 21:02:25 GMT + etag: W/"datetime'2020-10-30T21%3A02%3A25.5706119Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/uttable6c8b27a3(PartitionKey='a''''''''b',RowKey='a''''''''b') + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 201 + message: Created + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/uttable6c8b27a3 +- request: + body: '{"PartitionKey": "a''''''''b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "a''''''''b", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime"}' + headers: + Accept: + - application/json + Content-Length: + - '345' + Content-Type: + - application/json + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:02:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:02:25 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttable6c8b27a3(PartitionKey='a''''b',RowKey='a''''b') + response: + body: + string: "{\"odata.error\":{\"code\":\"Forbidden\",\"message\":{\"lang\":\"en-us\"\ + ,\"value\":\"The input authorization token can't serve the request. Please\ + \ check that the expected payload is built as per the protocol, and check\ + \ the key being used. Server used the following payload to sign: 'PUT\\n\\\ + napplication/json\\nFri, 30 Oct 2020 21:02:25 GMT\\n/tablestestcosmosname/uttable6c8b27a3(PartitionKey='a''''b',RowKey='a''''b')'\\\ + r\\nActivityId: 36694778-1af3-11eb-88c2-58961df361d1, documentdb-dotnet-sdk/2.11.0\ + \ Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:36694778-1af3-11eb-88c2-58961df361d1\\\ + n\"}}}\r\n" + headers: + content-type: application/json + date: Fri, 30 Oct 2020 21:02:25 GMT + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 403 + message: Forbidden + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/uttable6c8b27a3(PartitionKey='a''''b',RowKey='a''''b') +- request: + body: null + headers: + Accept: + - application/json + Date: + - Fri, 30 Oct 2020 21:02:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:02:25 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttable6c8b27a3') + response: + body: + string: '' + headers: + content-length: '0' + date: Fri, 30 Oct 2020 21:02:25 GMT + server: Microsoft-HTTPAPI/2.0 + status: + code: 204 + message: No Content + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/Tables('uttable6c8b27a3') +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_update_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_update_entity.yaml new file mode 100644 index 000000000000..2c61b99fb8bb --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_cosmos_async.test_update_entity.yaml @@ -0,0 +1,173 @@ +interactions: +- request: + body: '{"TableName": "uttablefd0a1460"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '32' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:06:02 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:06:02 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables + response: + body: + string: '{"TableName":"uttablefd0a1460","odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/$metadata#Tables/@Element"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Fri, 30 Oct 2020 21:06:02 GMT + etag: W/"datetime'2020-10-30T21%3A06%3A02.6023943Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablefd0a1460') + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 201 + message: Ok + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/Tables +- request: + body: '{"PartitionKey": "pkfd0a1460", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfd0a1460", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '577' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:06:03 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:06:03 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablefd0a1460 + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablefd0a1460/$metadata#uttablefd0a1460/@Element","odata.etag":"W/\"datetime''2020-10-30T21%3A06%3A03.0465031Z''\"","PartitionKey":"pkfd0a1460","RowKey":"rkfd0a1460","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00.0000000Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-10-04T00:00:00.0000000Z","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","other":20,"clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","Timestamp":"2020-10-30T21:06:03.0465031Z"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Fri, 30 Oct 2020 21:06:02 GMT + etag: W/"datetime'2020-10-30T21%3A06%3A03.0465031Z'" + location: https://tablestestcosmosname.table.cosmos.azure.com/uttablefd0a1460(PartitionKey='pkfd0a1460',RowKey='rkfd0a1460') + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 201 + message: Created + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/uttablefd0a1460 +- request: + body: '{"PartitionKey": "pkfd0a1460", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfd0a1460", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime"}' + headers: + Accept: + - application/json + Content-Length: + - '353' + Content-Type: + - application/json + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:06:03 GMT + If-Match: + - '*' + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:06:03 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablefd0a1460(PartitionKey='pkfd0a1460',RowKey='rkfd0a1460') + response: + body: + string: '' + headers: + content-length: '0' + date: Fri, 30 Oct 2020 21:06:02 GMT + etag: W/"datetime'2020-10-30T21%3A06%3A03.1105031Z'" + server: Microsoft-HTTPAPI/2.0 + status: + code: 204 + message: No Content + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/uttablefd0a1460(PartitionKey='pkfd0a1460',RowKey='rkfd0a1460') +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + DataServiceVersion: + - '3.0' + Date: + - Fri, 30 Oct 2020 21:06:03 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:06:03 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://tablestestcosmosname.table.cosmos.azure.com/uttablefd0a1460(PartitionKey='pkfd0a1460',RowKey='rkfd0a1460') + response: + body: + string: '{"odata.metadata":"https://tablestestcosmosname.table.cosmos.azure.com/uttablefd0a1460/$metadata#uttablefd0a1460/@Element","odata.etag":"W/\"datetime''2020-10-30T21%3A06%3A03.1105031Z''\"","PartitionKey":"pkfd0a1460","RowKey":"rkfd0a1460","age":"abc","sex":"female","sign":"aquarius","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00.0000000Z","Timestamp":"2020-10-30T21:06:03.1105031Z"}' + headers: + content-type: application/json;odata=minimalmetadata + date: Fri, 30 Oct 2020 21:06:02 GMT + etag: W/"datetime'2020-10-30T21%3A06%3A03.1105031Z'" + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 200 + message: Ok + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/uttablefd0a1460(PartitionKey='pkfd0a1460',RowKey='rkfd0a1460') +- request: + body: null + headers: + Accept: + - application/json + Date: + - Fri, 30 Oct 2020 21:06:03 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 21:06:03 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://tablestestcosmosname.table.cosmos.azure.com/Tables('uttablefd0a1460') + response: + body: + string: '' + headers: + content-length: '0' + date: Fri, 30 Oct 2020 21:06:02 GMT + server: Microsoft-HTTPAPI/2.0 + status: + code: 204 + message: No Content + url: https://tablestestlqphdga526psd4.table.cosmos.azure.com/Tables('uttablefd0a1460') +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_retention_too_long_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_retention_too_long_async.yaml index beb1a9876b84..6e3a21ea6a8b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_retention_too_long_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_retention_too_long_async.yaml @@ -11,32 +11,32 @@ interactions: Content-Type: - application/xml Date: - - Wed, 16 Sep 2020 21:54:40 GMT + - Mon, 02 Nov 2020 22:17:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:54:40 GMT + - Mon, 02 Nov 2020 22:17:49 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + uri: https://tablesteststorname.table.core.windows.net/?restype=service&comp=properties response: body: string: 'InvalidXmlDocumentXML specified is not syntactically valid. - RequestId:91edb172-0002-0028-5173-8c1fb8000000 + RequestId:126dda7c-9002-0072-7666-b1af5f000000 - Time:2020-09-16T21:54:40.8926916Z' + Time:2020-11-02T22:17:50.2499437Z' headers: content-length: '327' content-type: application/xml - date: Wed, 16 Sep 2020 21:54:40 GMT + date: Mon, 02 Nov 2020 22:17:50 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: InvalidXmlDocument x-ms-version: '2019-02-02' status: code: 400 message: XML specified is not syntactically valid. - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties + url: https://tablestest3kshxtdwqef7i5.table.core.windows.net/?restype=service&comp=properties version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_too_many_cors_rules_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_too_many_cors_rules_async.yaml index 0253a3e9b9a3..ed4669a32052 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_too_many_cors_rules_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_too_many_cors_rules_async.yaml @@ -17,32 +17,32 @@ interactions: Content-Type: - application/xml Date: - - Wed, 16 Sep 2020 21:57:12 GMT + - Mon, 02 Nov 2020 22:18:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 16 Sep 2020 21:57:12 GMT + - Mon, 02 Nov 2020 22:18:37 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + uri: https://tablesteststorname.table.core.windows.net/?restype=service&comp=properties response: body: string: 'InvalidXmlDocumentXML specified is not syntactically valid. - RequestId:cdec74f1-a002-0025-6174-8cf0b4000000 + RequestId:20fea029-a002-0020-1a66-b1f9c1000000 - Time:2020-09-16T21:57:13.1736600Z' + Time:2020-11-02T22:18:37.8485781Z' headers: content-length: '327' content-type: application/xml - date: Wed, 16 Sep 2020 21:57:12 GMT + date: Mon, 02 Nov 2020 22:18:37 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: InvalidXmlDocument x-ms-version: '2019-02-02' status: code: 400 message: XML specified is not syntactically valid. - url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties + url: https://tablestestntm7eyxmq3owag.table.core.windows.net/?restype=service&comp=properties version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_cosmos_async.test_retention_too_long_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_cosmos_async.test_retention_too_long_async.yaml new file mode 100644 index 000000000000..2d26581beaf5 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_cosmos_async.test_retention_too_long_async.yaml @@ -0,0 +1,39 @@ +interactions: +- request: + body: ' + + 1.0truetruetrue366' + headers: + Accept: + - application/xml + Content-Length: + - '273' + Content-Type: + - application/xml + Date: + - Fri, 30 Oct 2020 22:00:14 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 22:00:14 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://tablestestcosmosname.table.cosmos.azure.com/?restype=service&comp=properties + response: + body: + string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The requested operation is not supported.\\r\\nActivityId:\ + \ 4a424cb1-1afb-11eb-b2b6-58961df361d1, documentdb-dotnet-sdk/2.11.0 Host/64-bit\ + \ MicrosoftWindowsNT/6.2.9200.0\\nRequestID:4a424cb1-1afb-11eb-b2b6-58961df361d1\\\ + n\"}}}\r\n" + headers: + content-type: application/json;odata=fullmetadata + date: Fri, 30 Oct 2020 22:00:15 GMT + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 501 + message: Not Implemented + url: https://tablestest7zvosw46nuazuy.table.cosmos.azure.com/?restype=service&comp=properties +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_cosmos_async.test_too_many_cors_rules_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_cosmos_async.test_too_many_cors_rules_async.yaml new file mode 100644 index 000000000000..df1f99c6cfcb --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_cosmos_async.test_too_many_cors_rules_async.yaml @@ -0,0 +1,45 @@ +interactions: +- request: + body: ' + + www.xyz.comGET0www.xyz.comGET0www.xyz.comGET0www.xyz.comGET0www.xyz.comGET0www.xyz.comGET0' + headers: + Accept: + - application/xml + Content-Length: + - '1143' + Content-Type: + - application/xml + Date: + - Fri, 30 Oct 2020 22:00:35 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 30 Oct 2020 22:00:35 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://tablestestcosmosname.table.cosmos.azure.com/?restype=service&comp=properties + response: + body: + string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The requested operation is not supported.\\r\\nActivityId:\ + \ 5663f665-1afb-11eb-ad04-58961df361d1, documentdb-dotnet-sdk/2.11.0 Host/64-bit\ + \ MicrosoftWindowsNT/6.2.9200.0\\nRequestID:5663f665-1afb-11eb-ad04-58961df361d1\\\ + n\"}}}\r\n" + headers: + content-type: application/json;odata=fullmetadata + date: Fri, 30 Oct 2020 22:00:34 GMT + server: Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + status: + code: 501 + message: Not Implemented + url: https://tablestest7zvosw46nuazuy.table.cosmos.azure.com/?restype=service&comp=properties +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos.test_table_service_stats_f.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos.test_table_service_stats_f.yaml index b581e6f9c931..61f5d445eb7b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos.test_table_service_stats_f.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos.test_table_service_stats_f.yaml @@ -9,25 +9,27 @@ interactions: Connection: - keep-alive Date: - - Thu, 17 Sep 2020 18:22:18 GMT + - Tue, 03 Nov 2020 21:26:18 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 18:22:18 GMT + - Tue, 03 Nov 2020 21:26:18 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET - uri: https://cosmostablescosmosname-secondary.table.cosmos.azure.com/?restype=service&comp=stats + uri: https://tablestestcosmosname-secondary.table.cosmos.azure.com/?restype=service&comp=stats response: body: - string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - requested operation is not supported.\\r\\nActivityId: b8080e38-f912-11ea-8379-58961df361d1, - documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:b8080e38-f912-11ea-8379-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The requested operation is not supported.\\r\\nActivityId:\ + \ 3616d4ef-1e1b-11eb-aa52-58961df361d1, documentdb-dotnet-sdk/2.11.0 Host/64-bit\ + \ MicrosoftWindowsNT/6.2.9200.0\\nRequestID:3616d4ef-1e1b-11eb-aa52-58961df361d1\\\ + n\"}}}\r\n" headers: content-type: - application/json;odata=fullmetadata date: - - Thu, 17 Sep 2020 18:22:17 GMT + - Tue, 03 Nov 2020 21:26:19 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos.test_table_service_stats_when_unavailable.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos.test_table_service_stats_when_unavailable.yaml index acaa78fca2e9..8a5e838b4d76 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos.test_table_service_stats_when_unavailable.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos.test_table_service_stats_when_unavailable.yaml @@ -9,25 +9,27 @@ interactions: Connection: - keep-alive Date: - - Thu, 17 Sep 2020 18:22:18 GMT + - Tue, 03 Nov 2020 21:26:20 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 18:22:18 GMT + - Tue, 03 Nov 2020 21:26:20 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET - uri: https://cosmostablescosmosname-secondary.table.cosmos.azure.com/?restype=service&comp=stats + uri: https://tablestestcosmosname-secondary.table.cosmos.azure.com/?restype=service&comp=stats response: body: - string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - requested operation is not supported.\\r\\nActivityId: b86ffa83-f912-11ea-941b-58961df361d1, - documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:b86ffa83-f912-11ea-941b-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The requested operation is not supported.\\r\\nActivityId:\ + \ 37615d4d-1e1b-11eb-8938-58961df361d1, documentdb-dotnet-sdk/2.11.0 Host/64-bit\ + \ MicrosoftWindowsNT/6.2.9200.0\\nRequestID:37615d4d-1e1b-11eb-8938-58961df361d1\\\ + n\"}}}\r\n" headers: content-type: - application/json;odata=fullmetadata date: - - Thu, 17 Sep 2020 18:22:18 GMT + - Tue, 03 Nov 2020 21:26:20 GMT server: - Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos_async.test_table_service_stats_f.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos_async.test_table_service_stats_f.yaml index 8260c35c1a67..3b12956b82a4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos_async.test_table_service_stats_f.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos_async.test_table_service_stats_f.yaml @@ -5,27 +5,29 @@ interactions: Accept: - application/xml Date: - - Thu, 17 Sep 2020 21:10:47 GMT + - Tue, 03 Nov 2020 21:39:34 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 21:10:47 GMT + - Tue, 03 Nov 2020 21:39:34 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET - uri: https://pyacrstoragecosmosname-secondary.table.cosmos.azure.com/?restype=service&comp=stats + uri: https://tablestestcosmosname-secondary.table.cosmos.azure.com/?restype=service&comp=stats response: body: - string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - requested operation is not supported.\\r\\nActivityId: 41d76414-f92a-11ea-8a2f-58961df361d1, - documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:41d76414-f92a-11ea-8a2f-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The requested operation is not supported.\\r\\nActivityId:\ + \ 108d8308-1e1d-11eb-b6c7-58961df361d1, documentdb-dotnet-sdk/2.11.0 Host/64-bit\ + \ MicrosoftWindowsNT/6.2.9200.0\\nRequestID:108d8308-1e1d-11eb-b6c7-58961df361d1\\\ + n\"}}}\r\n" headers: content-type: application/json;odata=fullmetadata - date: Thu, 17 Sep 2020 21:10:48 GMT + date: Tue, 03 Nov 2020 21:39:34 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 501 message: Not Implemented - url: https://pyacrstorageastpp3w7ospo-secondary.table.cosmos.azure.com/?restype=service&comp=stats + url: https://tablestestacfwjy3jwzuzvv-secondary.table.cosmos.azure.com/?restype=service&comp=stats version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos_async.test_table_service_stats_when_unavailable.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos_async.test_table_service_stats_when_unavailable.yaml index 989a9ff3ff23..c4f02717bcbf 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos_async.test_table_service_stats_when_unavailable.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_cosmos_async.test_table_service_stats_when_unavailable.yaml @@ -5,27 +5,29 @@ interactions: Accept: - application/xml Date: - - Thu, 17 Sep 2020 21:11:52 GMT + - Tue, 03 Nov 2020 21:39:35 GMT User-Agent: - - azsdk-python-data-tables/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b3 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 17 Sep 2020 21:11:52 GMT + - Tue, 03 Nov 2020 21:39:35 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET - uri: https://pyacrstoragecosmosname-secondary.table.cosmos.azure.com/?restype=service&comp=stats + uri: https://tablestestcosmosname-secondary.table.cosmos.azure.com/?restype=service&comp=stats response: body: - string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\":\"en-us\",\"value\":\"The - requested operation is not supported.\\r\\nActivityId: 68354dcc-f92a-11ea-8b94-58961df361d1, - documentdb-dotnet-sdk/2.11.0 Host/64-bit MicrosoftWindowsNT/6.2.9200.0\\nRequestID:68354dcc-f92a-11ea-8b94-58961df361d1\\n\"}}}\r\n" + string: "{\"odata.error\":{\"code\":\"NotImplemented\",\"message\":{\"lang\"\ + :\"en-us\",\"value\":\"The requested operation is not supported.\\r\\nActivityId:\ + \ 10f50230-1e1d-11eb-84b4-58961df361d1, documentdb-dotnet-sdk/2.11.0 Host/64-bit\ + \ MicrosoftWindowsNT/6.2.9200.0\\nRequestID:10f50230-1e1d-11eb-84b4-58961df361d1\\\ + n\"}}}\r\n" headers: content-type: application/json;odata=fullmetadata - date: Thu, 17 Sep 2020 21:11:52 GMT + date: Tue, 03 Nov 2020 21:39:35 GMT server: Microsoft-HTTPAPI/2.0 transfer-encoding: chunked status: code: 501 message: Not Implemented - url: https://pyacrstorageastpp3w7ospo-secondary.table.cosmos.azure.com/?restype=service&comp=stats + url: https://tablestestacfwjy3jwzuzvv-secondary.table.cosmos.azure.com/?restype=service&comp=stats version: 1 diff --git a/sdk/tables/azure-data-tables/tests/test_table.py b/sdk/tables/azure-data-tables/tests/test_table.py index 04c8e60789c5..8d1f1f5f26cf 100644 --- a/sdk/tables/azure-data-tables/tests/test_table.py +++ b/sdk/tables/azure-data-tables/tests/test_table.py @@ -95,7 +95,6 @@ def _delete_all_tables(self, ts): pass # --Test cases for tables -------------------------------------------------- - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_create_properties(self, resource_group, location, storage_account, storage_account_key): @@ -383,17 +382,11 @@ def test_delete_table_with_non_existing_table_fail_not_exist(self, resource_grou with pytest.raises(HttpResponseError): ts.delete_table(table_name) - # Assert - - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_unicode_create_table_unicode_name(self, resource_group, location, storage_account, storage_account_key): # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos URLs do notsupport unicode table names") - ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) table_name = u'啊齄丂狛狜' @@ -410,8 +403,6 @@ def test_unicode_create_table_unicode_name(self, resource_group, location, stora def test_get_table_acl(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") account_url = self.account_url(storage_account, "table") ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) table = self._create_table(ts) @@ -425,15 +416,12 @@ def test_get_table_acl(self, resource_group, location, storage_account, storage_ finally: ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, location, storage_account, storage_account_key): # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos URLs do notsupport unicode table names") ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) @@ -449,15 +437,12 @@ def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, locat finally: ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_set_table_acl_with_empty_signed_identifier(self, resource_group, location, storage_account, storage_account_key): # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos URLs do notsupport unicode table names") ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) @@ -476,15 +461,12 @@ def test_set_table_acl_with_empty_signed_identifier(self, resource_group, locati finally: ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_set_table_acl_with_signed_identifiers(self, resource_group, location, storage_account, storage_account_key): # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos URLs do notsupport unicode table names") ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) @@ -511,8 +493,6 @@ def test_set_table_acl_with_signed_identifiers(self, resource_group, location, s def test_set_table_acl_too_many_ids(self, resource_group, location, storage_account, storage_account_key): # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos URLs do notsupport unicode table names") ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) @@ -537,9 +517,6 @@ def test_account_sas(self, resource_group, location, storage_account, storage_ac # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos Tables does not yet support sas") - tsc = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) table = self._create_table(tsc) @@ -583,7 +560,7 @@ def test_account_sas(self, resource_group, location, storage_account, storage_ac finally: self._delete_table(table=table, ts=tsc) - @pytest.mark.skip("msrest fails deserialization: https://github.com/Azure/msrest-for-python/issues/192") + @pytest.mark.skip("Test fails on Linux and in Python2. Throws a locale.Error: unsupported locale setting") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_locale(self, resource_group, location, storage_account, storage_account_key): diff --git a/sdk/tables/azure-data-tables/tests/test_table_async.py b/sdk/tables/azure-data-tables/tests/test_table_async.py index f30bc44d46e5..24852b0a9655 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_async.py @@ -51,7 +51,6 @@ async def _delete_table(self, ts, table): pass # --Test cases for tables -------------------------------------------------- - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_create_table(self, resource_group, location, storage_account, storage_account_key): @@ -68,7 +67,6 @@ async def test_create_table(self, resource_group, location, storage_account, sto assert created.table_name == table_name await ts.delete_table(table_name=table_name) - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_create_table_fail_on_exist(self, resource_group, location, storage_account, storage_account_key): @@ -147,7 +145,6 @@ async def test_delete_table_invalid_name(self, resource_group, location, storage assert "Table names must be alphanumeric, cannot begin with a number, and must be between 3-63 characters long.""" in str( excinfo) - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_list_tables(self, resource_group, location, storage_account, storage_account_key): @@ -170,7 +167,6 @@ async def test_list_tables(self, resource_group, location, storage_account, stor assert tables[0] is not None await ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_query_tables_with_filter(self, resource_group, location, storage_account, storage_account_key): @@ -194,7 +190,6 @@ async def test_query_tables_with_filter(self, resource_group, location, storage_ assert table_item.table_name is not None await ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_list_tables_with_num_results(self, resource_group, location, storage_account, storage_account_key): @@ -218,7 +213,6 @@ async def test_list_tables_with_num_results(self, resource_group, location, stor assert len(small_page) == 2 assert len(big_page) >= 4 - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_list_tables_with_marker(self, resource_group, location, storage_account, storage_account_key): @@ -253,7 +247,6 @@ async def test_list_tables_with_marker(self, resource_group, location, storage_a assert tables2_len == 2 assert tables1 != tables2 - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_delete_table_with_existing_table(self, resource_group, location, storage_account, @@ -272,7 +265,6 @@ async def test_delete_table_with_existing_table(self, resource_group, location, tables.append(e) assert tables == [] - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_delete_table_with_non_existing_table_fail_not_exist(self, resource_group, location, storage_account, @@ -288,16 +280,12 @@ async def test_delete_table_with_non_existing_table_fail_not_exist(self, resourc # Assert - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_unicode_create_table_unicode_name(self, resource_group, location, storage_account, storage_account_key): # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos URLs do notsupport unicode table names") - ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) table_name = u'啊齄丂狛狜' @@ -314,9 +302,6 @@ async def test_unicode_create_table_unicode_name(self, resource_group, location, async def test_get_table_acl(self, resource_group, location, storage_account, storage_account_key): # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos URLs do notsupport unicode table names") - ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) table = await self._create_table(ts) @@ -330,16 +315,12 @@ async def test_get_table_acl(self, resource_group, location, storage_account, st finally: await ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, location, storage_account, storage_account_key): # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos URLs do notsupport unicode table names") - ts = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) table = await self._create_table(ts) @@ -352,18 +333,14 @@ async def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, assert acl is not None assert len(acl) == 0 finally: - # self._delete_table(table) await ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_set_table_acl_with_empty_signed_identifier(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, storage_account_key) table = await self._create_table(ts) try: @@ -381,15 +358,12 @@ async def test_set_table_acl_with_empty_signed_identifier(self, resource_group, # self._delete_table(table) await ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_set_table_acl_with_signed_identifiers(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, storage_account_key) table = await self._create_table(ts) client = ts.get_table_client(table_name=table.table_name) @@ -410,14 +384,11 @@ async def test_set_table_acl_with_signed_identifiers(self, resource_group, locat finally: await ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_set_table_acl_too_many_ids(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, storage_account_key) table = await self._create_table(ts) try: @@ -440,9 +411,6 @@ async def test_account_sas(self, resource_group, location, storage_account, stor # Arrange account_url = self.account_url(storage_account, "table") - if 'cosmos' in account_url: - pytest.skip("Cosmos Tables does not yet support sas") - tsc = self.create_client_from_credential(TableServiceClient, storage_account_key, account_url=account_url) table = await self._create_table(tsc) @@ -483,7 +451,7 @@ async def test_account_sas(self, resource_group, location, storage_account, stor finally: await self._delete_table(table=table, ts=tsc) - @pytest.mark.skip("msrest fails deserialization: https://github.com/Azure/msrest-for-python/issues/192") + @pytest.mark.skip("Test fails on Linux and in Python2. Throws a locale.Error: unsupported locale setting") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_locale(self, resource_group, location, storage_account, storage_account_key): diff --git a/sdk/tables/azure-data-tables/tests/test_table_batch.py b/sdk/tables/azure-data-tables/tests/test_table_batch.py index c7c5eca909fb..864d67c97a4b 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_batch.py +++ b/sdk/tables/azure-data-tables/tests/test_table_batch.py @@ -762,6 +762,7 @@ def test_batch_same_row_operations_fail(self, resource_group, location, storage_ entity = self._create_random_entity_dict( '001', 'batch_negative_1') batch.update_entity(entity, mode=UpdateMode.MERGE) + # Assert with pytest.raises(BatchErrorException): diff --git a/sdk/tables/azure-data-tables/tests/test_table_batch_async.py b/sdk/tables/azure-data-tables/tests/test_table_batch_async.py index deb062fa5852..05b8bbb6d0d3 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_batch_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_batch_async.py @@ -702,6 +702,7 @@ async def test_batch_same_row_operations_fail(self, resource_group, location, st entity = self._create_updated_entity_dict( '001', 'batch_negative_1') batch.update_entity(entity) + entity = self._create_random_entity_dict( '001', 'batch_negative_1') batch.update_entity(entity) @@ -738,7 +739,6 @@ async def test_batch_different_partition_operations_fail(self, resource_group, l finally: await self._tear_down() - @pytest.mark.skip("This does not throw an error, but it should") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_batch_too_many_ops(self, resource_group, location, storage_account, storage_account_key): @@ -749,13 +749,14 @@ async def test_batch_too_many_ops(self, resource_group, location, storage_accoun await self.table.create_entity(entity) # Act - with pytest.raises(ValueError): + with pytest.raises(BatchErrorException): batch = self.table.create_batch() for i in range(0, 101): entity = TableEntity() entity.PartitionKey = 'large' entity.RowKey = 'item{0}'.format(i) batch.create_entity(entity) + await self.table.send_batch(batch) # Assert finally: diff --git a/sdk/tables/azure-data-tables/tests/test_table_batch_cosmos.py b/sdk/tables/azure-data-tables/tests/test_table_batch_cosmos.py index b970cd9cf4b2..2eaae5ce31a1 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_batch_cosmos.py +++ b/sdk/tables/azure-data-tables/tests/test_table_batch_cosmos.py @@ -583,67 +583,6 @@ def test_batch_all_operations_together_context_manager(self, resource_group, loc finally: self._tear_down() - @pytest.mark.skip("Not sure this is how the batching should operate, will consult w/ Anna") - @pytest.mark.skipif(sys.version_info < (3, 0), reason="requires Python3") - @CachedResourceGroupPreparer(name_prefix="tablestest") - @CachedCosmosAccountPreparer(name_prefix="tablestest") - def test_batch_reuse(self, resource_group, location, cosmos_account, cosmos_account_key): - # Arrange - self._set_up(cosmos_account, cosmos_account_key) - try: - table2 = self._get_table_reference('table2') - table2.create_table() - - # Act - entity = TableEntity() - entity.PartitionKey = '003' - entity.RowKey = 'batch_all_operations_together-1' - entity.test = EntityProperty(True) - entity.test2 = 'value' - entity.test3 = 3 - entity.test4 = EntityProperty(1234567890) - entity.test5 = datetime.utcnow() - - batch = TableBatchClient() - batch.create_entity(entity) - entity.RowKey = 'batch_all_operations_together-2' - batch.create_entity(entity) - entity.RowKey = 'batch_all_operations_together-3' - batch.create_entity(entity) - entity.RowKey = 'batch_all_operations_together-4' - batch.create_entity(entity) - - self.table.send_batch(batch) - table2.send_batch(batch) - - batch = TableBatchClient() - entity.RowKey = 'batch_all_operations_together' - batch.create_entity(entity) - entity.RowKey = 'batch_all_operations_together-1' - batch.delete_item(entity.PartitionKey, entity.RowKey) - entity.RowKey = 'batch_all_operations_together-2' - entity.test3 = 10 - batch.update_entity(entity) - entity.RowKey = 'batch_all_operations_together-3' - entity.test3 = 100 - batch.update_entity(entity, mode='MERGE') - entity.RowKey = 'batch_all_operations_together-4' - entity.test3 = 10 - batch.upsert_item(entity) - entity.RowKey = 'batch_all_operations_together-5' - batch.upsert_item(entity, mode='MERGE') - - self.table.send_batch(batch) - resp = table2.send_batch(batch) - - # Assert - assert 6 == len(list(resp)) - entities = list(self.table.query_items("PartitionKey eq '003'")) - assert 5 == len(entities) - finally: - self._tear_down() - - # @pytest.mark.skip("This does not throw an error, but it should") @pytest.mark.skipif(sys.version_info < (3, 0), reason="requires Python3") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") @@ -695,7 +634,7 @@ def test_batch_different_partition_operations_fail(self, resource_group, locatio finally: self._tear_down() - @pytest.mark.skip("This does not throw an error, but it should") + @pytest.mark.skip("On Cosmos, the limit is not specified.") @pytest.mark.skipif(sys.version_info < (3, 0), reason="requires Python3") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") @@ -707,7 +646,7 @@ def test_batch_too_many_ops(self, resource_group, location, cosmos_account, cosm self.table.create_entity(entity) # Act - with pytest.raises(ValueError): + with pytest.raises(BatchErrorException): batch = self.table.create_batch() for i in range(0, 101): entity = TableEntity() diff --git a/sdk/tables/azure-data-tables/tests/test_table_batch_cosmos_async.py b/sdk/tables/azure-data-tables/tests/test_table_batch_cosmos_async.py index eab0ff133c64..04521a14d032 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_batch_cosmos_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_batch_cosmos_async.py @@ -653,49 +653,6 @@ async def test_batch_all_operations_together_context_manager(self, resource_grou finally: await self._tear_down() - @pytest.mark.skip("Not sure this is how the batching should operate, will consult w/ Anna") - @CachedResourceGroupPreparer(name_prefix="tablestest") - @CachedCosmosAccountPreparer(name_prefix="tablestest") - async def test_batch_reuse(self, resource_group, location, cosmos_account, cosmos_account_key): - # Arrange - await self._set_up(cosmos_account, cosmos_account_key) - try: - table2 = self._get_table_reference('table2') - table2.create_table() - - # Act - entity = TableEntity() - entity.PartitionKey = '003' - entity.RowKey = 'batch_all_operations_together-1' - entity.test = EntityProperty(True) - entity.test2 = 'value' - entity.test3 = 3 - entity.test4 = EntityProperty(1234567890) - entity.test5 = datetime.utcnow() - - batch = self.table.create_batch() - batch.create_entity(entity) - entity.RowKey = 'batch_all_operations_together-2' - batch.create_entity(entity) - entity.RowKey = 'batch_all_operations_together-3' - batch.create_entity(entity) - entity.RowKey = 'batch_all_operations_together-4' - batch.create_entity(entity) - - await self.table.send_batch(batch) - with pytest.raises(HttpResponseError): - resp = await table2.send_batch(batch) - - # Assert - entities = self.table.query_entities("PartitionKey eq '003'") - length = 0 - async for e in entities: - length += 1 - assert 5 == length - finally: - await self._tear_down() - - # @pytest.mark.skip("This does not throw an error, but it should") @pytest.mark.skipif(sys.version_info < (3, 0), reason="requires Python3") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") @@ -748,7 +705,7 @@ async def test_batch_different_partition_operations_fail(self, resource_group, l finally: await self._tear_down() - @pytest.mark.skip("This does not throw an error, but it should") + @pytest.mark.skip("On Cosmos, the limit is not specified.") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_batch_too_many_ops(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -759,7 +716,7 @@ async def test_batch_too_many_ops(self, resource_group, location, cosmos_account await self.table.create_entity(entity) # Act - with pytest.raises(ValueError): + with pytest.raises(BatchErrorException): batch = self.table.create_batch() for i in range(0, 101): entity = TableEntity() diff --git a/sdk/tables/azure-data-tables/tests/test_table_client.py b/sdk/tables/azure-data-tables/tests/test_table_client.py index 9db2fbdedaa0..952f118a520d 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_client.py +++ b/sdk/tables/azure-data-tables/tests/test_table_client.py @@ -76,8 +76,6 @@ def test_create_service_with_sas(self, resource_group, location, storage_account # Arrange url = self.account_url(storage_account, "table") suffix = '.table.core.windows.net' - if 'cosmos' in url: - suffix = '.table.cosmos.azure.com' for service_type in SERVICES: # Act service = service_type( @@ -95,8 +93,6 @@ def test_create_service_with_sas(self, resource_group, location, storage_account def test_create_service_with_token(self, resource_group, location, storage_account, storage_account_key): url = self.account_url(storage_account, "table") suffix = '.table.core.windows.net' - if 'cosmos' in url: - suffix = '.table.cosmos.azure.com' for service_type in SERVICES: # Act service = service_type(url, credential=self.token_credential, table_name='foo') @@ -122,12 +118,9 @@ def test_create_service_with_token_and_http(self, resource_group, location, stor @CachedStorageAccountPreparer(name_prefix="tablestest") def test_create_service_china(self, resource_group, location, storage_account, storage_account_key): # Arrange - # TODO: Confirm regional cloud cosmos URLs for service_type in SERVICES.items(): # Act url = self.account_url(storage_account, "table").replace('core.windows.net', 'core.chinacloudapi.cn') - if 'cosmos.azure' in url: - pytest.skip("Confirm cosmos national cloud URLs") service = service_type[0]( url, credential=storage_account_key, table_name='foo') @@ -398,7 +391,6 @@ def test_create_service_with_custom_account_endpoint_path(self, resource_group, assert service._primary_hostname == 'local-machine:11002/custom/account/path' assert service.url.startswith('http://local-machine:11002/custom/account/path') - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_user_agent_default(self, resource_group, location, storage_account, storage_account_key): @@ -406,15 +398,14 @@ def test_user_agent_default(self, resource_group, location, storage_account, sto def callback(response): assert 'User-Agent' in response.http_request.headers - assert response.http_request.headers['User-Agent'] in "azsdk-python-data-tables/{} Python/{} ({})".format( + assert "azsdk-python-data-tables/{} Python/{} ({})".format( VERSION, platform.python_version(), - platform.platform()) + platform.platform()) in response.http_request.headers['User-Agent'] tables = list(service.list_tables(raw_response_hook=callback)) assert isinstance(tables, list) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_user_agent_custom(self, resource_group, location, storage_account, storage_account_key): diff --git a/sdk/tables/azure-data-tables/tests/test_table_client_async.py b/sdk/tables/azure-data-tables/tests/test_table_client_async.py index e7188a491ac1..85435eedd98e 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_client_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_client_async.py @@ -76,8 +76,6 @@ async def test_create_service_with_sas_async(self, resource_group, location, sto # Arrange url = self.account_url(storage_account, "table") suffix = '.table.core.windows.net' - if 'cosmos' in url: - suffix = '.table.cosmos.azure.com' for service_type in SERVICES: # Act service = service_type( @@ -95,8 +93,6 @@ async def test_create_service_with_sas_async(self, resource_group, location, sto async def test_create_service_with_token_async(self, resource_group, location, storage_account, storage_account_key): url = self.account_url(storage_account, "table") suffix = '.table.core.windows.net' - if 'cosmos' in url: - suffix = '.table.cosmos.azure.com' for service_type in SERVICES: # Act service = service_type(url, credential=self.token_credential, table_name='foo') @@ -126,8 +122,6 @@ async def test_create_service_china_async(self, resource_group, location, storag for service_type in SERVICES.items(): # Act url = self.account_url(storage_account, "table").replace('core.windows.net', 'core.chinacloudapi.cn') - if 'cosmos.azure' in url: - pytest.skip("Confirm cosmos national cloud URLs") service = service_type[0]( url, credential=storage_account_key, table_name='foo') @@ -355,7 +349,6 @@ async def test_create_service_with_conn_str_succeeds_if_sec_with_primary_async(s assert service.credential.account_key == storage_account_key assert service._primary_endpoint.startswith('https://www.mydomain.com') - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_create_service_with_custom_account_endpoint_path_async(self, resource_group, location, storage_account, storage_account_key): @@ -393,7 +386,6 @@ async def test_create_service_with_custom_account_endpoint_path_async(self, reso assert service._primary_hostname == 'local-machine:11002/custom/account/path' assert service.url.startswith('http://local-machine:11002/custom/account/path') - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_user_agent_default_async(self, resource_group, location, storage_account, storage_account_key): @@ -409,7 +401,6 @@ def callback(response): tables = service.list_tables(raw_response_hook=callback) assert tables is not None - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_user_agent_custom_async(self, resource_group, location, storage_account, storage_account_key): diff --git a/sdk/tables/azure-data-tables/tests/test_table_client_cosmos.py b/sdk/tables/azure-data-tables/tests/test_table_client_cosmos.py index fb4536103723..5d9dddc5f6cc 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_client_cosmos.py +++ b/sdk/tables/azure-data-tables/tests/test_table_client_cosmos.py @@ -10,7 +10,10 @@ from azure.data.tables import TableServiceClient, TableClient from azure.data.tables._version import VERSION -from devtools_testutils import ResourceGroupPreparer, StorageAccountPreparer +from devtools_testutils import ( + ResourceGroupPreparer, + StorageAccountPreparer +) from _shared.testcase import ( TableTestCase, RERUNS_DELAY, @@ -83,9 +86,7 @@ def test_create_service_with_connection_string(self, resource_group, location, c def test_create_service_with_sas(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - suffix = '.table.core.windows.net' - if 'cosmos' in url: - suffix = '.table.cosmos.azure.com' + suffix = '.table.cosmos.azure.com' for service_type in SERVICES: # Act service = service_type( @@ -104,9 +105,7 @@ def test_create_service_with_sas(self, resource_group, location, cosmos_account, @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_create_service_with_token(self, resource_group, location, cosmos_account, cosmos_account_key): url = self.account_url(cosmos_account, "cosmos") - suffix = '.table.core.windows.net' - if 'cosmos' in url: - suffix = '.table.cosmos.azure.com' + suffix = '.table.cosmos.azure.com' for service_type in SERVICES: # Act service = service_type(url, credential=self.token_credential, table_name='foo') @@ -132,6 +131,7 @@ def test_create_service_with_token_and_http(self, resource_group, location, cosm if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skip("Confirm cosmos national cloud URLs") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_create_service_china(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -140,17 +140,15 @@ def test_create_service_china(self, resource_group, location, cosmos_account, co for service_type in SERVICES.items(): # Act url = self.account_url(cosmos_account, "cosmos").replace('core.windows.net', 'core.chinacloudapi.cn') - if 'cosmos.azure' in url: - pytest.skip("Confirm cosmos national cloud URLs") service = service_type[0]( url, credential=cosmos_account_key, table_name='foo') # Assert assert service is not None - assert service.account_name == storage_account.name - assert service.credential.account_name == storage_account.name - assert service.credential.account_key == storage_account_key - assert service._primary_endpoint.startswith('https://{}.{}.core.chinacloudapi.cn'.format(storage_account.name, "table")) + assert service.account_name == cosmos_account.name + assert service.credential.account_name == cosmos_account.name + assert service.credential.account_key == cosmos_account + assert service._primary_endpoint.startswith('https://{}.{}.core.chinacloudapi.cn'.format(cosmos_account.name, "table")) if self.is_live: sleep(SLEEP_DELAY) @@ -267,8 +265,6 @@ def test_create_service_with_connection_string_cosmos(self, resource_group, loca if self.is_live: sleep(SLEEP_DELAY) - - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_create_service_with_connection_string_endpoint_protocol(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -285,7 +281,7 @@ def test_create_service_with_connection_string_endpoint_protocol(self, resource_ assert service.account_name == cosmos_account.name assert service.credential.account_name == cosmos_account.name assert service.credential.account_key == cosmos_account_key - assert service._primary_endpoint.startswith('http://{}.{}.core.chinacloudapi.cn'.format(storage_account.name, "table")) + assert service._primary_endpoint.startswith('http://{}.{}.core.chinacloudapi.cn'.format(cosmos_account.name, "table")) assert service.scheme == 'http' if self.is_live: sleep(SLEEP_DELAY) @@ -445,7 +441,6 @@ def test_create_service_with_custom_account_endpoint_path(self, resource_group, if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_user_agent_default(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -453,11 +448,10 @@ def test_user_agent_default(self, resource_group, location, cosmos_account, cosm def callback(response): assert 'User-Agent' in response.http_request.headers - assert response.http_request.headers['User-Agent'] in "azsdk-python-data-tables/{} Python/{} ({})".format( + assert "azsdk-python-data-tables/{} Python/{} ({})".format( VERSION, platform.python_version(), - platform.platform()) - + platform.platform()) in response.http_request.headers['User-Agent'] tables = list(service.list_tables(raw_response_hook=callback)) assert isinstance(tables, list) diff --git a/sdk/tables/azure-data-tables/tests/test_table_client_cosmos_async.py b/sdk/tables/azure-data-tables/tests/test_table_client_cosmos_async.py index f284337d111b..f05e6105fdc4 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_client_cosmos_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_client_cosmos_async.py @@ -13,6 +13,7 @@ from devtools_testutils import ( ResourceGroupPreparer, CachedResourceGroupPreparer, + AzureTestCase ) from _shared.testcase import ( TableTestCase, @@ -82,9 +83,7 @@ async def test_create_service_with_connection_string_async(self, resource_group, async def test_create_service_with_sas_async(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - suffix = '.table.core.windows.net' - if 'cosmos' in url: - suffix = '.table.cosmos.azure.com' + suffix = '.table.cosmos.azure.com' for service_type in SERVICES: # Act service = service_type( @@ -101,9 +100,7 @@ async def test_create_service_with_sas_async(self, resource_group, location, cos @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_create_service_with_token_async(self, resource_group, location, cosmos_account, cosmos_account_key): url = self.account_url(cosmos_account, "cosmos") - suffix = '.table.core.windows.net' - if 'cosmos' in url: - suffix = '.table.cosmos.azure.com' + suffix = '.table.cosmos.azure.com' for service_type in SERVICES: # Act service = service_type(url, credential=self.token_credential, table_name='foo') @@ -125,6 +122,7 @@ async def test_create_service_with_token_and_http_async(self, resource_group, lo url = self.account_url(cosmos_account, "cosmos").replace('https', 'http') service_type(url, credential=self.token_credential, table_name='foo') + @pytest.mark.skip("Confirm cosmos national cloud URLs") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_create_service_china_async(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -133,8 +131,6 @@ async def test_create_service_china_async(self, resource_group, location, cosmos for service_type in SERVICES.items(): # Act url = self.account_url(cosmos_account, "cosmos").replace('core.windows.net', 'core.chinacloudapi.cn') - if 'cosmos.azure' in url: - pytest.skip("Confirm cosmos national cloud URLs") service = service_type[0]( url, credential=cosmos_account_key, table_name='foo') @@ -244,7 +240,6 @@ async def test_create_service_with_connection_string_cosmos_async(self, resource assert service._primary_endpoint.startswith('https://' + cosmos_account.name + '.table.cosmos.azure.com') assert service.scheme == 'https' - @pytest.mark.skip("Error with china cloud") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_create_service_with_connection_string_endpoint_protocol_async(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -258,11 +253,12 @@ async def test_create_service_with_connection_string_endpoint_protocol_async(sel # Assert assert service is not None - assert service.account_name == cosmos_account.name - assert service.credential.account_name == cosmos_account.name - assert service.credential.account_key == cosmos_account_key - assert service._primary_endpoint.startswith('http://{}.{}.core.chinacloudapi.cn'.format(cosmos_account.name, "cosmos")) - assert service.scheme == 'http' + assert service.account_name == cosmos_account.name + assert service.credential.account_name == cosmos_account.name + assert service.credential.account_key == cosmos_account_key + print(service._primary_endpoint) + assert service._primary_endpoint.startswith('http://{}.{}.core.chinacloudapi.cn'.format(cosmos_account.name, "table")) + assert service.scheme == 'http' @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") @@ -364,7 +360,6 @@ async def test_create_service_with_conn_str_succeeds_if_sec_with_primary_async(s assert service.credential.account_key == cosmos_account_key assert service._primary_endpoint.startswith('https://www.mydomain.com') - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_create_service_with_custom_account_endpoint_path_async(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -403,7 +398,6 @@ async def test_create_service_with_custom_account_endpoint_path_async(self, reso assert service._primary_hostname == 'local-machine:11002/custom/account/path' assert service.url.startswith('http://local-machine:11002/custom/account/path') - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_user_agent_default_async(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -416,10 +410,9 @@ def callback(response): platform.python_version(), platform.platform()) - tables = list(service.list_tables(raw_response_hook=callback)) - assert isinstance(tables, list) + tables = service.list_tables(raw_response_hook=callback) + assert tables is not None - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_user_agent_custom_async(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -434,8 +427,8 @@ def callback(response): platform.python_version(), platform.platform()) in response.http_request.headers['User-Agent'] - tables = list(service.list_tables(raw_response_hook=callback)) - assert isinstance(tables, list) + tables = service.list_tables(raw_response_hook=callback) + assert tables is not None def callback(response): assert 'User-Agent' in response.http_request.headers @@ -444,8 +437,8 @@ def callback(response): platform.python_version(), platform.platform()) in response.http_request.headers['User-Agent'] - tables = list(service.list_tables(raw_response_hook=callback, user_agent="TestApp/v2.0")) - assert isinstance(tables, list) + tables = service.list_tables(raw_response_hook=callback, user_agent="TestApp/v2.0") + assert tables is not None @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") @@ -463,7 +456,6 @@ def callback(response): custom_headers = {'User-Agent': 'customer_user_agent'} tables = service.list_tables(raw_response_hook=callback, headers=custom_headers) - @pytest.mark.skip("kierans theory") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_create_table_client_with_complete_table_url_async(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -489,7 +481,7 @@ async def test_create_table_client_with_complete_url_async(self, resource_group, assert service.table_name == 'bar' assert service.account_name == cosmos_account.name - @pytest.mark.skip("kierans theory") + @AzureTestCase.await_prepared_test async def test_create_table_client_with_invalid_name_async(self): # Arrange table_url = "https://{}.table.cosmos.azure.com:443/foo".format("cosmos_account_name") @@ -501,6 +493,7 @@ async def test_create_table_client_with_invalid_name_async(self): assert "Table names must be alphanumeric, cannot begin with a number, and must be between 3-63 characters long.""" in str(excinfo) + @AzureTestCase.await_prepared_test async def test_error_with_malformed_conn_str_async(self): # Arrange diff --git a/sdk/tables/azure-data-tables/tests/test_table_cosmos.py b/sdk/tables/azure-data-tables/tests/test_table_cosmos.py index 6f7a359e6663..4a02ae5121fd 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_cosmos.py +++ b/sdk/tables/azure-data-tables/tests/test_table_cosmos.py @@ -103,7 +103,7 @@ def _delete_all_tables(self, ts): # --Test cases for tables -------------------------------------------------- - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos Tables does not yet support service properties") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_create_properties(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -116,7 +116,7 @@ def test_create_properties(self, resource_group, location, cosmos_account, cosmo # Assert assert created.table_name == table_name - properties = ts.get_service_properties() + # properties = ts.get_service_properties() ts.set_service_properties(analytics_logging=TableAnalyticsLogging(write=True)) p = ts.get_service_properties() @@ -130,7 +130,6 @@ def test_create_properties(self, resource_group, location, cosmos_account, cosmo if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_create_table(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -364,14 +363,12 @@ def test_delete_table_with_non_existing_table_fail_not_exist(self, resource_grou if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_unicode_create_table_unicode_name(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos URLs support unicode table names") ts = TableServiceClient(url, cosmos_account_key) table_name = u'啊齄丂狛狜' @@ -382,13 +379,12 @@ def test_unicode_create_table_unicode_name(self, resource_group, location, cosmo if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_get_table_acl(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(self.account_url(cosmos_account, "cosmos"), cosmos_account_key) table = self._create_table(ts) try: @@ -404,15 +400,13 @@ def test_get_table_acl(self, resource_group, location, cosmos_account, cosmos_ac if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, cosmos_account_key) table = self._create_table(ts) try: @@ -429,15 +423,13 @@ def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, locat if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_set_table_acl_with_empty_signed_identifier(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, cosmos_account_key) table = self._create_table(ts) try: @@ -457,15 +449,13 @@ def test_set_table_acl_with_empty_signed_identifier(self, resource_group, locati if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_set_table_acl_with_signed_identifiers(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, cosmos_account_key) table = self._create_table(ts) client = ts.get_table_client(table_name=table.table_name) @@ -488,13 +478,12 @@ def test_set_table_acl_with_signed_identifiers(self, resource_group, location, c if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_set_table_acl_too_many_ids(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, cosmos_account_key) table = self._create_table(ts) try: @@ -512,7 +501,7 @@ def test_set_table_acl_too_many_ids(self, resource_group, location, cosmos_accou if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844") + @pytest.mark.skip("Cosmos Tables does not yet support sas") @pytest.mark.live_test_only @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") @@ -521,8 +510,6 @@ def test_account_sas(self, resource_group, location, cosmos_account, cosmos_acco # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") tsc = TableServiceClient(url, cosmos_account_key) table = self._create_table(tsc) try: @@ -560,7 +547,7 @@ def test_account_sas(self, resource_group, location, cosmos_account, cosmos_acco finally: self._delete_table(table=table, ts=tsc) - @pytest.mark.skip("msrest fails deserialization: https://github.com/Azure/msrest-for-python/issues/192") + @pytest.mark.skip("Test fails on Linux and in Python2. Throws a locale.Error: unsupported locale setting") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_locale(self, resource_group, location, cosmos_account, cosmos_account_key): diff --git a/sdk/tables/azure-data-tables/tests/test_table_cosmos_async.py b/sdk/tables/azure-data-tables/tests/test_table_cosmos_async.py index 6b8068314acf..600f56f7e2f6 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_cosmos_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_cosmos_async.py @@ -192,7 +192,7 @@ async def test_query_tables_with_filter(self, resource_group, location, cosmos_a if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("small page and large page issues") + @pytest.mark.skip("small page and large page issues, 6 != 3") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_list_tables_with_num_results(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -218,7 +218,6 @@ async def test_list_tables_with_num_results(self, resource_group, location, cosm if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_list_tables_with_marker(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -229,22 +228,27 @@ async def test_list_tables_with_marker(self, resource_group, location, cosmos_ac for i in range(0, 4): await self._create_table(ts, prefix + str(i), table_names) - # table_names.sort() - # Act - generator1 = ts.list_tables(query_options=QueryOptions(top=2)).by_page() - tables1 = [] - async for el in await generator1: - tables1.append(el) - generator2 = ts.list_tables(query_options=QueryOptions(top=2)).by_page( + generator1 = ts.list_tables(results_per_page=2).by_page() + await generator1.__anext__() + + generator2 = ts.list_tables(results_per_page=2).by_page( continuation_token=generator1.continuation_token) - tables2 = [] - async for el in await generator2: - tables2.append(el) + await generator2.__anext__() + + tables1 = generator1._current_page + tables2 = generator2._current_page + + tables1_len = 0 + async for _ in tables1: + tables1_len += 1 + tables2_len = 0 + async for _ in tables2: + tables2_len += 1 # Assert - assert len(tables1) == 2 - assert len(tables2) == 2 + assert tables1_len == 2 + assert tables2_len == 2 assert tables1 != tables2 if self.is_live: @@ -289,14 +293,9 @@ async def test_unicode_create_table_unicode_name(self, resource_group, location, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos URLs support unicode table names") ts = TableServiceClient(url, cosmos_account_key) table_name = u'啊齄丂狛狜' - # Act - # with pytest.raises(HttpResponseError): - with pytest.raises(ValueError) as excinfo: await ts.create_table(table_name=table_name) @@ -306,13 +305,12 @@ async def test_unicode_create_table_unicode_name(self, resource_group, location, if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_get_table_acl(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(self.account_url(cosmos_account, "cosmos"), cosmos_account_key) table = await self._create_table(ts) try: @@ -328,15 +326,13 @@ async def test_get_table_acl(self, resource_group, location, cosmos_account, cos if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, cosmos_account_key) table = await self._create_table(ts) try: @@ -353,15 +349,13 @@ async def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_set_table_acl_with_empty_signed_identifier(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, cosmos_account_key) table = await self._create_table(ts) try: @@ -381,15 +375,13 @@ async def test_set_table_acl_with_empty_signed_identifier(self, resource_group, if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_set_table_acl_with_signed_identifiers(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, cosmos_account_key) table = await self._create_table(ts) client = ts.get_table_client(table_name=table.table_name) @@ -413,13 +405,12 @@ async def test_set_table_acl_with_signed_identifiers(self, resource_group, locat if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skip("Cosmos does not support table access policy") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_set_table_acl_too_many_ids(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos endpoint does not support this") ts = TableServiceClient(url, cosmos_account_key) table = await self._create_table(ts) try: @@ -437,7 +428,7 @@ async def test_set_table_acl_too_many_ids(self, resource_group, location, cosmos if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not support table access policy") @pytest.mark.live_test_only @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") @@ -446,8 +437,6 @@ async def test_account_sas(self, resource_group, location, cosmos_account, cosmo # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") tsc = TableServiceClient(url, cosmos_account_key) table = await self._create_table(tsc) try: @@ -487,7 +476,7 @@ async def test_account_sas(self, resource_group, location, cosmos_account, cosmo if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("msrest fails deserialization: https://github.com/Azure/msrest-for-python/issues/192") + @pytest.mark.skip("Test fails on Linux and in Python2. Throws a locale.Error: unsupported locale setting") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_locale(self, resource_group, location, cosmos_account, cosmos_account_key): diff --git a/sdk/tables/azure-data-tables/tests/test_table_entity.py b/sdk/tables/azure-data-tables/tests/test_table_entity.py index 8f7d75d7e0f1..0b848c72b6ea 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_entity.py +++ b/sdk/tables/azure-data-tables/tests/test_table_entity.py @@ -276,7 +276,6 @@ def test_insert_etag(self, resource_group, location, storage_account, storage_ac finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_query_user_filter(self, resource_group, location, storage_account, storage_account_key): @@ -319,7 +318,6 @@ def test_query_invalid_filter(self, resource_group, location, storage_account, s finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_dictionary(self, resource_group, location, storage_account, storage_account_key): @@ -337,7 +335,6 @@ def test_insert_entity_dictionary(self, resource_group, location, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_with_hook(self, resource_group, location, storage_account, storage_account_key): @@ -359,7 +356,6 @@ def test_insert_entity_with_hook(self, resource_group, location, storage_account finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_with_no_metadata(self, resource_group, location, storage_account, storage_account_key): @@ -386,7 +382,6 @@ def test_insert_entity_with_no_metadata(self, resource_group, location, storage_ finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_with_full_metadata(self, resource_group, location, storage_account, storage_account_key): @@ -413,7 +408,6 @@ def test_insert_entity_with_full_metadata(self, resource_group, location, storag finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_conflict(self, resource_group, location, storage_account, storage_account_key): @@ -430,7 +424,6 @@ def test_insert_entity_conflict(self, resource_group, location, storage_account, finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_with_large_int32_value_throws(self, resource_group, location, storage_account, @@ -452,7 +445,6 @@ def test_insert_entity_with_large_int32_value_throws(self, resource_group, locat finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_with_large_int64_value_throws(self, resource_group, location, storage_account, @@ -501,7 +493,6 @@ def test_insert_entity_with_large_int_success(self, resource_group, location, st finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_missing_pk(self, resource_group, location, storage_account, storage_account_key): @@ -518,7 +509,6 @@ def test_insert_entity_missing_pk(self, resource_group, location, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_empty_string_pk(self, resource_group, location, storage_account, storage_account_key): @@ -528,17 +518,12 @@ def test_insert_entity_empty_string_pk(self, resource_group, location, storage_a entity = {'RowKey': u'rk', 'PartitionKey': u''} # Act - if 'cosmos' in self.table.url: - with pytest.raises(HttpResponseError): - self.table.create_entity(entity=entity) - else: - resp = self.table.create_entity(entity=entity) - self._assert_valid_metadata(resp) + resp = self.table.create_entity(entity=entity) + self._assert_valid_metadata(resp) finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_missing_rk(self, resource_group, location, storage_account, storage_account_key): @@ -554,7 +539,6 @@ def test_insert_entity_missing_rk(self, resource_group, location, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_empty_string_rk(self, resource_group, location, storage_account, storage_account_key): @@ -564,24 +548,17 @@ def test_insert_entity_empty_string_rk(self, resource_group, location, storage_a entity = {'PartitionKey': u'pk', 'RowKey': u''} # Act - if 'cosmos' in self.table.url: - with pytest.raises(HttpResponseError): - self.table.create_entity(entity=entity) - else: - resp = self.table.create_entity(entity=entity) - self._assert_valid_metadata(resp) + resp = self.table.create_entity(entity=entity) + self._assert_valid_metadata(resp) finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_too_many_properties(self, resource_group, location, storage_account, storage_account_key): # Arrange self._set_up(storage_account, storage_account_key) - if 'cosmos' in self.table.url: - pytest.skip("Cosmos supports large number of properties.") try: entity = self._create_random_base_entity_dict() for i in range(255): @@ -595,14 +572,11 @@ def test_insert_entity_too_many_properties(self, resource_group, location, stora finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_entity_property_name_too_long(self, resource_group, location, storage_account, storage_account_key): # Arrange self._set_up(storage_account, storage_account_key) - if 'cosmos' in self.table.url: - pytest.skip("Cosmos supports large property names.") try: entity = self._create_random_base_entity_dict() entity['a' * 256] = 'badval' @@ -646,7 +620,6 @@ class Color(Enum): finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_get_entity(self, resource_group, location, storage_account, storage_account_key): @@ -666,7 +639,6 @@ def test_get_entity(self, resource_group, location, storage_account, storage_acc finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_get_entity_with_hook(self, resource_group, location, storage_account, storage_account_key): @@ -690,7 +662,6 @@ def test_get_entity_with_hook(self, resource_group, location, storage_account, s finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_get_entity_if_match(self, resource_group, location, storage_account, storage_account_key): @@ -720,7 +691,6 @@ def test_get_entity_if_match(self, resource_group, location, storage_account, st finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_get_entity_full_metadata(self, resource_group, location, storage_account, storage_account_key): @@ -742,7 +712,6 @@ def test_get_entity_full_metadata(self, resource_group, location, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_get_entity_no_metadata(self, resource_group, location, storage_account, storage_account_key): @@ -764,7 +733,6 @@ def test_get_entity_no_metadata(self, resource_group, location, storage_account, finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_get_entity_not_existing(self, resource_group, location, storage_account, storage_account_key): @@ -782,7 +750,6 @@ def test_get_entity_not_existing(self, resource_group, location, storage_account finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_get_entity_with_special_doubles(self, resource_group, location, storage_account, storage_account_key): @@ -808,7 +775,6 @@ def test_get_entity_with_special_doubles(self, resource_group, location, storage finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_update_entity(self, resource_group, location, storage_account, storage_account_key): @@ -835,7 +801,6 @@ def test_update_entity(self, resource_group, location, storage_account, storage_ finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_update_entity_not_existing(self, resource_group, location, storage_account, storage_account_key): @@ -853,7 +818,6 @@ def test_update_entity_not_existing(self, resource_group, location, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_update_entity_with_if_matches(self, resource_group, location, storage_account, storage_account_key): @@ -876,7 +840,6 @@ def test_update_entity_with_if_matches(self, resource_group, location, storage_a finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_update_entity_with_if_doesnt_match(self, resource_group, location, storage_account, storage_account_key): @@ -896,7 +859,6 @@ def test_update_entity_with_if_doesnt_match(self, resource_group, location, stor finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_or_merge_entity_with_existing_entity(self, resource_group, location, storage_account, @@ -917,7 +879,6 @@ def test_insert_or_merge_entity_with_existing_entity(self, resource_group, locat finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_or_merge_entity_with_non_existing_entity(self, resource_group, location, storage_account, @@ -939,7 +900,6 @@ def test_insert_or_merge_entity_with_non_existing_entity(self, resource_group, l finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_or_replace_entity_with_existing_entity(self, resource_group, location, storage_account, @@ -960,7 +920,6 @@ def test_insert_or_replace_entity_with_existing_entity(self, resource_group, loc finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_insert_or_replace_entity_with_non_existing_entity(self, resource_group, location, storage_account, @@ -982,7 +941,6 @@ def test_insert_or_replace_entity_with_non_existing_entity(self, resource_group, finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_merge_entity(self, resource_group, location, storage_account, storage_account_key): @@ -1002,7 +960,6 @@ def test_merge_entity(self, resource_group, location, storage_account, storage_a finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_merge_entity_not_existing(self, resource_group, location, storage_account, storage_account_key): @@ -1020,7 +977,6 @@ def test_merge_entity_not_existing(self, resource_group, location, storage_accou finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_merge_entity_with_if_matches(self, resource_group, location, storage_account, storage_account_key): @@ -1044,7 +1000,6 @@ def test_merge_entity_with_if_matches(self, resource_group, location, storage_ac finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_merge_entity_with_if_doesnt_match(self, resource_group, location, storage_account, storage_account_key): @@ -1065,7 +1020,6 @@ def test_merge_entity_with_if_doesnt_match(self, resource_group, location, stora finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_delete_entity(self, resource_group, location, storage_account, storage_account_key): @@ -1084,7 +1038,6 @@ def test_delete_entity(self, resource_group, location, storage_account, storage_ finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_delete_entity_not_existing(self, resource_group, location, storage_account, storage_account_key): @@ -1101,7 +1054,6 @@ def test_delete_entity_not_existing(self, resource_group, location, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_delete_entity_with_if_matches(self, resource_group, location, storage_account, storage_account_key): @@ -1121,7 +1073,6 @@ def test_delete_entity_with_if_matches(self, resource_group, location, storage_a finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_delete_entity_with_if_doesnt_match(self, resource_group, location, storage_account, storage_account_key): @@ -1141,7 +1092,6 @@ def test_delete_entity_with_if_doesnt_match(self, resource_group, location, stor finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_unicode_property_value(self, resource_group, location, storage_account, storage_account_key): @@ -1167,7 +1117,6 @@ def test_unicode_property_value(self, resource_group, location, storage_account, finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_unicode_property_name(self, resource_group, location, storage_account, storage_account_key): @@ -1193,7 +1142,6 @@ def test_unicode_property_name(self, resource_group, location, storage_account, finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_operations_on_entity_with_partition_key_having_single_quote(self, resource_group, location, @@ -1234,7 +1182,6 @@ def test_operations_on_entity_with_partition_key_having_single_quote(self, resou finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_empty_and_spaces_property_value(self, resource_group, location, storage_account, storage_account_key): @@ -1274,7 +1221,6 @@ def test_empty_and_spaces_property_value(self, resource_group, location, storage finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_none_property_value(self, resource_group, location, storage_account, storage_account_key): @@ -1294,7 +1240,6 @@ def test_none_property_value(self, resource_group, location, storage_account, st finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_binary_property_value(self, resource_group, location, storage_account, storage_account_key): @@ -1315,7 +1260,7 @@ def test_binary_property_value(self, resource_group, location, storage_account, finally: self._tear_down() - @pytest.mark.skip("pending") + @pytest.mark.skip("response time is three hours before the given one") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_timezone(self, resource_group, location, storage_account, storage_account_key): @@ -1339,7 +1284,6 @@ def test_timezone(self, resource_group, location, storage_account, storage_accou finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_query_entities(self, resource_group, location, storage_account, storage_account_key): @@ -1413,7 +1357,6 @@ def test_query_zero_entities(self, resource_group, location, storage_account, st finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_query_entities_full_metadata(self, resource_group, location, storage_account, storage_account_key): @@ -1432,7 +1375,6 @@ def test_query_entities_full_metadata(self, resource_group, location, storage_ac finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_query_entities_no_metadata(self, resource_group, location, storage_account, storage_account_key): @@ -1451,42 +1393,6 @@ def test_query_entities_no_metadata(self, resource_group, location, storage_acco finally: self._tear_down() - # TODO: move this over to the batch test file when merged - @pytest.mark.skip("Batch not implemented") - @CachedResourceGroupPreparer(name_prefix="tablestest") - @CachedStorageAccountPreparer(name_prefix="tablestest") - def test_query_entities_large(self, resource_group, location, storage_account, storage_account_key): - # Arrange - table_name = self._create_query_table(0) - total_entities_count = 1000 - entities_per_batch = 50 - - for j in range(total_entities_count // entities_per_batch): - batch = TableBatch() - for i in range(entities_per_batch): - entity = Entity() - entity.PartitionKey = 'large' - entity.RowKey = 'batch{0}-item{1}'.format(j, i) - entity.test = EntityProperty(True) - entity.test2 = 'hello world;' * 100 - entity.test3 = 3 - entity.test4 = EntityProperty(1234567890) - entity.test5 = datetime(2016, 12, 31, 11, 59, 59, 0) - batch.create_entity(entity) - self.ts.send_batch(table_name, batch) - - # Act - start_time = datetime.now() - entities = list(self.ts.query_entities(table_name)) - elapsed_time = datetime.now() - start_time - - # Assert - print('query_entities took {0} secs.'.format(elapsed_time.total_seconds())) - # azure allocates 5 seconds to execute a query - # if it runs slowly, it will return fewer results and make the test fail - assert len(entities) == total_entities_count - - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_query_entities_with_filter(self, resource_group, location, storage_account, storage_account_key): @@ -1509,7 +1415,6 @@ def test_query_entities_with_filter(self, resource_group, location, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_query_entities_with_select(self, resource_group, location, storage_account, storage_account_key): @@ -1531,7 +1436,6 @@ def test_query_entities_with_select(self, resource_group, location, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_query_entities_with_top(self, resource_group, location, storage_account, storage_account_key): @@ -1548,7 +1452,6 @@ def test_query_entities_with_top(self, resource_group, location, storage_account finally: self._tear_down() - # @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_query_entities_with_top_and_next(self, resource_group, location, storage_account, storage_account_key): @@ -1590,8 +1493,6 @@ def test_query_entities_with_top_and_next(self, resource_group, location, storag def test_sas_query(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(storage_account, storage_account_key) try: @@ -1628,8 +1529,6 @@ def test_sas_query(self, resource_group, location, storage_account, storage_acco def test_sas_add(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1666,8 +1565,6 @@ def test_sas_add(self, resource_group, location, storage_account, storage_accoun def test_sas_add_inside_range(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1703,8 +1600,6 @@ def test_sas_add_inside_range(self, resource_group, location, storage_account, s def test_sas_add_outside_range(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1739,8 +1634,6 @@ def test_sas_add_outside_range(self, resource_group, location, storage_account, def test_sas_update(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1776,8 +1669,6 @@ def test_sas_update(self, resource_group, location, storage_account, storage_acc def test_sas_delete(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1811,8 +1702,6 @@ def test_sas_delete(self, resource_group, location, storage_account, storage_acc def test_sas_upper_case_table_name(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1843,15 +1732,13 @@ def test_sas_upper_case_table_name(self, resource_group, location, storage_accou finally: self._tear_down() - @pytest.mark.skip("pending") + @pytest.mark.skip("Header authorization is malformed") @pytest.mark.live_test_only @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") def test_sas_signed_identifier(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(storage_account, storage_account_key) try: # Arrange diff --git a/sdk/tables/azure-data-tables/tests/test_table_entity_async.py b/sdk/tables/azure-data-tables/tests/test_table_entity_async.py index 8fda2597d315..19c977d78fa0 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_entity_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_entity_async.py @@ -448,12 +448,8 @@ async def test_insert_entity_empty_string_pk(self, resource_group, location, sto entity = {'RowKey': 'rk', 'PartitionKey': ''} # Act - if 'cosmos' in self.table.url: - with pytest.raises(HttpResponseError): - await self.table.create_entity(entity=entity) - else: - resp = await self.table.create_entity(entity=entity) - self._assert_valid_metadata(resp) + resp = await self.table.create_entity(entity=entity) + self._assert_valid_metadata(resp) finally: await self._tear_down() @@ -484,15 +480,9 @@ async def test_insert_entity_empty_string_rk(self, resource_group, location, sto entity = {'PartitionKey': 'pk', 'RowKey': ''} # Act - if 'cosmos' in self.table.url: - with pytest.raises(HttpResponseError): - await self.table.create_entity(entity=entity) - else: - resp = await self.table.create_entity(entity=entity) - self._assert_valid_metadata(resp) + resp = await self.table.create_entity(entity=entity) + self._assert_valid_metadata(resp) - # Assert - # assert resp is None finally: await self._tear_down() @@ -503,8 +493,6 @@ async def test_insert_entity_too_many_properties(self, resource_group, location, storage_account_key): # Arrange await self._set_up(storage_account, storage_account_key) - if 'cosmos' in self.table.url: - pytest.skip("Cosmos supports large number of properties.") try: entity = self._create_random_base_entity_dict() for i in range(255): @@ -517,15 +505,12 @@ async def test_insert_entity_too_many_properties(self, resource_group, location, finally: await self._tear_down() - @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_insert_entity_property_name_too_long(self, resource_group, location, storage_account, storage_account_key): # Arrange await self._set_up(storage_account, storage_account_key) - if 'cosmos' in self.table.url: - pytest.skip("Cosmos supports large property names.") try: entity = self._create_random_base_entity_dict() entity['a' * 256] = 'badval' @@ -1094,15 +1079,15 @@ async def test_unicode_property_name(self, resource_group, location, storage_acc finally: await self._tear_down() - @pytest.mark.skip("pending") + @pytest.mark.skip("Header authorization error") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_operations_on_entity_with_partition_key_having_single_quote(self, resource_group, location, storage_account, storage_account_key): # Arrange - partition_key_with_single_quote = "a''''b" - row_key_with_single_quote = "a''''b" + partition_key_with_single_quote = u"a''''b" + row_key_with_single_quote = u"a''''b" await self._set_up(storage_account, storage_account_key) try: entity, _ = await self._insert_random_entity(pk=partition_key_with_single_quote, @@ -1110,28 +1095,27 @@ async def test_operations_on_entity_with_partition_key_having_single_quote(self, # Act sent_entity = self._create_updated_entity_dict(entity.PartitionKey, entity.RowKey) - resp = await self.table.upsert_entity(mode=UpdateMode.REPLACE, entity=sent_entity) + resp = await self.table.upsert_entity(mode=UpdateMode.MERGE, entity=sent_entity) # Assert self._assert_valid_metadata(resp) # row key here only has 2 quotes - received_entity = await self.table.get_entity( - entity.PartitionKey, entity.RowKey) + received_entity = await self.table.get_entity(entity.PartitionKey, entity.RowKey) self._assert_updated_entity(received_entity) # Act - sent_entity['newField'] = 'newFieldValue' - resp = await self.table.update_entity(mode=UpdateMode.REPLACE, entity=sent_entity) - received_entity = await self.table.get_entity( - entity.PartitionKey, entity.RowKey) + sent_entity['newField'] = u'newFieldValue' + resp = await self.table.update_entity(mode=UpdateMode.MERGE, entity=sent_entity) + # Assert self._assert_valid_metadata(resp) + received_entity = self.table.get_entity(entity.PartitionKey, entity.RowKey) self._assert_updated_entity(received_entity) assert received_entity['newField'] == 'newFieldValue' # Act - resp = await self.table.delete_entity(entity.PartitionKey, entity.RowKey) + resp = self.table.delete_entity(entity.PartitionKey, entity.RowKey) # Assert assert resp is None @@ -1220,7 +1204,7 @@ async def test_binary_property_value(self, resource_group, location, storage_acc finally: await self._tear_down() - + @pytest.mark.skip("response time is three hours before the given one") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_timezone(self, resource_group, location, storage_account, storage_account_key): @@ -1363,40 +1347,6 @@ async def test_query_entities_no_metadata(self, resource_group, location, storag finally: await self._tear_down() - # TODO: move this over to the batch test file when merged - @pytest.mark.skip("Batch not implemented") - @CachedResourceGroupPreparer(name_prefix="tablestest") - @CachedStorageAccountPreparer(name_prefix="tablestest") - async def test_query_entities_large(self, resource_group, location, storage_account, storage_account_key): - # Arrange - table_name = self._create_query_table(0) - total_entities_count = 1000 - entities_per_batch = 50 - - for j in range(total_entities_count // entities_per_batch): - batch = TableBatch() - for i in range(entities_per_batch): - entity = TableEntity() - entity.PartitionKey = 'large' - entity.RowKey = 'batch{0}-item{1}'.format(j, i) - entity.test = EntityProperty(True) - entity.test2 = 'hello world;' * 100 - entity.test3 = 3 - entity.test4 = EntityProperty(1234567890) - entity.test5 = datetime(2016, 12, 31, 11, 59, 59, 0) - batch.create_entity(entity) - await self.ts.send_batch(table_name, batch) - - # Act - start_time = datetime.now() - entities = list(self.ts.query_entities(table_name)) - elapsed_time = datetime.now() - start_time - - # Assert - print('query_entities took {0} secs.'.format(elapsed_time.total_seconds())) - assert len(entities) == total_entities_count - - @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_query_entities_with_filter(self, resource_group, location, storage_account, storage_account_key): @@ -1530,8 +1480,6 @@ async def test_query_entities_with_top_and_next(self, resource_group, location, async def test_sas_query(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(storage_account, storage_account_key) try: @@ -1570,8 +1518,6 @@ async def test_sas_query(self, resource_group, location, storage_account, storag async def test_sas_add(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1608,8 +1554,6 @@ async def test_sas_add(self, resource_group, location, storage_account, storage_ async def test_sas_add_inside_range(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1645,8 +1589,6 @@ async def test_sas_add_inside_range(self, resource_group, location, storage_acco async def test_sas_add_outside_range(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1681,8 +1623,6 @@ async def test_sas_add_outside_range(self, resource_group, location, storage_acc async def test_sas_update(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1720,8 +1660,6 @@ async def test_sas_update(self, resource_group, location, storage_account, stora async def test_sas_delete(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1755,8 +1693,6 @@ async def test_sas_delete(self, resource_group, location, storage_account, stora async def test_sas_upper_case_table_name(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(storage_account, storage_account_key) try: # Arrange @@ -1790,15 +1726,13 @@ async def test_sas_upper_case_table_name(self, resource_group, location, storage await self._tear_down() - @pytest.mark.skip("pending") + @pytest.mark.skip("Header authorization is malformed") @pytest.mark.live_test_only @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_sas_signed_identifier(self, resource_group, location, storage_account, storage_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(storage_account, storage_account_key) try: # Arrange diff --git a/sdk/tables/azure-data-tables/tests/test_table_entity_cosmos.py b/sdk/tables/azure-data-tables/tests/test_table_entity_cosmos.py index 78d6301c0f84..7e87ebe92ec8 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_entity_cosmos.py +++ b/sdk/tables/azure-data-tables/tests/test_table_entity_cosmos.py @@ -534,11 +534,8 @@ def test_insert_entity_empty_string_pk(self, resource_group, location, cosmos_ac entity = {'RowKey': 'rk', 'PartitionKey': ''} # Act - if 'cosmos' in self.table.url: - with pytest.raises(HttpResponseError): - self.table.create_entity(entity=entity) - else: - resp = self.table.create_entity(entity=entity) + with pytest.raises(HttpResponseError): + self.table.create_entity(entity=entity) # Assert # assert resp is None @@ -572,11 +569,8 @@ def test_insert_entity_empty_string_rk(self, resource_group, location, cosmos_ac entity = {'PartitionKey': 'pk', 'RowKey': ''} # Act - if 'cosmos' in self.table.url: - with pytest.raises(HttpResponseError): - self.table.create_entity(entity=entity) - else: - resp = self.table.create_entity(entity=entity) + with pytest.raises(HttpResponseError): + self.table.create_entity(entity=entity) # Assert # assert resp is None @@ -584,14 +578,12 @@ def test_insert_entity_empty_string_rk(self, resource_group, location, cosmos_ac self._tear_down() self.sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not have this limitation") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_insert_entity_too_many_properties(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange self._set_up(cosmos_account, cosmos_account_key) - if 'cosmos' in self.table.url: - pytest.skip("Cosmos supports large number of properties.") try: entity = self._create_random_base_entity_dict() for i in range(255): @@ -606,14 +598,12 @@ def test_insert_entity_too_many_properties(self, resource_group, location, cosmo self._tear_down() self.sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not have this limitation") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_insert_entity_property_name_too_long(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange self._set_up(cosmos_account, cosmos_account_key) - if 'cosmos' in self.table.url: - pytest.skip("Cosmos supports large property names.") try: entity = self._create_random_base_entity_dict() entity['a' * 256] = 'badval' @@ -1301,7 +1291,7 @@ def test_binary_property_value(self, resource_group, location, cosmos_account, c self._tear_down() self.sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("response time is three hours before the given one") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_timezone(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -1439,40 +1429,6 @@ def test_query_entities_no_metadata(self, resource_group, location, cosmos_accou self._tear_down() self.sleep(SLEEP_DELAY) - @pytest.mark.skip("Batch not implemented") - @CachedResourceGroupPreparer(name_prefix="tablestest") - @CachedCosmosAccountPreparer(name_prefix="tablestest") - def test_query_entities_large(self, resource_group, location, cosmos_account, cosmos_account_key): - # Arrange - table_name = self._create_query_table(0) - total_entities_count = 1000 - entities_per_batch = 50 - - for j in range(total_entities_count // entities_per_batch): - batch = TableBatch() - for i in range(entities_per_batch): - entity = Entity() - entity.PartitionKey = 'large' - entity.RowKey = 'batch{0}-item{1}'.format(j, i) - entity.test = EntityProperty(True) - entity.test2 = 'hello world;' * 100 - entity.test3 = 3 - entity.test4 = EntityProperty(1234567890) - entity.test5 = datetime(2016, 12, 31, 11, 59, 59, 0) - batch.create_entity(entity) - self.ts.commit_batch(table_name, batch) - - # Act - start_time = datetime.now() - entities = list(self.ts.query_entities(table_name)) - elapsed_time = datetime.now() - start_time - - # Assert - print('query_entities took {0} secs.'.format(elapsed_time.total_seconds())) - # azure allocates 5 seconds to execute a query - # if it runs slowly, it will return fewer results and make the test fail - assert len(entities) == total_entities_count - @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_query_entities_with_filter(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -1579,9 +1535,6 @@ def test_query_entities_with_top_and_next(self, resource_group, location, cosmos def test_sas_query(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from cosmos key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") - self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1596,10 +1549,7 @@ def test_sas_query(self, resource_group, location, cosmos_account, cosmos_accoun ) # Act - service = TableServiceClient( - self.account_url(cosmos_account, "cosmos"), - credential=token, - ) + service = TableServiceClient(url, credential=token) table = service.get_table_client(self.table_name) entities = list(table.query_entities( filter="PartitionKey eq '{}'".format(entity['PartitionKey']))) @@ -1617,9 +1567,6 @@ def test_sas_query(self, resource_group, location, cosmos_account, cosmos_accoun @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_sas_add(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from cosmos key, so this test runs live only - url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1656,9 +1603,6 @@ def test_sas_add(self, resource_group, location, cosmos_account, cosmos_account_ @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_sas_add_inside_range(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from cosmos key, so this test runs live only - url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1694,9 +1638,6 @@ def test_sas_add_inside_range(self, resource_group, location, cosmos_account, co @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_sas_add_outside_range(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from cosmos key, so this test runs live only - url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1731,9 +1672,6 @@ def test_sas_add_outside_range(self, resource_group, location, cosmos_account, c @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_sas_update(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from cosmos key, so this test runs live only - url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1768,9 +1706,6 @@ def test_sas_update(self, resource_group, location, cosmos_account, cosmos_accou @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_sas_delete(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from cosmos key, so this test runs live only - url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1804,9 +1739,6 @@ def test_sas_delete(self, resource_group, location, cosmos_account, cosmos_accou @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_sas_upper_case_table_name(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from cosmos key, so this test runs live only - url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1844,9 +1776,6 @@ def test_sas_upper_case_table_name(self, resource_group, location, cosmos_accoun @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_sas_signed_identifier(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from cosmos key, so this test runs live only - url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") self._set_up(cosmos_account, cosmos_account_key) try: # Arrange diff --git a/sdk/tables/azure-data-tables/tests/test_table_entity_cosmos_async.py b/sdk/tables/azure-data-tables/tests/test_table_entity_cosmos_async.py index 28a91224d32f..30039fb6f8e3 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_entity_cosmos_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_entity_cosmos_async.py @@ -54,17 +54,19 @@ async def _set_up(self, cosmos_account, cosmos_account_key): async def _tear_down(self): if self.is_live: - try: - await self.ts.delete_table(self.table_name) - except: - pass - - for table_name in self.query_tables: + async with self.ts as t: try: - await self.ts.delete_table(table_name) + await t.delete_table(self.table_name) except: pass + for table_name in self.query_tables: + try: + await t.delete_table(table_name) + except: + pass + + # --Helpers----------------------------------------------------------------- async def _create_query_table(self, entity_count): @@ -465,11 +467,8 @@ async def test_insert_entity_empty_string_pk(self, resource_group, location, cos entity = {'RowKey': 'rk', 'PartitionKey': ''} # Act - if 'cosmos' in self.table.url: - with pytest.raises(HttpResponseError): - await self.table.create_entity(entity=entity) - else: - resp = await self.table.create_entity(entity=entity) + with pytest.raises(HttpResponseError): + await self.table.create_entity(entity=entity) # Assert # assert resp is None @@ -505,11 +504,8 @@ async def test_insert_entity_empty_string_rk(self, resource_group, location, cos entity = {'PartitionKey': 'pk', 'RowKey': ''} # Act - if 'cosmos' in self.table.url: - with pytest.raises(HttpResponseError): - await self.table.create_entity(entity=entity) - else: - resp = await self.table.create_entity(entity=entity) + with pytest.raises(HttpResponseError): + await self.table.create_entity(entity=entity) # Assert # assert resp is None @@ -518,15 +514,13 @@ async def test_insert_entity_empty_string_rk(self, resource_group, location, cos if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("Cosmos Tables does not yet support sas") + @pytest.mark.skip("Cosmos does not have this limitation") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_insert_entity_too_many_properties(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange await self._set_up(cosmos_account, cosmos_account_key) - if 'cosmos' in self.table.url: - pytest.skip("Cosmos supports large number of properties.") try: entity = self._create_random_base_entity_dict() for i in range(255): @@ -542,15 +536,13 @@ async def test_insert_entity_too_many_properties(self, resource_group, location, if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos does not have this limitation") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_insert_entity_property_name_too_long(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange await self._set_up(cosmos_account, cosmos_account_key) - if 'cosmos' in self.table.url: - pytest.skip("Cosmos supports large property names.") try: entity = self._create_random_base_entity_dict() entity['a' * 256] = 'badval' @@ -731,7 +723,6 @@ async def test_get_entity_with_special_doubles(self, resource_group, location, c if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_update_entity(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -1155,7 +1146,7 @@ async def test_unicode_property_name(self, resource_group, location, cosmos_acco if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Bad Request: Cosmos cannot handle single quotes in a PK/RK (confirm)") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_operations_on_entity_with_partition_key_having_single_quote(self, resource_group, location, @@ -1286,7 +1277,7 @@ async def test_binary_property_value(self, resource_group, location, cosmos_acco if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844") + @pytest.mark.skip("response time is three hours before the given one") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_timezone(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -1318,12 +1309,12 @@ async def test_query_entities(self, resource_group, location, cosmos_account, co # Arrange await self._set_up(cosmos_account, cosmos_account_key) try: - table = await self._create_query_table(2) + async with await self._create_query_table(2) as table: - # Act - entities = [] - async for t in table.list_entities(): - entities.append(t) + # Act + entities = [] + async for t in table.list_entities(): + entities.append(t) # Assert assert len(entities) == 2 @@ -1380,12 +1371,12 @@ async def test_query_zero_entities(self, resource_group, location, cosmos_accoun # Arrange await self._set_up(cosmos_account, cosmos_account_key) try: - table = await self._create_query_table(0) + async with await self._create_query_table(0) as table: - # Act - entities = [] - async for t in table.list_entities(): - entities.append(t) + # Act + entities = [] + async for t in table.list_entities(): + entities.append(t) # Assert assert len(entities) == 0 @@ -1400,12 +1391,12 @@ async def test_query_entities_full_metadata(self, resource_group, location, cosm # Arrange await self._set_up(cosmos_account, cosmos_account_key) try: - table = await self._create_query_table(2) + async with await self._create_query_table(2) as table: - # Act - entities = [] - async for t in table.list_entities(headers={'accept': 'application/json;odata=fullmetadata'}): - entities.append(t) + # Act + entities = [] + async for t in table.list_entities(headers={'accept': 'application/json;odata=fullmetadata'}): + entities.append(t) # Assert assert len(entities) == 2 @@ -1422,12 +1413,12 @@ async def test_query_entities_no_metadata(self, resource_group, location, cosmos # Arrange await self._set_up(cosmos_account, cosmos_account_key) try: - table = await self._create_query_table(2) + async with await self._create_query_table(2) as table: - # Act - entities = [] - async for t in table.list_entities(headers={'accept': 'application/json;odata=nometadata'}): - entities.append(t) + # Act + entities = [] + async for t in table.list_entities(headers={'accept': 'application/json;odata=nometadata'}): + entities.append(t) # Assert assert len(entities) == 2 @@ -1438,40 +1429,6 @@ async def test_query_entities_no_metadata(self, resource_group, location, cosmos if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("Batch not implemented") - @CachedResourceGroupPreparer(name_prefix="tablestest") - @CachedCosmosAccountPreparer(name_prefix="tablestest") - def test_query_entities_large(self, resource_group, location, cosmos_account, cosmos_account_key): - # Arrange - table_name = self._create_query_table(0) - total_entities_count = 1000 - entities_per_batch = 50 - - for j in range(total_entities_count // entities_per_batch): - batch = TableBatch() - for i in range(entities_per_batch): - entity = TableEntity() - entity.PartitionKey = 'large' - entity.RowKey = 'batch{0}-item{1}'.format(j, i) - entity.test = EntityProperty(True) - entity.test2 = 'hello world;' * 100 - entity.test3 = 3 - entity.test4 = EntityProperty(1234567890) - entity.test5 = datetime(2016, 12, 31, 11, 59, 59, 0) - batch.create_entity(entity) - self.ts.commit_batch(table_name, batch) - - # Act - start_time = datetime.now() - entities = list(self.ts.query_entities(table_name)) - elapsed_time = datetime.now() - start_time - - # Assert - print('query_entities took {0} secs.'.format(elapsed_time.total_seconds())) - # azure allocates 5 seconds to execute a query - # if it runs slowly, it will return fewer results and make the test fail - assert len(entities) == total_entities_count - @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_query_entities_with_filter(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -1554,13 +1511,11 @@ async def test_query_entities_with_top(self, resource_group, location, cosmos_ac # Arrange await self._set_up(cosmos_account, cosmos_account_key) try: - table = await self._create_query_table(3) - # circular dependencies made this return a list not an item paged - problem when calling by page - # Act - entities = [] - async for t in table.list_entities(results_per_page=2).by_page(): - entities.append(t) + async with await self._create_query_table(3) as table: + entities = [] + async for t in table.list_entities(results_per_page=2).by_page(): + entities.append(t) # Assert assert len(entities) == 2 finally: @@ -1575,23 +1530,23 @@ async def test_query_entities_with_top_and_next(self, resource_group, location, # Arrange await self._set_up(cosmos_account, cosmos_account_key) try: - table = await self._create_query_table(5) - - # Act - resp1 = table.list_entities(results_per_page=2).by_page() - entities1 = [] - async for el in await resp1.__anext__(): - entities1.append(el) - resp2 = table.list_entities(results_per_page=2).by_page( - continuation_token=resp1.continuation_token) - entities2 = [] - async for el in await resp2.__anext__(): - entities2.append(el) - resp3 = table.list_entities(results_per_page=2).by_page( - continuation_token=resp2.continuation_token) - entities3 = [] - async for el in await resp3.__anext__(): - entities3.append(el) + async with await self._create_query_table(5) as table: + + # Act + resp1 = table.list_entities(results_per_page=2).by_page() + entities1 = [] + async for el in await resp1.__anext__(): + entities1.append(el) + resp2 = table.list_entities(results_per_page=2).by_page( + continuation_token=resp1.continuation_token) + entities2 = [] + async for el in await resp2.__anext__(): + entities2.append(el) + resp3 = table.list_entities(results_per_page=2).by_page( + continuation_token=resp2.continuation_token) + entities3 = [] + async for el in await resp3.__anext__(): + entities3.append(el) # Assert assert len(entities1) == 2 @@ -1614,8 +1569,6 @@ async def test_query_entities_with_top_and_next(self, resource_group, location, async def test_sas_query(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(cosmos_account, cosmos_account_key) try: @@ -1657,8 +1610,6 @@ async def test_sas_query(self, resource_group, location, cosmos_account, cosmos_ async def test_sas_add(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1698,8 +1649,6 @@ async def test_sas_add(self, resource_group, location, cosmos_account, cosmos_ac async def test_sas_add_inside_range(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1738,8 +1687,6 @@ async def test_sas_add_inside_range(self, resource_group, location, cosmos_accou async def test_sas_add_outside_range(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1777,8 +1724,6 @@ async def test_sas_add_outside_range(self, resource_group, location, cosmos_acco async def test_sas_update(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1817,8 +1762,6 @@ async def test_sas_update(self, resource_group, location, cosmos_account, cosmos async def test_sas_delete(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1855,8 +1798,6 @@ async def test_sas_delete(self, resource_group, location, cosmos_account, cosmos async def test_sas_upper_case_table_name(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(cosmos_account, cosmos_account_key) try: # Arrange @@ -1892,15 +1833,13 @@ async def test_sas_upper_case_table_name(self, resource_group, location, cosmos_ sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") + @pytest.mark.skip("Cosmos Tables does not yet support sas") @pytest.mark.live_test_only @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_sas_signed_identifier(self, resource_group, location, cosmos_account, cosmos_account_key): # SAS URL is calculated from storage key, so this test runs live only url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support sas") await self._set_up(cosmos_account, cosmos_account_key) try: # Arrange diff --git a/sdk/tables/azure-data-tables/tests/test_table_service_properties.py b/sdk/tables/azure-data-tables/tests/test_table_service_properties.py index 84d0fbbb9a72..287c0d4211a5 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_service_properties.py +++ b/sdk/tables/azure-data-tables/tests/test_table_service_properties.py @@ -104,8 +104,6 @@ def _assert_retention_equal(self, ret1, ret2): def test_table_service_properties(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) # Act resp = tsc.set_service_properties( @@ -127,8 +125,6 @@ def test_table_service_properties(self, resource_group, location, storage_accoun def test_set_logging(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) logging = TableAnalyticsLogging(read=True, write=True, delete=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -146,8 +142,6 @@ def test_set_logging(self, resource_group, location, storage_account, storage_ac def test_set_hour_metrics(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) hour_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -165,8 +159,6 @@ def test_set_hour_metrics(self, resource_group, location, storage_account, stora def test_set_minute_metrics(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) minute_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -185,8 +177,6 @@ def test_set_minute_metrics(self, resource_group, location, storage_account, sto def test_set_cors(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) cors_rule1 = CorsRule(['www.xyz.com'], ['GET']) diff --git a/sdk/tables/azure-data-tables/tests/test_table_service_properties_async.py b/sdk/tables/azure-data-tables/tests/test_table_service_properties_async.py index 5b207c28c2d8..20c3784d719d 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_service_properties_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_service_properties_async.py @@ -32,7 +32,6 @@ def _assert_properties_default(self, prop): self._assert_metrics_equal(prop['minute_metrics'], Metrics()) self._assert_cors_equal(prop['cors'], list()) - def _assert_logging_equal(self, log1, log2): if log1 is None or log2 is None: assert log1 == log2 @@ -44,7 +43,6 @@ def _assert_logging_equal(self, log1, log2): assert log1.delete == log2.delete self._assert_retention_equal(log1.retention_policy, log2.retention_policy) - def _assert_delete_retention_policy_equal(self, policy1, policy2): if policy1 is None or policy2 is None: assert policy1 == policy2 @@ -53,7 +51,6 @@ def _assert_delete_retention_policy_equal(self, policy1, policy2): assert policy1.enabled == policy2.enabled assert policy1.days == policy2.days - def _assert_static_website_equal(self, prop1, prop2): if prop1 is None or prop2 is None: assert prop1 == prop2 @@ -63,7 +60,6 @@ def _assert_static_website_equal(self, prop1, prop2): assert prop1.index_document == prop2.index_document assert prop1.error_document404_path == prop2.error_document404_path - def _assert_delete_retention_policy_not_equal(self, policy1, policy2): if policy1 is None or policy2 is None: assert policy1 != policy2 @@ -71,7 +67,6 @@ def _assert_delete_retention_policy_not_equal(self, policy1, policy2): assert not (policy1.enabled == policy2.enabled and policy1.days == policy2.days) - def _assert_metrics_equal(self, metrics1, metrics2): if metrics1 is None or metrics2 is None: assert metrics1 == metrics2 @@ -82,7 +77,6 @@ def _assert_metrics_equal(self, metrics1, metrics2): assert metrics1.include_apis == metrics2.include_apis self._assert_retention_equal(metrics1.retention_policy, metrics2.retention_policy) - def _assert_cors_equal(self, cors1, cors2): if cors1 is None or cors2 is None: assert cors1 == cors2 @@ -99,20 +93,16 @@ def _assert_cors_equal(self, cors1, cors2): assert len(rule1.exposed_headers) == len(rule2.exposed_headers) assert len(rule1.allowed_headers) == len(rule2.allowed_headers) - def _assert_retention_equal(self, ret1, ret2): assert ret1.enabled == ret2.enabled assert ret1.days == ret2.days - # --Test cases per service --------------------------------------- @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_table_service_properties_async(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key, logging_enable=True) # Act resp = await tsc.set_service_properties( @@ -127,15 +117,12 @@ async def test_table_service_properties_async(self, resource_group, location, st time.sleep(30) self._assert_properties_default(await tsc.get_service_properties()) - # --Test cases per feature --------------------------------------- @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_set_logging_async(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) logging = TableAnalyticsLogging(read=True, write=True, delete=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -148,14 +135,11 @@ async def test_set_logging_async(self, resource_group, location, storage_account received_props = await tsc.get_service_properties() self._assert_logging_equal(received_props['analytics_logging'], logging) - @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_set_hour_metrics_async(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) hour_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -168,14 +152,11 @@ async def test_set_hour_metrics_async(self, resource_group, location, storage_ac received_props = await tsc.get_service_properties() self._assert_metrics_equal(received_props['hour_metrics'], hour_metrics) - @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_set_minute_metrics_async(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) minute_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -189,14 +170,11 @@ async def test_set_minute_metrics_async(self, resource_group, location, storage_ received_props = await tsc.get_service_properties() self._assert_metrics_equal(received_props['minute_metrics'], minute_metrics) - @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_set_cors_async(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) cors_rule1 = CorsRule(['www.xyz.com'], ['GET']) @@ -223,7 +201,6 @@ async def test_set_cors_async(self, resource_group, location, storage_account, s received_props = await tsc.get_service_properties() self._assert_cors_equal(received_props['cors'], cors) - # --Test cases for errors --------------------------------------- @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") @@ -233,8 +210,6 @@ async def test_retention_no_days_async(self, resource_group, location, storage_a RetentionPolicy, True, None) - - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_too_many_cors_rules_async(self, resource_group, location, storage_account, storage_account_key): @@ -248,8 +223,6 @@ async def test_too_many_cors_rules_async(self, resource_group, location, storage with pytest.raises(HttpResponseError): await tsc.set_service_properties(None, None, None, cors) - - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedStorageAccountPreparer(name_prefix="tablestest") async def test_retention_too_long_async(self, resource_group, location, storage_account, storage_account_key): diff --git a/sdk/tables/azure-data-tables/tests/test_table_service_properties_cosmos.py b/sdk/tables/azure-data-tables/tests/test_table_service_properties_cosmos.py index c2555c625509..acdbc28e2046 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_service_properties_cosmos.py +++ b/sdk/tables/azure-data-tables/tests/test_table_service_properties_cosmos.py @@ -104,8 +104,6 @@ def _assert_retention_equal(self, ret1, ret2): def test_table_service_properties(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) # Act resp = tsc.set_service_properties( @@ -128,8 +126,6 @@ def test_table_service_properties(self, resource_group, location, storage_accoun def test_set_logging(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) logging = TableAnalyticsLogging(read=True, write=True, delete=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -148,8 +144,6 @@ def test_set_logging(self, resource_group, location, storage_account, storage_ac def test_set_hour_metrics(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) hour_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -168,8 +162,6 @@ def test_set_hour_metrics(self, resource_group, location, storage_account, stora def test_set_minute_metrics(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) minute_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -189,8 +181,6 @@ def test_set_minute_metrics(self, resource_group, location, storage_account, sto def test_set_cors(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, storage_account_key) cors_rule1 = CorsRule(['www.xyz.com'], ['GET']) diff --git a/sdk/tables/azure-data-tables/tests/test_table_service_properties_cosmos_async.py b/sdk/tables/azure-data-tables/tests/test_table_service_properties_cosmos_async.py index 76c0dc549fdc..1193e177317e 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_service_properties_cosmos_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_service_properties_cosmos_async.py @@ -98,13 +98,12 @@ def _assert_retention_equal(self, ret1, ret2): assert ret1.days == ret2.days # --Test cases per service --------------------------------------- + @pytest.mark.skip("Cosmos Tables does not yet support service properties") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_table_service_properties_async(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, cosmos_account_key, logging_enable=True) # Act resp = await tsc.set_service_properties( @@ -120,13 +119,12 @@ async def test_table_service_properties_async(self, resource_group, location, co sleep(SLEEP_DELAY) # --Test cases per feature --------------------------------------- + @pytest.mark.skip("Cosmos Tables does not yet support service properties") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_set_logging_async(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, cosmos_account_key) logging = TableAnalyticsLogging(read=True, write=True, delete=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -139,13 +137,12 @@ async def test_set_logging_async(self, resource_group, location, cosmos_account, if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skip("Cosmos Tables does not yet support service properties") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_set_hour_metrics_async(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, cosmos_account_key) hour_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -158,13 +155,12 @@ async def test_set_hour_metrics_async(self, resource_group, location, cosmos_acc if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skip("Cosmos Tables does not yet support service properties") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_set_minute_metrics_async(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, cosmos_account_key) minute_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5)) @@ -178,13 +174,12 @@ async def test_set_minute_metrics_async(self, resource_group, location, cosmos_a if self.is_live: sleep(SLEEP_DELAY) + @pytest.mark.skip("Cosmos Tables does not yet support service properties") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_set_cors_async(self, resource_group, location, cosmos_account, cosmos_account_key): # Arrange url = self.account_url(cosmos_account, "cosmos") - if 'cosmos' in url: - pytest.skip("Cosmos Tables does not yet support service properties") tsc = TableServiceClient(url, cosmos_account_key) cors_rule1 = CorsRule(['www.xyz.com'], ['GET']) @@ -222,7 +217,6 @@ async def test_retention_no_days_async(self, resource_group, location, cosmos_ac if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_too_many_cors_rules_async(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -233,13 +227,12 @@ async def test_too_many_cors_rules_async(self, resource_group, location, cosmos_ cors.append(CorsRule(['www.xyz.com'], ['GET'])) # Assert - pytest.raises(HttpResponseError, - tsc.set_service_properties, None, None, None, cors) + with pytest.raises(HttpResponseError): + await tsc.set_service_properties(None, None, None, cors) if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("pending") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") async def test_retention_too_long_async(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -248,11 +241,9 @@ async def test_retention_too_long_async(self, resource_group, location, cosmos_a minute_metrics = Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=366)) - await tsc.set_service_properties(None, None, minute_metrics) # Assert - pytest.raises(HttpResponseError, - tsc.set_service_properties, - None, None, minute_metrics) + with pytest.raises(HttpResponseError): + await tsc.set_service_properties(None, None, minute_metrics) if self.is_live: sleep(SLEEP_DELAY) diff --git a/sdk/tables/azure-data-tables/tests/test_table_service_stats_cosmos.py b/sdk/tables/azure-data-tables/tests/test_table_service_stats_cosmos.py index d3b84a8c1496..57b21d7c04e4 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_service_stats_cosmos.py +++ b/sdk/tables/azure-data-tables/tests/test_table_service_stats_cosmos.py @@ -48,7 +48,7 @@ def override_response_body_with_live_status(response): response.http_response.text = lambda _: SERVICE_LIVE_RESP_BODY # --Test cases per service --------------------------------------- - @pytest.mark.skip("invalid json") + @pytest.mark.skip("JSON is invalid for cosmos") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_table_service_stats_f(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -63,7 +63,7 @@ def test_table_service_stats_f(self, resource_group, location, cosmos_account, c if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("invalid json") + @pytest.mark.skip("JSON is invalid for cosmos") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest") def test_table_service_stats_when_unavailable(self, resource_group, location, cosmos_account, cosmos_account_key): diff --git a/sdk/tables/azure-data-tables/tests/test_table_service_stats_cosmos_async.py b/sdk/tables/azure-data-tables/tests/test_table_service_stats_cosmos_async.py index fa4ea8979fe8..3a8e939578fc 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_service_stats_cosmos_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_service_stats_cosmos_async.py @@ -48,7 +48,7 @@ def override_response_body_with_live_status(response): # --Test cases per service --------------------------------------- - @pytest.mark.skip("invalid json") + @pytest.mark.skip("JSON is invalid for cosmos") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest", sku='Standard_RAGRS') async def test_table_service_stats_f(self, resource_group, location, cosmos_account, cosmos_account_key): @@ -63,7 +63,7 @@ async def test_table_service_stats_f(self, resource_group, location, cosmos_acco if self.is_live: sleep(SLEEP_DELAY) - @pytest.mark.skip("invalid json") + @pytest.mark.skip("JSON is invalid for cosmos") @CachedResourceGroupPreparer(name_prefix="tablestest") @CachedCosmosAccountPreparer(name_prefix="tablestest", sku='Standard_RAGRS') async def test_table_service_stats_when_unavailable(self, resource_group, location, cosmos_account, cosmos_account_key):