diff --git a/sdk/tables/azure-data-tables/azure/data/tables/_table_client.py b/sdk/tables/azure-data-tables/azure/data/tables/_table_client.py index 50c73f7be5be..aae738b0b248 100644 --- a/sdk/tables/azure-data-tables/azure/data/tables/_table_client.py +++ b/sdk/tables/azure-data-tables/azure/data/tables/_table_client.py @@ -21,7 +21,7 @@ from ._entity import TableEntity from ._generated import AzureTable from ._generated.models import ( - AccessPolicy, + # AccessPolicy, SignedIdentifier, TableProperties, QueryOptions @@ -32,7 +32,7 @@ from ._serialize import serialize_iso from ._deserialize import _return_headers_and_deserialized from ._error import _process_table_error -from ._models import TableEntityPropertiesPaged, UpdateMode +from ._models import TableEntityPropertiesPaged, UpdateMode, AccessPolicy class TableClient(TableClientBase): @@ -155,7 +155,7 @@ def get_table_access_policy( **kwargs) except HttpResponseError as error: _process_table_error(error) - return {s.id: s.access_policy or AccessPolicy() for s in identifiers} # pylint: disable=E1125 + return {s.id: s.access_policy or AccessPolicy() for s in identifiers} @distributed_trace def set_table_access_policy( diff --git a/sdk/tables/azure-data-tables/azure/data/tables/aio/_table_client_async.py b/sdk/tables/azure-data-tables/azure/data/tables/aio/_table_client_async.py index 2f4837fb1271..ffbf900e6366 100644 --- a/sdk/tables/azure-data-tables/azure/data/tables/aio/_table_client_async.py +++ b/sdk/tables/azure-data-tables/azure/data/tables/aio/_table_client_async.py @@ -44,7 +44,7 @@ def __init__( self, account_url, # type: str table_name, # type: str - credential, # type : Optional[Any]=None + credential=None, # type : Optional[Any]=None **kwargs # type: Any ): # type: (...) -> None @@ -163,7 +163,7 @@ async def get_table_access_policy( **kwargs) except HttpResponseError as error: _process_table_error(error) - return {s.id: s.access_policy or AccessPolicy() for s in identifiers} + return {s.id: s.access_policy or AccessPolicy(start=None, expiry=None, permission=None) for s in identifiers} @distributed_trace_async async def set_table_access_policy( 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 a3bc36c090f6..46390dd468fd 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 @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "pytablesync99dc0b08"}' + body: '{"TableName": "pytablesync99dc0b08"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,25 +15,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:29 GMT + - Wed, 16 Sep 2020 21:51:16 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:29 GMT + - Wed, 16 Sep 2020 21:51:16 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync99dc0b08"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync99dc0b08"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:29 GMT + - Wed, 16 Sep 2020 21:51:16 GMT location: - https://storagename.table.core.windows.net/Tables('pytablesync99dc0b08') server: @@ -48,8 +48,8 @@ interactions: code: 201 message: Created - request: - body: !!python/unicode '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", - "RowKey": "test1", "RowKey@odata.type": "Edm.String", "text": "hello", "text@odata.type": + body: '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", "RowKey": + "test1", "RowKey@odata.type": "Edm.String", "text": "hello", "text@odata.type": "Edm.String"}' headers: Accept: @@ -65,27 +65,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:29 GMT + - Wed, 16 Sep 2020 21:51:17 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:29 GMT + - Wed, 16 Sep 2020 21:51:17 GMT x-ms-version: - '2019-02-02' method: PATCH uri: https://storagename.table.core.windows.net/pytablesync99dc0b08(PartitionKey='test',RowKey='test1') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:29 GMT + - Wed, 16 Sep 2020 21:51:17 GMT etag: - - W/"datetime'2020-09-04T23%3A53%3A30.0568395Z'" + - W/"datetime'2020-09-16T21%3A51%3A17.2067105Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -96,8 +96,8 @@ interactions: code: 204 message: No Content - request: - body: !!python/unicode '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", - "RowKey": "test2", "RowKey@odata.type": "Edm.String", "text": "hello", "text@odata.type": + body: '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", "RowKey": + "test2", "RowKey@odata.type": "Edm.String", "text": "hello", "text@odata.type": "Edm.String"}' headers: Accept: @@ -113,27 +113,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:30 GMT + - Wed, 16 Sep 2020 21:51:17 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:30 GMT + - Wed, 16 Sep 2020 21:51:17 GMT x-ms-version: - '2019-02-02' method: PATCH uri: https://storagename.table.core.windows.net/pytablesync99dc0b08(PartitionKey='test',RowKey='test2') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:29 GMT + - Wed, 16 Sep 2020 21:51:17 GMT etag: - - W/"datetime'2020-09-04T23%3A53%3A30.1038724Z'" + - W/"datetime'2020-09-16T21%3A51%3A17.2437365Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -155,25 +155,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:30 GMT + - Wed, 16 Sep 2020 21:51:17 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:30 GMT + - Wed, 16 Sep 2020 21:51:17 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/pytablesync99dc0b08()?st=2020-09-04T23%3A52%3A30Z&se=2020-09-05T00%3A53%3A30Z&sp=r&sv=2019-02-02&ss=t&srt=o&sig=8tepFSPyK8QRyhPPBSQxdJe7fS9WDWjCDwTyzHYd3EA%3D + uri: https://storagename.table.core.windows.net/pytablesync99dc0b08()?st=2020-09-16T21%3A50%3A17Z&se=2020-09-16T22%3A51%3A17Z&sp=r&sv=2019-02-02&ss=t&srt=o&sig=V84Ru%2B4sDfe0n5%2BcWi2JN9HkSbfC2pt8qcCp09qrIco%3D response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#pytablesync99dc0b08","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A53%3A30.0568395Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-04T23:53:30.0568395Z","text":"hello"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A53%3A30.1038724Z''\"","PartitionKey":"test","RowKey":"test2","Timestamp":"2020-09-04T23:53:30.1038724Z","text":"hello"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#pytablesync99dc0b08","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A17.2067105Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-16T21:51:17.2067105Z","text":"hello"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A17.2437365Z''\"","PartitionKey":"test","RowKey":"test2","Timestamp":"2020-09-16T21:51:17.2437365Z","text":"hello"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:29 GMT + - Wed, 16 Sep 2020 21:51:16 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -197,251 +197,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:53:30 GMT + - Wed, 16 Sep 2020 21:51:17 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:30 GMT + - Wed, 16 Sep 2020 21:51:17 GMT x-ms-version: - '2019-02-02' method: DELETE uri: https://storagename.table.core.windows.net/Tables('pytablesync99dc0b08') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53: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 -- request: - body: !!python/unicode '{"TableName": "pytablesync99dc0b08"}' - 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, 04 Sep 2020 23:53:31 GMT - User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) - x-ms-date: - - Fri, 04 Sep 2020 23:53:31 GMT - x-ms-version: - - '2019-02-02' - method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables - response: - body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync99dc0b08"}' - headers: - cache-control: - - no-cache - content-type: - - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: - - Fri, 04 Sep 2020 23:53:31 GMT - location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync99dc0b08') - 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: !!python/unicode '{"RowKey@odata.type": "Edm.String", "PartitionKey@odata.type": - "Edm.String", "RowKey": "test1", "PartitionKey": "test", "text": "hello", "text@odata.type": - "Edm.String"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '169' - Content-Type: - - application/json - DataServiceVersion: - - '3.0' - Date: - - Fri, 04 Sep 2020 23:53:31 GMT - User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) - x-ms-date: - - Fri, 04 Sep 2020 23:53:31 GMT - x-ms-version: - - '2019-02-02' - method: PATCH - uri: !!python/unicode https://storagename.table.core.windows.net/pytablesync99dc0b08(PartitionKey='test',RowKey='test1') - response: - body: - string: !!python/unicode - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Fri, 04 Sep 2020 23:53:31 GMT - etag: - - W/"datetime'2020-09-04T23%3A53%3A32.0703806Z'" - 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 -- request: - body: !!python/unicode '{"RowKey@odata.type": "Edm.String", "PartitionKey@odata.type": - "Edm.String", "RowKey": "test2", "PartitionKey": "test", "text": "hello", "text@odata.type": - "Edm.String"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '169' - Content-Type: - - application/json - DataServiceVersion: - - '3.0' - Date: - - Fri, 04 Sep 2020 23:53:32 GMT - User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) - x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT - x-ms-version: - - '2019-02-02' - method: PATCH - uri: !!python/unicode https://storagename.table.core.windows.net/pytablesync99dc0b08(PartitionKey='test',RowKey='test2') - response: - body: - string: !!python/unicode - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Fri, 04 Sep 2020 23:53:31 GMT - etag: - - W/"datetime'2020-09-04T23%3A53%3A32.1164131Z'" - 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 -- request: - body: null - headers: - Accept: - - application/json;odata=minimalmetadata - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - DataServiceVersion: - - '3.0' - Date: - - Fri, 04 Sep 2020 23:53:32 GMT - User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) - x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT - x-ms-version: - - '2019-02-02' - method: GET - uri: !!python/unicode https://storagename.table.core.windows.net/pytablesync99dc0b08()?ss=t&sp=r&sv=2019-02-02&st=2020-09-04T23%3A52%3A32Z&sig=Aq%2F96Al%2FRdBu4ToP%2BZP47LWb4j%2F5lptfwh1006pZMEY%3D&srt=o&se=2020-09-05T00%3A53%3A32Z - response: - body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#pytablesync99dc0b08","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A53%3A32.0703806Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-04T23:53:32.0703806Z","text":"hello"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A53%3A32.1164131Z''\"","PartitionKey":"test","RowKey":"test2","Timestamp":"2020-09-04T23:53:32.1164131Z","text":"hello"}]}' - headers: - cache-control: - - no-cache - content-type: - - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: - - Fri, 04 Sep 2020 23:53:31 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: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Date: - - Fri, 04 Sep 2020 23:53:32 GMT - User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) - x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT - x-ms-version: - - '2019-02-02' - method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync99dc0b08') - response: - body: - string: !!python/unicode - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Fri, 04 Sep 2020 23:53:31 GMT + - Wed, 16 Sep 2020 21:51:17 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 new file mode 100644 index 000000000000..704fe09711c5 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_properties.yaml @@ -0,0 +1,281 @@ +interactions: +- request: + body: '{"TableName": "pytablesynce4f40d95"}' + 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: + - Wed, 16 Sep 2020 21:51:17 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:17 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://storagename.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://storagename.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 + location: + - https://storagename.table.core.windows.net/Tables('pytablesynce4f40d95') + 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 + Date: + - Wed, 16 Sep 2020 21:51:17 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:17 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" + headers: + content-type: + - application/xml + date: + - Wed, 16 Sep 2020 21:51:16 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: ' + + 1.0falsefalsetruefalse' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '251' + Content-Type: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:17 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:17 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: '' + headers: + date: + - Wed, 16 Sep 2020 21:51:16 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2019-02-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Date: + - Wed, 16 Sep 2020 21:51:17 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:17 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" + headers: + content-type: + - application/xml + date: + - Wed, 16 Sep 2020 21:51:16 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: ' + + 1.0truetruetrue5' + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '271' + Content-Type: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:17 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:17 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: '' + headers: + date: + - Wed, 16 Sep 2020 21:51:16 GMT + server: + - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2019-02-02' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Date: + - Wed, 16 Sep 2020 21:51:17 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:17 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalse" + headers: + content-type: + - application/xml + date: + - Wed, 16 Sep 2020 21:51:17 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: + - Wed, 16 Sep 2020 21:51:17 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:17 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://storagename.table.core.windows.net/Tables('pytablesynce4f40d95') + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 16 Sep 2020 21:51:17 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_create_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table.yaml index b4def5711999..c1f50adc06f4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "pytablesynca4ed0b50"}' + body: '{"TableName": "pytablesynca4ed0b50"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:17 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:17 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesynca4ed0b50"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesynca4ed0b50"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:31 GMT + - Wed, 16 Sep 2020 21:51:17 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesynca4ed0b50') + - https://storagename.table.core.windows.net/Tables('pytablesynca4ed0b50') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -59,25 +59,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesynca4ed0b50') + uri: https://storagename.table.core.windows.net/Tables('pytablesynca4ed0b50') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:17 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_table_fail_on_exist.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_fail_on_exist.yaml index 57840778ac36..abbcb1953683 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_fail_on_exist.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_fail_on_exist.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "pytablesync6d7c1113"}' + body: '{"TableName": "pytablesync6d7c1113"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync6d7c1113"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync6d7c1113"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:17 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync6d7c1113') + - https://storagename.table.core.windows.net/Tables('pytablesync6d7c1113') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -48,7 +48,7 @@ interactions: code: 201 message: Created - request: - body: !!python/unicode '{"TableName": "pytablesync6d7c1113"}' + body: '{"TableName": "pytablesync6d7c1113"}' headers: Accept: - application/json;odata=minimalmetadata @@ -63,26 +63,26 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.error":{"code":"TableAlreadyExists","message":{"lang":"en-US","value":"The - table specified already exists.\nRequestId:084ffdf6-4002-004a-7316-832857000000\nTime:2020-09-04T23:53:32.9194058Z"}}}' + string: '{"odata.error":{"code":"TableAlreadyExists","message":{"lang":"en-US","value":"The + table specified already exists.\nRequestId:8e3330b9-2002-0034-5b73-8cc7af000000\nTime:2020-09-16T21:51:18.4155259Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:17 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -106,25 +106,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: GET - uri: !!python/unicode https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20%27pytablesync6d7c1113%27 + uri: https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20%27pytablesync6d7c1113%27 response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"pytablesync6d7c1113"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"pytablesync6d7c1113"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:17 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -148,25 +148,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync6d7c1113') + uri: https://storagename.table.core.windows.net/Tables('pytablesync6d7c1113') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:17 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_table_if_exists.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_if_exists.yaml index 586bb7ffc61b..ffd50fd940b1 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_if_exists.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_if_exists.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "pytablesync2c5a0f7d"}' + body: '{"TableName": "pytablesync2c5a0f7d"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync2c5a0f7d"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync2c5a0f7d"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:17 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync2c5a0f7d') + - https://storagename.table.core.windows.net/Tables('pytablesync2c5a0f7d') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -48,7 +48,7 @@ interactions: code: 201 message: Created - request: - body: !!python/unicode '{"TableName": "pytablesync2c5a0f7d"}' + body: '{"TableName": "pytablesync2c5a0f7d"}' headers: Accept: - application/json;odata=minimalmetadata @@ -63,26 +63,26 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.error":{"code":"TableAlreadyExists","message":{"lang":"en-US","value":"The - table specified already exists.\nRequestId:2904aaea-3002-004e-3616-83ddd5000000\nTime:2020-09-04T23:53:33.3040859Z"}}}' + string: '{"odata.error":{"code":"TableAlreadyExists","message":{"lang":"en-US","value":"The + table specified already exists.\nRequestId:4f51bb6a-7002-002c-3d73-8cea3a000000\nTime:2020-09-16T21:51:18.7020606Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:17 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -106,25 +106,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync2c5a0f7d') + uri: https://storagename.table.core.windows.net/Tables('pytablesync2c5a0f7d') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:17 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_table_if_exists_new_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_if_exists_new_table.yaml index bac25f21ee55..312ac8a8f5dd 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_if_exists_new_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_if_exists_new_table.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "pytablesyncdd9e138d"}' + body: '{"TableName": "pytablesyncdd9e138d"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncdd9e138d"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncdd9e138d"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesyncdd9e138d') + - https://storagename.table.core.windows.net/Tables('pytablesyncdd9e138d') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -59,25 +59,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesyncdd9e138d') + uri: https://storagename.table.core.windows.net/Tables('pytablesyncdd9e138d') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:32 GMT + - Wed, 16 Sep 2020 21:51:18 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_delete_table_with_existing_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_delete_table_with_existing_table.yaml index e798021377e4..48c79924c5df 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_delete_table_with_existing_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_delete_table_with_existing_table.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "pytablesyncded1139b"}' + body: '{"TableName": "pytablesyncded1139b"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncded1139b"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncded1139b"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesyncded1139b') + - https://storagename.table.core.windows.net/Tables('pytablesyncded1139b') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -59,25 +59,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:19 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:19 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesyncded1139b') + uri: https://storagename.table.core.windows.net/Tables('pytablesyncded1139b') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -99,25 +99,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:19 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:19 GMT x-ms-version: - '2019-02-02' method: GET - uri: !!python/unicode https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20%27pytablesyncded1139b%27 + uri: https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20%27pytablesyncded1139b%27 response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[]}' + string: '{"odata.metadata":"https://storagename.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, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 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.test_delete_table_with_non_existing_table_fail_not_exist.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_delete_table_with_non_existing_table_fail_not_exist.yaml index d5f685495cf6..e205a52e6862 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_delete_table_with_non_existing_table_fail_not_exist.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_delete_table_with_non_existing_table_fail_not_exist.yaml @@ -11,26 +11,26 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:19 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:19 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesynca12c1b7c') + uri: https://storagename.table.core.windows.net/Tables('pytablesynca12c1b7c') response: body: - string: !!python/unicode '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:d5f391d6-2002-0037-6016-83b49f000000\nTime:2020-09-04T23:53:34.1838558Z"}}}' + string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The + specified resource does not exist.\nRequestId:13be03b7-7002-0005-1773-8c9c78000000\nTime:2020-09-16T21:51:19.4491614Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:33 GMT + - Wed, 16 Sep 2020 21:51:18 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.test_get_table_acl.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_get_table_acl.yaml index 70f5f343b73b..78fe1d364eb2 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table.test_get_table_acl.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_get_table_acl.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "pytablesyncb07a0bab"}' + body: '{"TableName": "pytablesyncb07a0bab"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:19 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:19 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncb07a0bab"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncb07a0bab"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:19 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesyncb07a0bab') + - https://storagename.table.core.windows.net/Tables('pytablesyncb07a0bab') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -57,15 +57,15 @@ interactions: Connection: - keep-alive Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:19 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:19 GMT x-ms-version: - '2019-02-02' method: GET - uri: !!python/unicode https://storagename.table.core.windows.net/pytablesyncb07a0bab?comp=acl + uri: https://storagename.table.core.windows.net/pytablesyncb07a0bab?comp=acl response: body: string: "\uFEFF + body: ' - testid2020-09-04T23:48:36Zr2020-09-05T00:53:36Z' + testid2020-09-16T21:46:22Z2020-09-16T22:51:22Zr' headers: Accept: - application/xml @@ -63,23 +63,23 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 GMT x-ms-version: - '2019-02-02' method: PUT - uri: !!python/unicode https://storagename.table.core.windows.net/pytablesync45dd15a0?comp=acl + uri: https://storagename.table.core.windows.net/pytablesync45dd15a0?comp=acl response: body: - string: !!python/unicode + string: '' headers: content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -97,23 +97,23 @@ interactions: Connection: - keep-alive Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 GMT x-ms-version: - '2019-02-02' method: GET - uri: !!python/unicode https://storagename.table.core.windows.net/pytablesync45dd15a0?comp=acl + uri: https://storagename.table.core.windows.net/pytablesync45dd15a0?comp=acl response: body: - string: "\uFEFFtestid2020-09-04T23:48:36.0000000Z2020-09-05T00:53:36.0000000Zr" + string: "\uFEFFtestid2020-09-16T21:46:22.0000000Z2020-09-16T22:51:22.0000000Zr" headers: content-type: - application/xml date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -135,25 +135,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync45dd15a0') + uri: https://storagename.table.core.windows.net/Tables('pytablesync45dd15a0') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:22 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_async.test_account_sas.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_account_sas.yaml index bd44b04c6092..6e040d5ba936 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_account_sas.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_account_sas.yaml @@ -11,13 +11,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 01 Jul 2020 19:38:16 GMT + - Wed, 16 Sep 2020 21:51:22 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 01 Jul 2020 19:38:16 GMT + - Wed, 16 Sep 2020 21:51:22 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/Tables response: @@ -26,33 +26,37 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 01 Jul 2020 19:38:14 GMT + date: Wed, 16 Sep 2020 21:51:21 GMT location: https://storagename.table.core.windows.net/Tables('pytableasynce5ae0d85') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 201 message: Created - url: https://pyacrstoragewmjulbgag54k.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "test", "RowKey": "test1", "text": "hello"}' + body: '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", "RowKey": + "test1", "RowKey@odata.type": "Edm.String", "text": "hello", "text@odata.type": + "Edm.String"}' headers: + Accept: + - application/json Content-Length: - - '60' + - '169' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 01 Jul 2020 19:38:16 GMT + - Wed, 16 Sep 2020 21:51:22 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 01 Jul 2020 19:38:16 GMT + - Wed, 16 Sep 2020 21:51:22 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: PATCH uri: https://storagename.table.core.windows.net/pytableasynce5ae0d85(PartitionKey='test',RowKey='test1') response: @@ -61,32 +65,36 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 01 Jul 2020 19:38:14 GMT - etag: W/"datetime'2020-07-01T19%3A38%3A15.4375691Z'" + date: Wed, 16 Sep 2020 21:51:21 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A22.3992646Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewmjulbgag54k.table.core.windows.net/pytableasynce5ae0d85(PartitionKey='test',RowKey='test1') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasynce5ae0d85(PartitionKey='test',RowKey='test1') - request: - body: '{"PartitionKey": "test", "RowKey": "test2", "text": "hello"}' + body: '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", "RowKey": + "test2", "RowKey@odata.type": "Edm.String", "text": "hello", "text@odata.type": + "Edm.String"}' headers: + Accept: + - application/json Content-Length: - - '60' + - '169' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 01 Jul 2020 19:38:16 GMT + - Wed, 16 Sep 2020 21:51:22 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 01 Jul 2020 19:38:16 GMT + - Wed, 16 Sep 2020 21:51:22 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: PATCH uri: https://storagename.table.core.windows.net/pytableasynce5ae0d85(PartitionKey='test',RowKey='test2') response: @@ -95,15 +103,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 01 Jul 2020 19:38:14 GMT - etag: W/"datetime'2020-07-01T19%3A38%3A15.5206274Z'" + date: Wed, 16 Sep 2020 21:51:21 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A22.4332879Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewmjulbgag54k.table.core.windows.net/pytableasynce5ae0d85(PartitionKey='test',RowKey='test2') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasynce5ae0d85(PartitionKey='test',RowKey='test2') - request: body: null headers: @@ -112,40 +120,43 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 01 Jul 2020 19:40:44 GMT + - Wed, 16 Sep 2020 21:51:22 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 01 Jul 2020 19:40:44 GMT + - Wed, 16 Sep 2020 21:51:22 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables?st=2020-07-01T19:37:16Z&se=2020-07-01T20:38:16Z&sp=l&sv=2019-07-07&ss=t&srt=c&sig=vFStimHCbV6koJEHsdqo3MqWUYRHvwTl4F2pkJ1qdxk%3D + uri: https://storagename.table.core.windows.net/pytableasynce5ae0d85()?st=2020-09-16T21:50:22Z&se=2020-09-16T22:51:22Z&sp=r&sv=2019-02-02&ss=t&srt=o&sig=0ZmqKYEpgKoVnjA4%2Bg98L6uwqBuxHcFunhmdKJPtlZI%3D response: body: - string: '{"odata.error":{"code":"InvalidUri","message":{"lang":"en-US","value":"The - requested URI does not represent any resource on the server.\nRequestId:006703ee-6002-0050-4cdf-4f8a05000000\nTime:2020-07-01T19:40:43.4759218Z"}}}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#pytableasynce5ae0d85","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A22.3992646Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-16T21:51:22.3992646Z","text":"hello"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A22.4332879Z''\"","PartitionKey":"test","RowKey":"test2","Timestamp":"2020-09-16T21:51:22.4332879Z","text":"hello"}]}' headers: - content-length: '222' - content-type: application/json - date: Wed, 01 Jul 2020 19:40:43 GMT - server: Microsoft-HTTPAPI/2.0 - x-ms-error-code: InvalidUri + cache-control: no-cache + content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: Wed, 16 Sep 2020 21:51:22 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: 400 - message: The requested URI does not represent any resource on the server. - url: https://pyacrstoragewmjulbgag54k.table.core.windows.net//Tables?st=2020-07-01T19:37:16Z&se=2020-07-01T20:38:16Z&sp=l&sv=2019-07-07&ss=t&srt=c&sig=vFStimHCbV6koJEHsdqo3MqWUYRHvwTl4F2pkJ1qdxk%3D + code: 200 + message: OK + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasynce5ae0d85()?st=2020-09-16T21:50:22Z&se=2020-09-16T22:51:22Z&sp=r&sv=2019-02-02&ss=t&srt=o&sig=0ZmqKYEpgKoVnjA4%2Bg98L6uwqBuxHcFunhmdKJPtlZI%3D - request: body: null headers: + Accept: + - application/json Date: - - Wed, 01 Jul 2020 19:40:44 GMT + - Wed, 16 Sep 2020 21:51:22 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 01 Jul 2020 19:40:44 GMT + - Wed, 16 Sep 2020 21:51:22 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: DELETE uri: https://storagename.table.core.windows.net/Tables('pytableasynce5ae0d85') response: @@ -154,12 +165,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 01 Jul 2020 19:40:43 GMT + date: Wed, 16 Sep 2020 21:51:21 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewmjulbgag54k.table.core.windows.net/Tables('pytableasynce5ae0d85') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasynce5ae0d85') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_properties.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_properties.yaml new file mode 100644 index 000000000000..8d6639bb17fb --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_properties.yaml @@ -0,0 +1,221 @@ +interactions: +- request: + body: '{"TableName": "pytableasync3fc31012"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '37' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Wed, 16 Sep 2020 21:51:22 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:22 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://storagename.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytableasync3fc31012"}' + 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 + location: https://storagename.table.core.windows.net/Tables('pytableasync3fc31012') + 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://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables +- request: + body: null + headers: + Accept: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:22 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:22 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: "\uFEFF1.0falsetruefalsefalse1.0truetruetrue71.0truetruetrue5" + headers: + content-type: application/xml + date: Wed, 16 Sep 2020 21:51:21 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/?restype=service&comp=properties +- request: + body: ' + + 1.0falsefalsetruefalse' + headers: + Accept: + - application/xml + Content-Length: + - '251' + Content-Type: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:22 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:22 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: '' + headers: + date: Wed, 16 Sep 2020 21:51:22 GMT + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2019-02-02' + status: + code: 202 + message: Accepted + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties +- request: + body: null + headers: + Accept: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:22 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:22 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: "\uFEFF1.0falsetruefalsefalse1.0truetruetrue71.0truetruetrue5" + headers: + content-type: application/xml + date: Wed, 16 Sep 2020 21:51:22 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/?restype=service&comp=properties +- request: + body: ' + + 1.0truetruetrue5' + headers: + Accept: + - application/xml + Content-Length: + - '271' + Content-Type: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:22 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:22 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: '' + headers: + date: Wed, 16 Sep 2020 21:51:22 GMT + server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2019-02-02' + status: + code: 202 + message: Accepted + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties +- request: + body: null + headers: + Accept: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:22 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:22 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: "\uFEFF1.0falsetruefalsefalse1.0truetruetrue71.0truetruetrue5" + headers: + content-type: application/xml + date: Wed, 16 Sep 2020 21:51:22 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/?restype=service&comp=properties +- request: + body: null + headers: + Accept: + - application/json + Date: + - Wed, 16 Sep 2020 21:51:22 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:22 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://storagename.table.core.windows.net/Tables('pytableasync3fc31012') + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + date: Wed, 16 Sep 2020 21:51:22 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('pytableasync3fc31012') +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table.yaml index 83b2429f1e6f..021b1e720f97 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 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: Fri, 04 Sep 2020 23:53:33 GMT + date: Wed, 16 Sep 2020 21:51:22 GMT location: https://storagename.table.core.windows.net/Tables('pytableasyncf33c0dcd') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:33 GMT + date: Wed, 16 Sep 2020 21:51:22 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasyncf33c0dcd') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasyncf33c0dcd') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_fail_on_exist.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_fail_on_exist.yaml index e50f9345ab1f..31297eb67ef3 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_fail_on_exist.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_fail_on_exist.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 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: Fri, 04 Sep 2020 23:53:33 GMT + date: Wed, 16 Sep 2020 21:51:22 GMT location: https://storagename.table.core.windows.net/Tables('pytableasyncdea11390') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "pytableasyncdea11390"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT x-ms-version: - '2019-02-02' method: POST @@ -60,11 +60,11 @@ interactions: response: body: string: '{"odata.error":{"code":"TableAlreadyExists","message":{"lang":"en-US","value":"The - table specified already exists.\nRequestId:14bdaf3f-2002-002a-2f16-83562e000000\nTime:2020-09-04T23:53:34.7939644Z"}}}' + table specified already exists.\nRequestId:f1eebf92-a002-002e-6573-8ce8c0000000\nTime:2020-09-16T21:51:23.3844829Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:53:33 GMT + date: Wed, 16 Sep 2020 21:51:22 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -72,18 +72,18 @@ interactions: status: code: 409 message: Conflict - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -94,12 +94,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:33 GMT + date: Wed, 16 Sep 2020 21:51:22 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasyncdea11390') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasyncdea11390') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_if_exists.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_if_exists.yaml index 966c47fb3bda..d250fb81c133 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_if_exists.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_if_exists.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 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: Fri, 04 Sep 2020 23:53:34 GMT + date: Wed, 16 Sep 2020 21:51:23 GMT location: https://storagename.table.core.windows.net/Tables('pytableasync938b11fa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "pytableasync938b11fa"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT x-ms-version: - '2019-02-02' method: POST @@ -60,11 +60,11 @@ interactions: response: body: string: '{"odata.error":{"code":"TableAlreadyExists","message":{"lang":"en-US","value":"The - table specified already exists.\nRequestId:a0056a6b-4002-0013-7416-83168a000000\nTime:2020-09-04T23:53:35.0105929Z"}}}' + table specified already exists.\nRequestId:cd73e39e-6002-0077-6e73-8ced46000000\nTime:2020-09-16T21:51:23.5754669Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:53:34 GMT + date: Wed, 16 Sep 2020 21:51:23 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -72,18 +72,18 @@ interactions: status: code: 409 message: Conflict - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:34 GMT + - Wed, 16 Sep 2020 21:51:23 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -94,12 +94,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:34 GMT + date: Wed, 16 Sep 2020 21:51:23 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasync938b11fa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasync938b11fa') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_if_exists_new_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_if_exists_new_table.yaml index c3000eab81cb..aa092bd3e1e1 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_if_exists_new_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table_if_exists_new_table.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:23 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: Fri, 04 Sep 2020 23:53:34 GMT + date: Wed, 16 Sep 2020 21:51:23 GMT location: https://storagename.table.core.windows.net/Tables('pytableasync5dc0160a') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:23 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:34 GMT + date: Wed, 16 Sep 2020 21:51:23 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasync5dc0160a') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasync5dc0160a') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_delete_table_with_existing_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_delete_table_with_existing_table.yaml index e19c9ab0bb7f..72678943d896 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_delete_table_with_existing_table.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_delete_table_with_existing_table.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Mon, 21 Sep 2020 22:27:15 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Mon, 21 Sep 2020 22:27:15 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: Fri, 04 Sep 2020 23:53:35 GMT + date: Mon, 21 Sep 2020 22:27:15 GMT location: https://storagename.table.core.windows.net/Tables('pytableasync5ef31618') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstorageghacaclki5ok.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Mon, 21 Sep 2020 22:27:15 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Mon, 21 Sep 2020 22:27:15 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,44 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Mon, 21 Sep 2020 22:27:15 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasync5ef31618') + url: https://pyacrstorageghacaclki5ok.table.core.windows.net/Tables('pytableasync5ef31618') +- request: + body: null + headers: + Accept: + - application/json;odata=minimalmetadata + DataServiceVersion: + - '3.0' + Date: + - Mon, 21 Sep 2020 22:27:15 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Mon, 21 Sep 2020 22:27:15 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20'pytableasync5ef31618' + response: + body: + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[]}' + headers: + cache-control: no-cache + content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: Mon, 21 Sep 2020 22:27:15 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: 200 + message: OK + url: https://pyacrstorageghacaclki5ok.table.core.windows.net/Tables?$filter=TableName%20eq%20'pytableasync5ef31618' version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_delete_table_with_non_existing_table_fail_not_exist.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_delete_table_with_non_existing_table_fail_not_exist.yaml index c4b393da3d3a..228f44fd85ec 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_delete_table_with_non_existing_table_fail_not_exist.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_delete_table_with_non_existing_table_fail_not_exist.yaml @@ -5,11 +5,11 @@ interactions: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:23 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:23 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -17,11 +17,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:875b3a6b-f002-0023-3116-834ca0000000\nTime:2020-09-04T23:53:35.6072216Z"}}}' + specified resource does not exist.\nRequestId:fafbe4a5-f002-003d-7e73-8cdd21000000\nTime:2020-09-16T21:51:24.0807245Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:53:34 GMT + date: Wed, 16 Sep 2020 21:51:23 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -29,5 +29,5 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasync50951df9') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasync50951df9') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_get_table_acl.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_get_table_acl.yaml index 422974968a2a..ce75d6a71826 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_get_table_acl.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_get_table_acl.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:24 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: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:23 GMT location: https://storagename.table.core.windows.net/Tables('pytableasync1550e28') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/xml Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:24 GMT x-ms-version: - '2019-02-02' method: GET @@ -57,25 +57,25 @@ interactions: />" headers: content-type: application/xml - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:23 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://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasync1550e28?comp=acl + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasync1550e28?comp=acl - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:24 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -86,12 +86,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51: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 - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasync1550e28') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasync1550e28') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables.yaml index 590707b8674e..1044a9bc53b4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:35 GMT + - Wed, 16 Sep 2020 21:51:24 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: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:23 GMT location: https://storagename.table.core.windows.net/Tables('pytableasynce6450d88') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: @@ -44,22 +44,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:24 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable051291081"},{"TableName":"listtable0aab312c0"},{"TableName":"listtable151291081"},{"TableName":"listtable1aab312c0"},{"TableName":"listtable251291081"},{"TableName":"listtable2aab312c0"},{"TableName":"listtable351291081"},{"TableName":"listtable3aab312c0"},{"TableName":"pytableasynce6450d88"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable03f561007"},{"TableName":"listtable0aab312c0"},{"TableName":"listtable13f561007"},{"TableName":"listtable1aab312c0"},{"TableName":"listtable23f561007"},{"TableName":"listtable2aab312c0"},{"TableName":"listtable33f561007"},{"TableName":"listtable3aab312c0"},{"TableName":"pytableasynce6450d88"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:23 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -67,18 +67,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:24 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:24 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -89,12 +89,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:23 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasynce6450d88') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasynce6450d88') 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 f9338c2477f8..97a777a8ea1f 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,13 +11,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 22 Jul 2020 19:11:34 GMT + - Mon, 21 Sep 2020 21:49:13 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 22 Jul 2020 19:11:34 GMT + - Mon, 21 Sep 2020 21:49:13 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/Tables response: @@ -26,16 +26,16 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 22 Jul 2020 19:11:34 GMT + date: Mon, 21 Sep 2020 21:49:12 GMT location: https://storagename.table.core.windows.net/Tables('listtable0a9041284') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 201 message: Created - url: https://pyacrstoragejssq3z2qvrzy.table.core.windows.net/Tables + url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables - request: body: '{"TableName": "listtable1a9041284"}' headers: @@ -48,13 +48,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 22 Jul 2020 19:11:34 GMT + - Mon, 21 Sep 2020 21:49:13 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 22 Jul 2020 19:11:34 GMT + - Mon, 21 Sep 2020 21:49:13 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/Tables response: @@ -63,16 +63,16 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 22 Jul 2020 19:11:34 GMT + date: Mon, 21 Sep 2020 21:49:13 GMT location: https://storagename.table.core.windows.net/Tables('listtable1a9041284') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 201 message: Created - url: https://pyacrstoragejssq3z2qvrzy.table.core.windows.net/Tables + url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables - request: body: '{"TableName": "listtable2a9041284"}' headers: @@ -85,13 +85,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 22 Jul 2020 19:11:34 GMT + - Mon, 21 Sep 2020 21:49:13 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 22 Jul 2020 19:11:34 GMT + - Mon, 21 Sep 2020 21:49:13 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/Tables response: @@ -100,16 +100,16 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 22 Jul 2020 19:11:35 GMT + date: Mon, 21 Sep 2020 21:49:13 GMT location: https://storagename.table.core.windows.net/Tables('listtable2a9041284') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 201 message: Created - url: https://pyacrstoragejssq3z2qvrzy.table.core.windows.net/Tables + url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables - request: body: '{"TableName": "listtable3a9041284"}' headers: @@ -122,13 +122,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 22 Jul 2020 19:11:34 GMT + - Mon, 21 Sep 2020 21:49:13 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 22 Jul 2020 19:11:34 GMT + - Mon, 21 Sep 2020 21:49:13 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/Tables response: @@ -137,16 +137,16 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 22 Jul 2020 19:11:35 GMT + date: Mon, 21 Sep 2020 21:49:13 GMT location: https://storagename.table.core.windows.net/Tables('listtable3a9041284') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 201 message: Created - url: https://pyacrstoragejssq3z2qvrzy.table.core.windows.net/Tables + url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables - request: body: null headers: @@ -155,30 +155,31 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 22 Jul 2020 19:11:35 GMT + - Mon, 21 Sep 2020 21:49:13 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 22 Jul 2020 19:11:35 GMT + - Mon, 21 Sep 2020 21:49:13 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables + uri: https://storagename.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"},{"TableName":"listtable2a9041284"},{"TableName":"listtable3a9041284"}]}' + string: '{"odata.metadata":"https://storagename.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: Wed, 22 Jul 2020 19:11:35 GMT + date: Mon, 21 Sep 2020 21:49:13 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-continuation-nexttablename: 1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDY5MDYxMGJkOGI3ZDk- + x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstoragejssq3z2qvrzy.table.core.windows.net/Tables + url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables?$top=2 - request: body: null headers: @@ -187,28 +188,28 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 22 Jul 2020 19:11:35 GMT + - Mon, 21 Sep 2020 21:49:13 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 22 Jul 2020 19:11:35 GMT + - Mon, 21 Sep 2020 21:49:13 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables?$top=2&NextTableName=1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDY5MDYxMGJkOGI3ZDk- response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable0a9041284"},{"TableName":"listtable1a9041284"},{"TableName":"listtable2a9041284"},{"TableName":"listtable3a9041284"}]}' + string: '{"odata.metadata":"https://storagename.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: Wed, 22 Jul 2020 19:11:35 GMT + date: Mon, 21 Sep 2020 21:49:13 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstoragejssq3z2qvrzy.table.core.windows.net/Tables + url: https://pyacrstoragezni7g6kxg6rj.table.core.windows.net/Tables?$top=2&NextTableName=1!48!bGlzdHRhYmxlMmE5MDQxMjg0ATAxZDY5MDYxMGJkOGI3ZDk- 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 46976dd94efa..007745d76425 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,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:41:59 GMT + - Wed, 16 Sep 2020 22:00:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:41:59 GMT + - Wed, 16 Sep 2020 22:00:53 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: Fri, 04 Sep 2020 23:41:59 GMT + date: Wed, 16 Sep 2020 22:00:53 GMT location: https://storagename.table.core.windows.net/Tables('listtable0cac14c3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables + url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables - request: body: '{"TableName": "listtable1cac14c3"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,7 +63,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:41:59 GMT + date: Wed, 16 Sep 2020 22:00:53 GMT location: https://storagename.table.core.windows.net/Tables('listtable1cac14c3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables + url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables - request: body: '{"TableName": "listtable2cac14c3"}' headers: @@ -85,11 +85,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT x-ms-version: - '2019-02-02' method: POST @@ -100,7 +100,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:41:59 GMT + date: Wed, 16 Sep 2020 22:00:53 GMT location: https://storagename.table.core.windows.net/Tables('listtable2cac14c3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -109,7 +109,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables + url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables - request: body: '{"TableName": "listtable3cac14c3"}' headers: @@ -122,11 +122,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT x-ms-version: - '2019-02-02' method: POST @@ -137,7 +137,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:41:59 GMT + date: Wed, 16 Sep 2020 22:00:53 GMT location: https://storagename.table.core.windows.net/Tables('listtable3cac14c3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -146,7 +146,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables + url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables - request: body: null headers: @@ -155,22 +155,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable051291081"},{"TableName":"listtable0aab312c0"},{"TableName":"listtable0cac14c3"},{"TableName":"listtable151291081"},{"TableName":"listtable1aab312c0"},{"TableName":"listtable1cac14c3"},{"TableName":"listtable251291081"},{"TableName":"listtable2aab312c0"},{"TableName":"listtable2cac14c3"},{"TableName":"listtable351291081"},{"TableName":"listtable3aab312c0"},{"TableName":"listtable3cac14c3"}]}' + string: '{"odata.metadata":"https://storagename.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: Fri, 04 Sep 2020 23:41:59 GMT + date: Wed, 16 Sep 2020 22:00:53 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://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables + url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables - request: body: null headers: @@ -187,31 +187,31 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/Tables?$top=3 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable051291081"},{"TableName":"listtable0aab312c0"},{"TableName":"listtable0cac14c3"}]}' + string: '{"odata.metadata":"https://storagename.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: Fri, 04 Sep 2020 23:41:59 GMT + date: Wed, 16 Sep 2020 22:00:53 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!bGlzdHRhYmxlMTUxMjkxMDgxATAxZDY4MzE0ZjllNTk2NzA- + x-ms-continuation-nexttablename: 1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjhjNzRkOGU2ZWFiNQ-- x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables?$top=3 + url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables?$top=3 - request: body: null headers: @@ -220,127 +220,28 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT + - Wed, 16 Sep 2020 22:00:53 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlMTUxMjkxMDgxATAxZDY4MzE0ZjllNTk2NzA- + uri: https://storagename.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjhjNzRkOGU2ZWFiNQ-- response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable151291081"},{"TableName":"listtable1aab312c0"},{"TableName":"listtable1cac14c3"}]}' + string: '{"odata.metadata":"https://storagename.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: Fri, 04 Sep 2020 23:41:59 GMT + date: Wed, 16 Sep 2020 22:00:53 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!bGlzdHRhYmxlMjUxMjkxMDgxATAxZDY4MzE0ZjllYjNjYzc- x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlMTUxMjkxMDgxATAxZDY4MzE0ZjllNTk2NzA- -- request: - body: null - headers: - Accept: - - application/json;odata=minimalmetadata - DataServiceVersion: - - '3.0' - Date: - - Fri, 04 Sep 2020 23:42:00 GMT - User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT - x-ms-version: - - '2019-02-02' - method: GET - uri: https://storagename.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlMjUxMjkxMDgxATAxZDY4MzE0ZjllYjNjYzc- - response: - body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable251291081"},{"TableName":"listtable2aab312c0"},{"TableName":"listtable2cac14c3"}]}' - headers: - cache-control: no-cache - content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:41:59 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!bGlzdHRhYmxlMzUxMjkxMDgxATAxZDY4MzE0ZjlmMGUzMWE- - x-ms-version: '2019-02-02' - status: - code: 200 - message: OK - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlMjUxMjkxMDgxATAxZDY4MzE0ZjllYjNjYzc- -- request: - body: null - headers: - Accept: - - application/json;odata=minimalmetadata - DataServiceVersion: - - '3.0' - Date: - - Fri, 04 Sep 2020 23:42:00 GMT - User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT - x-ms-version: - - '2019-02-02' - method: GET - uri: https://storagename.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlMzUxMjkxMDgxATAxZDY4MzE0ZjlmMGUzMWE- - response: - body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable351291081"},{"TableName":"listtable3aab312c0"},{"TableName":"listtable3cac14c3"}]}' - headers: - cache-control: no-cache - content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:41:59 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!cHl0YWJsZWFzeW5jMTU1MGUyOAEwMWQ2ODMxNGZiOGMxOTAz - x-ms-version: '2019-02-02' - status: - code: 200 - message: OK - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlMzUxMjkxMDgxATAxZDY4MzE0ZjlmMGUzMWE- -- request: - body: null - headers: - Accept: - - application/json;odata=minimalmetadata - DataServiceVersion: - - '3.0' - Date: - - Fri, 04 Sep 2020 23:42:00 GMT - User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Fri, 04 Sep 2020 23:42:00 GMT - x-ms-version: - - '2019-02-02' - method: GET - uri: https://storagename.table.core.windows.net/Tables?$top=3&NextTableName=1!48!cHl0YWJsZWFzeW5jMTU1MGUyOAEwMWQ2ODMxNGZiOGMxOTAz - response: - body: - string: '{"odata.metadata":"https://storagename.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, 04 Sep 2020 23:41:59 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: 200 - message: OK - url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables?$top=3&NextTableName=1!48!cHl0YWJsZWFzeW5jMTU1MGUyOAEwMWQ2ODMxNGZiOGMxOTAz + url: https://pyacrstorage37t7u2p4jlzj.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjhjNzRkOGU2ZWFiNQ-- version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_query_tables_with_filter.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_query_tables_with_filter.yaml index 77e617c203cb..e88901a970c3 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_query_tables_with_filter.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_query_tables_with_filter.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 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: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:24 GMT location: https://storagename.table.core.windows.net/Tables('pytableasyncbd551302') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: @@ -44,11 +44,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT x-ms-version: - '2019-02-02' method: GET @@ -59,7 +59,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:24 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -67,18 +67,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables?$filter=TableName%20eq%20'pytableasyncbd551302' + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables?$filter=TableName%20eq%20'pytableasyncbd551302' - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -89,12 +89,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51: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 - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasyncbd551302') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasyncbd551302') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_too_many_ids.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_too_many_ids.yaml index 440be0ff3b4f..c7be5b19110e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_too_many_ids.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_too_many_ids.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 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: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:24 GMT location: https://storagename.table.core.windows.net/Tables('pytableasynce03c1398') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:25 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasynce03c1398') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasynce03c1398') 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 f9192dbb3721..cedb6dee37d8 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,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 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: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:25 GMT location: https://storagename.table.core.windows.net/Tables('pytableasync6d6c1aab') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: @@ -44,11 +44,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT x-ms-version: - '2019-02-02' method: PUT @@ -58,24 +58,24 @@ interactions: string: '' headers: content-length: '0' - date: Fri, 04 Sep 2020 23:53:35 GMT + date: Wed, 16 Sep 2020 21:51:25 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://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasync6d6c1aab?comp=acl + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasync6d6c1aab?comp=acl - request: body: null headers: Accept: - application/xml Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT x-ms-version: - '2019-02-02' method: GET @@ -86,25 +86,25 @@ interactions: />" headers: content-type: application/xml - date: Fri, 04 Sep 2020 23:53:36 GMT + date: Wed, 16 Sep 2020 21:51:25 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://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasync6d6c1aab?comp=acl + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasync6d6c1aab?comp=acl - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -115,12 +115,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:36 GMT + date: Wed, 16 Sep 2020 21:51:25 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasync6d6c1aab') + url: https://pyacrstoragewrla36mtikyp.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_none_signed_identifier.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_none_signed_identifier.yaml new file mode 100644 index 000000000000..0d5f2f5833ba --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_none_signed_identifier.yaml @@ -0,0 +1,129 @@ +interactions: +- request: + body: '{"TableName": "pytableasync370d19b9"}' + headers: + Accept: + - application/json;odata=minimalmetadata + Content-Length: + - '37' + Content-Type: + - application/json;odata=nometadata + DataServiceVersion: + - '3.0' + Date: + - Wed, 16 Sep 2020 21:51:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:25 GMT + x-ms-version: + - '2019-02-02' + method: POST + uri: https://storagename.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytableasync370d19b9"}' + headers: + cache-control: no-cache + content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 + date: Wed, 16 Sep 2020 21:51:24 GMT + location: https://storagename.table.core.windows.net/Tables('pytableasync370d19b9') + 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://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables +- request: + body: ' + + empty' + headers: + Accept: + - application/xml + Content-Length: + - '129' + Content-Type: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:25 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://storagename.table.core.windows.net/pytableasync370d19b9?comp=acl + response: + body: + string: '' + headers: + content-length: '0' + date: Wed, 16 Sep 2020 21:51:24 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/pytableasync370d19b9?comp=acl +- request: + body: null + headers: + Accept: + - application/xml + Date: + - Wed, 16 Sep 2020 21:51:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:25 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/pytableasync370d19b9?comp=acl + response: + body: + string: "\uFEFFempty" + headers: + content-type: application/xml + date: Wed, 16 Sep 2020 21:51: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 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasync370d19b9?comp=acl +- request: + body: null + headers: + Accept: + - application/json + Date: + - Wed, 16 Sep 2020 21:51:25 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:51:25 GMT + x-ms-version: + - '2019-02-02' + method: DELETE + uri: https://storagename.table.core.windows.net/Tables('pytableasync370d19b9') + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + date: Wed, 16 Sep 2020 21:51: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 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasync370d19b9') +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 a3b93b6156a1..30d25b7df75f 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,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:25 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: Fri, 04 Sep 2020 23:53:36 GMT + date: Wed, 16 Sep 2020 21:51:25 GMT location: https://storagename.table.core.windows.net/Tables('pytableasyncd261181d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,11 +35,11 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: ' - testid2020-09-04T23:48:36Z2020-09-05T00:53:36Zr' + testid2020-09-16T21:46:26Z2020-09-16T22:51:26Zr' headers: Accept: - application/xml @@ -48,11 +48,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:26 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:26 GMT x-ms-version: - '2019-02-02' method: PUT @@ -62,52 +62,52 @@ interactions: string: '' headers: content-length: '0' - date: Fri, 04 Sep 2020 23:53:36 GMT + date: Wed, 16 Sep 2020 21:51:25 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://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasyncd261181d?comp=acl + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasyncd261181d?comp=acl - request: body: null headers: Accept: - application/xml Date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:26 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:36 GMT + - Wed, 16 Sep 2020 21:51:26 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/pytableasyncd261181d?comp=acl response: body: - string: "\uFEFFtestid2020-09-04T23:48:36.0000000Z2020-09-05T00:53:36.0000000Zr" + string: "\uFEFFtestid2020-09-16T21:46:26.0000000Z2020-09-16T22:51:26.0000000Zr" headers: content-type: application/xml - date: Fri, 04 Sep 2020 23:53:36 GMT + date: Wed, 16 Sep 2020 21:51:25 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://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasyncd261181d?comp=acl + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/pytableasyncd261181d?comp=acl - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:53:37 GMT + - Wed, 16 Sep 2020 21:51:26 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:53:37 GMT + - Wed, 16 Sep 2020 21:51:26 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -118,12 +118,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:53:36 GMT + date: Wed, 16 Sep 2020 21:51:25 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasyncd261181d') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('pytableasyncd261181d') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_append.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_append.yaml index 5e43e4345d35..6d3588302f9c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_append.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_client.test_user_agent_append.yaml @@ -11,21 +11,13 @@ interactions: DataServiceVersion: - '3.0' Date: -<<<<<<< HEAD - - Wed, 01 Jul 2020 18:25:06 GMT + - Wed, 16 Sep 2020 22:35:33 GMT User-Agent: - customer_user_agent x-ms-date: - - Wed, 01 Jul 2020 18:25:06 GMT -======= - - Wed, 01 Jul 2020 18:18:37 GMT - User-Agent: - - customer_user_agent - x-ms-date: - - Wed, 01 Jul 2020 18:18:37 GMT ->>>>>>> 8bdf4dab46b1d77ee840080c15bb142508964575 + - Wed, 16 Sep 2020 22:35:33 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/Tables response: @@ -37,11 +29,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: -<<<<<<< HEAD - - Wed, 01 Jul 2020 18:25:05 GMT -======= - - Wed, 01 Jul 2020 18:18:36 GMT ->>>>>>> 8bdf4dab46b1d77ee840080c15bb142508964575 + - Wed, 16 Sep 2020 22:35:33 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -49,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-ms-version: - - '2019-07-07' + - '2019-02-02' status: code: 200 message: OK 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 246b2b684cdd..5c1616eca437 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,31 +11,76 @@ interactions: DataServiceVersion: - '3.0' Date: - - Mon, 10 Aug 2020 19:03:04 GMT + - Wed, 16 Sep 2020 22:35:34 GMT User-Agent: - - TestApp/v1.0 azsdk-python-storage-table/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - TestApp/v1.0 azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Mon, 10 Aug 2020 19:03:04 GMT + - Wed, 16 Sep 2020 22:35:34 GMT x-ms-version: - - 12.0.0b1 + - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/Tables response: body: - string: "\uFEFF\r\n\r\n - \ InvalidHeaderValue\r\n The value - for one of the HTTP headers is not in the correct format.\nRequestId:3df2a491-5002-0050-3548-6f9833000000\nTime:2020-08-10T19:03:05.7984754Z\r\n" + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[]}' headers: - content-length: - - '371' + cache-control: + - no-cache content-type: - - application/xml + - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Mon, 10 Aug 2020 19:03:05 GMT + - Wed, 16 Sep 2020 22:35:33 GMT server: - - Microsoft-HTTPAPI/2.0 + - 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;odata=minimalmetadata + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + DataServiceVersion: + - '3.0' + Date: + - Wed, 16 Sep 2020 22:35:34 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) + x-ms-date: + - Wed, 16 Sep 2020 22:35:34 GMT + x-ms-version: + - '2019-02-02' + method: GET + uri: https://storagename.table.core.windows.net/Tables + response: + body: + string: '{"odata.metadata":"https://storagename.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 + 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: 400 - message: The value for one of the HTTP headers is not in the correct format. + code: 200 + message: OK version: 1 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 d3da2ae7a6c4..c00bb2b7c5dd 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,13 +11,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Tue, 30 Jun 2020 19:45:39 GMT + - Fri, 18 Sep 2020 00:20:12 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.3 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 30 Jun 2020 19:45:39 GMT + - Fri, 18 Sep 2020 00:20:12 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/Tables response: @@ -29,7 +29,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Tue, 30 Jun 2020 19:45:38 GMT + - Fri, 18 Sep 2020 00:20:12 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-ms-version: - - '2019-07-07' + - '2019-02-02' status: code: 200 message: OK diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_binary_property_value.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_binary_property_value.yaml index 91cc501df463..dd2b4854535b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_binary_property_value.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_binary_property_value.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:54 GMT + - Wed, 16 Sep 2020 21:51:27 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:54 GMT + - Wed, 16 Sep 2020 21:51:27 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, 05 Sep 2020 00:17:54 GMT + - Wed, 16 Sep 2020 21:51:27 GMT location: - https://storagename.table.core.windows.net/Tables('uttable99fe1256') server: @@ -65,27 +65,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable99fe1256 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable99fe1256/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A55.2342394Z''\"","PartitionKey":"pk99fe1256","RowKey":"rk99fe1256","Timestamp":"2020-09-05T00:17:55.2342394Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable99fe1256/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A27.7064558Z''\"","PartitionKey":"pk99fe1256","RowKey":"rk99fe1256","Timestamp":"2020-09-16T21:51:27.7064558Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:54 GMT + - Wed, 16 Sep 2020 21:51:27 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A55.2342394Z'" + - W/"datetime'2020-09-16T21%3A51%3A27.7064558Z'" location: - https://storagename.table.core.windows.net/uttable99fe1256(PartitionKey='pk99fe1256',RowKey='rk99fe1256') server: @@ -111,27 +111,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable99fe1256(PartitionKey='pk99fe1256',RowKey='rk99fe1256') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable99fe1256/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A55.2342394Z''\"","PartitionKey":"pk99fe1256","RowKey":"rk99fe1256","Timestamp":"2020-09-05T00:17:55.2342394Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable99fe1256/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A27.7064558Z''\"","PartitionKey":"pk99fe1256","RowKey":"rk99fe1256","Timestamp":"2020-09-16T21:51:27.7064558Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:54 GMT + - Wed, 16 Sep 2020 21:51:27 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A55.2342394Z'" + - W/"datetime'2020-09-16T21%3A51%3A27.7064558Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -155,11 +155,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -173,7 +173,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:54 GMT + - Wed, 16 Sep 2020 21:51:27 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_delete_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity.yaml index fd353ddb4d0b..0fbd4db5a2fb 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 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, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT location: - https://storagename.table.core.windows.net/Tables('uttable12440ee0') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable12440ee0 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable12440ee0/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A55.5202415Z''\"","PartitionKey":"pk12440ee0","RowKey":"rk12440ee0","Timestamp":"2020-09-05T00:17:55.5202415Z","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://storagename.table.core.windows.net/$metadata#uttable12440ee0/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A28.0232696Z''\"","PartitionKey":"pk12440ee0","RowKey":"rk12440ee0","Timestamp":"2020-09-16T21:51:28.0232696Z","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, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A55.5202415Z'" + - W/"datetime'2020-09-16T21%3A51%3A28.0232696Z'" location: - https://storagename.table.core.windows.net/uttable12440ee0(PartitionKey='pk12440ee0',RowKey='rk12440ee0') server: @@ -117,13 +117,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -137,7 +137,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -159,11 +159,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: GET @@ -171,14 +171,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:c92e7d5c-e002-0057-161a-836fba000000\nTime:2020-09-05T00:17:55.6033016Z"}}}' + specified resource does not exist.\nRequestId:90775521-f002-0014-2673-8cab63000000\nTime:2020-09-16T21:51:28.1043262Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -202,11 +202,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -220,7 +220,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 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_delete_entity_not_existing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_not_existing.yaml index d6cfbf3ccde7..c4a2124be4ee 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_not_existing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_not_existing.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 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, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT location: - https://storagename.table.core.windows.net/Tables('uttablef9b6145a') server: @@ -61,13 +61,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -75,14 +75,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:77a6c8bf-5002-006c-6b1a-832de4000000\nTime:2020-09-05T00:17:55.8617229Z"}}}' + specified resource does not exist.\nRequestId:77867f9f-0002-006c-1373-8cc3d4000000\nTime:2020-09-16T21:51:28.3394932Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -106,11 +106,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -124,7 +124,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 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_delete_entity_with_if_doesnt_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_with_if_doesnt_match.yaml index 10d794112661..595241510be8 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_with_if_doesnt_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_with_if_doesnt_match.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 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, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT location: - https://storagename.table.core.windows.net/Tables('uttablea99a1781') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablea99a1781 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablea99a1781/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A56.1074866Z''\"","PartitionKey":"pka99a1781","RowKey":"rka99a1781","Timestamp":"2020-09-05T00:17:56.1074866Z","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://storagename.table.core.windows.net/$metadata#uttablea99a1781/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A28.5782123Z''\"","PartitionKey":"pka99a1781","RowKey":"rka99a1781","Timestamp":"2020-09-16T21:51:28.5782123Z","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, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A56.1074866Z'" + - W/"datetime'2020-09-16T21%3A51%3A28.5782123Z'" location: - https://storagename.table.core.windows.net/uttablea99a1781(PartitionKey='pka99a1781',RowKey='rka99a1781') server: @@ -117,13 +117,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT If-Match: - W/"datetime'2012-06-15T22%3A51%3A44.9662825Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -131,14 +131,14 @@ interactions: response: body: string: '{"odata.error":{"code":"UpdateConditionNotSatisfied","message":{"lang":"en-US","value":"The - update condition specified in the request was not satisfied.\nRequestId:a44ec88b-6002-0002-6f1a-8384cd000000\nTime:2020-09-05T00:17:56.1455142Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:fefca9fb-1002-005a-6273-8c6e86000000\nTime:2020-09-16T21:51:28.6262461Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -162,11 +162,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -180,7 +180,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:27 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_delete_entity_with_if_matches.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_with_if_matches.yaml index 97361cfa047f..21774f6441f9 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_with_if_matches.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity_with_if_matches.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 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, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT location: - https://storagename.table.core.windows.net/Tables('uttable3801156d') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable3801156d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3801156d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A56.4218222Z''\"","PartitionKey":"pk3801156d","RowKey":"rk3801156d","Timestamp":"2020-09-05T00:17:56.4218222Z","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://storagename.table.core.windows.net/$metadata#uttable3801156d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A28.8866373Z''\"","PartitionKey":"pk3801156d","RowKey":"rk3801156d","Timestamp":"2020-09-16T21:51:28.8866373Z","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, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A56.4218222Z'" + - W/"datetime'2020-09-16T21%3A51%3A28.8866373Z'" location: - https://storagename.table.core.windows.net/uttable3801156d(PartitionKey='pk3801156d',RowKey='rk3801156d') server: @@ -117,13 +117,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT If-Match: - - W/"datetime'2020-09-05T00%3A17%3A56.4218222Z'" + - W/"datetime'2020-09-16T21%3A51%3A28.8866373Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -137,7 +137,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -159,11 +159,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: GET @@ -171,14 +171,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:8c48c2a1-9002-0035-1d1a-832862000000\nTime:2020-09-05T00:17:56.5088850Z"}}}' + specified resource does not exist.\nRequestId:01e77fcb-3002-0002-3673-8c6afd000000\nTime:2020-09-16T21:51:28.9576867Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -202,11 +202,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -220,7 +220,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:55 GMT + - Wed, 16 Sep 2020 21:51:28 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_empty_and_spaces_property_value.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_empty_and_spaces_property_value.yaml index b629cd44c646..28715ce621bc 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_empty_and_spaces_property_value.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_empty_and_spaces_property_value.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 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, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT location: - https://storagename.table.core.windows.net/Tables('uttable66111670') server: @@ -73,27 +73,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable66111670 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable66111670/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A56.7464319Z''\"","PartitionKey":"pk66111670","RowKey":"rk66111670","Timestamp":"2020-09-05T00:17:56.7464319Z","EmptyByte@odata.type":"Edm.Binary","EmptyByte":"","EmptyUnicode":"","SpacesOnlyByte@odata.type":"Edm.Binary","SpacesOnlyByte":"ICAg","SpacesOnlyUnicode":" ","SpacesBeforeByte@odata.type":"Edm.Binary","SpacesBeforeByte":"ICAgVGV4dA==","SpacesBeforeUnicode":" Text","SpacesAfterByte@odata.type":"Edm.Binary","SpacesAfterByte":"VGV4dCAgIA==","SpacesAfterUnicode":"Text ","SpacesBeforeAndAfterByte@odata.type":"Edm.Binary","SpacesBeforeAndAfterByte":"ICAgVGV4dCAgIA==","SpacesBeforeAndAfterUnicode":" Text "}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable66111670/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A29.2158247Z''\"","PartitionKey":"pk66111670","RowKey":"rk66111670","Timestamp":"2020-09-16T21:51:29.2158247Z","EmptyByte@odata.type":"Edm.Binary","EmptyByte":"","EmptyUnicode":"","SpacesOnlyByte@odata.type":"Edm.Binary","SpacesOnlyByte":"ICAg","SpacesOnlyUnicode":" ","SpacesBeforeByte@odata.type":"Edm.Binary","SpacesBeforeByte":"ICAgVGV4dA==","SpacesBeforeUnicode":" Text","SpacesAfterByte@odata.type":"Edm.Binary","SpacesAfterByte":"VGV4dCAgIA==","SpacesAfterUnicode":"Text ","SpacesBeforeAndAfterByte@odata.type":"Edm.Binary","SpacesBeforeAndAfterByte":"ICAgVGV4dCAgIA==","SpacesBeforeAndAfterUnicode":" Text "}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A56.7464319Z'" + - W/"datetime'2020-09-16T21%3A51%3A29.2158247Z'" location: - https://storagename.table.core.windows.net/uttable66111670(PartitionKey='pk66111670',RowKey='rk66111670') server: @@ -119,27 +119,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable66111670(PartitionKey='pk66111670',RowKey='rk66111670') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable66111670/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A56.7464319Z''\"","PartitionKey":"pk66111670","RowKey":"rk66111670","Timestamp":"2020-09-05T00:17:56.7464319Z","EmptyByte@odata.type":"Edm.Binary","EmptyByte":"","EmptyUnicode":"","SpacesOnlyByte@odata.type":"Edm.Binary","SpacesOnlyByte":"ICAg","SpacesOnlyUnicode":" ","SpacesBeforeByte@odata.type":"Edm.Binary","SpacesBeforeByte":"ICAgVGV4dA==","SpacesBeforeUnicode":" Text","SpacesAfterByte@odata.type":"Edm.Binary","SpacesAfterByte":"VGV4dCAgIA==","SpacesAfterUnicode":"Text ","SpacesBeforeAndAfterByte@odata.type":"Edm.Binary","SpacesBeforeAndAfterByte":"ICAgVGV4dCAgIA==","SpacesBeforeAndAfterUnicode":" Text "}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable66111670/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A29.2158247Z''\"","PartitionKey":"pk66111670","RowKey":"rk66111670","Timestamp":"2020-09-16T21:51:29.2158247Z","EmptyByte@odata.type":"Edm.Binary","EmptyByte":"","EmptyUnicode":"","SpacesOnlyByte@odata.type":"Edm.Binary","SpacesOnlyByte":"ICAg","SpacesOnlyUnicode":" ","SpacesBeforeByte@odata.type":"Edm.Binary","SpacesBeforeByte":"ICAgVGV4dA==","SpacesBeforeUnicode":" Text","SpacesAfterByte@odata.type":"Edm.Binary","SpacesAfterByte":"VGV4dCAgIA==","SpacesAfterUnicode":"Text ","SpacesBeforeAndAfterByte@odata.type":"Edm.Binary","SpacesBeforeAndAfterByte":"ICAgVGV4dCAgIA==","SpacesBeforeAndAfterUnicode":" Text "}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A56.7464319Z'" + - W/"datetime'2020-09-16T21%3A51%3A29.2158247Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -163,11 +163,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -181,7 +181,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 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_get_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity.yaml index 3e1b2a74e5bb..0196be6b4804 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 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, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee7730dad') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablee7730dad response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7730dad/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A57.0318518Z''\"","PartitionKey":"pke7730dad","RowKey":"rke7730dad","Timestamp":"2020-09-05T00:17:57.0318518Z","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://storagename.table.core.windows.net/$metadata#uttablee7730dad/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A29.5119084Z''\"","PartitionKey":"pke7730dad","RowKey":"rke7730dad","Timestamp":"2020-09-16T21:51:29.5119084Z","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, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A57.0318518Z'" + - W/"datetime'2020-09-16T21%3A51%3A29.5119084Z'" location: - https://storagename.table.core.windows.net/uttablee7730dad(PartitionKey='pke7730dad',RowKey='rke7730dad') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablee7730dad(PartitionKey='pke7730dad',RowKey='rke7730dad') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7730dad/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A57.0318518Z''\"","PartitionKey":"pke7730dad","RowKey":"rke7730dad","Timestamp":"2020-09-05T00:17:57.0318518Z","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://storagename.table.core.windows.net/$metadata#uttablee7730dad/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A29.5119084Z''\"","PartitionKey":"pke7730dad","RowKey":"rke7730dad","Timestamp":"2020-09-16T21:51:29.5119084Z","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, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A57.0318518Z'" + - W/"datetime'2020-09-16T21%3A51%3A29.5119084Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:56 GMT + - Wed, 16 Sep 2020 21:51:28 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_get_entity_full_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_full_metadata.yaml index 04e5bc384847..6a783583e58b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_full_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_full_metadata.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:28 GMT location: - https://storagename.table.core.windows.net/Tables('uttabled1cb135f') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttabled1cb135f response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttabled1cb135f/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A57.3334186Z''\"","PartitionKey":"pkd1cb135f","RowKey":"rkd1cb135f","Timestamp":"2020-09-05T00:17:57.3334186Z","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://storagename.table.core.windows.net/$metadata#uttabled1cb135f/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A29.7827126Z''\"","PartitionKey":"pkd1cb135f","RowKey":"rkd1cb135f","Timestamp":"2020-09-16T21:51:29.7827126Z","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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:28 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A57.3334186Z'" + - W/"datetime'2020-09-16T21%3A51%3A29.7827126Z'" location: - https://storagename.table.core.windows.net/uttabled1cb135f(PartitionKey='pkd1cb135f',RowKey='rkd1cb135f') server: @@ -113,29 +113,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=fullmetadata x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttabled1cb135f(PartitionKey='pkd1cb135f',RowKey='rkd1cb135f') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttabled1cb135f/@Element","odata.type":"storagename.uttabled1cb135f","odata.id":"https://storagename.table.core.windows.net/uttabled1cb135f(PartitionKey=''pkd1cb135f'',RowKey=''rkd1cb135f'')","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A57.3334186Z''\"","odata.editLink":"uttabled1cb135f(PartitionKey=''pkd1cb135f'',RowKey=''rkd1cb135f'')","PartitionKey":"pkd1cb135f","RowKey":"rkd1cb135f","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-05T00:17:57.3334186Z","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://storagename.table.core.windows.net/$metadata#uttabled1cb135f/@Element","odata.type":"storagename.uttabled1cb135f","odata.id":"https://storagename.table.core.windows.net/uttabled1cb135f(PartitionKey=''pkd1cb135f'',RowKey=''rkd1cb135f'')","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A29.7827126Z''\"","odata.editLink":"uttabled1cb135f(PartitionKey=''pkd1cb135f'',RowKey=''rkd1cb135f'')","PartitionKey":"pkd1cb135f","RowKey":"rkd1cb135f","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:51:29.7827126Z","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=fullmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A57.3334186Z'" + - W/"datetime'2020-09-16T21%3A51%3A29.7827126Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 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_get_entity_if_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match.yaml index 3e280fcb12fc..c02bfe1799fe 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT location: - https://storagename.table.core.windows.net/Tables('uttable74691147') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable74691147 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable74691147/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A57.6113927Z''\"","PartitionKey":"pk74691147","RowKey":"rk74691147","Timestamp":"2020-09-05T00:17:57.6113927Z","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://storagename.table.core.windows.net/$metadata#uttable74691147/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A30.0673042Z''\"","PartitionKey":"pk74691147","RowKey":"rk74691147","Timestamp":"2020-09-16T21:51:30.0673042Z","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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A57.6113927Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.0673042Z'" location: - https://storagename.table.core.windows.net/uttable74691147(PartitionKey='pk74691147',RowKey='rk74691147') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable74691147(PartitionKey='pk74691147',RowKey='rk74691147') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable74691147/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A57.6113927Z''\"","PartitionKey":"pk74691147","RowKey":"rk74691147","Timestamp":"2020-09-05T00:17:57.6113927Z","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://storagename.table.core.windows.net/$metadata#uttable74691147/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A30.0673042Z''\"","PartitionKey":"pk74691147","RowKey":"rk74691147","Timestamp":"2020-09-16T21:51:30.0673042Z","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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A57.6113927Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.0673042Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -161,13 +161,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT If-Match: - - W/"datetime'2020-09-05T00%3A17%3A57.6113927Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.0673042Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -181,7 +181,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -203,11 +203,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: GET @@ -215,14 +215,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:00369624-c002-002d-601a-8305f7000000\nTime:2020-09-05T00:17:57.7284758Z"}}}' + specified resource does not exist.\nRequestId:381edf91-8002-0039-4b73-8c28a3000000\nTime:2020-09-16T21:51:30.1713773Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -246,11 +246,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -264,7 +264,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:29 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_get_entity_if_match_missing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_missing.yaml index 8f1c1d6b9525..92d6fdc52f61 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_missing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_missing.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT location: - https://storagename.table.core.windows.net/Tables('uttableda214a0') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttableda214a0 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableda214a0/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A57.9990849Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a0","Timestamp":"2020-09-05T00:17:57.9990849Z","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://storagename.table.core.windows.net/$metadata#uttableda214a0/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A30.4211634Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a0","Timestamp":"2020-09-16T21:51:30.4211634Z","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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A57.9990849Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.4211634Z'" location: - https://storagename.table.core.windows.net/uttableda214a0(PartitionKey='pkda214a0',RowKey='rkda214a0') server: @@ -119,11 +119,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: POST @@ -137,7 +137,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT location: - https://storagename.table.core.windows.net/Tables('querytableda214a0') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytableda214a0 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytableda214a0/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A58.0791409Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a01","Timestamp":"2020-09-05T00:17:58.0791409Z","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://storagename.table.core.windows.net/$metadata#querytableda214a0/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A30.4972176Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a01","Timestamp":"2020-09-16T21:51:30.4972176Z","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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A58.0791409Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.4972176Z'" location: - https://storagename.table.core.windows.net/querytableda214a0(PartitionKey='pkda214a0',RowKey='rkda214a01') server: @@ -219,27 +219,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttableda214a0(PartitionKey='pkda214a0',RowKey='rkda214a0') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableda214a0/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A57.9990849Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a0","Timestamp":"2020-09-05T00:17:57.9990849Z","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://storagename.table.core.windows.net/$metadata#uttableda214a0/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A30.4211634Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a0","Timestamp":"2020-09-16T21:51:30.4211634Z","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, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A57.9990849Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.4211634Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -265,13 +265,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -285,7 +285,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:57 GMT + - Wed, 16 Sep 2020 21:51:30 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -307,11 +307,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: GET @@ -319,14 +319,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:36f742b4-c002-004b-2e1a-83b7ad000000\nTime:2020-09-05T00:17:58.2052290Z"}}}' + specified resource does not exist.\nRequestId:567b8872-d002-0021-2173-8c0536000000\nTime:2020-09-16T21:51:30.5982884Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -350,11 +350,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -368,7 +368,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -390,11 +390,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -408,7 +408,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 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_get_entity_if_match_modified.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_modified.yaml index e6dfb8a6a19d..1a18508abfe2 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_modified.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_modified.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 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, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT location: - https://storagename.table.core.windows.net/Tables('uttable222514e7') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable222514e7 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable222514e7/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A58.4797297Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e7","Timestamp":"2020-09-05T00:17:58.4797297Z","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://storagename.table.core.windows.net/$metadata#uttable222514e7/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A30.8890987Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e7","Timestamp":"2020-09-16T21:51:30.8890987Z","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, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A58.4797297Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.8890987Z'" location: - https://storagename.table.core.windows.net/uttable222514e7(PartitionKey='pk222514e7',RowKey='rk222514e7') server: @@ -119,11 +119,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: POST @@ -137,7 +137,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT location: - https://storagename.table.core.windows.net/Tables('querytable222514e7') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable222514e7 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable222514e7/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A58.5637899Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e71","Timestamp":"2020-09-05T00:17:58.5637899Z","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://storagename.table.core.windows.net/$metadata#querytable222514e7/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A30.9741589Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e71","Timestamp":"2020-09-16T21:51:30.9741589Z","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, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A58.5637899Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.9741589Z'" location: - https://storagename.table.core.windows.net/querytable222514e7(PartitionKey='pk222514e7',RowKey='rk222514e71') server: @@ -219,27 +219,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable222514e7(PartitionKey='pk222514e7',RowKey='rk222514e7') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable222514e7/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A58.4797297Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e7","Timestamp":"2020-09-05T00:17:58.4797297Z","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://storagename.table.core.windows.net/$metadata#uttable222514e7/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A30.8890987Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e7","Timestamp":"2020-09-16T21:51:30.8890987Z","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, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A58.4797297Z'" + - W/"datetime'2020-09-16T21%3A51%3A30.8890987Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -265,13 +265,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -285,7 +285,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -307,11 +307,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: GET @@ -319,14 +319,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:fc62e167-4002-0015-261a-8344ae000000\nTime:2020-09-05T00:17:58.6838748Z"}}}' + specified resource does not exist.\nRequestId:1e4bfca3-5002-0019-7273-8c446f000000\nTime:2020-09-16T21:51:31.0962455Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -350,11 +350,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -368,7 +368,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -390,11 +390,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -408,7 +408,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 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_get_entity_if_match_present.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_present.yaml index 3a2c00a540bf..54187f57a5c4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_present.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_present.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 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, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT location: - https://storagename.table.core.windows.net/Tables('uttableda814a7') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttableda814a7 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableda814a7/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A59.0123973Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a7","Timestamp":"2020-09-05T00:17:59.0123973Z","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://storagename.table.core.windows.net/$metadata#uttableda814a7/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A31.4355257Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a7","Timestamp":"2020-09-16T21:51:31.4355257Z","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, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A59.0123973Z'" + - W/"datetime'2020-09-16T21%3A51%3A31.4355257Z'" location: - https://storagename.table.core.windows.net/uttableda814a7(PartitionKey='pkda814a7',RowKey='rkda814a7') server: @@ -119,11 +119,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: POST @@ -137,7 +137,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT location: - https://storagename.table.core.windows.net/Tables('querytableda814a7') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytableda814a7 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytableda814a7/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A59.0914546Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a71","Timestamp":"2020-09-05T00:17:59.0914546Z","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://storagename.table.core.windows.net/$metadata#querytableda814a7/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A31.5145816Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a71","Timestamp":"2020-09-16T21:51:31.5145816Z","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, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A59.0914546Z'" + - W/"datetime'2020-09-16T21%3A51%3A31.5145816Z'" location: - https://storagename.table.core.windows.net/querytableda814a7(PartitionKey='pkda814a7',RowKey='rkda814a71') server: @@ -219,27 +219,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttableda814a7(PartitionKey='pkda814a7',RowKey='rkda814a7') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableda814a7/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A59.0123973Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a7","Timestamp":"2020-09-05T00:17:59.0123973Z","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://storagename.table.core.windows.net/$metadata#uttableda814a7/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A31.4355257Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a7","Timestamp":"2020-09-16T21:51:31.4355257Z","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, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A59.0123973Z'" + - W/"datetime'2020-09-16T21%3A51%3A31.4355257Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -265,13 +265,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -285,7 +285,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -307,11 +307,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: GET @@ -319,14 +319,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:3f2ddf14-a002-005b-441a-83814b000000\nTime:2020-09-05T00:17:59.2215478Z"}}}' + specified resource does not exist.\nRequestId:d3ed0d47-7002-0063-1c73-8c2e22000000\nTime:2020-09-16T21:51:31.6506779Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -350,11 +350,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -368,7 +368,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -390,11 +390,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -408,7 +408,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:58 GMT + - Wed, 16 Sep 2020 21:51:31 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_get_entity_if_match_unconditionally.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_unconditionally.yaml index 9e2c86d29108..bcef1c2601a4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_unconditionally.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_unconditionally.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 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, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:30 GMT location: - https://storagename.table.core.windows.net/Tables('uttablec19d1802') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablec19d1802 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec19d1802/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A59.6047701Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d1802","Timestamp":"2020-09-05T00:17:59.6047701Z","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://storagename.table.core.windows.net/$metadata#uttablec19d1802/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A31.9141767Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d1802","Timestamp":"2020-09-16T21:51:31.9141767Z","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, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:30 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A59.6047701Z'" + - W/"datetime'2020-09-16T21%3A51%3A31.9141767Z'" location: - https://storagename.table.core.windows.net/uttablec19d1802(PartitionKey='pkc19d1802',RowKey='rkc19d1802') server: @@ -119,11 +119,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: POST @@ -137,7 +137,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT location: - https://storagename.table.core.windows.net/Tables('querytablec19d1802') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytablec19d1802 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablec19d1802/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A59.6858286Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d18021","Timestamp":"2020-09-05T00:17:59.6858286Z","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://storagename.table.core.windows.net/$metadata#querytablec19d1802/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A32.0002368Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d18021","Timestamp":"2020-09-16T21:51:32.0002368Z","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, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A59.6858286Z'" + - W/"datetime'2020-09-16T21%3A51%3A32.0002368Z'" location: - https://storagename.table.core.windows.net/querytablec19d1802(PartitionKey='pkc19d1802',RowKey='rkc19d18021') server: @@ -219,27 +219,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablec19d1802(PartitionKey='pkc19d1802',RowKey='rkc19d1802') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec19d1802/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A17%3A59.6047701Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d1802","Timestamp":"2020-09-05T00:17:59.6047701Z","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://storagename.table.core.windows.net/$metadata#uttablec19d1802/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A31.9141767Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d1802","Timestamp":"2020-09-16T21:51:31.9141767Z","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, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT etag: - - W/"datetime'2020-09-05T00%3A17%3A59.6047701Z'" + - W/"datetime'2020-09-16T21%3A51%3A31.9141767Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -265,13 +265,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -285,7 +285,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -307,11 +307,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: GET @@ -319,14 +319,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:6d27e589-2002-0027-201a-831c7e000000\nTime:2020-09-05T00:17:59.7949064Z"}}}' + specified resource does not exist.\nRequestId:3975ce22-1002-0037-6373-8cc4a8000000\nTime:2020-09-16T21:51:32.1233240Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -350,11 +350,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -368,7 +368,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -390,11 +390,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -408,7 +408,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:31 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_get_entity_if_match_wrong_etag.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_wrong_etag.yaml index afad2059cf51..4f7895e17ffc 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_wrong_etag.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_if_match_wrong_etag.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 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, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT location: - https://storagename.table.core.windows.net/Tables('uttable4e1a15d3') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: POST @@ -81,7 +81,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT location: - https://storagename.table.core.windows.net/Tables('testtable') server: @@ -112,27 +112,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/testtable response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#testtable/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A00.1669886Z''\"","PartitionKey":"PartitionKey","RowKey":"RowKey","Timestamp":"2020-09-05T00:18:00.1669886Z","Value":1}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#testtable/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A32.4686738Z''\"","PartitionKey":"PartitionKey","RowKey":"RowKey","Timestamp":"2020-09-16T21:51:32.4686738Z","Value":1}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A00.1669886Z'" + - W/"datetime'2020-09-16T21%3A51%3A32.4686738Z'" location: - https://storagename.table.core.windows.net/testtable(PartitionKey='PartitionKey',RowKey='RowKey') server: @@ -163,13 +163,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -183,9 +183,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A00.2049619Z'" + - W/"datetime'2020-09-16T21%3A51%3A32.5121869Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -209,13 +209,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT If-Match: - - W/"datetime'2020-09-05T00%3A18%3A00.1669886Z'" + - W/"datetime'2020-09-16T21%3A51%3A32.4686738Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -223,14 +223,14 @@ interactions: response: body: string: '{"odata.error":{"code":"UpdateConditionNotSatisfied","message":{"lang":"en-US","value":"The - update condition specified in the request was not satisfied.\nRequestId:1ee04f47-b002-0044-401a-835a5b000000\nTime:2020-09-05T00:18:00.2400412Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:8aee9936-4002-0006-6173-8c9f7f000000\nTime:2020-09-16T21:51:32.5437272Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -254,11 +254,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -272,7 +272,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:17:59 GMT + - Wed, 16 Sep 2020 21:51:32 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_get_entity_no_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_no_metadata.yaml index cceb94d552cd..d55a20982b3b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_no_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_no_metadata.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 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, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT location: - https://storagename.table.core.windows.net/Tables('uttableab3d1289') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttableab3d1289 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableab3d1289/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A00.4935558Z''\"","PartitionKey":"pkab3d1289","RowKey":"rkab3d1289","Timestamp":"2020-09-05T00:18:00.4935558Z","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://storagename.table.core.windows.net/$metadata#uttableab3d1289/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A32.7980154Z''\"","PartitionKey":"pkab3d1289","RowKey":"rkab3d1289","Timestamp":"2020-09-16T21:51:32.7980154Z","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, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A00.4935558Z'" + - W/"datetime'2020-09-16T21%3A51%3A32.7980154Z'" location: - https://storagename.table.core.windows.net/uttableab3d1289(PartitionKey='pkab3d1289',RowKey='rkab3d1289') server: @@ -113,29 +113,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=nometadata x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttableab3d1289(PartitionKey='pkab3d1289',RowKey='rkab3d1289') response: body: - string: '{"PartitionKey":"pkab3d1289","RowKey":"rkab3d1289","Timestamp":"2020-09-05T00:18:00.4935558Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' + string: '{"PartitionKey":"pkab3d1289","RowKey":"rkab3d1289","Timestamp":"2020-09-16T21:51:32.7980154Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: - no-cache content-type: - application/json;odata=nometadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A00.4935558Z'" + - W/"datetime'2020-09-16T21%3A51%3A32.7980154Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 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_get_entity_not_existing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_not_existing.yaml index 71753e8e1824..c98b1c408351 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_not_existing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_not_existing.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 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, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT location: - https://storagename.table.core.windows.net/Tables('uttablebf5d1327') server: @@ -59,11 +59,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT x-ms-version: - '2019-02-02' method: GET @@ -71,14 +71,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:fe309e10-d002-0054-141a-836cbd000000\nTime:2020-09-05T00:18:00.7865736Z"}}}' + specified resource does not exist.\nRequestId:073f3e3b-a002-006a-7973-8c34ac000000\nTime:2020-09-16T21:51:33.0745723Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -102,11 +102,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -120,7 +120,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 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_get_entity_with_hook.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_with_hook.yaml index de5d0b4f98b8..9b7f73203157 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_with_hook.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_with_hook.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 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, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT location: - https://storagename.table.core.windows.net/Tables('uttable871e11d8') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable871e11d8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable871e11d8/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A01.0396249Z''\"","PartitionKey":"pk871e11d8","RowKey":"rk871e11d8","Timestamp":"2020-09-05T00:18:01.0396249Z","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://storagename.table.core.windows.net/$metadata#uttable871e11d8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A33.3258258Z''\"","PartitionKey":"pk871e11d8","RowKey":"rk871e11d8","Timestamp":"2020-09-16T21:51:33.3258258Z","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, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A01.0396249Z'" + - W/"datetime'2020-09-16T21%3A51%3A33.3258258Z'" location: - https://storagename.table.core.windows.net/uttable871e11d8(PartitionKey='pk871e11d8',RowKey='rk871e11d8') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable871e11d8(PartitionKey='pk871e11d8',RowKey='rk871e11d8') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable871e11d8/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A01.0396249Z''\"","PartitionKey":"pk871e11d8","RowKey":"rk871e11d8","Timestamp":"2020-09-05T00:18:01.0396249Z","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://storagename.table.core.windows.net/$metadata#uttable871e11d8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A33.3258258Z''\"","PartitionKey":"pk871e11d8","RowKey":"rk871e11d8","Timestamp":"2020-09-16T21:51:33.3258258Z","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, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A01.0396249Z'" + - W/"datetime'2020-09-16T21%3A51%3A33.3258258Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:32 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_get_entity_with_special_doubles.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_with_special_doubles.yaml index bc084fc5a17a..a9ac6aa4a061 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_with_special_doubles.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_with_special_doubles.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 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, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 GMT location: - https://storagename.table.core.windows.net/Tables('uttable65ff1655') server: @@ -66,27 +66,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable65ff1655 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable65ff1655/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A01.3372308Z''\"","PartitionKey":"pk65ff1655","RowKey":"rk65ff1655","Timestamp":"2020-09-05T00:18:01.3372308Z","inf@odata.type":"Edm.Double","inf":"Infinity","negativeinf@odata.type":"Edm.Double","negativeinf":"-Infinity","nan@odata.type":"Edm.Double","nan":"NaN"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable65ff1655/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A33.5903588Z''\"","PartitionKey":"pk65ff1655","RowKey":"rk65ff1655","Timestamp":"2020-09-16T21:51:33.5903588Z","inf@odata.type":"Edm.Double","inf":"Infinity","negativeinf@odata.type":"Edm.Double","negativeinf":"-Infinity","nan@odata.type":"Edm.Double","nan":"NaN"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A01.3372308Z'" + - W/"datetime'2020-09-16T21%3A51%3A33.5903588Z'" location: - https://storagename.table.core.windows.net/uttable65ff1655(PartitionKey='pk65ff1655',RowKey='rk65ff1655') server: @@ -112,27 +112,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable65ff1655(PartitionKey='pk65ff1655',RowKey='rk65ff1655') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable65ff1655/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A01.3372308Z''\"","PartitionKey":"pk65ff1655","RowKey":"rk65ff1655","Timestamp":"2020-09-05T00:18:01.3372308Z","inf@odata.type":"Edm.Double","inf":"Infinity","negativeinf@odata.type":"Edm.Double","negativeinf":"-Infinity","nan@odata.type":"Edm.Double","nan":"NaN"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable65ff1655/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A33.5903588Z''\"","PartitionKey":"pk65ff1655","RowKey":"rk65ff1655","Timestamp":"2020-09-16T21:51:33.5903588Z","inf@odata.type":"Edm.Double","inf":"Infinity","negativeinf@odata.type":"Edm.Double","negativeinf":"-Infinity","nan@odata.type":"Edm.Double","nan":"NaN"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A01.3372308Z'" + - W/"datetime'2020-09-16T21%3A51%3A33.5903588Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -156,11 +156,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -174,7 +174,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:00 GMT + - Wed, 16 Sep 2020 21:51:33 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_conflict.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_conflict.yaml index 58e88afbe448..d9b023a0d9ac 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_conflict.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_conflict.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 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, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT location: - https://storagename.table.core.windows.net/Tables('uttableace512b3') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttableace512b3 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableace512b3/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A01.6505089Z''\"","PartitionKey":"pkace512b3","RowKey":"rkace512b3","Timestamp":"2020-09-05T00:18:01.6505089Z","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://storagename.table.core.windows.net/$metadata#uttableace512b3/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A33.8473288Z''\"","PartitionKey":"pkace512b3","RowKey":"rkace512b3","Timestamp":"2020-09-16T21:51:33.8473288Z","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, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A01.6505089Z'" + - W/"datetime'2020-09-16T21%3A51%3A33.8473288Z'" location: - https://storagename.table.core.windows.net/uttableace512b3(PartitionKey='pkace512b3',RowKey='rkace512b3') server: @@ -125,11 +125,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: POST @@ -137,14 +137,14 @@ interactions: response: body: string: '{"odata.error":{"code":"EntityAlreadyExists","message":{"lang":"en-US","value":"The - specified entity already exists.\nRequestId:7aa794ea-5002-000a-771a-839fbe000000\nTime:2020-09-05T00:18:01.7065483Z"}}}' + specified entity already exists.\nRequestId:39b43f45-c002-0071-3b73-8c1a3e000000\nTime:2020-09-16T21:51:33.8873573Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -168,11 +168,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -186,7 +186,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 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_dictionary.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_dictionary.yaml index f3179ec85420..31e2c8172ed1 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_dictionary.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_dictionary.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 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, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT location: - https://storagename.table.core.windows.net/Tables('uttabled3851397') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:34 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttabled3851397 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttabled3851397/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A01.9905659Z''\"","PartitionKey":"pkd3851397","RowKey":"rkd3851397","Timestamp":"2020-09-05T00:18:01.9905659Z","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://storagename.table.core.windows.net/$metadata#uttabled3851397/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A34.1255264Z''\"","PartitionKey":"pkd3851397","RowKey":"rkd3851397","Timestamp":"2020-09-16T21:51:34.1255264Z","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, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A01.9905659Z'" + - W/"datetime'2020-09-16T21%3A51%3A34.1255264Z'" location: - https://storagename.table.core.windows.net/uttabled3851397(PartitionKey='pkd3851397',RowKey='rkd3851397') server: @@ -115,11 +115,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:34 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,7 +133,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 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_empty_string_pk.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_empty_string_pk.yaml index 67c060669fd1..43a61fa38cba 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_empty_string_pk.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_empty_string_pk.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 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, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT location: - https://storagename.table.core.windows.net/Tables('uttable3d1615c0') server: @@ -64,27 +64,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable3d1615c0 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3d1615c0/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A02.2582407Z''\"","PartitionKey":"","RowKey":"rk","Timestamp":"2020-09-05T00:18:02.2582407Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3d1615c0/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A34.3842494Z''\"","PartitionKey":"","RowKey":"rk","Timestamp":"2020-09-16T21:51:34.3842494Z"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A02.2582407Z'" + - W/"datetime'2020-09-16T21%3A51%3A34.3842494Z'" location: - https://storagename.table.core.windows.net/uttable3d1615c0(PartitionKey='',RowKey='rk') server: @@ -110,11 +110,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -128,7 +128,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:33 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_empty_string_rk.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_empty_string_rk.yaml index e0545e42ba17..4b9cf52f123b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_empty_string_rk.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_empty_string_rk.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 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, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:34 GMT location: - https://storagename.table.core.windows.net/Tables('uttable3d1a15c2') server: @@ -64,27 +64,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable3d1a15c2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3d1a15c2/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A02.5156775Z''\"","PartitionKey":"pk","RowKey":"","Timestamp":"2020-09-05T00:18:02.5156775Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3d1a15c2/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A34.6496319Z''\"","PartitionKey":"pk","RowKey":"","Timestamp":"2020-09-16T21:51:34.6496319Z"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51:34 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A02.5156775Z'" + - W/"datetime'2020-09-16T21%3A51%3A34.6496319Z'" location: - https://storagename.table.core.windows.net/uttable3d1a15c2(PartitionKey='pk',RowKey='') server: @@ -110,11 +110,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -128,7 +128,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:01 GMT + - Wed, 16 Sep 2020 21:51: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_insert_entity_missing_pk.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_missing_pk.yaml index ae7ad2991b86..58153fa8d063 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_missing_pk.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_missing_pk.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 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, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT location: - https://storagename.table.core.windows.net/Tables('uttabled41f1395') server: @@ -59,11 +59,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -77,7 +77,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51: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_insert_entity_missing_rk.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_missing_rk.yaml index 6b44ffc4d47d..350fa42c8237 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_missing_rk.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_missing_rk.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 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, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT location: - https://storagename.table.core.windows.net/Tables('uttabled4231397') server: @@ -59,11 +59,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:35 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -77,7 +77,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:35 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_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 94aa5465e382..77594fdb720e 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, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:35 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, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee10d18a6') server: @@ -66,11 +66,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 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:ad9fdcc3-5002-0067-031a-833590000000\nTime:2020-09-05T00:18:03.4300385Z"}}}' + property name exceeds the maximum allowed length (255).\nRequestId:e4752103-9002-0026-4c73-8cf3b3000000\nTime:2020-09-16T21:51:35.3483393Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51:34 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -109,11 +109,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -127,7 +127,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:02 GMT + - Wed, 16 Sep 2020 21:51: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_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 a8f3d70ba06d..5c85a45cfa44 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, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 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, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT location: - https://storagename.table.core.windows.net/Tables('uttable97d21773') server: @@ -233,11 +233,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT x-ms-version: - '2019-02-02' method: POST @@ -246,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:e24714ae-7002-001d-7c1a-835fdd000000\nTime:2020-09-05T00:18:03.6890088Z"}}}' + 252 properties to store data. Each entity also has 3 system properties.\nRequestId:39a132ab-6002-005e-0573-8c9b04000000\nTime:2020-09-16T21:51:35.6108862Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -277,11 +277,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -295,7 +295,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 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_with_enums.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_enums.yaml index 9c4e400cf416..6e761226fec6 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_enums.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_enums.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "uttabled43513a4"}' + body: '{"TableName": "uttabled43513a4"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttabled43513a4"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttabled43513a4"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Thu, 10 Sep 2020 23:51:24 GMT + - Wed, 16 Sep 2020 21:51:35 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('uttabled43513a4') + - https://storagename.table.core.windows.net/Tables('uttabled43513a4') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -48,10 +48,10 @@ interactions: code: 201 message: Created - request: - body: !!python/unicode '{"test1": "Color.YELLOW", "test1@odata.type": "Edm.String", - "test3": "Color.RED", "test2": "Color.BLUE", "RowKey@odata.type": "Edm.String", - "PartitionKey@odata.type": "Edm.String", "PartitionKey": "pkd43513a4", "test2@odata.type": - "Edm.String", "test3@odata.type": "Edm.String", "RowKey": "rkd43513a4"}' + body: '{"PartitionKey": "pkd43513a4", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkd43513a4", "RowKey@odata.type": "Edm.String", "test1": "Color.YELLOW", + "test1@odata.type": "Edm.String", "test2": "Color.BLUE", "test2@odata.type": + "Edm.String", "test3": "Color.RED", "test3@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -66,29 +66,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/uttabled43513a4 + uri: https://storagename.table.core.windows.net/uttabled43513a4 response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttabled43513a4/@Element","odata.etag":"W/\"datetime''2020-09-10T23%3A51%3A25.711904Z''\"","PartitionKey":"pkd43513a4","RowKey":"rkd43513a4","Timestamp":"2020-09-10T23:51:25.711904Z","test1":"Color.YELLOW","test3":"Color.RED","test2":"Color.BLUE"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttabled43513a4/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A35.8554492Z''\"","PartitionKey":"pkd43513a4","RowKey":"rkd43513a4","Timestamp":"2020-09-16T21:51:35.8554492Z","test1":"Color.YELLOW","test2":"Color.BLUE","test3":"Color.RED"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT etag: - - W/"datetime'2020-09-10T23%3A51%3A25.711904Z'" + - W/"datetime'2020-09-16T21%3A51%3A35.8554492Z'" location: - - !!python/unicode https://storagename.table.core.windows.net/uttabled43513a4(PartitionKey='pkd43513a4',RowKey='rkd43513a4') + - https://storagename.table.core.windows.net/uttabled43513a4(PartitionKey='pkd43513a4',RowKey='rkd43513a4') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -112,27 +112,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT x-ms-version: - '2019-02-02' method: GET - uri: !!python/unicode https://storagename.table.core.windows.net/uttabled43513a4(PartitionKey='pkd43513a4',RowKey='rkd43513a4') + uri: https://storagename.table.core.windows.net/uttabled43513a4(PartitionKey='pkd43513a4',RowKey='rkd43513a4') response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttabled43513a4/@Element","odata.etag":"W/\"datetime''2020-09-10T23%3A51%3A25.711904Z''\"","PartitionKey":"pkd43513a4","RowKey":"rkd43513a4","Timestamp":"2020-09-10T23:51:25.711904Z","test1":"Color.YELLOW","test3":"Color.RED","test2":"Color.BLUE"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttabled43513a4/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A35.8554492Z''\"","PartitionKey":"pkd43513a4","RowKey":"rkd43513a4","Timestamp":"2020-09-16T21:51:35.8554492Z","test1":"Color.YELLOW","test2":"Color.BLUE","test3":"Color.RED"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT etag: - - W/"datetime'2020-09-10T23%3A51%3A25.711904Z'" + - W/"datetime'2020-09-16T21%3A51%3A35.8554492Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -156,25 +156,25 @@ interactions: Content-Length: - '0' Date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b2 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('uttabled43513a4') + uri: https://storagename.table.core.windows.net/Tables('uttabled43513a4') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Thu, 10 Sep 2020 23:51:25 GMT + - Wed, 16 Sep 2020 21:51:35 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_with_full_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_full_metadata.yaml index 4858f6a0df65..93316f4ddb0c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_full_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_full_metadata.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 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, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT location: - https://storagename.table.core.windows.net/Tables('uttable7f6816cf') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable7f6816cf response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable7f6816cf/@Element","odata.type":"storagename.uttable7f6816cf","odata.id":"https://storagename.table.core.windows.net/uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A03.927061Z''\"","odata.editLink":"uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","PartitionKey":"pk7f6816cf","RowKey":"rk7f6816cf","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-05T00:18:03.927061Z","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://storagename.table.core.windows.net/$metadata#uttable7f6816cf/@Element","odata.type":"storagename.uttable7f6816cf","odata.id":"https://storagename.table.core.windows.net/uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A36.1508148Z''\"","odata.editLink":"uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","PartitionKey":"pk7f6816cf","RowKey":"rk7f6816cf","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:51:36.1508148Z","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=fullmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A03.927061Z'" + - W/"datetime'2020-09-16T21%3A51%3A36.1508148Z'" location: - https://storagename.table.core.windows.net/uttable7f6816cf(PartitionKey='pk7f6816cf',RowKey='rk7f6816cf') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable7f6816cf(PartitionKey='pk7f6816cf',RowKey='rk7f6816cf') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable7f6816cf/@Element","odata.type":"storagename.uttable7f6816cf","odata.id":"https://storagename.table.core.windows.net/uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A03.927061Z''\"","odata.editLink":"uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","PartitionKey":"pk7f6816cf","RowKey":"rk7f6816cf","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-05T00:18:03.927061Z","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://storagename.table.core.windows.net/$metadata#uttable7f6816cf/@Element","odata.type":"storagename.uttable7f6816cf","odata.id":"https://storagename.table.core.windows.net/uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A36.1508148Z''\"","odata.editLink":"uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","PartitionKey":"pk7f6816cf","RowKey":"rk7f6816cf","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:51:36.1508148Z","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=fullmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:35 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A03.927061Z'" + - W/"datetime'2020-09-16T21%3A51%3A36.1508148Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 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_with_hook.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_hook.yaml index feff49b17694..967f00faba50 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_hook.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_hook.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 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, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT location: - https://storagename.table.core.windows.net/Tables('uttablec092132d') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablec092132d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec092132d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A04.2286009Z''\"","PartitionKey":"pkc092132d","RowKey":"rkc092132d","Timestamp":"2020-09-05T00:18:04.2286009Z","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://storagename.table.core.windows.net/$metadata#uttablec092132d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A36.4908862Z''\"","PartitionKey":"pkc092132d","RowKey":"rkc092132d","Timestamp":"2020-09-16T21:51:36.4908862Z","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, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A04.2286009Z'" + - W/"datetime'2020-09-16T21%3A51%3A36.4908862Z'" location: - https://storagename.table.core.windows.net/uttablec092132d(PartitionKey='pkc092132d',RowKey='rkc092132d') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablec092132d(PartitionKey='pkc092132d',RowKey='rkc092132d') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec092132d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A04.2286009Z''\"","PartitionKey":"pkc092132d","RowKey":"rkc092132d","Timestamp":"2020-09-05T00:18:04.2286009Z","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://storagename.table.core.windows.net/$metadata#uttablec092132d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A36.4908862Z''\"","PartitionKey":"pkc092132d","RowKey":"rkc092132d","Timestamp":"2020-09-16T21:51:36.4908862Z","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, 05 Sep 2020 00:18:03 GMT + - Wed, 16 Sep 2020 21:51:36 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A04.2286009Z'" + - W/"datetime'2020-09-16T21%3A51%3A36.4908862Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 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_with_large_int32_value_throws.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_large_int32_value_throws.yaml index 4f50394c66e4..d536ff16c165 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_large_int32_value_throws.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_large_int32_value_throws.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 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, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT location: - https://storagename.table.core.windows.net/Tables('uttable8fac1b18') server: @@ -59,11 +59,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -77,7 +77,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 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_with_large_int64_value_throws.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_large_int64_value_throws.yaml index bfd1b508def3..243b8b04f8d5 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_large_int64_value_throws.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_large_int64_value_throws.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 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, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT location: - https://storagename.table.core.windows.net/Tables('uttable8ff51b1d') server: @@ -59,11 +59,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -77,7 +77,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 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_with_no_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_no_metadata.yaml index 5d342a4ef80d..69dae84174c8 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_no_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_entity_with_no_metadata.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 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, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT location: - https://storagename.table.core.windows.net/Tables('uttable51fa15f9') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable51fa15f9 response: body: - string: '{"PartitionKey":"pk51fa15f9","RowKey":"rk51fa15f9","Timestamp":"2020-09-05T00:18:05.0426599Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' + string: '{"PartitionKey":"pk51fa15f9","RowKey":"rk51fa15f9","Timestamp":"2020-09-16T21:51:37.3611769Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: - no-cache content-type: - application/json;odata=nometadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.0426599Z'" + - W/"datetime'2020-09-16T21%3A51%3A37.3611769Z'" location: - https://storagename.table.core.windows.net/uttable51fa15f9(PartitionKey='pk51fa15f9',RowKey='rk51fa15f9') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable51fa15f9(PartitionKey='pk51fa15f9',RowKey='rk51fa15f9') response: body: - string: '{"PartitionKey":"pk51fa15f9","RowKey":"rk51fa15f9","Timestamp":"2020-09-05T00:18:05.0426599Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' + string: '{"PartitionKey":"pk51fa15f9","RowKey":"rk51fa15f9","Timestamp":"2020-09-16T21:51:37.3611769Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: - no-cache content-type: - application/json;odata=nometadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.0426599Z'" + - W/"datetime'2020-09-16T21%3A51%3A37.3611769Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 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_etag.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_etag.yaml index 0bbfdfe90965..8e583a90a483 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_etag.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_etag.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 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, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT location: - https://storagename.table.core.windows.net/Tables('uttablef5f40e06') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablef5f40e06 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef5f40e06/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A05.3160444Z''\"","PartitionKey":"pkf5f40e06","RowKey":"rkf5f40e06","Timestamp":"2020-09-05T00:18:05.3160444Z","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://storagename.table.core.windows.net/$metadata#uttablef5f40e06/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A37.6536529Z''\"","PartitionKey":"pkf5f40e06","RowKey":"rkf5f40e06","Timestamp":"2020-09-16T21:51:37.6536529Z","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, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.3160444Z'" + - W/"datetime'2020-09-16T21%3A51%3A37.6536529Z'" location: - https://storagename.table.core.windows.net/uttablef5f40e06(PartitionKey='pkf5f40e06',RowKey='rkf5f40e06') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablef5f40e06(PartitionKey='pkf5f40e06',RowKey='rkf5f40e06') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef5f40e06/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A05.3160444Z''\"","PartitionKey":"pkf5f40e06","RowKey":"rkf5f40e06","Timestamp":"2020-09-05T00:18:05.3160444Z","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://storagename.table.core.windows.net/$metadata#uttablef5f40e06/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A37.6536529Z''\"","PartitionKey":"pkf5f40e06","RowKey":"rkf5f40e06","Timestamp":"2020-09-16T21:51:37.6536529Z","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, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:36 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.3160444Z'" + - W/"datetime'2020-09-16T21%3A51%3A37.6536529Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_merge_entity_with_existing_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_merge_entity_with_existing_entity.yaml index 5c147f576ac1..75685280fbad 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_merge_entity_with_existing_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_merge_entity_with_existing_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 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, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT location: - https://storagename.table.core.windows.net/Tables('uttable95761b92') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable95761b92 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable95761b92/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A05.5408394Z''\"","PartitionKey":"pk95761b92","RowKey":"rk95761b92","Timestamp":"2020-09-05T00:18:05.5408394Z","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://storagename.table.core.windows.net/$metadata#uttable95761b92/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A37.8946136Z''\"","PartitionKey":"pk95761b92","RowKey":"rk95761b92","Timestamp":"2020-09-16T21:51:37.8946136Z","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, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.5408394Z'" + - W/"datetime'2020-09-16T21%3A51%3A37.8946136Z'" location: - https://storagename.table.core.windows.net/uttable95761b92(PartitionKey='pk95761b92',RowKey='rk95761b92') server: @@ -123,11 +123,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -141,9 +141,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.5918129Z'" + - W/"datetime'2020-09-16T21%3A51%3A37.9369004Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -165,27 +165,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable95761b92(PartitionKey='pk95761b92',RowKey='rk95761b92') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable95761b92/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A05.5918129Z''\"","PartitionKey":"pk95761b92","RowKey":"rk95761b92","Timestamp":"2020-09-05T00:18:05.5918129Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable95761b92/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A37.9369004Z''\"","PartitionKey":"pk95761b92","RowKey":"rk95761b92","Timestamp":"2020-09-16T21:51:37.9369004Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.5918129Z'" + - W/"datetime'2020-09-16T21%3A51%3A37.9369004Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -209,11 +209,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -227,7 +227,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:04 GMT + - Wed, 16 Sep 2020 21:51:37 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_or_merge_entity_with_non_existing_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_merge_entity_with_non_existing_entity.yaml index 895a3491111a..30b2380cab30 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_merge_entity_with_non_existing_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_merge_entity_with_non_existing_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 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, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT location: - https://storagename.table.core.windows.net/Tables('uttable7671d3c') server: @@ -67,11 +67,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -85,9 +85,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.8760172Z'" + - W/"datetime'2020-09-16T21%3A51%3A38.2230967Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -109,27 +109,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable7671d3c(PartitionKey='pk7671d3c',RowKey='rk7671d3c') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable7671d3c/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A05.8760172Z''\"","PartitionKey":"pk7671d3c","RowKey":"rk7671d3c","Timestamp":"2020-09-05T00:18:05.8760172Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable7671d3c/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A38.2230967Z''\"","PartitionKey":"pk7671d3c","RowKey":"rk7671d3c","Timestamp":"2020-09-16T21:51:38.2230967Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:37 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A05.8760172Z'" + - W/"datetime'2020-09-16T21%3A51%3A38.2230967Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -153,11 +153,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -171,7 +171,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 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_or_replace_entity_with_existing_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_replace_entity_with_existing_entity.yaml index 640e0bbc620b..009bb2b88062 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_replace_entity_with_existing_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_replace_entity_with_existing_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:05 GMT + - Wed, 16 Sep 2020 21:51:38 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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT location: - https://storagename.table.core.windows.net/Tables('uttablecc7c1c5e') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablecc7c1c5e response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablecc7c1c5e/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A06.1808961Z''\"","PartitionKey":"pkcc7c1c5e","RowKey":"rkcc7c1c5e","Timestamp":"2020-09-05T00:18:06.1808961Z","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://storagename.table.core.windows.net/$metadata#uttablecc7c1c5e/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A38.5073188Z''\"","PartitionKey":"pkcc7c1c5e","RowKey":"rkcc7c1c5e","Timestamp":"2020-09-16T21:51:38.5073188Z","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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A06.1808961Z'" + - W/"datetime'2020-09-16T21%3A51%3A38.5073188Z'" location: - https://storagename.table.core.windows.net/uttablecc7c1c5e(PartitionKey='pkcc7c1c5e',RowKey='rkcc7c1c5e') server: @@ -123,11 +123,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: PUT @@ -141,9 +141,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A06.2242667Z'" + - W/"datetime'2020-09-16T21%3A51%3A38.5493196Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -165,27 +165,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablecc7c1c5e(PartitionKey='pkcc7c1c5e',RowKey='rkcc7c1c5e') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablecc7c1c5e/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A06.2242667Z''\"","PartitionKey":"pkcc7c1c5e","RowKey":"rkcc7c1c5e","Timestamp":"2020-09-05T00:18:06.2242667Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablecc7c1c5e/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A38.5493196Z''\"","PartitionKey":"pkcc7c1c5e","RowKey":"rkcc7c1c5e","Timestamp":"2020-09-16T21:51:38.5493196Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A06.2242667Z'" + - W/"datetime'2020-09-16T21%3A51%3A38.5493196Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -209,11 +209,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -227,7 +227,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 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_or_replace_entity_with_non_existing_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_replace_entity_with_non_existing_entity.yaml index 1bb44efd7254..ca73844f45b5 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_replace_entity_with_non_existing_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_insert_or_replace_entity_with_non_existing_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT location: - https://storagename.table.core.windows.net/Tables('uttable419d1e08') server: @@ -67,11 +67,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: PUT @@ -85,9 +85,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A06.5204794Z'" + - W/"datetime'2020-09-16T21%3A51%3A38.8245082Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -109,27 +109,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable419d1e08(PartitionKey='pk419d1e08',RowKey='rk419d1e08') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable419d1e08/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A06.5204794Z''\"","PartitionKey":"pk419d1e08","RowKey":"rk419d1e08","Timestamp":"2020-09-05T00:18:06.5204794Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable419d1e08/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A38.8245082Z''\"","PartitionKey":"pk419d1e08","RowKey":"rk419d1e08","Timestamp":"2020-09-16T21:51:38.8245082Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A06.5204794Z'" + - W/"datetime'2020-09-16T21%3A51%3A38.8245082Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -153,11 +153,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -171,7 +171,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 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_merge_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity.yaml index a8027cf3ad6f..dc26c1f37f0e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:38 GMT location: - https://storagename.table.core.windows.net/Tables('uttable3df0e7d') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable3df0e7d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3df0e7d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A06.8046059Z''\"","PartitionKey":"pk3df0e7d","RowKey":"rk3df0e7d","Timestamp":"2020-09-05T00:18:06.8046059Z","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://storagename.table.core.windows.net/$metadata#uttable3df0e7d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A39.1267019Z''\"","PartitionKey":"pk3df0e7d","RowKey":"rk3df0e7d","Timestamp":"2020-09-16T21:51:39.1267019Z","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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A06.8046059Z'" + - W/"datetime'2020-09-16T21%3A51%3A39.1267019Z'" location: - https://storagename.table.core.windows.net/uttable3df0e7d(PartitionKey='pk3df0e7d',RowKey='rk3df0e7d') server: @@ -123,13 +123,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -143,9 +143,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A06.8527151Z'" + - W/"datetime'2020-09-16T21%3A51%3A39.1657411Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -167,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable3df0e7d(PartitionKey='pk3df0e7d',RowKey='rk3df0e7d') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3df0e7d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A06.8527151Z''\"","PartitionKey":"pk3df0e7d","RowKey":"rk3df0e7d","Timestamp":"2020-09-05T00:18:06.8527151Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3df0e7d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A39.1657411Z''\"","PartitionKey":"pk3df0e7d","RowKey":"rk3df0e7d","Timestamp":"2020-09-16T21:51:39.1657411Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A06.8527151Z'" + - W/"datetime'2020-09-16T21%3A51%3A39.1657411Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -211,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -229,7 +229,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 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_merge_entity_not_existing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_not_existing.yaml index 959f6d75f192..3823fe1f10f0 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_not_existing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_not_existing.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee64a13f7') server: @@ -67,13 +67,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -81,14 +81,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:942742c7-8002-0047-2b1a-83595c000000\nTime:2020-09-05T00:18:07.1202510Z"}}}' + specified resource does not exist.\nRequestId:b26830d9-c002-0035-0573-8cc652000000\nTime:2020-09-16T21:51:39.4470630Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -112,11 +112,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,7 +130,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 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_merge_entity_with_if_doesnt_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_with_if_doesnt_match.yaml index 1a708a87b664..19db7b2c9af5 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_with_if_doesnt_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_with_if_doesnt_match.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT location: - https://storagename.table.core.windows.net/Tables('uttable9316171e') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable9316171e response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9316171e/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A07.3828831Z''\"","PartitionKey":"pk9316171e","RowKey":"rk9316171e","Timestamp":"2020-09-05T00:18:07.3828831Z","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://storagename.table.core.windows.net/$metadata#uttable9316171e/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A39.697235Z''\"","PartitionKey":"pk9316171e","RowKey":"rk9316171e","Timestamp":"2020-09-16T21:51:39.697235Z","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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A07.3828831Z'" + - W/"datetime'2020-09-16T21%3A51%3A39.697235Z'" location: - https://storagename.table.core.windows.net/uttable9316171e(PartitionKey='pk9316171e',RowKey='rk9316171e') server: @@ -123,13 +123,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT If-Match: - W/"datetime'2012-06-15T22%3A51%3A44.9662825Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -137,14 +137,14 @@ interactions: response: body: string: '{"odata.error":{"code":"UpdateConditionNotSatisfied","message":{"lang":"en-US","value":"The - update condition specified in the request was not satisfied.\nRequestId:06147ade-5002-004e-481a-8343d2000000\nTime:2020-09-05T00:18:07.4289151Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:82a5c865-9002-002d-1c73-8cebc7000000\nTime:2020-09-16T21:51:39.7372623Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -168,11 +168,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -186,7 +186,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 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_merge_entity_with_if_matches.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_with_if_matches.yaml index 9cd752ab0c1d..46863fd7fabf 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_with_if_matches.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_merge_entity_with_if_matches.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT location: - https://storagename.table.core.windows.net/Tables('uttable236c150a') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable236c150a response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable236c150a/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A07.661281Z''\"","PartitionKey":"pk236c150a","RowKey":"rk236c150a","Timestamp":"2020-09-05T00:18:07.661281Z","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://storagename.table.core.windows.net/$metadata#uttable236c150a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A39.9997716Z''\"","PartitionKey":"pk236c150a","RowKey":"rk236c150a","Timestamp":"2020-09-16T21:51:39.9997716Z","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, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A07.661281Z'" + - W/"datetime'2020-09-16T21%3A51%3A39.9997716Z'" location: - https://storagename.table.core.windows.net/uttable236c150a(PartitionKey='pk236c150a',RowKey='rk236c150a') server: @@ -123,13 +123,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT If-Match: - - W/"datetime'2020-09-05T00%3A18%3A07.661281Z'" + - W/"datetime'2020-09-16T21%3A51%3A39.9997716Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -143,9 +143,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A07.7543576Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.0403402Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -167,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable236c150a(PartitionKey='pk236c150a',RowKey='rk236c150a') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable236c150a/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A07.7543576Z''\"","PartitionKey":"pk236c150a","RowKey":"rk236c150a","Timestamp":"2020-09-05T00:18:07.7543576Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable236c150a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A40.0403402Z''\"","PartitionKey":"pk236c150a","RowKey":"rk236c150a","Timestamp":"2020-09-16T21:51:40.0403402Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A07.7543576Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.0403402Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -211,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -229,7 +229,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:06 GMT + - Wed, 16 Sep 2020 21:51:39 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_none_property_value.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_none_property_value.yaml index e22fe03fc7cf..32c4fafad1c8 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_none_property_value.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_none_property_value.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:40 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, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT location: - https://storagename.table.core.windows.net/Tables('uttable76561181') server: @@ -64,27 +64,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable76561181 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable76561181/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.0328401Z''\"","PartitionKey":"pk76561181","RowKey":"rk76561181","Timestamp":"2020-09-05T00:18:08.0328401Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable76561181/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A40.329215Z''\"","PartitionKey":"pk76561181","RowKey":"rk76561181","Timestamp":"2020-09-16T21:51:40.329215Z"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.0328401Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.329215Z'" location: - https://storagename.table.core.windows.net/uttable76561181(PartitionKey='pk76561181',RowKey='rk76561181') server: @@ -110,27 +110,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable76561181(PartitionKey='pk76561181',RowKey='rk76561181') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable76561181/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.0328401Z''\"","PartitionKey":"pk76561181","RowKey":"rk76561181","Timestamp":"2020-09-05T00:18:08.0328401Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable76561181/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A40.329215Z''\"","PartitionKey":"pk76561181","RowKey":"rk76561181","Timestamp":"2020-09-16T21:51:40.329215Z"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.0328401Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.329215Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -154,11 +154,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -172,7 +172,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:07 GMT + - Wed, 16 Sep 2020 21:51:39 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_operations_on_entity_with_partition_key_having_single_quote.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_operations_on_entity_with_partition_key_having_single_quote.yaml index a54e063cc776..263359f6a597 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_operations_on_entity_with_partition_key_having_single_quote.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_operations_on_entity_with_partition_key_having_single_quote.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:39 GMT location: - https://storagename.table.core.windows.net/Tables('uttable88682233') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable88682233 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable88682233/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.3053377Z''\"","PartitionKey":"a''''''''b","RowKey":"a''''''''b","Timestamp":"2020-09-05T00:18:08.3053377Z","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://storagename.table.core.windows.net/$metadata#uttable88682233/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A40.6249718Z''\"","PartitionKey":"a''''''''b","RowKey":"a''''''''b","Timestamp":"2020-09-16T21:51:40.6249718Z","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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.3053377Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.6249718Z'" location: - https://storagename.table.core.windows.net/uttable88682233(PartitionKey='a''''''''b',RowKey='a''''''''b') server: @@ -123,11 +123,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -141,9 +141,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.3447817Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.6927873Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -165,27 +165,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable88682233(PartitionKey='a%27%27%27%27b',RowKey='a%27%27%27%27b') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable88682233/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.3447817Z''\"","PartitionKey":"a''''b","RowKey":"a''''b","Timestamp":"2020-09-05T00:18:08.3447817Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable88682233/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A40.6927873Z''\"","PartitionKey":"a''''b","RowKey":"a''''b","Timestamp":"2020-09-16T21:51:40.6927873Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.3447817Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.6927873Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -217,13 +217,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -237,9 +237,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.4378487Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.7808466Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -261,27 +261,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable88682233(PartitionKey='a%27%27%27%27b',RowKey='a%27%27%27%27b') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable88682233/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.4378487Z''\"","PartitionKey":"a''''b","RowKey":"a''''b","Timestamp":"2020-09-05T00:18:08.4378487Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","newField":"newFieldValue","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable88682233/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A40.7808466Z''\"","PartitionKey":"a''''b","RowKey":"a''''b","Timestamp":"2020-09-16T21:51:40.7808466Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","newField":"newFieldValue","sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:39 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.4378487Z'" + - W/"datetime'2020-09-16T21%3A51%3A40.7808466Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -307,13 +307,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -327,7 +327,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:39 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -349,11 +349,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -367,7 +367,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:39 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_query_entities.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities.yaml index f1ba02dd9a56..642d627eb2f7 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT location: - https://storagename.table.core.windows.net/Tables('uttable23930f6b') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: POST @@ -81,7 +81,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT location: - https://storagename.table.core.windows.net/Tables('querytable23930f6b') server: @@ -117,27 +117,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable23930f6b response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable23930f6b/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.8445961Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b1","Timestamp":"2020-09-05T00:18:08.8445961Z","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://storagename.table.core.windows.net/$metadata#querytable23930f6b/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A41.1918089Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b1","Timestamp":"2020-09-16T21:51:41.1918089Z","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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.8445961Z'" + - W/"datetime'2020-09-16T21%3A51%3A41.1918089Z'" location: - https://storagename.table.core.windows.net/querytable23930f6b(PartitionKey='pk23930f6b',RowKey='rk23930f6b1') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable23930f6b response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable23930f6b/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.8806202Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b12","Timestamp":"2020-09-05T00:18:08.8806202Z","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://storagename.table.core.windows.net/$metadata#querytable23930f6b/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A41.2398433Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b12","Timestamp":"2020-09-16T21:51:41.2398433Z","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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A08.8806202Z'" + - W/"datetime'2020-09-16T21%3A51%3A41.2398433Z'" location: - https://storagename.table.core.windows.net/querytable23930f6b(PartitionKey='pk23930f6b',RowKey='rk23930f6b12') server: @@ -219,25 +219,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable23930f6b() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable23930f6b","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.8445961Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b1","Timestamp":"2020-09-05T00:18:08.8445961Z","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"},{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A08.8806202Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b12","Timestamp":"2020-09-05T00:18:08.8806202Z","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://storagename.table.core.windows.net/$metadata#querytable23930f6b","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A41.1918089Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b1","Timestamp":"2020-09-16T21:51:41.1918089Z","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"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A41.2398433Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b12","Timestamp":"2020-09-16T21:51:41.2398433Z","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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -261,11 +261,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -279,7 +279,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -301,11 +301,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -319,7 +319,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51: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_entity.test_query_entities_full_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_full_metadata.yaml index bd915231c6da..ce5dcfd4426c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_full_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_full_metadata.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT location: - https://storagename.table.core.windows.net/Tables('uttable264f151d') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: POST @@ -81,7 +81,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT location: - https://storagename.table.core.windows.net/Tables('querytable264f151d') server: @@ -117,27 +117,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable264f151d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable264f151d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A09.2271592Z''\"","PartitionKey":"pk264f151d","RowKey":"rk264f151d1","Timestamp":"2020-09-05T00:18:09.2271592Z","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://storagename.table.core.windows.net/$metadata#querytable264f151d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A41.709348Z''\"","PartitionKey":"pk264f151d","RowKey":"rk264f151d1","Timestamp":"2020-09-16T21:51:41.709348Z","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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A09.2271592Z'" + - W/"datetime'2020-09-16T21%3A51%3A41.709348Z'" location: - https://storagename.table.core.windows.net/querytable264f151d(PartitionKey='pk264f151d',RowKey='rk264f151d1') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable264f151d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable264f151d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A09.2641862Z''\"","PartitionKey":"pk264f151d","RowKey":"rk264f151d12","Timestamp":"2020-09-05T00:18:09.2641862Z","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://storagename.table.core.windows.net/$metadata#querytable264f151d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A41.7503757Z''\"","PartitionKey":"pk264f151d","RowKey":"rk264f151d12","Timestamp":"2020-09-16T21:51:41.7503757Z","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, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A09.2641862Z'" + - W/"datetime'2020-09-16T21%3A51%3A41.7503757Z'" location: - https://storagename.table.core.windows.net/querytable264f151d(PartitionKey='pk264f151d',RowKey='rk264f151d12') server: @@ -217,27 +217,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=fullmetadata x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable264f151d() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable264f151d","value":[{"odata.type":"storagename.querytable264f151d","odata.id":"https://storagename.table.core.windows.net/querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d1'')","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A09.2271592Z''\"","odata.editLink":"querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d1'')","PartitionKey":"pk264f151d","RowKey":"rk264f151d1","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-05T00:18:09.2271592Z","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"},{"odata.type":"storagename.querytable264f151d","odata.id":"https://storagename.table.core.windows.net/querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d12'')","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A09.2641862Z''\"","odata.editLink":"querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d12'')","PartitionKey":"pk264f151d","RowKey":"rk264f151d12","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-05T00:18:09.2641862Z","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://storagename.table.core.windows.net/$metadata#querytable264f151d","value":[{"odata.type":"storagename.querytable264f151d","odata.id":"https://storagename.table.core.windows.net/querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d1'')","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A41.709348Z''\"","odata.editLink":"querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d1'')","PartitionKey":"pk264f151d","RowKey":"rk264f151d1","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:51:41.709348Z","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"},{"odata.type":"storagename.querytable264f151d","odata.id":"https://storagename.table.core.windows.net/querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d12'')","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A41.7503757Z''\"","odata.editLink":"querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d12'')","PartitionKey":"pk264f151d","RowKey":"rk264f151d12","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:51:41.7503757Z","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=fullmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -261,11 +261,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -279,7 +279,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -301,11 +301,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -319,7 +319,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 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_query_entities_no_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_no_metadata.yaml index ae1c1348a668..e7dcc4382bcd 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_no_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_no_metadata.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:41 GMT location: - https://storagename.table.core.windows.net/Tables('uttablefc361447') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: POST @@ -81,7 +81,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:42 GMT location: - https://storagename.table.core.windows.net/Tables('querytablefc361447') server: @@ -117,27 +117,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytablefc361447 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablefc361447/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A09.7143176Z''\"","PartitionKey":"pkfc361447","RowKey":"rkfc3614471","Timestamp":"2020-09-05T00:18:09.7143176Z","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://storagename.table.core.windows.net/$metadata#querytablefc361447/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A42.1864449Z''\"","PartitionKey":"pkfc361447","RowKey":"rkfc3614471","Timestamp":"2020-09-16T21:51:42.1864449Z","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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:42 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A09.7143176Z'" + - W/"datetime'2020-09-16T21%3A51%3A42.1864449Z'" location: - https://storagename.table.core.windows.net/querytablefc361447(PartitionKey='pkfc361447',RowKey='rkfc3614471') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytablefc361447 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablefc361447/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A09.7523442Z''\"","PartitionKey":"pkfc361447","RowKey":"rkfc36144712","Timestamp":"2020-09-05T00:18:09.7523442Z","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://storagename.table.core.windows.net/$metadata#querytablefc361447/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A42.2234709Z''\"","PartitionKey":"pkfc361447","RowKey":"rkfc36144712","Timestamp":"2020-09-16T21:51:42.2234709Z","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, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:42 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A09.7523442Z'" + - W/"datetime'2020-09-16T21%3A51%3A42.2234709Z'" location: - https://storagename.table.core.windows.net/querytablefc361447(PartitionKey='pkfc361447',RowKey='rkfc36144712') server: @@ -217,27 +217,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=nometadata x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytablefc361447() response: body: - string: '{"value":[{"PartitionKey":"pkfc361447","RowKey":"rkfc3614471","Timestamp":"2020-09-05T00:18:09.7143176Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"},{"PartitionKey":"pkfc361447","RowKey":"rkfc36144712","Timestamp":"2020-09-05T00:18:09.7523442Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}]}' + string: '{"value":[{"PartitionKey":"pkfc361447","RowKey":"rkfc3614471","Timestamp":"2020-09-16T21:51:42.1864449Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"},{"PartitionKey":"pkfc361447","RowKey":"rkfc36144712","Timestamp":"2020-09-16T21:51:42.2234709Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=nometadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:42 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -261,11 +261,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -279,7 +279,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:42 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -301,11 +301,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -319,7 +319,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:08 GMT + - Wed, 16 Sep 2020 21:51:42 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_query_entities_with_filter.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_filter.yaml index 2158401c6eab..6516e6187ea5 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_filter.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_filter.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 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, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT location: - https://storagename.table.core.windows.net/Tables('uttablefce8146b') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablefce8146b response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablefce8146b/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.080565Z''\"","PartitionKey":"pkfce8146b","RowKey":"rkfce8146b","Timestamp":"2020-09-05T00:18:10.080565Z","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://storagename.table.core.windows.net/$metadata#uttablefce8146b/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A42.5207892Z''\"","PartitionKey":"pkfce8146b","RowKey":"rkfce8146b","Timestamp":"2020-09-16T21:51:42.5207892Z","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, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A10.080565Z'" + - W/"datetime'2020-09-16T21%3A51%3A42.5207892Z'" location: - https://storagename.table.core.windows.net/uttablefce8146b(PartitionKey='pkfce8146b',RowKey='rkfce8146b') server: @@ -115,25 +115,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablefce8146b() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablefce8146b","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.080565Z''\"","PartitionKey":"pkfce8146b","RowKey":"rkfce8146b","Timestamp":"2020-09-05T00:18:10.080565Z","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://storagename.table.core.windows.net/$metadata#uttablefce8146b","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A42.5207892Z''\"","PartitionKey":"pkfce8146b","RowKey":"rkfce8146b","Timestamp":"2020-09-16T21:51:42.5207892Z","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, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -157,11 +157,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -175,7 +175,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:41 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_query_entities_with_select.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_select.yaml index ff538a3b9ebd..a68573912917 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_select.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_select.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 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, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT location: - https://storagename.table.core.windows.net/Tables('uttablefcf31465') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: POST @@ -81,7 +81,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT location: - https://storagename.table.core.windows.net/Tables('querytablefcf31465') server: @@ -117,27 +117,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytablefcf31465 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablefcf31465/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.4354401Z''\"","PartitionKey":"pkfcf31465","RowKey":"rkfcf314651","Timestamp":"2020-09-05T00:18:10.4354401Z","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://storagename.table.core.windows.net/$metadata#querytablefcf31465/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A42.9529288Z''\"","PartitionKey":"pkfcf31465","RowKey":"rkfcf314651","Timestamp":"2020-09-16T21:51:42.9529288Z","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, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A10.4354401Z'" + - W/"datetime'2020-09-16T21%3A51%3A42.9529288Z'" location: - https://storagename.table.core.windows.net/querytablefcf31465(PartitionKey='pkfcf31465',RowKey='rkfcf314651') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytablefcf31465 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablefcf31465/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.4684633Z''\"","PartitionKey":"pkfcf31465","RowKey":"rkfcf3146512","Timestamp":"2020-09-05T00:18:10.4684633Z","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://storagename.table.core.windows.net/$metadata#querytablefcf31465/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.0099673Z''\"","PartitionKey":"pkfcf31465","RowKey":"rkfcf3146512","Timestamp":"2020-09-16T21:51:43.0099673Z","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, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A10.4684633Z'" + - W/"datetime'2020-09-16T21%3A51%3A43.0099673Z'" location: - https://storagename.table.core.windows.net/querytablefcf31465(PartitionKey='pkfcf31465',RowKey='rkfcf3146512') server: @@ -219,25 +219,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytablefcf31465()?$select=age%2C%20sex response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablefcf31465&$select=age,%20sex","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.4354401Z''\"","age":39,"sex":"male"},{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.4684633Z''\"","age":39,"sex":"male"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablefcf31465&$select=age,%20sex","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A42.9529288Z''\"","age":39,"sex":"male"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.0099673Z''\"","age":39,"sex":"male"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -261,11 +261,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -279,7 +279,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:09 GMT + - Wed, 16 Sep 2020 21:51:42 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -301,11 +301,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -319,7 +319,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:42 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_query_entities_with_top.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_top.yaml index 778664b0be51..8b533345fe0e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_top.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_top.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51: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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT location: - https://storagename.table.core.windows.net/Tables('uttablec12a1338') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST @@ -81,7 +81,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT location: - https://storagename.table.core.windows.net/Tables('querytablec12a1338') server: @@ -117,27 +117,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytablec12a1338 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablec12a1338/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.8197206Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a13381","Timestamp":"2020-09-05T00:18:10.8197206Z","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://storagename.table.core.windows.net/$metadata#querytablec12a1338/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.3849628Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a13381","Timestamp":"2020-09-16T21:51:43.3849628Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A10.8197206Z'" + - W/"datetime'2020-09-16T21%3A51%3A43.3849628Z'" location: - https://storagename.table.core.windows.net/querytablec12a1338(PartitionKey='pkc12a1338',RowKey='rkc12a13381') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytablec12a1338 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablec12a1338/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.8557455Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a133812","Timestamp":"2020-09-05T00:18:10.8557455Z","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://storagename.table.core.windows.net/$metadata#querytablec12a1338/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.4229894Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a133812","Timestamp":"2020-09-16T21:51:43.4229894Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A10.8557455Z'" + - W/"datetime'2020-09-16T21%3A51%3A43.4229894Z'" location: - https://storagename.table.core.windows.net/querytablec12a1338(PartitionKey='pkc12a1338',RowKey='rkc12a133812') server: @@ -229,27 +229,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytablec12a1338 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablec12a1338/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.8927719Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a1338123","Timestamp":"2020-09-05T00:18:10.8927719Z","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://storagename.table.core.windows.net/$metadata#querytablec12a1338/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.4570135Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a1338123","Timestamp":"2020-09-16T21:51:43.4570135Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A10.8927719Z'" + - W/"datetime'2020-09-16T21%3A51%3A43.4570135Z'" location: - https://storagename.table.core.windows.net/querytablec12a1338(PartitionKey='pkc12a1338',RowKey='rkc12a1338123') server: @@ -275,25 +275,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytablec12a1338()?$top=2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytablec12a1338","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.8197206Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a13381","Timestamp":"2020-09-05T00:18:10.8197206Z","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"},{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.8557455Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a133812","Timestamp":"2020-09-05T00:18:10.8557455Z","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://storagename.table.core.windows.net/$metadata#querytablec12a1338","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.3849628Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a13381","Timestamp":"2020-09-16T21:51:43.3849628Z","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"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.4229894Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a133812","Timestamp":"2020-09-16T21:51:43.4229894Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -321,11 +321,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -339,7 +339,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -361,11 +361,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -379,7 +379,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 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_query_entities_with_top_and_next.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_top_and_next.yaml index b11ab49a4c25..bcbec5c1136d 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_top_and_next.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities_with_top_and_next.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51: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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT location: - https://storagename.table.core.windows.net/Tables('uttable801016e8') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST @@ -81,7 +81,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT location: - https://storagename.table.core.windows.net/Tables('querytable801016e8') server: @@ -117,27 +117,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable801016e8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.3703445Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81","Timestamp":"2020-09-05T00:18:11.3703445Z","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://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.8496034Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81","Timestamp":"2020-09-16T21:51:43.8496034Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A11.3703445Z'" + - W/"datetime'2020-09-16T21%3A51%3A43.8496034Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e81') server: @@ -173,27 +173,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable801016e8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.4063697Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812","Timestamp":"2020-09-05T00:18:11.4063697Z","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://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.8896316Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812","Timestamp":"2020-09-16T21:51:43.8896316Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A11.4063697Z'" + - W/"datetime'2020-09-16T21%3A51%3A43.8896316Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e812') server: @@ -229,27 +229,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable801016e8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.4453977Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e8123","Timestamp":"2020-09-05T00:18:11.4453977Z","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://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.9236547Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e8123","Timestamp":"2020-09-16T21:51:43.9236547Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A11.4453977Z'" + - W/"datetime'2020-09-16T21%3A51%3A43.9236547Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e8123') server: @@ -285,27 +285,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable801016e8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.4814238Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81234","Timestamp":"2020-09-05T00:18:11.4814238Z","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://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.95868Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81234","Timestamp":"2020-09-16T21:51:43.95868Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A11.4814238Z'" + - W/"datetime'2020-09-16T21%3A51%3A43.95868Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e81234') server: @@ -341,27 +341,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable801016e8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.5184495Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812345","Timestamp":"2020-09-05T00:18:11.5184495Z","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://storagename.table.core.windows.net/$metadata#querytable801016e8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A44.0087153Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812345","Timestamp":"2020-09-16T21:51:44.0087153Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A11.5184495Z'" + - W/"datetime'2020-09-16T21%3A51%3A44.0087153Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e812345') server: @@ -387,25 +387,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable801016e8()?$top=2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable801016e8","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.3703445Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81","Timestamp":"2020-09-05T00:18:11.3703445Z","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"},{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.4063697Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812","Timestamp":"2020-09-05T00:18:11.4063697Z","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://storagename.table.core.windows.net/$metadata#querytable801016e8","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.8496034Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81","Timestamp":"2020-09-16T21:51:43.8496034Z","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"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.8896316Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812","Timestamp":"2020-09-16T21:51:43.8896316Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -433,25 +433,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable801016e8()?$top=2&NextPartitionKey=1%2116%21cGs4MDEwMTZlOA--&NextRowKey=1%2120%21cms4MDEwMTZlODEyMw-- response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable801016e8","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.4453977Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e8123","Timestamp":"2020-09-05T00:18:11.4453977Z","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"},{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.4814238Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81234","Timestamp":"2020-09-05T00:18:11.4814238Z","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://storagename.table.core.windows.net/$metadata#querytable801016e8","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.9236547Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e8123","Timestamp":"2020-09-16T21:51:43.9236547Z","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"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A43.95868Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81234","Timestamp":"2020-09-16T21:51:43.95868Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -479,25 +479,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable801016e8()?$top=2&NextPartitionKey=1%2116%21cGs4MDEwMTZlOA--&NextRowKey=1%2120%21cms4MDEwMTZlODEyMzQ1 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable801016e8","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.5184495Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812345","Timestamp":"2020-09-05T00:18:11.5184495Z","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://storagename.table.core.windows.net/$metadata#querytable801016e8","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A44.0087153Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812345","Timestamp":"2020-09-16T21:51:44.0087153Z","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, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:43 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -521,11 +521,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -539,7 +539,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:10 GMT + - Wed, 16 Sep 2020 21:51:44 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -561,11 +561,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -579,7 +579,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51: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_entity.test_query_user_filter.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_user_filter.yaml index 663cf0a19ede..d25466554dad 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_user_filter.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_user_filter.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 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, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT location: - https://storagename.table.core.windows.net/Tables('uttable546210aa') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable546210aa response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable546210aa/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A11.9481168Z''\"","PartitionKey":"pk546210aa","RowKey":"rk546210aa","Timestamp":"2020-09-05T00:18:11.9481168Z","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://storagename.table.core.windows.net/$metadata#uttable546210aa/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A44.4945324Z''\"","PartitionKey":"pk546210aa","RowKey":"rk546210aa","Timestamp":"2020-09-16T21:51:44.4945324Z","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, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A11.9481168Z'" + - W/"datetime'2020-09-16T21%3A51%3A44.4945324Z'" location: - https://storagename.table.core.windows.net/uttable546210aa(PartitionKey='pk546210aa',RowKey='rk546210aa') server: @@ -115,11 +115,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,7 +133,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51: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_entity.test_query_zero_entities.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_zero_entities.yaml index ef8ed40ea8ea..f8b133a264ca 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_zero_entities.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_zero_entities.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:44 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, 05 Sep 2020 00:18:11 GMT + - Wed, 16 Sep 2020 21:51:43 GMT location: - https://storagename.table.core.windows.net/Tables('uttable7732118a') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: POST @@ -81,7 +81,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:43 GMT location: - https://storagename.table.core.windows.net/Tables('querytable7732118a') server: @@ -107,11 +107,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: GET @@ -125,7 +125,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:43 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -149,11 +149,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -167,7 +167,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -189,11 +189,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -207,7 +207,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51: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_entity.test_sas_add.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add.yaml index 2c28c16e294f..4e13a56f99ab 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 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, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:44 GMT location: - https://storagename.table.core.windows.net/Tables('uttablebfd90c40') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttablebfd90c40?st=2020-09-05T00%3A17%3A12Z&se=2020-09-05T01%3A18%3A12Z&sp=a&sv=2019-02-02&tn=uttablebfd90c40&sig=zAC4rGEDuGuwo9aevlBq7e5TillFaKq75%2BRrRBgkMfU%3D + uri: https://storagename.table.core.windows.net/uttablebfd90c40?st=2020-09-16T21%3A50%3A45Z&se=2020-09-16T22%3A51%3A45Z&sp=a&sv=2019-02-02&tn=uttablebfd90c40&sig=Ho0sQdNMHjZtRlWDYyAp6WmeVLLALIIG9LzkIE7BT7U%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablebfd90c40/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A12.6781471Z''\"","PartitionKey":"pkbfd90c40","RowKey":"rkbfd90c40","Timestamp":"2020-09-05T00:18:12.6781471Z","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://storagename.table.core.windows.net/$metadata#uttablebfd90c40/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A45.3784844Z''\"","PartitionKey":"pkbfd90c40","RowKey":"rkbfd90c40","Timestamp":"2020-09-16T21:51:45.3784844Z","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, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A12.6781471Z'" + - W/"datetime'2020-09-16T21%3A51%3A45.3784844Z'" location: - https://storagename.table.core.windows.net/uttablebfd90c40(PartitionKey='pkbfd90c40',RowKey='rkbfd90c40') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablebfd90c40(PartitionKey='pkbfd90c40',RowKey='rkbfd90c40') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablebfd90c40/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A12.6781471Z''\"","PartitionKey":"pkbfd90c40","RowKey":"rkbfd90c40","Timestamp":"2020-09-05T00:18:12.6781471Z","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://storagename.table.core.windows.net/$metadata#uttablebfd90c40/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A45.3784844Z''\"","PartitionKey":"pkbfd90c40","RowKey":"rkbfd90c40","Timestamp":"2020-09-16T21:51:45.3784844Z","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, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A12.6781471Z'" + - W/"datetime'2020-09-16T21%3A51%3A45.3784844Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 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_add_inside_range.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add_inside_range.yaml index 099abdaab8ca..af2f017cd2d3 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add_inside_range.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add_inside_range.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 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, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT location: - https://storagename.table.core.windows.net/Tables('uttable84281187') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable84281187?se=2020-09-05T01%3A18%3A12Z&sp=a&sv=2019-02-02&tn=uttable84281187&spk=test&srk=test1&epk=test&erk=test1&sig=C0NySFBdAPtepVAme9CfJHgDtF0AVAyHiBbwBG5Y%2BFo%3D + uri: https://storagename.table.core.windows.net/uttable84281187?se=2020-09-16T22%3A51%3A45Z&sp=a&sv=2019-02-02&tn=uttable84281187&spk=test&srk=test1&epk=test&erk=test1&sig=aTUxABRCMc2zr%2FMrn8%2FonATN3NZ%2BI0gFaNz4U6EaJoI%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable84281187/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A13.0776515Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-05T00:18:13.0776515Z","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://storagename.table.core.windows.net/$metadata#uttable84281187/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A45.8480078Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-16T21:51:45.8480078Z","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, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A13.0776515Z'" + - W/"datetime'2020-09-16T21%3A51%3A45.8480078Z'" location: - https://storagename.table.core.windows.net/uttable84281187(PartitionKey='test',RowKey='test1') server: @@ -115,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable84281187(PartitionKey='test',RowKey='test1') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable84281187/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A13.0776515Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-05T00:18:13.0776515Z","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://storagename.table.core.windows.net/$metadata#uttable84281187/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A45.8480078Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-16T21:51:45.8480078Z","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, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A13.0776515Z'" + - W/"datetime'2020-09-16T21%3A51%3A45.8480078Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -177,7 +177,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:12 GMT + - Wed, 16 Sep 2020 21:51:45 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_add_outside_range.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add_outside_range.yaml index 6417c3382dcf..9decbf6f8174 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add_outside_range.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_add_outside_range.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 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, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT location: - https://storagename.table.core.windows.net/Tables('uttable973c1208') server: @@ -69,26 +69,26 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable973c1208?se=2020-09-05T01%3A18%3A13Z&sp=a&sv=2019-02-02&tn=uttable973c1208&spk=test&srk=test1&epk=test&erk=test1&sig=If2P5bKKSTLb%2BjiR6dV%2F%2B%2F6RCV%2FlpG5j1b2ByI1%2F8IU%3D + uri: https://storagename.table.core.windows.net/uttable973c1208?se=2020-09-16T22%3A51%3A46Z&sp=a&sv=2019-02-02&tn=uttable973c1208&spk=test&srk=test1&epk=test&erk=test1&sig=AF%2FmVUd3uZnzPLHUgpq%2FacPvRVLn0T%2Fuw3QOE0%2FJEIY%3D response: body: string: '{"odata.error":{"code":"AuthorizationFailure","message":{"lang":"en-US","value":"This - request is not authorized to perform this operation.\nRequestId:ecb03e07-f002-0043-571a-83acde000000\nTime:2020-09-05T00:18:13.5133218Z"}}}' + request is not authorized to perform this operation.\nRequestId:b268371d-c002-0035-0a73-8cc652000000\nTime:2020-09-16T21:51:46.3409244Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -112,11 +112,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,7 +130,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 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_delete.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_delete.yaml index 950c8932ae8a..97f54235780e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_delete.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_delete.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 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, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee74c0d8a') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablee74c0d8a response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee74c0d8a/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A13.7837057Z''\"","PartitionKey":"pke74c0d8a","RowKey":"rke74c0d8a","Timestamp":"2020-09-05T00:18:13.7837057Z","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://storagename.table.core.windows.net/$metadata#uttablee74c0d8a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A46.6182299Z''\"","PartitionKey":"pke74c0d8a","RowKey":"rke74c0d8a","Timestamp":"2020-09-16T21:51:46.6182299Z","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, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A13.7837057Z'" + - W/"datetime'2020-09-16T21%3A51%3A46.6182299Z'" location: - https://storagename.table.core.windows.net/uttablee74c0d8a(PartitionKey='pke74c0d8a',RowKey='rke74c0d8a') server: @@ -117,17 +117,17 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/uttablee74c0d8a(PartitionKey='pke74c0d8a',RowKey='rke74c0d8a')?se=2020-09-05T01%3A18%3A13Z&sp=d&sv=2019-02-02&tn=uttablee74c0d8a&sig=nIUbG0K1r6ZwsTBGWohpOucTwHhw3npiIONZl8FGn5E%3D + uri: https://storagename.table.core.windows.net/uttablee74c0d8a(PartitionKey='pke74c0d8a',RowKey='rke74c0d8a')?se=2020-09-16T22%3A51%3A46Z&sp=d&sv=2019-02-02&tn=uttablee74c0d8a&sig=itF5lUlgtPC8Rv5NDdFb06sGtikERTXhxN%2Facnnc%2FX0%3D response: body: string: '' @@ -137,7 +137,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -159,11 +159,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT x-ms-version: - '2019-02-02' method: GET @@ -171,14 +171,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:fba98960-6002-006f-4c1a-832ee3000000\nTime:2020-09-05T00:18:13.9578211Z"}}}' + specified resource does not exist.\nRequestId:c51df357-c002-001c-3873-8cb010000000\nTime:2020-09-16T21:51:46.8173699Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -202,11 +202,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -220,7 +220,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:45 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_query.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_query.yaml index 54c6d6509c54..9bea55267136 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_query.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_query.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 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, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT location: - https://storagename.table.core.windows.net/Tables('uttableda4d0d4d') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:46 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:46 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttableda4d0d4d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableda4d0d4d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A14.1993051Z''\"","PartitionKey":"pkda4d0d4d","RowKey":"rkda4d0d4d","Timestamp":"2020-09-05T00:18:14.1993051Z","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://storagename.table.core.windows.net/$metadata#uttableda4d0d4d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A47.0699913Z''\"","PartitionKey":"pkda4d0d4d","RowKey":"rkda4d0d4d","Timestamp":"2020-09-16T21:51:47.0699913Z","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, 05 Sep 2020 00:18:13 GMT + - Wed, 16 Sep 2020 21:51:46 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A14.1993051Z'" + - W/"datetime'2020-09-16T21%3A51%3A47.0699913Z'" location: - https://storagename.table.core.windows.net/uttableda4d0d4d(PartitionKey='pkda4d0d4d',RowKey='rkda4d0d4d') server: @@ -115,25 +115,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttableda4d0d4d()?st=2020-09-05T00%3A17%3A14Z&se=2020-09-05T01%3A18%3A14Z&sp=r&sv=2019-02-02&tn=uttableda4d0d4d&sig=OU4%2Fk1tHeLjrRDbAwg6AGbfcH1GzcJgEIz9%2FETZAlpA%3D + uri: https://storagename.table.core.windows.net/uttableda4d0d4d()?st=2020-09-16T21%3A50%3A47Z&se=2020-09-16T22%3A51%3A47Z&sp=r&sv=2019-02-02&tn=uttableda4d0d4d&sig=tDb9tFglgznNb3Kfg%2BZPAeT6%2BcDfN%2BqScNm1GSC5fso%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableda4d0d4d","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A14.1993051Z''\"","PartitionKey":"pkda4d0d4d","RowKey":"rkda4d0d4d","Timestamp":"2020-09-05T00:18:14.1993051Z","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://storagename.table.core.windows.net/$metadata#uttableda4d0d4d","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A47.0699913Z''\"","PartitionKey":"pkda4d0d4d","RowKey":"rkda4d0d4d","Timestamp":"2020-09-16T21:51:47.0699913Z","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, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -157,11 +157,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -175,7 +175,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:46 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 71353df6abb5..a40983765d9c 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,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 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, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT location: - https://storagename.table.core.windows.net/Tables('uttable979d1213') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.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-05T00%3A18%3A14.7251045Z''\"","PartitionKey":"pk979d1213","RowKey":"rk979d1213","Timestamp":"2020-09-05T00:18:14.7251045Z","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://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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A14.7251045Z'" + - W/"datetime'2020-09-16T21%3A51%3A47.5063379Z'" location: - https://storagename.table.core.windows.net/uttable979d1213(PartitionKey='pk979d1213',RowKey='rk979d1213') server: @@ -119,11 +119,11 @@ interactions: Content-Type: - application/xml Date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT x-ms-version: - '2019-02-02' method: PUT @@ -135,7 +135,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -155,25 +155,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 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=JoEdgdKAOcab%2FIrd65GhtVGDekCnuLHYN3u4oioNKDo%3D + uri: https://storagename.table.core.windows.net/uttable979d1213()?sv=2019-02-02&si=testid&tn=uttable979d1213&sig=v57cH7EfhDiUp63H6w3erxWo%2FwqJj%2BbNplnYU6en8Ug%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable979d1213","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A14.7251045Z''\"","PartitionKey":"pk979d1213","RowKey":"rk979d1213","Timestamp":"2020-09-05T00:18:14.7251045Z","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://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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -197,11 +197,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -215,7 +215,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 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_update.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_update.yaml index 894a95813ca0..4842b1c47b28 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_update.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_update.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:47 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, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:47 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee7bd0d9a') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:47 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:47 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablee7bd0d9a response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7bd0d9a/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A15.2958716Z''\"","PartitionKey":"pke7bd0d9a","RowKey":"rke7bd0d9a","Timestamp":"2020-09-05T00:18:15.2958716Z","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://storagename.table.core.windows.net/$metadata#uttablee7bd0d9a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A47.9311896Z''\"","PartitionKey":"pke7bd0d9a","RowKey":"rke7bd0d9a","Timestamp":"2020-09-16T21:51:47.9311896Z","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, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:47 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A15.2958716Z'" + - W/"datetime'2020-09-16T21%3A51%3A47.9311896Z'" location: - https://storagename.table.core.windows.net/uttablee7bd0d9a(PartitionKey='pke7bd0d9a',RowKey='rke7bd0d9a') server: @@ -123,17 +123,17 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:47 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:47 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/uttablee7bd0d9a(PartitionKey='pke7bd0d9a',RowKey='rke7bd0d9a')?se=2020-09-05T01%3A18%3A15Z&sp=u&sv=2019-02-02&tn=uttablee7bd0d9a&sig=YHMK%2FY54qiPMk8g6gbhUmuty%2FL2VMiXMgsDbFypTTCY%3D + uri: https://storagename.table.core.windows.net/uttablee7bd0d9a(PartitionKey='pke7bd0d9a',RowKey='rke7bd0d9a')?se=2020-09-16T22%3A51%3A47Z&sp=u&sv=2019-02-02&tn=uttablee7bd0d9a&sig=O06v7o6P7pcwG%2BJaQKBltvYnSNAOu0EsBkHnE%2F1SWJ4%3D response: body: string: '' @@ -143,9 +143,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:14 GMT + - Wed, 16 Sep 2020 21:51:47 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A15.4338476Z'" + - W/"datetime'2020-09-16T21%3A51%3A48.1048602Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -167,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablee7bd0d9a(PartitionKey='pke7bd0d9a',RowKey='rke7bd0d9a') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7bd0d9a/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A15.4338476Z''\"","PartitionKey":"pke7bd0d9a","RowKey":"rke7bd0d9a","Timestamp":"2020-09-05T00:18:15.4338476Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7bd0d9a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A48.1048602Z''\"","PartitionKey":"pke7bd0d9a","RowKey":"rke7bd0d9a","Timestamp":"2020-09-16T21:51:48.1048602Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A15.4338476Z'" + - W/"datetime'2020-09-16T21%3A51%3A48.1048602Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -211,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -229,7 +229,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 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_upper_case_table_name.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_upper_case_table_name.yaml index b4af0ae3240d..3778c15cbbf6 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_upper_case_table_name.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_sas_upper_case_table_name.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 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, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee48713a5') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablee48713a5 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee48713a5/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A15.7370307Z''\"","PartitionKey":"pke48713a5","RowKey":"rke48713a5","Timestamp":"2020-09-05T00:18:15.7370307Z","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://storagename.table.core.windows.net/$metadata#uttablee48713a5/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A48.3662864Z''\"","PartitionKey":"pke48713a5","RowKey":"rke48713a5","Timestamp":"2020-09-16T21:51:48.3662864Z","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, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A15.7370307Z'" + - W/"datetime'2020-09-16T21%3A51%3A48.3662864Z'" location: - https://storagename.table.core.windows.net/uttablee48713a5(PartitionKey='pke48713a5',RowKey='rke48713a5') server: @@ -115,25 +115,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttablee48713a5()?st=2020-09-05T00%3A17%3A15Z&se=2020-09-05T01%3A18%3A15Z&sp=r&sv=2019-02-02&tn=UTTABLEE48713A5&sig=MmRHiyBNUgzSqd14POd4sTYzFAqwSzIi6PjEVlzg%2FPQ%3D + uri: https://storagename.table.core.windows.net/uttablee48713a5()?st=2020-09-16T21%3A50%3A48Z&se=2020-09-16T22%3A51%3A48Z&sp=r&sv=2019-02-02&tn=UTTABLEE48713A5&sig=FrF9u96S%2FY0LcJ6lJpZvbQPQtNMOXP0dd8k0r1ZIB%2BU%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee48713a5","value":[{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A15.7370307Z''\"","PartitionKey":"pke48713a5","RowKey":"rke48713a5","Timestamp":"2020-09-05T00:18:15.7370307Z","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://storagename.table.core.windows.net/$metadata#uttablee48713a5","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A48.3662864Z''\"","PartitionKey":"pke48713a5","RowKey":"rke48713a5","Timestamp":"2020-09-16T21:51:48.3662864Z","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, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -157,11 +157,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -175,7 +175,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 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_unicode_property_name.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_unicode_property_name.yaml index 82ba15a35cb4..85552b17cee2 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_unicode_property_name.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_unicode_property_name.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "uttable9990123c"}' + body: '{"TableName": "uttable9990123c"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttable9990123c"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttable9990123c"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:48 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('uttable9990123c') + - https://storagename.table.core.windows.net/Tables('uttable9990123c') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -48,9 +48,9 @@ interactions: code: 201 message: Created - request: - body: !!python/unicode '{"\u554a\u9f44\u4e02\u72db\u72dc": "\ua015", "RowKey@odata.type": - "Edm.String", "PartitionKey@odata.type": "Edm.String", "PartitionKey": "pk9990123c", - "\u554a\u9f44\u4e02\u72db\u72dc@odata.type": "Edm.String", "RowKey": "rk9990123c"}' + body: '{"PartitionKey": "pk9990123c", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk9990123c", "RowKey@odata.type": "Edm.String", "\u554a\u9f44\u4e02\u72db\u72dc": + "\ua015", "\u554a\u9f44\u4e02\u72db\u72dc@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -65,29 +65,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/uttable9990123c + uri: https://storagename.table.core.windows.net/uttable9990123c response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.4612435Z''\"","PartitionKey":"pk9990123c","RowKey":"rk9990123c","Timestamp":"2020-09-04T23:54:10.4612435Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A48.8109004Z''\"","PartitionKey":"pk9990123c","RowKey":"rk9990123c","Timestamp":"2020-09-16T21:51:48.8109004Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:48 GMT etag: - - W/"datetime'2020-09-04T23%3A54%3A10.4612435Z'" + - W/"datetime'2020-09-16T21%3A51%3A48.8109004Z'" location: - - !!python/unicode https://storagename.table.core.windows.net/uttable9990123c(PartitionKey='pk9990123c',RowKey='rk9990123c') + - https://storagename.table.core.windows.net/uttable9990123c(PartitionKey='pk9990123c',RowKey='rk9990123c') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -100,9 +100,9 @@ interactions: code: 201 message: Created - request: - body: !!python/unicode '{"\u554a\u9f44\u4e02\u72db\u72dc": "hello", "RowKey@odata.type": - "Edm.String", "PartitionKey@odata.type": "Edm.String", "PartitionKey": "pk9990123c", - "\u554a\u9f44\u4e02\u72db\u72dc@odata.type": "Edm.String", "RowKey": "test2"}' + body: '{"PartitionKey": "pk9990123c", "PartitionKey@odata.type": "Edm.String", + "RowKey": "test2", "RowKey@odata.type": "Edm.String", "\u554a\u9f44\u4e02\u72db\u72dc": + "hello", "\u554a\u9f44\u4e02\u72db\u72dc@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -117,29 +117,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/uttable9990123c + uri: https://storagename.table.core.windows.net/uttable9990123c response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.5012719Z''\"","PartitionKey":"pk9990123c","RowKey":"test2","Timestamp":"2020-09-04T23:54:10.5012719Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A48.8539301Z''\"","PartitionKey":"pk9990123c","RowKey":"test2","Timestamp":"2020-09-16T21:51:48.8539301Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:48 GMT etag: - - W/"datetime'2020-09-04T23%3A54%3A10.5012719Z'" + - W/"datetime'2020-09-16T21%3A51%3A48.8539301Z'" location: - - !!python/unicode https://storagename.table.core.windows.net/uttable9990123c(PartitionKey='pk9990123c',RowKey='test2') + - https://storagename.table.core.windows.net/uttable9990123c(PartitionKey='pk9990123c',RowKey='test2') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -163,25 +163,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: GET - uri: !!python/unicode https://storagename.table.core.windows.net/uttable9990123c() + uri: https://storagename.table.core.windows.net/uttable9990123c() response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.4612435Z''\"","PartitionKey":"pk9990123c","RowKey":"rk9990123c","Timestamp":"2020-09-04T23:54:10.4612435Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.5012719Z''\"","PartitionKey":"pk9990123c","RowKey":"test2","Timestamp":"2020-09-04T23:54:10.5012719Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A48.8109004Z''\"","PartitionKey":"pk9990123c","RowKey":"rk9990123c","Timestamp":"2020-09-16T21:51:48.8109004Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A48.8539301Z''\"","PartitionKey":"pk9990123c","RowKey":"test2","Timestamp":"2020-09-16T21:51:48.8539301Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:48 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -205,25 +205,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('uttable9990123c') + uri: https://storagename.table.core.windows.net/Tables('uttable9990123c') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:48 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_unicode_property_value.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_unicode_property_value.yaml index be65a5cb09d8..38d92a627e56 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_unicode_property_value.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_unicode_property_value.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"TableName": "uttableac7612b8"}' + body: '{"TableName": "uttableac7612b8"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:48 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/Tables + uri: https://storagename.table.core.windows.net/Tables response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttableac7612b8"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttableac7612b8"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT location: - - !!python/unicode https://storagename.table.core.windows.net/Tables('uttableac7612b8') + - https://storagename.table.core.windows.net/Tables('uttableac7612b8') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -48,9 +48,9 @@ interactions: code: 201 message: Created - request: - body: !!python/unicode '{"Description": "\ua015", "PartitionKey@odata.type": "Edm.String", - "PartitionKey": "pkac7612b8", "RowKey": "rkac7612b8", "Description@odata.type": - "Edm.String", "RowKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "pkac7612b8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkac7612b8", "RowKey@odata.type": "Edm.String", "Description": "\ua015", + "Description@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -65,29 +65,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8 + uri: https://storagename.table.core.windows.net/uttableac7612b8 response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.8154093Z''\"","PartitionKey":"pkac7612b8","RowKey":"rkac7612b8","Timestamp":"2020-09-04T23:54:10.8154093Z","Description":"\ua015"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A49.2127525Z''\"","PartitionKey":"pkac7612b8","RowKey":"rkac7612b8","Timestamp":"2020-09-16T21:51:49.2127525Z","Description":"\ua015"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT etag: - - W/"datetime'2020-09-04T23%3A54%3A10.8154093Z'" + - W/"datetime'2020-09-16T21%3A51%3A49.2127525Z'" location: - - !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8(PartitionKey='pkac7612b8',RowKey='rkac7612b8') + - https://storagename.table.core.windows.net/uttableac7612b8(PartitionKey='pkac7612b8',RowKey='rkac7612b8') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -100,9 +100,9 @@ interactions: code: 201 message: Created - request: - body: !!python/unicode '{"Description": "\ua015", "PartitionKey@odata.type": "Edm.String", - "PartitionKey": "pkac7612b8", "RowKey": "test2", "Description@odata.type": "Edm.String", - "RowKey@odata.type": "Edm.String"}' + body: '{"PartitionKey": "pkac7612b8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "test2", "RowKey@odata.type": "Edm.String", "Description": "\ua015", + "Description@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -117,29 +117,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: POST - uri: !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8 + uri: https://storagename.table.core.windows.net/uttableac7612b8 response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.8554374Z''\"","PartitionKey":"pkac7612b8","RowKey":"test2","Timestamp":"2020-09-04T23:54:10.8554374Z","Description":"\ua015"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A49.2527827Z''\"","PartitionKey":"pkac7612b8","RowKey":"test2","Timestamp":"2020-09-16T21:51:49.2527827Z","Description":"\ua015"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT etag: - - W/"datetime'2020-09-04T23%3A54%3A10.8554374Z'" + - W/"datetime'2020-09-16T21%3A51%3A49.2527827Z'" location: - - !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8(PartitionKey='pkac7612b8',RowKey='test2') + - https://storagename.table.core.windows.net/uttableac7612b8(PartitionKey='pkac7612b8',RowKey='test2') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -163,25 +163,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: GET - uri: !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8() + uri: https://storagename.table.core.windows.net/uttableac7612b8() response: body: - string: !!python/unicode '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.8154093Z''\"","PartitionKey":"pkac7612b8","RowKey":"rkac7612b8","Timestamp":"2020-09-04T23:54:10.8154093Z","Description":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.8554374Z''\"","PartitionKey":"pkac7612b8","RowKey":"test2","Timestamp":"2020-09-04T23:54:10.8554374Z","Description":"\ua015"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A49.2127525Z''\"","PartitionKey":"pkac7612b8","RowKey":"rkac7612b8","Timestamp":"2020-09-16T21:51:49.2127525Z","Description":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A49.2527827Z''\"","PartitionKey":"pkac7612b8","RowKey":"test2","Timestamp":"2020-09-16T21:51:49.2527827Z","Description":"\ua015"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -205,25 +205,25 @@ interactions: Content-Length: - '0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: !!python/unicode https://storagename.table.core.windows.net/Tables('uttableac7612b8') + uri: https://storagename.table.core.windows.net/Tables('uttableac7612b8') response: body: - string: !!python/unicode + string: '' headers: cache-control: - no-cache content-length: - '0' date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:49 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_update_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity.yaml index a23266dd04bf..c9adf792ff5b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:49 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, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT location: - https://storagename.table.core.windows.net/Tables('uttable13250ef0') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable13250ef0 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable13250ef0/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A16.1926825Z''\"","PartitionKey":"pk13250ef0","RowKey":"rk13250ef0","Timestamp":"2020-09-05T00:18:16.1926825Z","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://storagename.table.core.windows.net/$metadata#uttable13250ef0/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A49.5356268Z''\"","PartitionKey":"pk13250ef0","RowKey":"rk13250ef0","Timestamp":"2020-09-16T21:51:49.5356268Z","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, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A16.1926825Z'" + - W/"datetime'2020-09-16T21%3A51%3A49.5356268Z'" location: - https://storagename.table.core.windows.net/uttable13250ef0(PartitionKey='pk13250ef0',RowKey='rk13250ef0') server: @@ -123,13 +123,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: PUT @@ -143,9 +143,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A16.2424235Z'" + - W/"datetime'2020-09-16T21%3A51%3A49.5748671Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -167,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable13250ef0(PartitionKey='pk13250ef0',RowKey='rk13250ef0') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable13250ef0/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A16.2424235Z''\"","PartitionKey":"pk13250ef0","RowKey":"rk13250ef0","Timestamp":"2020-09-05T00:18:16.2424235Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable13250ef0/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A49.5748671Z''\"","PartitionKey":"pk13250ef0","RowKey":"rk13250ef0","Timestamp":"2020-09-16T21:51:49.5748671Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A16.2424235Z'" + - W/"datetime'2020-09-16T21%3A51%3A49.5748671Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -211,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -229,7 +229,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:48 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_update_entity_not_existing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_not_existing.yaml index 1f717587321c..f72ef5583aec 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_not_existing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_not_existing.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 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, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:49 GMT location: - https://storagename.table.core.windows.net/Tables('uttablefb67146a') server: @@ -67,13 +67,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: PUT @@ -81,14 +81,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:d955076a-5002-0045-2f1a-835ba6000000\nTime:2020-09-05T00:18:16.5181198Z"}}}' + specified resource does not exist.\nRequestId:6e212271-8002-0076-1573-8cecbb000000\nTime:2020-09-16T21:51:49.9031460Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:49 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -112,11 +112,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,7 +130,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:15 GMT + - Wed, 16 Sep 2020 21:51:49 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_update_entity_with_if_doesnt_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_with_if_doesnt_match.yaml index 36632350f591..176e41bd79f7 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_with_if_doesnt_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_with_if_doesnt_match.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 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, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT location: - https://storagename.table.core.windows.net/Tables('uttableabcb1791') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttableabcb1791 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableabcb1791/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A16.7765122Z''\"","PartitionKey":"pkabcb1791","RowKey":"rkabcb1791","Timestamp":"2020-09-05T00:18:16.7765122Z","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://storagename.table.core.windows.net/$metadata#uttableabcb1791/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A50.1729107Z''\"","PartitionKey":"pkabcb1791","RowKey":"rkabcb1791","Timestamp":"2020-09-16T21:51:50.1729107Z","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, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A16.7765122Z'" + - W/"datetime'2020-09-16T21%3A51%3A50.1729107Z'" location: - https://storagename.table.core.windows.net/uttableabcb1791(PartitionKey='pkabcb1791',RowKey='rkabcb1791') server: @@ -123,13 +123,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:50 GMT If-Match: - W/"datetime'2012-06-15T22%3A51%3A44.9662825Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -137,14 +137,14 @@ interactions: response: body: string: '{"odata.error":{"code":"UpdateConditionNotSatisfied","message":{"lang":"en-US","value":"The - update condition specified in the request was not satisfied.\nRequestId:ac0306b8-8002-004c-201a-834128000000\nTime:2020-09-05T00:18:16.8175414Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:809cdd1b-7002-0068-2273-8c3656000000\nTime:2020-09-16T21:51:50.2379555Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -168,11 +168,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -186,7 +186,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 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_update_entity_with_if_matches.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_with_if_matches.yaml index 66085cdcaefb..120bde4715a4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_with_if_matches.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_update_entity_with_if_matches.yaml @@ -15,11 +15,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:50 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, 05 Sep 2020 00:18:16 GMT + - Wed, 16 Sep 2020 21:51:49 GMT location: - https://storagename.table.core.windows.net/Tables('uttable39e2157d') server: @@ -69,27 +69,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable39e2157d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable39e2157d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A17.1166904Z''\"","PartitionKey":"pk39e2157d","RowKey":"rk39e2157d","Timestamp":"2020-09-05T00:18:17.1166904Z","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://storagename.table.core.windows.net/$metadata#uttable39e2157d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A50.5068939Z''\"","PartitionKey":"pk39e2157d","RowKey":"rk39e2157d","Timestamp":"2020-09-16T21:51:50.5068939Z","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, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:49 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A17.1166904Z'" + - W/"datetime'2020-09-16T21%3A51%3A50.5068939Z'" location: - https://storagename.table.core.windows.net/uttable39e2157d(PartitionKey='pk39e2157d',RowKey='rk39e2157d') server: @@ -123,13 +123,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:50 GMT If-Match: - - W/"datetime'2020-09-05T00%3A18%3A17.1166904Z'" + - W/"datetime'2020-09-16T21%3A51%3A50.5068939Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: PUT @@ -143,9 +143,9 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:49 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A17.1620811Z'" + - W/"datetime'2020-09-16T21%3A51%3A50.5495342Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -167,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable39e2157d(PartitionKey='pk39e2157d',RowKey='rk39e2157d') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable39e2157d/@Element","odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A17.1620811Z''\"","PartitionKey":"pk39e2157d","RowKey":"rk39e2157d","Timestamp":"2020-09-05T00:18:17.1620811Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable39e2157d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A50.5495342Z''\"","PartitionKey":"pk39e2157d","RowKey":"rk39e2157d","Timestamp":"2020-09-16T21:51:50.5495342Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:49 GMT etag: - - W/"datetime'2020-09-05T00%3A18%3A17.1620811Z'" + - W/"datetime'2020-09-16T21%3A51%3A50.5495342Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -211,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -229,7 +229,7 @@ interactions: content-length: - '0' date: - - Sat, 05 Sep 2020 00:18:17 GMT + - Wed, 16 Sep 2020 21:51:49 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_async.test_binary_property_value.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_binary_property_value.yaml index 7aca583acaaf..b4f39fe6e483 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_binary_property_value.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_binary_property_value.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 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: Fri, 04 Sep 2020 23:54:04 GMT + date: Wed, 16 Sep 2020 21:51:50 GMT location: https://storagename.table.core.windows.net/Tables('uttable10a914d3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk10a914d3", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk10a914d3", "RowKey@odata.type": "Edm.String", "binary": "AQIDBAUGBwgJCg==", @@ -50,23 +50,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable10a914d3 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable10a914d3/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A05.5954666Z''\"","PartitionKey":"pk10a914d3","RowKey":"rk10a914d3","Timestamp":"2020-09-04T23:54:05.5954666Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable10a914d3/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A50.8591023Z''\"","PartitionKey":"pk10a914d3","RowKey":"rk10a914d3","Timestamp":"2020-09-16T21:51:50.8591023Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:05 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A05.5954666Z'" + date: Wed, 16 Sep 2020 21:51:50 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A50.8591023Z'" location: https://storagename.table.core.windows.net/uttable10a914d3(PartitionKey='pk10a914d3',RowKey='rk10a914d3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -75,7 +75,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable10a914d3 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable10a914d3 - request: body: null headers: @@ -84,23 +84,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable10a914d3(PartitionKey='pk10a914d3',RowKey='rk10a914d3') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable10a914d3/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A05.5954666Z''\"","PartitionKey":"pk10a914d3","RowKey":"rk10a914d3","Timestamp":"2020-09-04T23:54:05.5954666Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable10a914d3/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A50.8591023Z''\"","PartitionKey":"pk10a914d3","RowKey":"rk10a914d3","Timestamp":"2020-09-16T21:51:50.8591023Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:05 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A05.5954666Z'" + date: Wed, 16 Sep 2020 21:51:50 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A50.8591023Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -108,18 +108,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable10a914d3(PartitionKey='pk10a914d3',RowKey='rk10a914d3') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable10a914d3(PartitionKey='pk10a914d3',RowKey='rk10a914d3') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,12 +130,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable10a914d3') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable10a914d3') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity.yaml index c171f3379b77..d6e92fa53297 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:50 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: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 GMT location: https://storagename.table.core.windows.net/Tables('uttable74f8115d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk74f8115d", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk74f8115d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable74f8115d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable74f8115d/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A05.861245Z''\"","PartitionKey":"pk74f8115d","RowKey":"rk74f8115d","Timestamp":"2020-09-04T23:54:05.861245Z","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://storagename.table.core.windows.net/$metadata#uttable74f8115d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A51.1476987Z''\"","PartitionKey":"pk74f8115d","RowKey":"rk74f8115d","Timestamp":"2020-09-16T21:51:51.1476987Z","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: Fri, 04 Sep 2020 23:54:05 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A05.861245Z'" + date: Wed, 16 Sep 2020 21:51:50 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A51.1476987Z'" location: https://storagename.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable74f8115d + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable74f8115d - request: body: null headers: @@ -88,13 +88,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -105,14 +105,14 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') - request: body: null headers: @@ -121,11 +121,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: GET @@ -133,11 +133,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:1f0e050f-4002-0018-6516-830efe000000\nTime:2020-09-04T23:54:05.9222887Z"}}}' + specified resource does not exist.\nRequestId:ac45f161-3002-006f-0273-8cc0d3000000\nTime:2020-09-16T21:51:51.2117422Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -145,18 +145,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -167,12 +167,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:51 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable74f8115d') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable74f8115d') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_not_existing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_not_existing.yaml index c432f3e4519f..b14e7872352c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_not_existing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_not_existing.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:05 GMT + - Wed, 16 Sep 2020 21:51:51 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: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 GMT location: https://storagename.table.core.windows.net/Tables('uttable7cd216d7') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: @@ -44,13 +44,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -58,11 +58,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:14adc238-1002-0000-1316-83236b000000\nTime:2020-09-04T23:54:06.1300057Z"}}}' + specified resource does not exist.\nRequestId:2b227873-0002-000a-3773-8c718e000000\nTime:2020-09-16T21:51:51.4602275Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -70,18 +70,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7cd216d7(PartitionKey='pk7cd216d7',RowKey='rk7cd216d7') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable7cd216d7(PartitionKey='pk7cd216d7',RowKey='rk7cd216d7') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -92,12 +92,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable7cd216d7') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable7cd216d7') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_with_if_doesnt_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_with_if_doesnt_match.yaml index 8dde76bcc5c8..beaede61054c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_with_if_doesnt_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_with_if_doesnt_match.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 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: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 GMT location: https://storagename.table.core.windows.net/Tables('uttable409e19fe') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk409e19fe", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk409e19fe", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable409e19fe response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable409e19fe/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A06.3466468Z''\"","PartitionKey":"pk409e19fe","RowKey":"rk409e19fe","Timestamp":"2020-09-04T23:54:06.3466468Z","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://storagename.table.core.windows.net/$metadata#uttable409e19fe/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A51.6748467Z''\"","PartitionKey":"pk409e19fe","RowKey":"rk409e19fe","Timestamp":"2020-09-16T21:51:51.6748467Z","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: Fri, 04 Sep 2020 23:54:05 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A06.3466468Z'" + date: Wed, 16 Sep 2020 21:51:50 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A51.6748467Z'" location: https://storagename.table.core.windows.net/uttable409e19fe(PartitionKey='pk409e19fe',RowKey='rk409e19fe') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable409e19fe + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable409e19fe - request: body: null headers: @@ -88,13 +88,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT If-Match: - W/"datetime'2012-06-15T22%3A51%3A44.9662825Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -102,11 +102,11 @@ interactions: response: body: string: '{"odata.error":{"code":"UpdateConditionNotSatisfied","message":{"lang":"en-US","value":"The - update condition specified in the request was not satisfied.\nRequestId:de259839-7002-0010-5416-83158d000000\nTime:2020-09-04T23:54:06.5818121Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:92a98cfb-2002-0016-7273-8ca999000000\nTime:2020-09-16T21:51:51.7078704Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -114,18 +114,18 @@ interactions: status: code: 412 message: Precondition Failed - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable409e19fe(PartitionKey='pk409e19fe',RowKey='rk409e19fe') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable409e19fe(PartitionKey='pk409e19fe',RowKey='rk409e19fe') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -136,12 +136,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:05 GMT + date: Wed, 16 Sep 2020 21:51:50 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable409e19fe') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable409e19fe') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_with_if_matches.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_with_if_matches.yaml index 16aa10294249..c26a7ccf524b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_with_if_matches.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_delete_entity_with_if_matches.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 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: Fri, 04 Sep 2020 23:54:06 GMT + date: Wed, 16 Sep 2020 21:51:51 GMT location: https://storagename.table.core.windows.net/Tables('uttablec28517ea') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkc28517ea", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkc28517ea", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablec28517ea response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec28517ea/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A06.7755717Z''\"","PartitionKey":"pkc28517ea","RowKey":"rkc28517ea","Timestamp":"2020-09-04T23:54:06.7755717Z","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://storagename.table.core.windows.net/$metadata#uttablec28517ea/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A51.92129Z''\"","PartitionKey":"pkc28517ea","RowKey":"rkc28517ea","Timestamp":"2020-09-16T21:51:51.92129Z","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: Fri, 04 Sep 2020 23:54:06 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A06.7755717Z'" + date: Wed, 16 Sep 2020 21:51:51 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A51.92129Z'" location: https://storagename.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec28517ea + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablec28517ea - request: body: null headers: @@ -88,13 +88,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT If-Match: - - W/"datetime'2020-09-04T23%3A54%3A06.7755717Z'" + - W/"datetime'2020-09-16T21%3A51%3A51.92129Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -105,14 +105,14 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:06 GMT + date: Wed, 16 Sep 2020 21:51:51 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') - request: body: null headers: @@ -121,11 +121,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: GET @@ -133,11 +133,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:5a9d4260-2002-0003-6d16-83206c000000\nTime:2020-09-04T23:54:06.8466217Z"}}}' + specified resource does not exist.\nRequestId:23f05e1e-d002-004c-0d73-8caf18000000\nTime:2020-09-16T21:51:51.9913389Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:06 GMT + date: Wed, 16 Sep 2020 21:51:51 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -145,18 +145,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -167,12 +167,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:06 GMT + date: Wed, 16 Sep 2020 21:51:51 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablec28517ea') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablec28517ea') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_empty_and_spaces_property_value.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_empty_and_spaces_property_value.yaml index cafdc50c54e6..168a528ca9bc 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_empty_and_spaces_property_value.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_empty_and_spaces_property_value.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:06 GMT + - Wed, 16 Sep 2020 21:51:51 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: Fri, 04 Sep 2020 23:54:06 GMT + date: Wed, 16 Sep 2020 21:51:51 GMT location: https://storagename.table.core.windows.net/Tables('uttablef58f18ed') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkf58f18ed", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkf58f18ed", "RowKey@odata.type": "Edm.String", "EmptyByte": "", @@ -58,23 +58,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablef58f18ed response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef58f18ed/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A07.0773159Z''\"","PartitionKey":"pkf58f18ed","RowKey":"rkf58f18ed","Timestamp":"2020-09-04T23:54:07.0773159Z","EmptyByte":"","EmptyUnicode":"","SpacesOnlyByte":" ","SpacesOnlyUnicode":" ","SpacesBeforeByte":" Text","SpacesBeforeUnicode":" Text","SpacesAfterByte":"Text ","SpacesAfterUnicode":"Text ","SpacesBeforeAndAfterByte":" Text ","SpacesBeforeAndAfterUnicode":" Text "}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef58f18ed/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A52.1870801Z''\"","PartitionKey":"pkf58f18ed","RowKey":"rkf58f18ed","Timestamp":"2020-09-16T21:51:52.1870801Z","EmptyByte":"","EmptyUnicode":"","SpacesOnlyByte":" ","SpacesOnlyUnicode":" ","SpacesBeforeByte":" Text","SpacesBeforeUnicode":" Text","SpacesAfterByte":"Text ","SpacesAfterUnicode":"Text ","SpacesBeforeAndAfterByte":" Text ","SpacesBeforeAndAfterUnicode":" Text "}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:06 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A07.0773159Z'" + date: Wed, 16 Sep 2020 21:51:51 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A52.1870801Z'" location: https://storagename.table.core.windows.net/uttablef58f18ed(PartitionKey='pkf58f18ed',RowKey='rkf58f18ed') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -83,7 +83,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef58f18ed + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablef58f18ed - request: body: null headers: @@ -92,23 +92,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablef58f18ed(PartitionKey='pkf58f18ed',RowKey='rkf58f18ed') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef58f18ed/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A07.0773159Z''\"","PartitionKey":"pkf58f18ed","RowKey":"rkf58f18ed","Timestamp":"2020-09-04T23:54:07.0773159Z","EmptyByte":"","EmptyUnicode":"","SpacesOnlyByte":" ","SpacesOnlyUnicode":" ","SpacesBeforeByte":" Text","SpacesBeforeUnicode":" Text","SpacesAfterByte":"Text ","SpacesAfterUnicode":"Text ","SpacesBeforeAndAfterByte":" Text ","SpacesBeforeAndAfterUnicode":" Text "}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef58f18ed/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A52.1870801Z''\"","PartitionKey":"pkf58f18ed","RowKey":"rkf58f18ed","Timestamp":"2020-09-16T21:51:52.1870801Z","EmptyByte":"","EmptyUnicode":"","SpacesOnlyByte":" ","SpacesOnlyUnicode":" ","SpacesBeforeByte":" Text","SpacesBeforeUnicode":" Text","SpacesAfterByte":"Text ","SpacesAfterUnicode":"Text ","SpacesBeforeAndAfterByte":" Text ","SpacesBeforeAndAfterUnicode":" Text "}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:06 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A07.0773159Z'" + date: Wed, 16 Sep 2020 21:51:51 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A52.1870801Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -116,18 +116,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef58f18ed(PartitionKey='pkf58f18ed',RowKey='rkf58f18ed') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablef58f18ed(PartitionKey='pkf58f18ed',RowKey='rkf58f18ed') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -138,12 +138,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:06 GMT + date: Wed, 16 Sep 2020 21:51:51 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablef58f18ed') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablef58f18ed') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity.yaml index 52b70bba5796..f2e6fbe95c47 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 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: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:51 GMT location: https://storagename.table.core.windows.net/Tables('uttable42bf102a') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk42bf102a", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk42bf102a", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable42bf102a response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable42bf102a/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A07.3537378Z''\"","PartitionKey":"pk42bf102a","RowKey":"rk42bf102a","Timestamp":"2020-09-04T23:54:07.3537378Z","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://storagename.table.core.windows.net/$metadata#uttable42bf102a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A52.4579192Z''\"","PartitionKey":"pk42bf102a","RowKey":"rk42bf102a","Timestamp":"2020-09-16T21:51:52.4579192Z","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: Fri, 04 Sep 2020 23:54:07 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A07.3537378Z'" + date: Wed, 16 Sep 2020 21:51:51 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A52.4579192Z'" location: https://storagename.table.core.windows.net/uttable42bf102a(PartitionKey='pk42bf102a',RowKey='rk42bf102a') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42bf102a + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42bf102a - request: body: null headers: @@ -88,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable42bf102a(PartitionKey='pk42bf102a',RowKey='rk42bf102a') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable42bf102a/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A07.3537378Z''\"","PartitionKey":"pk42bf102a","RowKey":"rk42bf102a","Timestamp":"2020-09-04T23:54:07.3537378Z","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://storagename.table.core.windows.net/$metadata#uttable42bf102a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A52.4579192Z''\"","PartitionKey":"pk42bf102a","RowKey":"rk42bf102a","Timestamp":"2020-09-16T21:51:52.4579192Z","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: Fri, 04 Sep 2020 23:54:07 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A07.3537378Z'" + date: Wed, 16 Sep 2020 21:51:51 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A52.4579192Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42bf102a(PartitionKey='pk42bf102a',RowKey='rk42bf102a') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42bf102a(PartitionKey='pk42bf102a',RowKey='rk42bf102a') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:51 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable42bf102a') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable42bf102a') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_full_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_full_metadata.yaml index 85c2bf5ad2ea..1a5b676dcb0b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_full_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_full_metadata.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 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: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:52 GMT location: https://storagename.table.core.windows.net/Tables('uttable4fed15dc') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk4fed15dc", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk4fed15dc", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable4fed15dc response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable4fed15dc/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A07.6070232Z''\"","PartitionKey":"pk4fed15dc","RowKey":"rk4fed15dc","Timestamp":"2020-09-04T23:54:07.6070232Z","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://storagename.table.core.windows.net/$metadata#uttable4fed15dc/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A52.7226665Z''\"","PartitionKey":"pk4fed15dc","RowKey":"rk4fed15dc","Timestamp":"2020-09-16T21:51:52.7226665Z","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: Fri, 04 Sep 2020 23:54:07 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A07.6070232Z'" + date: Wed, 16 Sep 2020 21:51:52 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A52.7226665Z'" location: https://storagename.table.core.windows.net/uttable4fed15dc(PartitionKey='pk4fed15dc',RowKey='rk4fed15dc') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,32 +79,32 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable4fed15dc + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable4fed15dc - request: body: null headers: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=fullmetadata x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable4fed15dc(PartitionKey='pk4fed15dc',RowKey='rk4fed15dc') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable4fed15dc/@Element","odata.type":"storagename.uttable4fed15dc","odata.id":"https://storagename.table.core.windows.net/uttable4fed15dc(PartitionKey=''pk4fed15dc'',RowKey=''rk4fed15dc'')","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A07.6070232Z''\"","odata.editLink":"uttable4fed15dc(PartitionKey=''pk4fed15dc'',RowKey=''rk4fed15dc'')","PartitionKey":"pk4fed15dc","RowKey":"rk4fed15dc","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-04T23:54:07.6070232Z","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://storagename.table.core.windows.net/$metadata#uttable4fed15dc/@Element","odata.type":"storagename.uttable4fed15dc","odata.id":"https://storagename.table.core.windows.net/uttable4fed15dc(PartitionKey=''pk4fed15dc'',RowKey=''rk4fed15dc'')","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A52.7226665Z''\"","odata.editLink":"uttable4fed15dc(PartitionKey=''pk4fed15dc'',RowKey=''rk4fed15dc'')","PartitionKey":"pk4fed15dc","RowKey":"rk4fed15dc","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:51:52.7226665Z","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=fullmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:07 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A07.6070232Z'" + date: Wed, 16 Sep 2020 21:51:52 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A52.7226665Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable4fed15dc(PartitionKey='pk4fed15dc',RowKey='rk4fed15dc') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable4fed15dc(PartitionKey='pk4fed15dc',RowKey='rk4fed15dc') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:52 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable4fed15dc') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable4fed15dc') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_if_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_if_match.yaml index 9467af3365d6..35c4c93c2c68 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_if_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_if_match.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 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: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:52 GMT location: https://storagename.table.core.windows.net/Tables('uttablee60b13c4') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pke60b13c4", "PartitionKey@odata.type": "Edm.String", "RowKey": "rke60b13c4", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablee60b13c4 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee60b13c4/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A07.9060245Z''\"","PartitionKey":"pke60b13c4","RowKey":"rke60b13c4","Timestamp":"2020-09-04T23:54:07.9060245Z","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://storagename.table.core.windows.net/$metadata#uttablee60b13c4/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A52.988801Z''\"","PartitionKey":"pke60b13c4","RowKey":"rke60b13c4","Timestamp":"2020-09-16T21:51:52.988801Z","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: Fri, 04 Sep 2020 23:54:07 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A07.9060245Z'" + date: Wed, 16 Sep 2020 21:51:52 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A52.988801Z'" location: https://storagename.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee60b13c4 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablee60b13c4 - request: body: null headers: @@ -88,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee60b13c4/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A07.9060245Z''\"","PartitionKey":"pke60b13c4","RowKey":"rke60b13c4","Timestamp":"2020-09-04T23:54:07.9060245Z","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://storagename.table.core.windows.net/$metadata#uttablee60b13c4/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A52.988801Z''\"","PartitionKey":"pke60b13c4","RowKey":"rke60b13c4","Timestamp":"2020-09-16T21:51:52.988801Z","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: Fri, 04 Sep 2020 23:54:07 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A07.9060245Z'" + date: Wed, 16 Sep 2020 21:51:52 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A52.988801Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,7 +112,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') - request: body: null headers: @@ -121,13 +121,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT If-Match: - - W/"datetime'2020-09-04T23%3A54%3A07.9060245Z'" + - W/"datetime'2020-09-16T21%3A51%3A52.988801Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:52 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -138,25 +138,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:52 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:07 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -167,12 +167,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:52 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablee60b13c4') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablee60b13c4') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_no_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_no_metadata.yaml index ebc5e6730bac..3fa037804c07 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_no_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_no_metadata.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 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: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:52 GMT location: https://storagename.table.core.windows.net/Tables('uttable24651506') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk24651506", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk24651506", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable24651506 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable24651506/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A08.2093543Z''\"","PartitionKey":"pk24651506","RowKey":"rk24651506","Timestamp":"2020-09-04T23:54:08.2093543Z","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://storagename.table.core.windows.net/$metadata#uttable24651506/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A53.2972407Z''\"","PartitionKey":"pk24651506","RowKey":"rk24651506","Timestamp":"2020-09-16T21:51:53.2972407Z","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: Fri, 04 Sep 2020 23:54:07 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A08.2093543Z'" + date: Wed, 16 Sep 2020 21:51:52 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A53.2972407Z'" location: https://storagename.table.core.windows.net/uttable24651506(PartitionKey='pk24651506',RowKey='rk24651506') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,32 +79,32 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable24651506 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable24651506 - request: body: null headers: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=nometadata x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable24651506(PartitionKey='pk24651506',RowKey='rk24651506') response: body: - string: '{"PartitionKey":"pk24651506","RowKey":"rk24651506","Timestamp":"2020-09-04T23:54:08.2093543Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' + string: '{"PartitionKey":"pk24651506","RowKey":"rk24651506","Timestamp":"2020-09-16T21:51:53.2972407Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: no-cache content-type: application/json;odata=nometadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:07 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A08.2093543Z'" + date: Wed, 16 Sep 2020 21:51:52 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A53.2972407Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable24651506(PartitionKey='pk24651506',RowKey='rk24651506') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable24651506(PartitionKey='pk24651506',RowKey='rk24651506') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:07 GMT + date: Wed, 16 Sep 2020 21:51:52 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable24651506') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable24651506') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_not_existing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_not_existing.yaml index ce033ae4b23f..f88e30f08ad6 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_not_existing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_not_existing.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 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: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 GMT location: https://storagename.table.core.windows.net/Tables('uttable3b0215a4') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: @@ -44,11 +44,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: GET @@ -56,11 +56,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:575ed67e-1002-006d-2f16-838945000000\nTime:2020-09-04T23:54:08.4688369Z"}}}' + specified resource does not exist.\nRequestId:ab40a6e2-b002-0013-5773-8c5de6000000\nTime:2020-09-16T21:51:53.5409848Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -68,18 +68,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable3b0215a4(PartitionKey='pk3b0215a4',RowKey='rk3b0215a4') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable3b0215a4(PartitionKey='pk3b0215a4',RowKey='rk3b0215a4') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -90,12 +90,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable3b0215a4') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable3b0215a4') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_with_hook.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_with_hook.yaml index fb617d95e6cb..d26f621a85e7 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_with_hook.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_with_hook.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 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: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 GMT location: https://storagename.table.core.windows.net/Tables('uttablefb3d1455') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkfb3d1455", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkfb3d1455", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablefb3d1455 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablefb3d1455/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A08.6794946Z''\"","PartitionKey":"pkfb3d1455","RowKey":"rkfb3d1455","Timestamp":"2020-09-04T23:54:08.6794946Z","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://storagename.table.core.windows.net/$metadata#uttablefb3d1455/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A53.7642765Z''\"","PartitionKey":"pkfb3d1455","RowKey":"rkfb3d1455","Timestamp":"2020-09-16T21:51:53.7642765Z","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: Fri, 04 Sep 2020 23:54:08 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A08.6794946Z'" + date: Wed, 16 Sep 2020 21:51:53 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A53.7642765Z'" location: https://storagename.table.core.windows.net/uttablefb3d1455(PartitionKey='pkfb3d1455',RowKey='rkfb3d1455') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablefb3d1455 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablefb3d1455 - request: body: null headers: @@ -88,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablefb3d1455(PartitionKey='pkfb3d1455',RowKey='rkfb3d1455') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablefb3d1455/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A08.6794946Z''\"","PartitionKey":"pkfb3d1455","RowKey":"rkfb3d1455","Timestamp":"2020-09-04T23:54:08.6794946Z","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://storagename.table.core.windows.net/$metadata#uttablefb3d1455/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A53.7642765Z''\"","PartitionKey":"pkfb3d1455","RowKey":"rkfb3d1455","Timestamp":"2020-09-16T21:51:53.7642765Z","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: Fri, 04 Sep 2020 23:54:08 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A08.6794946Z'" + date: Wed, 16 Sep 2020 21:51:53 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A53.7642765Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablefb3d1455(PartitionKey='pkfb3d1455',RowKey='rkfb3d1455') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablefb3d1455(PartitionKey='pkfb3d1455',RowKey='rkfb3d1455') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablefb3d1455') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablefb3d1455') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_with_special_doubles.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_with_special_doubles.yaml index f3f62767893b..80a73c607d6e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_with_special_doubles.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_get_entity_with_special_doubles.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 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: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 GMT location: https://storagename.table.core.windows.net/Tables('uttablef57d18d2') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkf57d18d2", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkf57d18d2", "RowKey@odata.type": "Edm.String", "inf": "Infinity", @@ -51,23 +51,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablef57d18d2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef57d18d2/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A08.9181611Z''\"","PartitionKey":"pkf57d18d2","RowKey":"rkf57d18d2","Timestamp":"2020-09-04T23:54:08.9181611Z","inf@odata.type":"Edm.Double","inf":"Infinity","negativeinf@odata.type":"Edm.Double","negativeinf":"-Infinity","nan@odata.type":"Edm.Double","nan":"NaN"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef57d18d2/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A54.0267689Z''\"","PartitionKey":"pkf57d18d2","RowKey":"rkf57d18d2","Timestamp":"2020-09-16T21:51:54.0267689Z","inf@odata.type":"Edm.Double","inf":"Infinity","negativeinf@odata.type":"Edm.Double","negativeinf":"-Infinity","nan@odata.type":"Edm.Double","nan":"NaN"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:08 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A08.9181611Z'" + date: Wed, 16 Sep 2020 21:51:53 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A54.0267689Z'" location: https://storagename.table.core.windows.net/uttablef57d18d2(PartitionKey='pkf57d18d2',RowKey='rkf57d18d2') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -76,7 +76,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef57d18d2 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablef57d18d2 - request: body: null headers: @@ -85,23 +85,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:53 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablef57d18d2(PartitionKey='pkf57d18d2',RowKey='rkf57d18d2') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef57d18d2/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A08.9181611Z''\"","PartitionKey":"pkf57d18d2","RowKey":"rkf57d18d2","Timestamp":"2020-09-04T23:54:08.9181611Z","inf@odata.type":"Edm.Double","inf":"Infinity","negativeinf@odata.type":"Edm.Double","negativeinf":"-Infinity","nan@odata.type":"Edm.Double","nan":"NaN"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef57d18d2/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A54.0267689Z''\"","PartitionKey":"pkf57d18d2","RowKey":"rkf57d18d2","Timestamp":"2020-09-16T21:51:54.0267689Z","inf@odata.type":"Edm.Double","inf":"Infinity","negativeinf@odata.type":"Edm.Double","negativeinf":"-Infinity","nan@odata.type":"Edm.Double","nan":"NaN"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:08 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A08.9181611Z'" + date: Wed, 16 Sep 2020 21:51:53 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A54.0267689Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -109,18 +109,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef57d18d2(PartitionKey='pkf57d18d2',RowKey='rkf57d18d2') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablef57d18d2(PartitionKey='pkf57d18d2',RowKey='rkf57d18d2') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -131,12 +131,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablef57d18d2') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablef57d18d2') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_conflict.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_conflict.yaml index 781b68a02cb1..a96bf71414b4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_conflict.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_conflict.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:08 GMT + - Wed, 16 Sep 2020 21:51:54 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: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 GMT location: https://storagename.table.core.windows.net/Tables('uttable260d1530') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk260d1530", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk260d1530", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable260d1530 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable260d1530/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A09.1933739Z''\"","PartitionKey":"pk260d1530","RowKey":"rk260d1530","Timestamp":"2020-09-04T23:54:09.1933739Z","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://storagename.table.core.windows.net/$metadata#uttable260d1530/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A54.2709101Z''\"","PartitionKey":"pk260d1530","RowKey":"rk260d1530","Timestamp":"2020-09-16T21:51:54.2709101Z","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: Fri, 04 Sep 2020 23:54:08 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A09.1933739Z'" + date: Wed, 16 Sep 2020 21:51:53 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A54.2709101Z'" location: https://storagename.table.core.windows.net/uttable260d1530(PartitionKey='pk260d1530',RowKey='rk260d1530') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable260d1530 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable260d1530 - request: body: '{"PartitionKey": "pk260d1530", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk260d1530", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -98,11 +98,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: POST @@ -110,11 +110,11 @@ interactions: response: body: string: '{"odata.error":{"code":"EntityAlreadyExists","message":{"lang":"en-US","value":"The - specified entity already exists.\nRequestId:abf0d3f4-9002-001a-4316-830c04000000\nTime:2020-09-04T23:54:09.2243959Z"}}}' + specified entity already exists.\nRequestId:91ed6d95-0002-0028-5e73-8c1fb8000000\nTime:2020-09-16T21:51:54.3059360Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -122,18 +122,18 @@ interactions: status: code: 409 message: Conflict - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable260d1530 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable260d1530 - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -144,12 +144,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:53 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable260d1530') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable260d1530') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_dictionary.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_dictionary.yaml index 047351a9dd40..3004441ed09a 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_dictionary.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_dictionary.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 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: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 GMT location: https://storagename.table.core.windows.net/Tables('uttable51a71614') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk51a71614", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk51a71614", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable51a71614 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable51a71614/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A09.4523598Z''\"","PartitionKey":"pk51a71614","RowKey":"rk51a71614","Timestamp":"2020-09-04T23:54:09.4523598Z","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://storagename.table.core.windows.net/$metadata#uttable51a71614/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A54.4973284Z''\"","PartitionKey":"pk51a71614","RowKey":"rk51a71614","Timestamp":"2020-09-16T21:51:54.4973284Z","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: Fri, 04 Sep 2020 23:54:08 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A09.4523598Z'" + date: Wed, 16 Sep 2020 21:51:53 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A54.4973284Z'" location: https://storagename.table.core.windows.net/uttable51a71614(PartitionKey='pk51a71614',RowKey='rk51a71614') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,18 +79,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable51a71614 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable51a71614 - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -101,12 +101,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:08 GMT + date: Wed, 16 Sep 2020 21:51:53 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable51a71614') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable51a71614') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_empty_string_pk.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_empty_string_pk.yaml index c0c3e66322e5..f4f030437875 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_empty_string_pk.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_empty_string_pk.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 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: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 GMT location: https://storagename.table.core.windows.net/Tables('uttablec79a183d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"RowKey": "rk", "RowKey@odata.type": "Edm.String", "PartitionKey": "", "PartitionKey@odata.type": "Edm.String"}' @@ -49,23 +49,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablec79a183d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec79a183d/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A09.7094493Z''\"","PartitionKey":"","RowKey":"rk","Timestamp":"2020-09-04T23:54:09.7094493Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec79a183d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A54.7131946Z''\"","PartitionKey":"","RowKey":"rk","Timestamp":"2020-09-16T21:51:54.7131946Z"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:09 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A09.7094493Z'" + date: Wed, 16 Sep 2020 21:51:54 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A54.7131946Z'" location: https://storagename.table.core.windows.net/uttablec79a183d(PartitionKey='',RowKey='rk') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -74,18 +74,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec79a183d + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablec79a183d - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -96,12 +96,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablec79a183d') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablec79a183d') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_empty_string_rk.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_empty_string_rk.yaml index 79ceaf748e55..1a5abe13c37e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_empty_string_rk.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_empty_string_rk.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 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: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 GMT location: https://storagename.table.core.windows.net/Tables('uttablec79e183f') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk", "PartitionKey@odata.type": "Edm.String", "RowKey": "", "RowKey@odata.type": "Edm.String"}' @@ -49,23 +49,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablec79e183f response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec79e183f/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A09.912817Z''\"","PartitionKey":"pk","RowKey":"","Timestamp":"2020-09-04T23:54:09.912817Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec79e183f/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A54.935137Z''\"","PartitionKey":"pk","RowKey":"","Timestamp":"2020-09-16T21:51:54.935137Z"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:09 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A09.912817Z'" + date: Wed, 16 Sep 2020 21:51:54 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A54.935137Z'" location: https://storagename.table.core.windows.net/uttablec79e183f(PartitionKey='pk',RowKey='') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -74,18 +74,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec79e183f + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablec79e183f - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -96,12 +96,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablec79e183f') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablec79e183f') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_missing_pk.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_missing_pk.yaml index 2822b103c283..e811f89cab83 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_missing_pk.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_missing_pk.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:09 GMT + - Wed, 16 Sep 2020 21:51:54 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: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:55 GMT location: https://storagename.table.core.windows.net/Tables('uttable52411612') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:55 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable52411612') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable52411612') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_missing_rk.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_missing_rk.yaml index 4e2730556104..ccbe7d522f1c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_missing_rk.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_missing_rk.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 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: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 GMT location: https://storagename.table.core.windows.net/Tables('uttable52451614') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable52451614') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable52451614') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_property_name_too_long.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_property_name_too_long.yaml index 1d01d3b04cc0..c1964d8add4e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_property_name_too_long.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_property_name_too_long.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 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: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 GMT location: https://storagename.table.core.windows.net/Tables('uttable7d0b1b23') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk7d0b1b23", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk7d0b1b23", "RowKey@odata.type": "Edm.String", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": @@ -51,11 +51,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,11 +63,11 @@ interactions: response: body: string: '{"odata.error":{"code":"PropertyNameTooLong","message":{"lang":"en-US","value":"The - property name exceeds the maximum allowed length (255).\nRequestId:3e65f36b-a002-0012-4d16-831777000000\nTime:2020-09-04T23:54:10.4401401Z"}}}' + property name exceeds the maximum allowed length (255).\nRequestId:756121f7-a002-0061-7273-8c2cd8000000\nTime:2020-09-16T21:51:55.7610024Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -75,18 +75,18 @@ interactions: status: code: 400 message: Bad Request - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7d0b1b23 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable7d0b1b23 - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -97,12 +97,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable7d0b1b23') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable7d0b1b23') 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 cbe58d148705..d3cee08ae1c7 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: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 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: Fri, 04 Sep 2020 23:54:09 GMT + date: Wed, 16 Sep 2020 21:51:54 GMT location: https://storagename.table.core.windows.net/Tables('uttable2c5919f0') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk2c5919f0", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk2c5919f0", "RowKey@odata.type": "Edm.String", "key0": "value0", @@ -218,11 +218,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT x-ms-version: - '2019-02-02' method: POST @@ -231,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:2db26a90-1002-0044-1916-83ff07000000\nTime:2020-09-04T23:54:10.6407041Z"}}}' + 252 properties to store data. Each entity also has 3 system properties.\nRequestId:9d4256dd-4002-0049-3473-8c5b67000000\nTime:2020-09-16T21:51:55.9858228Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:10 GMT + date: Wed, 16 Sep 2020 21:51:55 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -243,18 +243,18 @@ interactions: status: code: 400 message: Bad Request - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable2c5919f0 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable2c5919f0 - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -265,12 +265,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:10 GMT + date: Wed, 16 Sep 2020 21:51:55 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable2c5919f0') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable2c5919f0') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_full_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_full_metadata.yaml index 8e1d269c05be..b86ba885af5e 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_full_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_full_metadata.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:55 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: Fri, 04 Sep 2020 23:54:10 GMT + date: Wed, 16 Sep 2020 21:51:55 GMT location: https://storagename.table.core.windows.net/Tables('uttable1172194c') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk1172194c", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk1172194c", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable1172194c response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable1172194c/@Element","odata.type":"storagename.uttable1172194c","odata.id":"https://storagename.table.core.windows.net/uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.8417197Z''\"","odata.editLink":"uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","PartitionKey":"pk1172194c","RowKey":"rk1172194c","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-04T23:54:10.8417197Z","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://storagename.table.core.windows.net/$metadata#uttable1172194c/@Element","odata.type":"storagename.uttable1172194c","odata.id":"https://storagename.table.core.windows.net/uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A56.1903511Z''\"","odata.editLink":"uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","PartitionKey":"pk1172194c","RowKey":"rk1172194c","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:51:56.1903511Z","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=fullmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:10 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A10.8417197Z'" + date: Wed, 16 Sep 2020 21:51:55 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A56.1903511Z'" location: https://storagename.table.core.windows.net/uttable1172194c(PartitionKey='pk1172194c',RowKey='rk1172194c') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable1172194c + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable1172194c - request: body: null headers: @@ -88,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable1172194c(PartitionKey='pk1172194c',RowKey='rk1172194c') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable1172194c/@Element","odata.type":"storagename.uttable1172194c","odata.id":"https://storagename.table.core.windows.net/uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A10.8417197Z''\"","odata.editLink":"uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","PartitionKey":"pk1172194c","RowKey":"rk1172194c","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-04T23:54:10.8417197Z","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://storagename.table.core.windows.net/$metadata#uttable1172194c/@Element","odata.type":"storagename.uttable1172194c","odata.id":"https://storagename.table.core.windows.net/uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A56.1903511Z''\"","odata.editLink":"uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","PartitionKey":"pk1172194c","RowKey":"rk1172194c","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:51:56.1903511Z","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=fullmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:10 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A10.8417197Z'" + date: Wed, 16 Sep 2020 21:51:55 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A56.1903511Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable1172194c(PartitionKey='pk1172194c',RowKey='rk1172194c') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable1172194c(PartitionKey='pk1172194c',RowKey='rk1172194c') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:10 GMT + date: Wed, 16 Sep 2020 21:51:55 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable1172194c') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable1172194c') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_hook.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_hook.yaml index 2ddc81c8bb73..c848567dbe50 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_hook.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_hook.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:10 GMT + - Wed, 16 Sep 2020 21:51:56 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: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:55 GMT location: https://storagename.table.core.windows.net/Tables('uttable3c3715aa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk3c3715aa", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk3c3715aa", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable3c3715aa response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3c3715aa/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A11.0900866Z''\"","PartitionKey":"pk3c3715aa","RowKey":"rk3c3715aa","Timestamp":"2020-09-04T23:54:11.0900866Z","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://storagename.table.core.windows.net/$metadata#uttable3c3715aa/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A56.4845304Z''\"","PartitionKey":"pk3c3715aa","RowKey":"rk3c3715aa","Timestamp":"2020-09-16T21:51:56.4845304Z","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: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A11.0900866Z'" + date: Wed, 16 Sep 2020 21:51:55 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A56.4845304Z'" location: https://storagename.table.core.windows.net/uttable3c3715aa(PartitionKey='pk3c3715aa',RowKey='rk3c3715aa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable3c3715aa + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable3c3715aa - request: body: null headers: @@ -88,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable3c3715aa(PartitionKey='pk3c3715aa',RowKey='rk3c3715aa') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable3c3715aa/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A11.0900866Z''\"","PartitionKey":"pk3c3715aa","RowKey":"rk3c3715aa","Timestamp":"2020-09-04T23:54:11.0900866Z","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://storagename.table.core.windows.net/$metadata#uttable3c3715aa/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A56.4845304Z''\"","PartitionKey":"pk3c3715aa","RowKey":"rk3c3715aa","Timestamp":"2020-09-16T21:51:56.4845304Z","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: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A11.0900866Z'" + date: Wed, 16 Sep 2020 21:51:55 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A56.4845304Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable3c3715aa(PartitionKey='pk3c3715aa',RowKey='rk3c3715aa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable3c3715aa(PartitionKey='pk3c3715aa',RowKey='rk3c3715aa') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:55 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable3c3715aa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable3c3715aa') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_large_int32_value_throws.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_large_int32_value_throws.yaml index c4bfce1b3ae2..498c70207e8f 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_large_int32_value_throws.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_large_int32_value_throws.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 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: Fri, 04 Sep 2020 23:54:10 GMT + date: Wed, 16 Sep 2020 21:51:55 GMT location: https://storagename.table.core.windows.net/Tables('uttable3d151d95') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:10 GMT + date: Wed, 16 Sep 2020 21:51:55 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable3d151d95') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable3d151d95') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_large_int64_value_throws.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_large_int64_value_throws.yaml index e8eeec647f2e..b689b4467daa 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_large_int64_value_throws.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_large_int64_value_throws.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 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: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:56 GMT location: https://storagename.table.core.windows.net/Tables('uttable3d5e1d9a') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,18 +35,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:56 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable3d5e1d9a') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable3d5e1d9a') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_no_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_no_metadata.yaml index 51fa05c47910..b6728ca7e320 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_no_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_entity_with_no_metadata.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 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: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:56 GMT location: https://storagename.table.core.windows.net/Tables('uttabledefb1876') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkdefb1876", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkdefb1876", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:56 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttabledefb1876 response: body: - string: '{"PartitionKey":"pkdefb1876","RowKey":"rkdefb1876","Timestamp":"2020-09-04T23:54:11.6393203Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' + string: '{"PartitionKey":"pkdefb1876","RowKey":"rkdefb1876","Timestamp":"2020-09-16T21:51:57.0750093Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: no-cache content-type: application/json;odata=nometadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A11.6393203Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.0750093Z'" location: https://storagename.table.core.windows.net/uttabledefb1876(PartitionKey='pkdefb1876',RowKey='rkdefb1876') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttabledefb1876 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttabledefb1876 - request: body: null headers: @@ -88,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttabledefb1876(PartitionKey='pkdefb1876',RowKey='rkdefb1876') response: body: - string: '{"PartitionKey":"pkdefb1876","RowKey":"rkdefb1876","Timestamp":"2020-09-04T23:54:11.6393203Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' + string: '{"PartitionKey":"pkdefb1876","RowKey":"rkdefb1876","Timestamp":"2020-09-16T21:51:57.0750093Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}' headers: cache-control: no-cache content-type: application/json;odata=nometadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A11.6393203Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.0750093Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttabledefb1876(PartitionKey='pkdefb1876',RowKey='rkdefb1876') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttabledefb1876(PartitionKey='pkdefb1876',RowKey='rkdefb1876') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:57 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttabledefb1876') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttabledefb1876') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_merge_entity_with_existing_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_merge_entity_with_existing_entity.yaml index 08feee76fe5a..f43eee09e576 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_merge_entity_with_existing_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_merge_entity_with_existing_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 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: Fri, 04 Sep 2020 23:54:10 GMT + date: Wed, 16 Sep 2020 21:51:57 GMT location: https://storagename.table.core.windows.net/Tables('uttable42df1e0f') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk42df1e0f", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk42df1e0f", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable42df1e0f response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable42df1e0f/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A11.8625408Z''\"","PartitionKey":"pk42df1e0f","RowKey":"rk42df1e0f","Timestamp":"2020-09-04T23:54:11.8625408Z","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://storagename.table.core.windows.net/$metadata#uttable42df1e0f/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A57.3135391Z''\"","PartitionKey":"pk42df1e0f","RowKey":"rk42df1e0f","Timestamp":"2020-09-16T21:51:57.3135391Z","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: Fri, 04 Sep 2020 23:54:10 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A11.8625408Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.3135391Z'" location: https://storagename.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42df1e0f + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42df1e0f - request: body: '{"PartitionKey": "pk42df1e0f", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk42df1e0f", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,11 +96,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -111,15 +111,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:10 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A11.8932734Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.3511898Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') - request: body: null headers: @@ -128,23 +128,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable42df1e0f/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A11.8932734Z''\"","PartitionKey":"pk42df1e0f","RowKey":"rk42df1e0f","Timestamp":"2020-09-04T23:54:11.8932734Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable42df1e0f/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A57.3511898Z''\"","PartitionKey":"pk42df1e0f","RowKey":"rk42df1e0f","Timestamp":"2020-09-16T21:51:57.3511898Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A11.8932734Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.3511898Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -152,18 +152,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -174,12 +174,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:57 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable42df1e0f') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable42df1e0f') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_merge_entity_with_non_existing_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_merge_entity_with_non_existing_entity.yaml index d96b27f74ee9..dcc6b2c72011 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_merge_entity_with_non_existing_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_merge_entity_with_non_existing_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:11 GMT + - Wed, 16 Sep 2020 21:51:57 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: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:57 GMT location: https://storagename.table.core.windows.net/Tables('uttablebeb51fb9') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkbeb51fb9", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkbeb51fb9", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -52,11 +52,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -67,15 +67,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A12.123434Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.6213756Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') - request: body: null headers: @@ -84,23 +84,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablebeb51fb9/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A12.123434Z''\"","PartitionKey":"pkbeb51fb9","RowKey":"rkbeb51fb9","Timestamp":"2020-09-04T23:54:12.123434Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablebeb51fb9/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A57.6213756Z''\"","PartitionKey":"pkbeb51fb9","RowKey":"rkbeb51fb9","Timestamp":"2020-09-16T21:51:57.6213756Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A12.123434Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.6213756Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -108,18 +108,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,12 +130,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:57 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablebeb51fb9') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablebeb51fb9') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_replace_entity_with_existing_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_replace_entity_with_existing_entity.yaml index a9b50871c946..af7abe6f4964 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_replace_entity_with_existing_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_replace_entity_with_existing_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 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: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:57 GMT location: https://storagename.table.core.windows.net/Tables('uttable7edf1edb') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk7edf1edb", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk7edf1edb", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable7edf1edb response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable7edf1edb/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A12.3474068Z''\"","PartitionKey":"pk7edf1edb","RowKey":"rk7edf1edb","Timestamp":"2020-09-04T23:54:12.3474068Z","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://storagename.table.core.windows.net/$metadata#uttable7edf1edb/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A57.8536815Z''\"","PartitionKey":"pk7edf1edb","RowKey":"rk7edf1edb","Timestamp":"2020-09-16T21:51:57.8536815Z","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: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A12.3474068Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.8536815Z'" location: https://storagename.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7edf1edb + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable7edf1edb - request: body: '{"PartitionKey": "pk7edf1edb", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk7edf1edb", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,11 +96,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: PUT @@ -111,15 +111,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A12.3856183Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.8915601Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') - request: body: null headers: @@ -128,23 +128,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable7edf1edb/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A12.3856183Z''\"","PartitionKey":"pk7edf1edb","RowKey":"rk7edf1edb","Timestamp":"2020-09-04T23:54:12.3856183Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable7edf1edb/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A57.8915601Z''\"","PartitionKey":"pk7edf1edb","RowKey":"rk7edf1edb","Timestamp":"2020-09-16T21:51:57.8915601Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:11 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A12.3856183Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A57.8915601Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -152,18 +152,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -174,12 +174,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:57 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable7edf1edb') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable7edf1edb') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_replace_entity_with_non_existing_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_replace_entity_with_non_existing_entity.yaml index ecd38f61c3ef..08bba78bd6df 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_replace_entity_with_non_existing_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_insert_or_replace_entity_with_non_existing_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:57 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: Fri, 04 Sep 2020 23:54:11 GMT + date: Wed, 16 Sep 2020 21:51:57 GMT location: https://storagename.table.core.windows.net/Tables('uttablefde52085') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkfde52085", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkfde52085", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -52,11 +52,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: PUT @@ -67,15 +67,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:12 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A12.6307914Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A58.1307231Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') - request: body: null headers: @@ -84,23 +84,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablefde52085/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A12.6307914Z''\"","PartitionKey":"pkfde52085","RowKey":"rkfde52085","Timestamp":"2020-09-04T23:54:12.6307914Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablefde52085/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A58.1307231Z''\"","PartitionKey":"pkfde52085","RowKey":"rkfde52085","Timestamp":"2020-09-16T21:51:58.1307231Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:12 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A12.6307914Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A58.1307231Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -108,18 +108,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,12 +130,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:12 GMT + date: Wed, 16 Sep 2020 21:51:57 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablefde52085') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablefde52085') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity.yaml index 3ef15760f3cb..b203048e62e2 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:12 GMT + - Wed, 16 Sep 2020 21:51:58 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: Fri, 04 Sep 2020 23:54:12 GMT + date: Wed, 16 Sep 2020 21:51:57 GMT location: https://storagename.table.core.windows.net/Tables('uttable641610fa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk641610fa", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk641610fa", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable641610fa response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable641610fa/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A13.1696643Z''\"","PartitionKey":"pk641610fa","RowKey":"rk641610fa","Timestamp":"2020-09-04T23:54:13.1696643Z","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://storagename.table.core.windows.net/$metadata#uttable641610fa/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A58.3738989Z''\"","PartitionKey":"pk641610fa","RowKey":"rk641610fa","Timestamp":"2020-09-16T21:51:58.3738989Z","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: Fri, 04 Sep 2020 23:54:12 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A13.1696643Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A58.3738989Z'" location: https://storagename.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable641610fa + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable641610fa - request: body: '{"PartitionKey": "pk641610fa", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk641610fa", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,13 +96,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -113,15 +113,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:12 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A13.2132005Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A58.4099149Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') - request: body: null headers: @@ -130,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable641610fa/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A13.2132005Z''\"","PartitionKey":"pk641610fa","RowKey":"rk641610fa","Timestamp":"2020-09-04T23:54:13.2132005Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable641610fa/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A58.4099149Z''\"","PartitionKey":"pk641610fa","RowKey":"rk641610fa","Timestamp":"2020-09-16T21:51:58.4099149Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:12 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A13.2132005Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A58.4099149Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -154,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:12 GMT + date: Wed, 16 Sep 2020 21:51:57 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable641610fa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable641610fa') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_not_existing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_not_existing.yaml index c912e644a25e..e71f7dcd6332 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_not_existing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_not_existing.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 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: Fri, 04 Sep 2020 23:54:12 GMT + date: Wed, 16 Sep 2020 21:51:58 GMT location: https://storagename.table.core.windows.net/Tables('uttable66e91674') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk66e91674", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk66e91674", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -52,13 +52,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -66,11 +66,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:a24a1c28-f002-004e-1d16-83e68e000000\nTime:2020-09-04T23:54:13.4966786Z"}}}' + specified resource does not exist.\nRequestId:44366402-2002-003f-0173-8cdfdb000000\nTime:2020-09-16T21:51:58.6552713Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:12 GMT + date: Wed, 16 Sep 2020 21:51:58 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -78,18 +78,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable66e91674(PartitionKey='pk66e91674',RowKey='rk66e91674') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable66e91674(PartitionKey='pk66e91674',RowKey='rk66e91674') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -100,12 +100,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:12 GMT + date: Wed, 16 Sep 2020 21:51:58 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable66e91674') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable66e91674') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_with_if_doesnt_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_with_if_doesnt_match.yaml index 33f1eac635a4..a6f7fb9be199 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_with_if_doesnt_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_with_if_doesnt_match.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 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: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:57 GMT location: https://storagename.table.core.windows.net/Tables('uttable279d199b') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk279d199b", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk279d199b", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable279d199b response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable279d199b/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A13.6989842Z''\"","PartitionKey":"pk279d199b","RowKey":"rk279d199b","Timestamp":"2020-09-04T23:54:13.6989842Z","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://storagename.table.core.windows.net/$metadata#uttable279d199b/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A58.8718673Z''\"","PartitionKey":"pk279d199b","RowKey":"rk279d199b","Timestamp":"2020-09-16T21:51:58.8718673Z","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: Fri, 04 Sep 2020 23:54:13 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A13.6989842Z'" + date: Wed, 16 Sep 2020 21:51:57 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A58.8718673Z'" location: https://storagename.table.core.windows.net/uttable279d199b(PartitionKey='pk279d199b',RowKey='rk279d199b') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable279d199b + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable279d199b - request: body: '{"PartitionKey": "pk279d199b", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk279d199b", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,13 +96,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT If-Match: - W/"datetime'2012-06-15T22%3A51%3A44.9662825Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -110,11 +110,11 @@ interactions: response: body: string: '{"odata.error":{"code":"UpdateConditionNotSatisfied","message":{"lang":"en-US","value":"The - update condition specified in the request was not satisfied.\nRequestId:48df1118-3002-001c-5b16-83fb7c000000\nTime:2020-09-04T23:54:13.7330089Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:907769c0-f002-0014-7a73-8cab63000000\nTime:2020-09-16T21:51:58.9098939Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:57 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -122,18 +122,18 @@ interactions: status: code: 412 message: Precondition Failed - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable279d199b(PartitionKey='pk279d199b',RowKey='rk279d199b') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable279d199b(PartitionKey='pk279d199b',RowKey='rk279d199b') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -144,12 +144,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable279d199b') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable279d199b') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_with_if_matches.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_with_if_matches.yaml index e157d39efef4..f7546e6ba4f6 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_with_if_matches.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_merge_entity_with_if_matches.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:58 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: Fri, 04 Sep 2020 23:54:12 GMT + date: Wed, 16 Sep 2020 21:51:58 GMT location: https://storagename.table.core.windows.net/Tables('uttableab731787') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkab731787", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkab731787", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttableab731787 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableab731787/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A13.9284467Z''\"","PartitionKey":"pkab731787","RowKey":"rkab731787","Timestamp":"2020-09-04T23:54:13.9284467Z","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://storagename.table.core.windows.net/$metadata#uttableab731787/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A59.1115994Z''\"","PartitionKey":"pkab731787","RowKey":"rkab731787","Timestamp":"2020-09-16T21:51:59.1115994Z","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: Fri, 04 Sep 2020 23:54:13 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A13.9284467Z'" + date: Wed, 16 Sep 2020 21:51:58 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A59.1115994Z'" location: https://storagename.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttableab731787 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttableab731787 - request: body: '{"PartitionKey": "pkab731787", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkab731787", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,13 +96,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:59 GMT If-Match: - - W/"datetime'2020-09-04T23%3A54%3A13.9284467Z'" + - W/"datetime'2020-09-16T21%3A51%3A59.1115994Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -113,15 +113,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:13 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A13.9677312Z'" + date: Wed, 16 Sep 2020 21:51:58 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A59.1604282Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') - request: body: null headers: @@ -130,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableab731787/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A13.9677312Z''\"","PartitionKey":"pkab731787","RowKey":"rkab731787","Timestamp":"2020-09-04T23:54:13.9677312Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableab731787/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A59.1604282Z''\"","PartitionKey":"pkab731787","RowKey":"rkab731787","Timestamp":"2020-09-16T21:51:59.1604282Z","Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","age":"abc","binary@odata.type":"Edm.Binary","binary":"YmluYXJ5","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","clsid@odata.type":"Edm.Guid","clsid":"c9da6455-213d-42c9-9a79-3e9149a57833","deceased":false,"evenratio":3.0,"large":933311100,"married":true,"other":20,"ratio":3.1,"sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:13 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A13.9677312Z'" + date: Wed, 16 Sep 2020 21:51:58 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A59.1604282Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -154,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:13 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttableab731787') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttableab731787') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_none_property_value.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_none_property_value.yaml index 2fe26025b8b2..ea4e31fe0bd4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_none_property_value.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_none_property_value.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 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: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 GMT location: https://storagename.table.core.windows.net/Tables('uttablee7f813fe') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pke7f813fe", "PartitionKey@odata.type": "Edm.String", "RowKey": "rke7f813fe", "RowKey@odata.type": "Edm.String"}' @@ -49,23 +49,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablee7f813fe response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7f813fe/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.1993233Z''\"","PartitionKey":"pke7f813fe","RowKey":"rke7f813fe","Timestamp":"2020-09-04T23:54:14.1993233Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7f813fe/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A59.3962726Z''\"","PartitionKey":"pke7f813fe","RowKey":"rke7f813fe","Timestamp":"2020-09-16T21:51:59.3962726Z"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:13 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A14.1993233Z'" + date: Wed, 16 Sep 2020 21:51:58 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A59.3962726Z'" location: https://storagename.table.core.windows.net/uttablee7f813fe(PartitionKey='pke7f813fe',RowKey='rke7f813fe') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -74,7 +74,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee7f813fe + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablee7f813fe - request: body: null headers: @@ -83,23 +83,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablee7f813fe(PartitionKey='pke7f813fe',RowKey='rke7f813fe') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7f813fe/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.1993233Z''\"","PartitionKey":"pke7f813fe","RowKey":"rke7f813fe","Timestamp":"2020-09-04T23:54:14.1993233Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee7f813fe/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A59.3962726Z''\"","PartitionKey":"pke7f813fe","RowKey":"rke7f813fe","Timestamp":"2020-09-16T21:51:59.3962726Z"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:13 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A14.1993233Z'" + date: Wed, 16 Sep 2020 21:51:58 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A59.3962726Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -107,18 +107,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee7f813fe(PartitionKey='pke7f813fe',RowKey='rke7f813fe') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablee7f813fe(PartitionKey='pke7f813fe',RowKey='rke7f813fe') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -129,12 +129,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablee7f813fe') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablee7f813fe') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities.yaml index c0d3970f6c18..f10fbd57fe52 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 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: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 GMT location: https://storagename.table.core.windows.net/Tables('uttable88c411e8') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "querytable88c411e8"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,7 +63,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 GMT location: https://storagename.table.core.windows.net/Tables('querytable88c411e8') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk88c411e8", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk88c411e81", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -91,23 +91,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable88c411e8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable88c411e8/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.4915869Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e81","Timestamp":"2020-09-04T23:54:14.4915869Z","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://storagename.table.core.windows.net/$metadata#querytable88c411e8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A59.6954036Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e81","Timestamp":"2020-09-16T21:51:59.6954036Z","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: Fri, 04 Sep 2020 23:54:13 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A14.4915869Z'" + date: Wed, 16 Sep 2020 21:51:58 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A59.6954036Z'" location: https://storagename.table.core.windows.net/querytable88c411e8(PartitionKey='pk88c411e8',RowKey='rk88c411e81') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -116,7 +116,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable88c411e8 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable88c411e8 - request: body: '{"PartitionKey": "pk88c411e8", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk88c411e812", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -135,23 +135,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable88c411e8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable88c411e8/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.5256124Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e812","Timestamp":"2020-09-04T23:54:14.5256124Z","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://storagename.table.core.windows.net/$metadata#querytable88c411e8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A59.7364342Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e812","Timestamp":"2020-09-16T21:51:59.7364342Z","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: Fri, 04 Sep 2020 23:54:13 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A14.5256124Z'" + date: Wed, 16 Sep 2020 21:51:58 GMT + etag: W/"datetime'2020-09-16T21%3A51%3A59.7364342Z'" location: https://storagename.table.core.windows.net/querytable88c411e8(PartitionKey='pk88c411e8',RowKey='rk88c411e812') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -160,7 +160,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable88c411e8 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable88c411e8 - request: body: null headers: @@ -169,22 +169,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable88c411e8() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable88c411e8","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.4915869Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e81","Timestamp":"2020-09-04T23:54:14.4915869Z","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"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.5256124Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e812","Timestamp":"2020-09-04T23:54:14.5256124Z","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://storagename.table.core.windows.net/$metadata#querytable88c411e8","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A59.6954036Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e81","Timestamp":"2020-09-16T21:51:59.6954036Z","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"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A51%3A59.7364342Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e812","Timestamp":"2020-09-16T21:51:59.7364342Z","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: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -192,18 +192,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable88c411e8() + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable88c411e8() - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -214,25 +214,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable88c411e8') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable88c411e8') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -243,12 +243,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:13 GMT + date: Wed, 16 Sep 2020 21:51:58 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('querytable88c411e8') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('querytable88c411e8') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_full_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_full_metadata.yaml index 46482d4de22d..868ac58539e7 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_full_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_full_metadata.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 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: Fri, 04 Sep 2020 23:54:14 GMT + date: Wed, 16 Sep 2020 21:51:59 GMT location: https://storagename.table.core.windows.net/Tables('uttableae56179a') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "querytableae56179a"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,7 +63,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:14 GMT + date: Wed, 16 Sep 2020 21:51:59 GMT location: https://storagename.table.core.windows.net/Tables('querytableae56179a') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkae56179a", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkae56179a1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -91,23 +91,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:51:59 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytableae56179a response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytableae56179a/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.8712332Z''\"","PartitionKey":"pkae56179a","RowKey":"rkae56179a1","Timestamp":"2020-09-04T23:54:14.8712332Z","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://storagename.table.core.windows.net/$metadata#querytableae56179a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A00.0714591Z''\"","PartitionKey":"pkae56179a","RowKey":"rkae56179a1","Timestamp":"2020-09-16T21:52:00.0714591Z","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: Fri, 04 Sep 2020 23:54:14 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A14.8712332Z'" + date: Wed, 16 Sep 2020 21:51:59 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A00.0714591Z'" location: https://storagename.table.core.windows.net/querytableae56179a(PartitionKey='pkae56179a',RowKey='rkae56179a1') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -116,7 +116,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytableae56179a + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytableae56179a - request: body: '{"PartitionKey": "pkae56179a", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkae56179a12", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -135,23 +135,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytableae56179a response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytableae56179a/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.9052572Z''\"","PartitionKey":"pkae56179a","RowKey":"rkae56179a12","Timestamp":"2020-09-04T23:54:14.9052572Z","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://storagename.table.core.windows.net/$metadata#querytableae56179a/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A00.1024809Z''\"","PartitionKey":"pkae56179a","RowKey":"rkae56179a12","Timestamp":"2020-09-16T21:52:00.1024809Z","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: Fri, 04 Sep 2020 23:54:14 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A14.9052572Z'" + date: Wed, 16 Sep 2020 21:51:59 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A00.1024809Z'" location: https://storagename.table.core.windows.net/querytableae56179a(PartitionKey='pkae56179a',RowKey='rkae56179a12') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -160,31 +160,31 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytableae56179a + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytableae56179a - request: body: null headers: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=fullmetadata x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytableae56179a() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytableae56179a","value":[{"odata.type":"storagename.querytableae56179a","odata.id":"https://storagename.table.core.windows.net/querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a1'')","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.8712332Z''\"","odata.editLink":"querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a1'')","PartitionKey":"pkae56179a","RowKey":"rkae56179a1","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-04T23:54:14.8712332Z","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"},{"odata.type":"storagename.querytableae56179a","odata.id":"https://storagename.table.core.windows.net/querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a12'')","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A14.9052572Z''\"","odata.editLink":"querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a12'')","PartitionKey":"pkae56179a","RowKey":"rkae56179a12","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-04T23:54:14.9052572Z","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://storagename.table.core.windows.net/$metadata#querytableae56179a","value":[{"odata.type":"storagename.querytableae56179a","odata.id":"https://storagename.table.core.windows.net/querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a1'')","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A00.0714591Z''\"","odata.editLink":"querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a1'')","PartitionKey":"pkae56179a","RowKey":"rkae56179a1","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:52:00.0714591Z","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"},{"odata.type":"storagename.querytableae56179a","odata.id":"https://storagename.table.core.windows.net/querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a12'')","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A00.1024809Z''\"","odata.editLink":"querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a12'')","PartitionKey":"pkae56179a","RowKey":"rkae56179a12","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-16T21:52:00.1024809Z","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=fullmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:14 GMT + date: Wed, 16 Sep 2020 21:51:59 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -192,18 +192,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytableae56179a() + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytableae56179a() - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -214,25 +214,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:14 GMT + date: Wed, 16 Sep 2020 21:51:59 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttableae56179a') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttableae56179a') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:14 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -243,12 +243,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:14 GMT + date: Wed, 16 Sep 2020 21:51:59 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('querytableae56179a') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('querytableae56179a') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_no_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_no_metadata.yaml index 4d857a0904f4..e6bfd0b2d571 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_no_metadata.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_no_metadata.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 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: Fri, 04 Sep 2020 23:54:14 GMT + date: Wed, 16 Sep 2020 21:51:59 GMT location: https://storagename.table.core.windows.net/Tables('uttable7f5216c4') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "querytable7f5216c4"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,7 +63,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:14 GMT + date: Wed, 16 Sep 2020 21:51:59 GMT location: https://storagename.table.core.windows.net/Tables('querytable7f5216c4') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk7f5216c4", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk7f5216c41", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -91,23 +91,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable7f5216c4 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable7f5216c4/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.279997Z''\"","PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c41","Timestamp":"2020-09-04T23:54:15.279997Z","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://storagename.table.core.windows.net/$metadata#querytable7f5216c4/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A00.4378417Z''\"","PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c41","Timestamp":"2020-09-16T21:52:00.4378417Z","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: Fri, 04 Sep 2020 23:54:14 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A15.279997Z'" + date: Wed, 16 Sep 2020 21:51:59 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A00.4378417Z'" location: https://storagename.table.core.windows.net/querytable7f5216c4(PartitionKey='pk7f5216c4',RowKey='rk7f5216c41') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -116,7 +116,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable7f5216c4 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable7f5216c4 - request: body: '{"PartitionKey": "pk7f5216c4", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk7f5216c412", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -135,23 +135,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable7f5216c4 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable7f5216c4/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.3100179Z''\"","PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c412","Timestamp":"2020-09-04T23:54:15.3100179Z","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://storagename.table.core.windows.net/$metadata#querytable7f5216c4/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A00.4708663Z''\"","PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c412","Timestamp":"2020-09-16T21:52:00.4708663Z","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: Fri, 04 Sep 2020 23:54:15 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A15.3100179Z'" + date: Wed, 16 Sep 2020 21:51:59 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A00.4708663Z'" location: https://storagename.table.core.windows.net/querytable7f5216c4(PartitionKey='pk7f5216c4',RowKey='rk7f5216c412') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -160,31 +160,31 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable7f5216c4 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable7f5216c4 - request: body: null headers: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=nometadata x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable7f5216c4() response: body: - string: '{"value":[{"PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c41","Timestamp":"2020-09-04T23:54:15.279997Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"},{"PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c412","Timestamp":"2020-09-04T23:54:15.3100179Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}]}' + string: '{"value":[{"PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c41","Timestamp":"2020-09-16T21:52:00.4378417Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"},{"PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c412","Timestamp":"2020-09-16T21:52:00.4708663Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday":"1973-10-04T00:00:00Z","birthday":"1970-10-04T00:00:00Z","binary":"YmluYXJ5","other":20,"clsid":"c9da6455-213d-42c9-9a79-3e9149a57833"}]}' headers: cache-control: no-cache content-type: application/json;odata=nometadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:51:59 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -192,18 +192,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable7f5216c4() + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable7f5216c4() - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -214,25 +214,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:51:59 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable7f5216c4') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable7f5216c4') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -243,12 +243,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:51:59 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('querytable7f5216c4') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('querytable7f5216c4') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_filter.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_filter.yaml index f80483cad070..9f7b35298a6b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_filter.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_filter.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 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: Fri, 04 Sep 2020 23:54:14 GMT + date: Wed, 16 Sep 2020 21:52:00 GMT location: https://storagename.table.core.windows.net/Tables('uttable800416e8') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk800416e8", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk800416e8", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable800416e8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable800416e8/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.5783119Z''\"","PartitionKey":"pk800416e8","RowKey":"rk800416e8","Timestamp":"2020-09-04T23:54:15.5783119Z","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://storagename.table.core.windows.net/$metadata#uttable800416e8/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A00.7455778Z''\"","PartitionKey":"pk800416e8","RowKey":"rk800416e8","Timestamp":"2020-09-16T21:52:00.7455778Z","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: Fri, 04 Sep 2020 23:54:14 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A15.5783119Z'" + date: Wed, 16 Sep 2020 21:52:00 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A00.7455778Z'" location: https://storagename.table.core.windows.net/uttable800416e8(PartitionKey='pk800416e8',RowKey='rk800416e8') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable800416e8 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable800416e8 - request: body: null headers: @@ -88,22 +88,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable800416e8() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable800416e8","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.5783119Z''\"","PartitionKey":"pk800416e8","RowKey":"rk800416e8","Timestamp":"2020-09-04T23:54:15.5783119Z","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://storagename.table.core.windows.net/$metadata#uttable800416e8","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A00.7455778Z''\"","PartitionKey":"pk800416e8","RowKey":"rk800416e8","Timestamp":"2020-09-16T21:52:00.7455778Z","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: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:00 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +111,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable800416e8() + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable800416e8() - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +133,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:00 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable800416e8') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable800416e8') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_select.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_select.yaml index dc624a0508f1..5a23113b1f7a 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_select.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_select.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 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: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:00 GMT location: https://storagename.table.core.windows.net/Tables('uttable800f16e2') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "querytable800f16e2"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:00 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,7 +63,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:00 GMT location: https://storagename.table.core.windows.net/Tables('querytable800f16e2') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk800f16e2", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk800f16e21", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -91,23 +91,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable800f16e2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable800f16e2/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.8441274Z''\"","PartitionKey":"pk800f16e2","RowKey":"rk800f16e21","Timestamp":"2020-09-04T23:54:15.8441274Z","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://storagename.table.core.windows.net/$metadata#querytable800f16e2/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.0846507Z''\"","PartitionKey":"pk800f16e2","RowKey":"rk800f16e21","Timestamp":"2020-09-16T21:52:01.0846507Z","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: Fri, 04 Sep 2020 23:54:15 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A15.8441274Z'" + date: Wed, 16 Sep 2020 21:52:00 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A01.0846507Z'" location: https://storagename.table.core.windows.net/querytable800f16e2(PartitionKey='pk800f16e2',RowKey='rk800f16e21') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -116,7 +116,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable800f16e2 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable800f16e2 - request: body: '{"PartitionKey": "pk800f16e2", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk800f16e212", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -135,23 +135,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable800f16e2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable800f16e2/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.8731471Z''\"","PartitionKey":"pk800f16e2","RowKey":"rk800f16e212","Timestamp":"2020-09-04T23:54:15.8731471Z","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://storagename.table.core.windows.net/$metadata#querytable800f16e2/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.1226777Z''\"","PartitionKey":"pk800f16e2","RowKey":"rk800f16e212","Timestamp":"2020-09-16T21:52:01.1226777Z","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: Fri, 04 Sep 2020 23:54:15 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A15.8731471Z'" + date: Wed, 16 Sep 2020 21:52:00 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A01.1226777Z'" location: https://storagename.table.core.windows.net/querytable800f16e2(PartitionKey='pk800f16e2',RowKey='rk800f16e212') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -160,7 +160,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable800f16e2 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable800f16e2 - request: body: null headers: @@ -169,22 +169,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable800f16e2()?$select=age,%20sex response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable800f16e2&$select=age,%20sex","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.8441274Z''\"","age":39,"sex":"male"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.8731471Z''\"","age":39,"sex":"male"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable800f16e2&$select=age,%20sex","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.0846507Z''\"","age":39,"sex":"male"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.1226777Z''\"","age":39,"sex":"male"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:00 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -192,18 +192,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable800f16e2()?$select=age,%20sex + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable800f16e2()?$select=age,%20sex - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -214,25 +214,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:00 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable800f16e2') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable800f16e2') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -243,12 +243,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:00 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('querytable800f16e2') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('querytable800f16e2') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_top.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_top.yaml index e46b74fb3862..0d6fd9b3cd94 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_top.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_top.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:15 GMT + - Wed, 16 Sep 2020 21:52:01 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: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:01 GMT location: https://storagename.table.core.windows.net/Tables('uttable3ccf15b5') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "querytable3ccf15b5"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,7 +63,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:01 GMT location: https://storagename.table.core.windows.net/Tables('querytable3ccf15b5') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk3ccf15b5", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk3ccf15b51", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -91,23 +91,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable3ccf15b5 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable3ccf15b5/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.176416Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b51","Timestamp":"2020-09-04T23:54:16.176416Z","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://storagename.table.core.windows.net/$metadata#querytable3ccf15b5/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.5565692Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b51","Timestamp":"2020-09-16T21:52:01.5565692Z","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: Fri, 04 Sep 2020 23:54:16 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A16.176416Z'" + date: Wed, 16 Sep 2020 21:52:01 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A01.5565692Z'" location: https://storagename.table.core.windows.net/querytable3ccf15b5(PartitionKey='pk3ccf15b5',RowKey='rk3ccf15b51') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -116,7 +116,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable3ccf15b5 - request: body: '{"PartitionKey": "pk3ccf15b5", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk3ccf15b512", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -135,23 +135,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable3ccf15b5 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable3ccf15b5/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.2094393Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b512","Timestamp":"2020-09-04T23:54:16.2094393Z","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://storagename.table.core.windows.net/$metadata#querytable3ccf15b5/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.5885931Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b512","Timestamp":"2020-09-16T21:52:01.5885931Z","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: Fri, 04 Sep 2020 23:54:16 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A16.2094393Z'" + date: Wed, 16 Sep 2020 21:52:01 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A01.5885931Z'" location: https://storagename.table.core.windows.net/querytable3ccf15b5(PartitionKey='pk3ccf15b5',RowKey='rk3ccf15b512') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -160,7 +160,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable3ccf15b5 - request: body: '{"PartitionKey": "pk3ccf15b5", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk3ccf15b5123", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -179,23 +179,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable3ccf15b5 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable3ccf15b5/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.2404607Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b5123","Timestamp":"2020-09-04T23:54:16.2404607Z","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://storagename.table.core.windows.net/$metadata#querytable3ccf15b5/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.6186129Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b5123","Timestamp":"2020-09-16T21:52:01.6186129Z","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: Fri, 04 Sep 2020 23:54:16 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A16.2404607Z'" + date: Wed, 16 Sep 2020 21:52:01 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A01.6186129Z'" location: https://storagename.table.core.windows.net/querytable3ccf15b5(PartitionKey='pk3ccf15b5',RowKey='rk3ccf15b5123') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -204,7 +204,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable3ccf15b5 - request: body: null headers: @@ -213,22 +213,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable3ccf15b5()?$top=2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable3ccf15b5","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.176416Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b51","Timestamp":"2020-09-04T23:54:16.176416Z","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"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.2094393Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b512","Timestamp":"2020-09-04T23:54:16.2094393Z","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://storagename.table.core.windows.net/$metadata#querytable3ccf15b5","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.5565692Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b51","Timestamp":"2020-09-16T21:52:01.5565692Z","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"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.5885931Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b512","Timestamp":"2020-09-16T21:52:01.5885931Z","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: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:01 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -238,7 +238,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5()?$top=2 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable3ccf15b5()?$top=2 - request: body: null headers: @@ -247,22 +247,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable3ccf15b5()?$top=2&NextPartitionKey=1!16!cGszY2NmMTViNQ--&NextRowKey=1!20!cmszY2NmMTViNTEyMw-- response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable3ccf15b5","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.2404607Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b5123","Timestamp":"2020-09-04T23:54:16.2404607Z","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://storagename.table.core.windows.net/$metadata#querytable3ccf15b5","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A01.6186129Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b5123","Timestamp":"2020-09-16T21:52:01.6186129Z","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: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:01 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -270,18 +270,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5()?$top=2&NextPartitionKey=1!16!cGszY2NmMTViNQ--&NextRowKey=1!20!cmszY2NmMTViNTEyMw-- + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable3ccf15b5()?$top=2&NextPartitionKey=1!16!cGszY2NmMTViNQ--&NextRowKey=1!20!cmszY2NmMTViNTEyMw-- - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -292,25 +292,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:01 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable3ccf15b5') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable3ccf15b5') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -321,12 +321,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:01 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('querytable3ccf15b5') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('querytable3ccf15b5') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_top_and_next.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_top_and_next.yaml index 1e7294862a00..174b9f53bcbd 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_top_and_next.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_entities_with_top_and_next.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:01 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: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:01 GMT location: https://storagename.table.core.windows.net/Tables('uttable121a1965') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "querytable121a1965"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,7 +63,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:02 GMT location: https://storagename.table.core.windows.net/Tables('querytable121a1965') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk121a19651", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -91,23 +91,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable121a1965 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.6389274Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651","Timestamp":"2020-09-04T23:54:16.6389274Z","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://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.630718Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651","Timestamp":"2020-09-16T21:52:02.630718Z","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: Fri, 04 Sep 2020 23:54:15 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A16.6389274Z'" + date: Wed, 16 Sep 2020 21:52:02 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A02.630718Z'" location: https://storagename.table.core.windows.net/querytable121a1965(PartitionKey='pk121a1965',RowKey='rk121a19651') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -116,7 +116,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable121a1965 - request: body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk121a196512", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -135,23 +135,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable121a1965 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.6709497Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512","Timestamp":"2020-09-04T23:54:16.6709497Z","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://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.7057698Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512","Timestamp":"2020-09-16T21:52:02.7057698Z","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: Fri, 04 Sep 2020 23:54:15 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A16.6709497Z'" + date: Wed, 16 Sep 2020 21:52:02 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A02.7057698Z'" location: https://storagename.table.core.windows.net/querytable121a1965(PartitionKey='pk121a1965',RowKey='rk121a196512') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -160,7 +160,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable121a1965 - request: body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk121a1965123", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -179,23 +179,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable121a1965 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.7009702Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a1965123","Timestamp":"2020-09-04T23:54:16.7009702Z","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://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.7748183Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a1965123","Timestamp":"2020-09-16T21:52:02.7748183Z","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: Fri, 04 Sep 2020 23:54:15 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A16.7009702Z'" + date: Wed, 16 Sep 2020 21:52:02 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A02.7748183Z'" location: https://storagename.table.core.windows.net/querytable121a1965(PartitionKey='pk121a1965',RowKey='rk121a1965123') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -204,7 +204,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable121a1965 - request: body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk121a19651234", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -223,23 +223,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable121a1965 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.7309916Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651234","Timestamp":"2020-09-04T23:54:16.7309916Z","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://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.8098431Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651234","Timestamp":"2020-09-16T21:52:02.8098431Z","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: Fri, 04 Sep 2020 23:54:15 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A16.7309916Z'" + date: Wed, 16 Sep 2020 21:52:02 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A02.8098431Z'" location: https://storagename.table.core.windows.net/querytable121a1965(PartitionKey='pk121a1965',RowKey='rk121a19651234') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -248,7 +248,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable121a1965 - request: body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk121a196512345", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -267,23 +267,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/querytable121a1965 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.7640149Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512345","Timestamp":"2020-09-04T23:54:16.7640149Z","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://storagename.table.core.windows.net/$metadata#querytable121a1965/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.8458683Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512345","Timestamp":"2020-09-16T21:52:02.8458683Z","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: Fri, 04 Sep 2020 23:54:15 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A16.7640149Z'" + date: Wed, 16 Sep 2020 21:52:02 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A02.8458683Z'" location: https://storagename.table.core.windows.net/querytable121a1965(PartitionKey='pk121a1965',RowKey='rk121a196512345') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -292,7 +292,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable121a1965 - request: body: null headers: @@ -301,22 +301,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable121a1965()?$top=2 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable121a1965","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.6389274Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651","Timestamp":"2020-09-04T23:54:16.6389274Z","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"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.6709497Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512","Timestamp":"2020-09-04T23:54:16.6709497Z","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://storagename.table.core.windows.net/$metadata#querytable121a1965","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.630718Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651","Timestamp":"2020-09-16T21:52:02.630718Z","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"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.7057698Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512","Timestamp":"2020-09-16T21:52:02.7057698Z","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: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:02 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -326,7 +326,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965()?$top=2 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable121a1965()?$top=2 - request: body: null headers: @@ -335,22 +335,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMw-- response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable121a1965","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.7009702Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a1965123","Timestamp":"2020-09-04T23:54:16.7009702Z","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"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.7309916Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651234","Timestamp":"2020-09-04T23:54:16.7309916Z","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://storagename.table.core.windows.net/$metadata#querytable121a1965","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.7748183Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a1965123","Timestamp":"2020-09-16T21:52:02.7748183Z","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"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.8098431Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651234","Timestamp":"2020-09-16T21:52:02.8098431Z","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: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:02 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -360,7 +360,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMw-- + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMw-- - request: body: null headers: @@ -369,22 +369,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMzQ1 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#querytable121a1965","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A16.7640149Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512345","Timestamp":"2020-09-04T23:54:16.7640149Z","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://storagename.table.core.windows.net/$metadata#querytable121a1965","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A02.8458683Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512345","Timestamp":"2020-09-16T21:52:02.8458683Z","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: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:02 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -392,18 +392,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMzQ1 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMzQ1 - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -414,25 +414,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:15 GMT + date: Wed, 16 Sep 2020 21:52:02 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable121a1965') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable121a1965') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:02 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -443,12 +443,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:02 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('querytable121a1965') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('querytable121a1965') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_zero_entities.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_zero_entities.yaml index 98a4f77b6025..4bd19a68d7e1 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_zero_entities.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_query_zero_entities.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:16 GMT + - Wed, 16 Sep 2020 21:52:03 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: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:02 GMT location: https://storagename.table.core.windows.net/Tables('uttablee8d41407') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"TableName": "querytablee8d41407"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT x-ms-version: - '2019-02-02' method: POST @@ -63,7 +63,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:02 GMT location: https://storagename.table.core.windows.net/Tables('querytablee8d41407') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,7 +72,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: null headers: @@ -81,11 +81,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT x-ms-version: - '2019-02-02' method: GET @@ -96,7 +96,7 @@ interactions: headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:03 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -104,18 +104,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytablee8d41407() + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/querytablee8d41407() - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -126,25 +126,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:03 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablee8d41407') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablee8d41407') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -155,12 +155,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:03 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('querytablee8d41407') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('querytablee8d41407') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add.yaml index b0a689ead058..1e4661e93c48 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 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: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:02 GMT location: https://storagename.table.core.windows.net/Tables('uttable13ae0ebd') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk13ae0ebd", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk13ae0ebd", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable13ae0ebd?st=2020-09-04T23:53:17Z&se=2020-09-05T00:54:17Z&sp=a&sv=2019-02-02&tn=uttable13ae0ebd&sig=c9NYLKalcuLxW%2BKIWCThxCSh3tnuY9Ir9xgiD4IJXl8%3D + uri: https://storagename.table.core.windows.net/uttable13ae0ebd?st=2020-09-16T21:51:03Z&se=2020-09-16T22:52:03Z&sp=a&sv=2019-02-02&tn=uttable13ae0ebd&sig=eaCBNhj7EZPLiPuRt9MlcqGhHCTAJ8ZOCfKDYJHu%2BPg%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable13ae0ebd/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A17.4387926Z''\"","PartitionKey":"pk13ae0ebd","RowKey":"rk13ae0ebd","Timestamp":"2020-09-04T23:54:17.4387926Z","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://storagename.table.core.windows.net/$metadata#uttable13ae0ebd/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A03.684069Z''\"","PartitionKey":"pk13ae0ebd","RowKey":"rk13ae0ebd","Timestamp":"2020-09-16T21:52:03.684069Z","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: Fri, 04 Sep 2020 23:54:17 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A17.4387926Z'" + date: Wed, 16 Sep 2020 21:52:03 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A03.684069Z'" location: https://storagename.table.core.windows.net/uttable13ae0ebd(PartitionKey='pk13ae0ebd',RowKey='rk13ae0ebd') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable13ae0ebd?st=2020-09-04T23:53:17Z&se=2020-09-05T00:54:17Z&sp=a&sv=2019-02-02&tn=uttable13ae0ebd&sig=c9NYLKalcuLxW%2BKIWCThxCSh3tnuY9Ir9xgiD4IJXl8%3D + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable13ae0ebd?st=2020-09-16T21:51:03Z&se=2020-09-16T22:52:03Z&sp=a&sv=2019-02-02&tn=uttable13ae0ebd&sig=eaCBNhj7EZPLiPuRt9MlcqGhHCTAJ8ZOCfKDYJHu%2BPg%3D - request: body: null headers: @@ -88,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable13ae0ebd(PartitionKey='pk13ae0ebd',RowKey='rk13ae0ebd') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable13ae0ebd/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A17.4387926Z''\"","PartitionKey":"pk13ae0ebd","RowKey":"rk13ae0ebd","Timestamp":"2020-09-04T23:54:17.4387926Z","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://storagename.table.core.windows.net/$metadata#uttable13ae0ebd/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A03.684069Z''\"","PartitionKey":"pk13ae0ebd","RowKey":"rk13ae0ebd","Timestamp":"2020-09-16T21:52:03.684069Z","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: Fri, 04 Sep 2020 23:54:17 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A17.4387926Z'" + date: Wed, 16 Sep 2020 21:52:03 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A03.684069Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable13ae0ebd(PartitionKey='pk13ae0ebd',RowKey='rk13ae0ebd') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable13ae0ebd(PartitionKey='pk13ae0ebd',RowKey='rk13ae0ebd') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:03 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable13ae0ebd') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable13ae0ebd') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add_inside_range.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add_inside_range.yaml index 63ecd90feb5b..7989c7cf0de2 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add_inside_range.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add_inside_range.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 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: Fri, 04 Sep 2020 23:54:16 GMT + date: Wed, 16 Sep 2020 21:52:03 GMT location: https://storagename.table.core.windows.net/Tables('uttablef8471404') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", "RowKey": "test1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", "sex@odata.type": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:03 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttablef8471404?se=2020-09-05T00:54:17Z&sp=a&sv=2019-02-02&tn=uttablef8471404&spk=test&srk=test1&epk=test&erk=test1&sig=K%2BxsNVqlE2PfwHv6XW7ItNsLoVlRt3czyl9tSTgB/hw%3D + uri: https://storagename.table.core.windows.net/uttablef8471404?se=2020-09-16T22:52:03Z&sp=a&sv=2019-02-02&tn=uttablef8471404&spk=test&srk=test1&epk=test&erk=test1&sig=c5KTgh5IM%2BiRAtzLAxt3In2qQhvQBi2OOBDMkztsy%2BA%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef8471404/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A17.745537Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-04T23:54:17.745537Z","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://storagename.table.core.windows.net/$metadata#uttablef8471404/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A04.0492952Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-16T21:52:04.0492952Z","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: Fri, 04 Sep 2020 23:54:16 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A17.745537Z'" + date: Wed, 16 Sep 2020 21:52:03 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A04.0492952Z'" location: https://storagename.table.core.windows.net/uttablef8471404(PartitionKey='test',RowKey='test1') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef8471404?se=2020-09-05T00:54:17Z&sp=a&sv=2019-02-02&tn=uttablef8471404&spk=test&srk=test1&epk=test&erk=test1&sig=K%2BxsNVqlE2PfwHv6XW7ItNsLoVlRt3czyl9tSTgB/hw%3D + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablef8471404?se=2020-09-16T22:52:03Z&sp=a&sv=2019-02-02&tn=uttablef8471404&spk=test&srk=test1&epk=test&erk=test1&sig=c5KTgh5IM%2BiRAtzLAxt3In2qQhvQBi2OOBDMkztsy%2BA%3D - request: body: null headers: @@ -88,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablef8471404(PartitionKey='test',RowKey='test1') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef8471404/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A17.745537Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-04T23:54:17.745537Z","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://storagename.table.core.windows.net/$metadata#uttablef8471404/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A04.0492952Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-16T21:52:04.0492952Z","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: Fri, 04 Sep 2020 23:54:17 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A17.745537Z'" + date: Wed, 16 Sep 2020 21:52:03 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A04.0492952Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -112,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef8471404(PartitionKey='test',RowKey='test1') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablef8471404(PartitionKey='test',RowKey='test1') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -134,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:03 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablef8471404') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablef8471404') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add_outside_range.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add_outside_range.yaml index 66192a0e43ca..bcbfe4c9edd3 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add_outside_range.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_add_outside_range.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52: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: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:03 GMT location: https://storagename.table.core.windows.net/Tables('uttablede71485') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkde71485", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkde71485", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:17 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttablede71485?se=2020-09-05T00:54:17Z&sp=a&sv=2019-02-02&tn=uttablede71485&spk=test&srk=test1&epk=test&erk=test1&sig=jPi77SBRkfSfjBk5/qVBK91SD8Ia8TMsAGmJwbNNc7M%3D + uri: https://storagename.table.core.windows.net/uttablede71485?se=2020-09-16T22:52:04Z&sp=a&sv=2019-02-02&tn=uttablede71485&spk=test&srk=test1&epk=test&erk=test1&sig=GhOLrqS06hLNsWvD2pgRTY1oCHjzl4%2BvaTL0ki6/GWA%3D response: body: string: '{"odata.error":{"code":"AuthorizationFailure","message":{"lang":"en-US","value":"This - request is not authorized to perform this operation.\nRequestId:a0057cdc-4002-0013-1e16-83168a000000\nTime:2020-09-04T23:54:18.0984470Z"}}}' + request is not authorized to perform this operation.\nRequestId:e5b2dd10-f002-0072-3373-8c1939000000\nTime:2020-09-16T21:52:04.3777130Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:04 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -78,18 +78,18 @@ interactions: status: code: 403 message: Forbidden - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablede71485?se=2020-09-05T00:54:17Z&sp=a&sv=2019-02-02&tn=uttablede71485&spk=test&srk=test1&epk=test&erk=test1&sig=jPi77SBRkfSfjBk5/qVBK91SD8Ia8TMsAGmJwbNNc7M%3D + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablede71485?se=2020-09-16T22:52:04Z&sp=a&sv=2019-02-02&tn=uttablede71485&spk=test&srk=test1&epk=test&erk=test1&sig=GhOLrqS06hLNsWvD2pgRTY1oCHjzl4%2BvaTL0ki6/GWA%3D - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -100,12 +100,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:03 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablede71485') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablede71485') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_delete.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_delete.yaml index 6bec6d3158fb..12f7a6df6fe1 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_delete.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_delete.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52: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: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:04 GMT location: https://storagename.table.core.windows.net/Tables('uttable42981007') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk42981007", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk42981007", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable42981007 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable42981007/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A18.300963Z''\"","PartitionKey":"pk42981007","RowKey":"rk42981007","Timestamp":"2020-09-04T23:54:18.300963Z","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://storagename.table.core.windows.net/$metadata#uttable42981007/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A04.5991987Z''\"","PartitionKey":"pk42981007","RowKey":"rk42981007","Timestamp":"2020-09-16T21:52:04.5991987Z","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: Fri, 04 Sep 2020 23:54:17 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A18.300963Z'" + date: Wed, 16 Sep 2020 21:52:04 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A04.5991987Z'" location: https://storagename.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42981007 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42981007 - request: body: null headers: @@ -88,31 +88,31 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007')?se=2020-09-05T00:54:18Z&sp=d&sv=2019-02-02&tn=uttable42981007&sig=rCDyD/65ocpwcxF80RT5uYHb9eHC1B/eMcpubLsflXk%3D + uri: https://storagename.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007')?se=2020-09-16T22:52:04Z&sp=d&sv=2019-02-02&tn=uttable42981007&sig=yTgXCxsPWiwamypHewEBaesJySLmb6IOLnxfNLTfmXI%3D response: body: string: '' headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52:03 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007')?se=2020-09-05T00:54:18Z&sp=d&sv=2019-02-02&tn=uttable42981007&sig=rCDyD/65ocpwcxF80RT5uYHb9eHC1B/eMcpubLsflXk%3D + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007')?se=2020-09-16T22:52:04Z&sp=d&sv=2019-02-02&tn=uttable42981007&sig=yTgXCxsPWiwamypHewEBaesJySLmb6IOLnxfNLTfmXI%3D - request: body: null headers: @@ -121,11 +121,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: GET @@ -133,11 +133,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:5d8d1c78-3002-0058-4516-832710000000\nTime:2020-09-04T23:54:18.4420615Z"}}}' + specified resource does not exist.\nRequestId:19cae121-3002-002b-6b73-8c1cbf000000\nTime:2020-09-16T21:52:04.7803252Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:04 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -145,18 +145,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -167,12 +167,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:04 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable42981007') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable42981007') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_query.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_query.yaml index 6b3cd287d7e0..4cf7839b009f 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_query.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_query.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52: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: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52:04 GMT location: https://storagename.table.core.windows.net/Tables('uttable331c0fca') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk331c0fca", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk331c0fca", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable331c0fca response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable331c0fca/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A18.6359449Z''\"","PartitionKey":"pk331c0fca","RowKey":"rk331c0fca","Timestamp":"2020-09-04T23:54:18.6359449Z","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://storagename.table.core.windows.net/$metadata#uttable331c0fca/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A05.0102741Z''\"","PartitionKey":"pk331c0fca","RowKey":"rk331c0fca","Timestamp":"2020-09-16T21:52:05.0102741Z","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: Fri, 04 Sep 2020 23:54:18 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A18.6359449Z'" + date: Wed, 16 Sep 2020 21:52:04 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A05.0102741Z'" location: https://storagename.table.core.windows.net/uttable331c0fca(PartitionKey='pk331c0fca',RowKey='rk331c0fca') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable331c0fca + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable331c0fca - request: body: null headers: @@ -88,22 +88,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:04 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttable331c0fca()?st=2020-09-04T23:53:18Z&se=2020-09-05T00:54:18Z&sp=r&sv=2019-02-02&tn=uttable331c0fca&sig=oXS2DYqrb9grJMgk0fPzDnUUZxRtDEKMyiPQ5GicegE%3D + uri: https://storagename.table.core.windows.net/uttable331c0fca()?st=2020-09-16T21:51:04Z&se=2020-09-16T22:52:04Z&sp=r&sv=2019-02-02&tn=uttable331c0fca&sig=BTTsE70fU5LtHX%2BAoNBl0tssiYcxQJQW3EPqG4dHxW4%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable331c0fca","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A18.6359449Z''\"","PartitionKey":"pk331c0fca","RowKey":"rk331c0fca","Timestamp":"2020-09-04T23:54:18.6359449Z","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://storagename.table.core.windows.net/$metadata#uttable331c0fca","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A05.0102741Z''\"","PartitionKey":"pk331c0fca","RowKey":"rk331c0fca","Timestamp":"2020-09-16T21:52:05.0102741Z","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: Fri, 04 Sep 2020 23:54:17 GMT + date: Wed, 16 Sep 2020 21:52:04 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +111,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable331c0fca()?st=2020-09-04T23:53:18Z&se=2020-09-05T00:54:18Z&sp=r&sv=2019-02-02&tn=uttable331c0fca&sig=oXS2DYqrb9grJMgk0fPzDnUUZxRtDEKMyiPQ5GicegE%3D + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable331c0fca()?st=2020-09-16T21:51:04Z&se=2020-09-16T22:52:04Z&sp=r&sv=2019-02-02&tn=uttable331c0fca&sig=BTTsE70fU5LtHX%2BAoNBl0tssiYcxQJQW3EPqG4dHxW4%3D - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +133,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52:04 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable331c0fca') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable331c0fca') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_signed_identifier.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_signed_identifier.yaml index 6f3eeccb1d12..4f488ea71171 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_signed_identifier.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_signed_identifier.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:05 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: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52:04 GMT location: https://storagename.table.core.windows.net/Tables('uttablee481490') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pke481490", "PartitionKey@odata.type": "Edm.String", "RowKey": "rke481490", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:05 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablee481490 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee481490/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A18.9587689Z''\"","PartitionKey":"pke481490","RowKey":"rke481490","Timestamp":"2020-09-04T23:54:18.9587689Z","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://storagename.table.core.windows.net/$metadata#uttablee481490/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A05.3317018Z''\"","PartitionKey":"pke481490","RowKey":"rke481490","Timestamp":"2020-09-16T21:52:05.3317018Z","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: Fri, 04 Sep 2020 23:54:18 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A18.9587689Z'" + date: Wed, 16 Sep 2020 21:52:04 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A05.3317018Z'" location: https://storagename.table.core.windows.net/uttablee481490(PartitionKey='pke481490',RowKey='rke481490') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee481490 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablee481490 - request: body: ' @@ -92,11 +92,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:18 GMT + - Wed, 16 Sep 2020 21:52:05 GMT x-ms-version: - '2019-02-02' method: PUT @@ -106,13 +106,13 @@ interactions: string: '' headers: content-length: '0' - date: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52:05 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee481490?comp=acl + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablee481490?comp=acl - request: body: null headers: @@ -121,22 +121,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttablee481490()?sv=2019-02-02&si=testid&tn=uttablee481490&sig=428aEQWuhl1onYMP2Ck7URDW1c4JLkUYwAKYTEwvaQ8%3D + uri: https://storagename.table.core.windows.net/uttablee481490()?sv=2019-02-02&si=testid&tn=uttablee481490&sig=2/5rE0DPvQ7R4mlJaSnVz71xRbGyUowx7nVdPoQLPVc%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee481490","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A18.9587689Z''\"","PartitionKey":"pke481490","RowKey":"rke481490","Timestamp":"2020-09-04T23:54:18.9587689Z","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://storagename.table.core.windows.net/$metadata#uttablee481490","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A05.3317018Z''\"","PartitionKey":"pke481490","RowKey":"rke481490","Timestamp":"2020-09-16T21:52:05.3317018Z","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: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52:04 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -144,18 +144,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee481490()?sv=2019-02-02&si=testid&tn=uttablee481490&sig=428aEQWuhl1onYMP2Ck7URDW1c4JLkUYwAKYTEwvaQ8%3D + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablee481490()?sv=2019-02-02&si=testid&tn=uttablee481490&sig=2/5rE0DPvQ7R4mlJaSnVz71xRbGyUowx7nVdPoQLPVc%3D - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -166,12 +166,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52: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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablee481490') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablee481490') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_update.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_update.yaml index d9e47171eb3b..d2eba96b80c1 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_update.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_update.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 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: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52:05 GMT location: https://storagename.table.core.windows.net/Tables('uttable43091017') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk43091017", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk43091017", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable43091017 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable43091017/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A19.4469406Z''\"","PartitionKey":"pk43091017","RowKey":"rk43091017","Timestamp":"2020-09-04T23:54:19.4469406Z","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://storagename.table.core.windows.net/$metadata#uttable43091017/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A05.9149139Z''\"","PartitionKey":"pk43091017","RowKey":"rk43091017","Timestamp":"2020-09-16T21:52:05.9149139Z","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: Fri, 04 Sep 2020 23:54:18 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A19.4469406Z'" + date: Wed, 16 Sep 2020 21:52:05 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A05.9149139Z'" location: https://storagename.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable43091017 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable43091017 - request: body: '{"PartitionKey": "pk43091017", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk43091017", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,32 +96,32 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017')?se=2020-09-05T00:54:19Z&sp=u&sv=2019-02-02&tn=uttable43091017&sig=JbThPQUkzyGKWkTuxYMVPo0yVU7YAdw6aqq/Y0NoYo0%3D + uri: https://storagename.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017')?se=2020-09-16T22:52:05Z&sp=u&sv=2019-02-02&tn=uttable43091017&sig=YJgQ0d22uGSfmCu5I7ArJnj7QstbN5MeRTiky5NoU%2Bg%3D response: body: string: '' headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:18 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A19.5616659Z'" + date: Wed, 16 Sep 2020 21:52:05 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A06.0391363Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017')?se=2020-09-05T00:54:19Z&sp=u&sv=2019-02-02&tn=uttable43091017&sig=JbThPQUkzyGKWkTuxYMVPo0yVU7YAdw6aqq/Y0NoYo0%3D + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017')?se=2020-09-16T22:52:05Z&sp=u&sv=2019-02-02&tn=uttable43091017&sig=YJgQ0d22uGSfmCu5I7ArJnj7QstbN5MeRTiky5NoU%2Bg%3D - request: body: null headers: @@ -130,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:05 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable43091017/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A19.5616659Z''\"","PartitionKey":"pk43091017","RowKey":"rk43091017","Timestamp":"2020-09-04T23:54:19.5616659Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable43091017/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.0391363Z''\"","PartitionKey":"pk43091017","RowKey":"rk43091017","Timestamp":"2020-09-16T21:52:06.0391363Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:18 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A19.5616659Z'" + date: Wed, 16 Sep 2020 21:52:05 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A06.0391363Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -154,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:19 GMT + date: Wed, 16 Sep 2020 21:52: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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable43091017') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable43091017') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_upper_case_table_name.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_upper_case_table_name.yaml index 561878ee297d..25343ae8144c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_upper_case_table_name.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_sas_upper_case_table_name.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 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: Fri, 04 Sep 2020 23:54:18 GMT + date: Wed, 16 Sep 2020 21:52:06 GMT location: https://storagename.table.core.windows.net/Tables('uttable65261622') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk65261622", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk65261622", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable65261622 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable65261622/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A19.7896127Z''\"","PartitionKey":"pk65261622","RowKey":"rk65261622","Timestamp":"2020-09-04T23:54:19.7896127Z","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://storagename.table.core.windows.net/$metadata#uttable65261622/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.2996609Z''\"","PartitionKey":"pk65261622","RowKey":"rk65261622","Timestamp":"2020-09-16T21:52:06.2996609Z","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: Fri, 04 Sep 2020 23:54:18 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A19.7896127Z'" + date: Wed, 16 Sep 2020 21:52:06 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A06.2996609Z'" location: https://storagename.table.core.windows.net/uttable65261622(PartitionKey='pk65261622',RowKey='rk65261622') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable65261622 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable65261622 - request: body: null headers: @@ -88,22 +88,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttable65261622()?st=2020-09-04T23:53:19Z&se=2020-09-05T00:54:19Z&sp=r&sv=2019-02-02&tn=UTTABLE65261622&sig=ll1Q6tt4Itqwczy6GjK4HMD9C%2BfffpTUxNwd1lUUMhc%3D + uri: https://storagename.table.core.windows.net/uttable65261622()?st=2020-09-16T21:51:06Z&se=2020-09-16T22:52:06Z&sp=r&sv=2019-02-02&tn=UTTABLE65261622&sig=jdTNrYa3PEuLwYlSSfvZJ/jpwOiCR/o/0v1C12tpNj4%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable65261622","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A19.7896127Z''\"","PartitionKey":"pk65261622","RowKey":"rk65261622","Timestamp":"2020-09-04T23:54:19.7896127Z","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://storagename.table.core.windows.net/$metadata#uttable65261622","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.2996609Z''\"","PartitionKey":"pk65261622","RowKey":"rk65261622","Timestamp":"2020-09-16T21:52:06.2996609Z","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: Fri, 04 Sep 2020 23:54:19 GMT + date: Wed, 16 Sep 2020 21:52:05 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +111,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable65261622()?st=2020-09-04T23:53:19Z&se=2020-09-05T00:54:19Z&sp=r&sv=2019-02-02&tn=UTTABLE65261622&sig=ll1Q6tt4Itqwczy6GjK4HMD9C%2BfffpTUxNwd1lUUMhc%3D + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable65261622()?st=2020-09-16T21:51:06Z&se=2020-09-16T22:52:06Z&sp=r&sv=2019-02-02&tn=UTTABLE65261622&sig=jdTNrYa3PEuLwYlSSfvZJ/jpwOiCR/o/0v1C12tpNj4%3D - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +133,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:19 GMT + date: Wed, 16 Sep 2020 21:52:06 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable65261622') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable65261622') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_timezone.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_timezone.yaml index bcf928c9790f..2f851ec4da8c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_timezone.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_timezone.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:19 GMT + - Wed, 16 Sep 2020 21:52:06 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: Fri, 04 Sep 2020 23:54:19 GMT + date: Wed, 16 Sep 2020 21:52:05 GMT location: https://storagename.table.core.windows.net/Tables('uttable23a30f59') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk23a30f59", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk23a30f59", "RowKey@odata.type": "Edm.String", "date": "2003-09-27T09:52:43Z", @@ -50,23 +50,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable23a30f59 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable23a30f59/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.0967992Z''\"","PartitionKey":"pk23a30f59","RowKey":"rk23a30f59","Timestamp":"2020-09-04T23:54:20.0967992Z","date@odata.type":"Edm.DateTime","date":"2003-09-27T09:52:43Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable23a30f59/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.6670037Z''\"","PartitionKey":"pk23a30f59","RowKey":"rk23a30f59","Timestamp":"2020-09-16T21:52:06.6670037Z","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, 04 Sep 2020 23:54:19 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.0967992Z'" + date: Wed, 16 Sep 2020 21:52:05 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A06.6670037Z'" location: https://storagename.table.core.windows.net/uttable23a30f59(PartitionKey='pk23a30f59',RowKey='rk23a30f59') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -75,7 +75,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable23a30f59 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable23a30f59 - request: body: null headers: @@ -84,23 +84,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable23a30f59(PartitionKey='pk23a30f59',RowKey='rk23a30f59') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable23a30f59/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.0967992Z''\"","PartitionKey":"pk23a30f59","RowKey":"rk23a30f59","Timestamp":"2020-09-04T23:54:20.0967992Z","date@odata.type":"Edm.DateTime","date":"2003-09-27T09:52:43Z"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable23a30f59/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.6670037Z''\"","PartitionKey":"pk23a30f59","RowKey":"rk23a30f59","Timestamp":"2020-09-16T21:52:06.6670037Z","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, 04 Sep 2020 23:54:19 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.0967992Z'" + date: Wed, 16 Sep 2020 21:52:05 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A06.6670037Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -108,18 +108,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable23a30f59(PartitionKey='pk23a30f59',RowKey='rk23a30f59') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable23a30f59(PartitionKey='pk23a30f59',RowKey='rk23a30f59') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,12 +130,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:19 GMT + date: Wed, 16 Sep 2020 21:52: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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable23a30f59') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable23a30f59') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_unicode_property_name.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_unicode_property_name.yaml index 3bf603437e93..81b460871a73 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_unicode_property_name.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_unicode_property_name.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 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: Fri, 04 Sep 2020 23:54:19 GMT + date: Wed, 16 Sep 2020 21:52:06 GMT location: https://storagename.table.core.windows.net/Tables('uttable103b14b9') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk103b14b9", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk103b14b9", "RowKey@odata.type": "Edm.String", "\u554a\u9f44\u4e02\u72db\u72dc": @@ -50,23 +50,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable103b14b9 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable103b14b9/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.3238215Z''\"","PartitionKey":"pk103b14b9","RowKey":"rk103b14b9","Timestamp":"2020-09-04T23:54:20.3238215Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable103b14b9/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.9016213Z''\"","PartitionKey":"pk103b14b9","RowKey":"rk103b14b9","Timestamp":"2020-09-16T21:52:06.9016213Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:19 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.3238215Z'" + date: Wed, 16 Sep 2020 21:52:06 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A06.9016213Z'" location: https://storagename.table.core.windows.net/uttable103b14b9(PartitionKey='pk103b14b9',RowKey='rk103b14b9') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -75,7 +75,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable103b14b9 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable103b14b9 - request: body: '{"PartitionKey": "pk103b14b9", "PartitionKey@odata.type": "Edm.String", "RowKey": "test2", "RowKey@odata.type": "Edm.String", "\u554a\u9f44\u4e02\u72db\u72dc": @@ -90,23 +90,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable103b14b9 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable103b14b9/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.3548442Z''\"","PartitionKey":"pk103b14b9","RowKey":"test2","Timestamp":"2020-09-04T23:54:20.3548442Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable103b14b9/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.9336424Z''\"","PartitionKey":"pk103b14b9","RowKey":"test2","Timestamp":"2020-09-16T21:52:06.9336424Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:19 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.3548442Z'" + date: Wed, 16 Sep 2020 21:52:06 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A06.9336424Z'" location: https://storagename.table.core.windows.net/uttable103b14b9(PartitionKey='pk103b14b9',RowKey='test2') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -115,7 +115,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable103b14b9 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable103b14b9 - request: body: null headers: @@ -124,22 +124,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable103b14b9() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable103b14b9","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.3238215Z''\"","PartitionKey":"pk103b14b9","RowKey":"rk103b14b9","Timestamp":"2020-09-04T23:54:20.3238215Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.3548442Z''\"","PartitionKey":"pk103b14b9","RowKey":"test2","Timestamp":"2020-09-04T23:54:20.3548442Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable103b14b9","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.9016213Z''\"","PartitionKey":"pk103b14b9","RowKey":"rk103b14b9","Timestamp":"2020-09-16T21:52:06.9016213Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A06.9336424Z''\"","PartitionKey":"pk103b14b9","RowKey":"test2","Timestamp":"2020-09-16T21:52:06.9336424Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:19 GMT + date: Wed, 16 Sep 2020 21:52:06 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -147,18 +147,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable103b14b9() + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable103b14b9() - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -169,12 +169,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:19 GMT + date: Wed, 16 Sep 2020 21:52:06 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable103b14b9') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable103b14b9') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_unicode_property_value.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_unicode_property_value.yaml index 2e647bf6a0aa..67cd606170dc 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_unicode_property_value.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_unicode_property_value.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:06 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: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:06 GMT location: https://storagename.table.core.windows.net/Tables('uttable259e1535') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk259e1535", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk259e1535", "RowKey@odata.type": "Edm.String", "Description": "\ua015", @@ -50,23 +50,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable259e1535 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable259e1535/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.5918276Z''\"","PartitionKey":"pk259e1535","RowKey":"rk259e1535","Timestamp":"2020-09-04T23:54:20.5918276Z","Description":"\ua015"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable259e1535/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A07.1643603Z''\"","PartitionKey":"pk259e1535","RowKey":"rk259e1535","Timestamp":"2020-09-16T21:52:07.1643603Z","Description":"\ua015"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.5918276Z'" + date: Wed, 16 Sep 2020 21:52:06 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A07.1643603Z'" location: https://storagename.table.core.windows.net/uttable259e1535(PartitionKey='pk259e1535',RowKey='rk259e1535') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -75,7 +75,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable259e1535 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable259e1535 - request: body: '{"PartitionKey": "pk259e1535", "PartitionKey@odata.type": "Edm.String", "RowKey": "test2", "RowKey@odata.type": "Edm.String", "Description": "\ua015", @@ -90,23 +90,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable259e1535 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable259e1535/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.6238503Z''\"","PartitionKey":"pk259e1535","RowKey":"test2","Timestamp":"2020-09-04T23:54:20.6238503Z","Description":"\ua015"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable259e1535/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A07.1943805Z''\"","PartitionKey":"pk259e1535","RowKey":"test2","Timestamp":"2020-09-16T21:52:07.1943805Z","Description":"\ua015"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.6238503Z'" + date: Wed, 16 Sep 2020 21:52:06 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A07.1943805Z'" location: https://storagename.table.core.windows.net/uttable259e1535(PartitionKey='pk259e1535',RowKey='test2') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -115,7 +115,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable259e1535 + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable259e1535 - request: body: null headers: @@ -124,22 +124,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable259e1535() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable259e1535","value":[{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.5918276Z''\"","PartitionKey":"pk259e1535","RowKey":"rk259e1535","Timestamp":"2020-09-04T23:54:20.5918276Z","Description":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.6238503Z''\"","PartitionKey":"pk259e1535","RowKey":"test2","Timestamp":"2020-09-04T23:54:20.6238503Z","Description":"\ua015"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable259e1535","value":[{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A07.1643603Z''\"","PartitionKey":"pk259e1535","RowKey":"rk259e1535","Timestamp":"2020-09-16T21:52:07.1643603Z","Description":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A07.1943805Z''\"","PartitionKey":"pk259e1535","RowKey":"test2","Timestamp":"2020-09-16T21:52:07.1943805Z","Description":"\ua015"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:06 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -147,18 +147,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable259e1535() + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable259e1535() - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -169,12 +169,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:06 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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable259e1535') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable259e1535') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity.yaml index bf29fc1ac349..47476acb8610 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 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: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:07 GMT location: https://storagename.table.core.windows.net/Tables('uttable75d9116d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk75d9116d", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk75d9116d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable75d9116d response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable75d9116d/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.8620423Z''\"","PartitionKey":"pk75d9116d","RowKey":"rk75d9116d","Timestamp":"2020-09-04T23:54:20.8620423Z","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://storagename.table.core.windows.net/$metadata#uttable75d9116d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A07.4312838Z''\"","PartitionKey":"pk75d9116d","RowKey":"rk75d9116d","Timestamp":"2020-09-16T21:52:07.4312838Z","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: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.8620423Z'" + date: Wed, 16 Sep 2020 21:52:07 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A07.4312838Z'" location: https://storagename.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable75d9116d + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable75d9116d - request: body: '{"PartitionKey": "pk75d9116d", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk75d9116d", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,13 +96,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: PUT @@ -113,15 +113,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.8956028Z'" + date: Wed, 16 Sep 2020 21:52:07 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A07.4701158Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') - request: body: null headers: @@ -130,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable75d9116d/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A20.8956028Z''\"","PartitionKey":"pk75d9116d","RowKey":"rk75d9116d","Timestamp":"2020-09-04T23:54:20.8956028Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable75d9116d/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A07.4701158Z''\"","PartitionKey":"pk75d9116d","RowKey":"rk75d9116d","Timestamp":"2020-09-16T21:52:07.4701158Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A20.8956028Z'" + date: Wed, 16 Sep 2020 21:52:07 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A07.4701158Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -154,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52: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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable75d9116d') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable75d9116d') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_not_existing.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_not_existing.yaml index 02f530eb2972..14297be8d94d 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_not_existing.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_not_existing.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:20 GMT + - Wed, 16 Sep 2020 21:52:07 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: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:07 GMT location: https://storagename.table.core.windows.net/Tables('uttable7e8316e7') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk7e8316e7", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk7e8316e7", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -52,13 +52,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT If-Match: - '*' User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: PUT @@ -66,11 +66,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:7c1fadc0-c002-0002-4916-832191000000\nTime:2020-09-04T23:54:21.1465286Z"}}}' + specified resource does not exist.\nRequestId:44366923-2002-003f-6573-8cdfdb000000\nTime:2020-09-16T21:52:07.7046510Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:07 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -78,18 +78,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7e8316e7(PartitionKey='pk7e8316e7',RowKey='rk7e8316e7') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable7e8316e7(PartitionKey='pk7e8316e7',RowKey='rk7e8316e7') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -100,12 +100,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52: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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable7e8316e7') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable7e8316e7') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_with_if_doesnt_match.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_with_if_doesnt_match.yaml index 1a09d7a8ce18..e099f66089f3 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_with_if_doesnt_match.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_with_if_doesnt_match.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 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: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:06 GMT location: https://storagename.table.core.windows.net/Tables('uttable42cf1a0e') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pk42cf1a0e", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk42cf1a0e", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttable42cf1a0e response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable42cf1a0e/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A21.3613442Z''\"","PartitionKey":"pk42cf1a0e","RowKey":"rk42cf1a0e","Timestamp":"2020-09-04T23:54:21.3613442Z","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://storagename.table.core.windows.net/$metadata#uttable42cf1a0e/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A07.9073802Z''\"","PartitionKey":"pk42cf1a0e","RowKey":"rk42cf1a0e","Timestamp":"2020-09-16T21:52:07.9073802Z","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: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A21.3613442Z'" + date: Wed, 16 Sep 2020 21:52:07 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A07.9073802Z'" location: https://storagename.table.core.windows.net/uttable42cf1a0e(PartitionKey='pk42cf1a0e',RowKey='rk42cf1a0e') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42cf1a0e + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42cf1a0e - request: body: '{"PartitionKey": "pk42cf1a0e", "PartitionKey@odata.type": "Edm.String", "RowKey": "rk42cf1a0e", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,13 +96,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT If-Match: - W/"datetime'2012-06-15T22%3A51%3A44.9662825Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: PUT @@ -110,11 +110,11 @@ interactions: response: body: string: '{"odata.error":{"code":"UpdateConditionNotSatisfied","message":{"lang":"en-US","value":"The - update condition specified in the request was not satisfied.\nRequestId:4c727900-8002-0027-5916-83b922000000\nTime:2020-09-04T23:54:21.3973703Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:7d58ad9f-4002-0024-2773-8cf149000000\nTime:2020-09-16T21:52:07.9494102Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:07 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -122,18 +122,18 @@ interactions: status: code: 412 message: Precondition Failed - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42cf1a0e(PartitionKey='pk42cf1a0e',RowKey='rk42cf1a0e') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttable42cf1a0e(PartitionKey='pk42cf1a0e',RowKey='rk42cf1a0e') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -144,12 +144,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52: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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable42cf1a0e') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttable42cf1a0e') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_with_if_matches.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_with_if_matches.yaml index cd4d347a38c8..48ecebecfe82 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_with_if_matches.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity_async.test_update_entity_with_if_matches.yaml @@ -11,11 +11,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:07 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: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52:07 GMT location: https://storagename.table.core.windows.net/Tables('uttablec46617fa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,7 +35,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables - request: body: '{"PartitionKey": "pkc46617fa", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkc46617fa", "RowKey@odata.type": "Edm.String", "age": 39, "sex": @@ -54,23 +54,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT x-ms-version: - '2019-02-02' method: POST uri: https://storagename.table.core.windows.net/uttablec46617fa response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec46617fa/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A21.5958936Z''\"","PartitionKey":"pkc46617fa","RowKey":"rkc46617fa","Timestamp":"2020-09-04T23:54:21.5958936Z","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://storagename.table.core.windows.net/$metadata#uttablec46617fa/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A08.1771924Z''\"","PartitionKey":"pkc46617fa","RowKey":"rkc46617fa","Timestamp":"2020-09-16T21:52:08.1771924Z","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: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A21.5958936Z'" + date: Wed, 16 Sep 2020 21:52:07 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A08.1771924Z'" location: https://storagename.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -79,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec46617fa + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablec46617fa - request: body: '{"PartitionKey": "pkc46617fa", "PartitionKey@odata.type": "Edm.String", "RowKey": "rkc46617fa", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": @@ -96,13 +96,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT If-Match: - - W/"datetime'2020-09-04T23%3A54%3A21.5958936Z'" + - W/"datetime'2020-09-16T21%3A52%3A08.1771924Z'" User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT x-ms-version: - '2019-02-02' method: PUT @@ -113,15 +113,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A21.636124Z'" + date: Wed, 16 Sep 2020 21:52:07 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A08.2156267Z'" 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://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') - request: body: null headers: @@ -130,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec46617fa/@Element","odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A21.636124Z''\"","PartitionKey":"pkc46617fa","RowKey":"rkc46617fa","Timestamp":"2020-09-04T23:54:21.636124Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablec46617fa/@Element","odata.etag":"W/\"datetime''2020-09-16T21%3A52%3A08.2156267Z''\"","PartitionKey":"pkc46617fa","RowKey":"rkc46617fa","Timestamp":"2020-09-16T21:52:08.2156267Z","age":"abc","birthday@odata.type":"Edm.DateTime","birthday":"1991-10-04T00:00:00Z","sex":"female","sign":"aquarius"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Fri, 04 Sep 2020 23:54:20 GMT - etag: W/"datetime'2020-09-04T23%3A54%3A21.636124Z'" + date: Wed, 16 Sep 2020 21:52:07 GMT + etag: W/"datetime'2020-09-16T21%3A52%3A08.2156267Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -154,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') - request: body: null headers: Accept: - application/json Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Fri, 04 Sep 2020 23:54:20 GMT + date: Wed, 16 Sep 2020 21:52: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://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablec46617fa') + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/Tables('uttablec46617fa') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_retention_too_long.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_retention_too_long.yaml index a175fd5605ac..8bbad992b135 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_retention_too_long.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_retention_too_long.yaml @@ -15,11 +15,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT x-ms-version: - '2019-02-02' method: PUT @@ -29,16 +29,16 @@ interactions: string: 'InvalidXmlDocumentXML specified is not syntactically valid. - RequestId:387e7202-3002-0071-5816-835152000000 + RequestId:881e7ef3-5002-0074-5f73-8cee41000000 - Time:2020-09-04T23:54:21.8864855Z' + Time:2020-09-16T21:52:08.4760441Z' headers: content-length: - '327' content-type: - application/xml date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_cors.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_cors.yaml index 4319f834dee3..662083ff387c 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_cors.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_cors.yaml @@ -16,11 +16,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT x-ms-version: - '2019-02-02' method: PUT @@ -30,7 +30,7 @@ interactions: string: '' headers: date: - - Fri, 04 Sep 2020 23:54:21 GMT + - Wed, 16 Sep 2020 21:52:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -50,24 +50,24 @@ interactions: Connection: - keep-alive Date: - - Fri, 04 Sep 2020 23:54:52 GMT + - Wed, 16 Sep 2020 21:52:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:52 GMT + - Wed, 16 Sep 2020 21:52:38 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/?restype=service&comp=properties response: body: - string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue71.0falsefalseGETwww.xyz.com1.0falsetruefalsefalse1.0truetruetrue71.0truetruetrue5GETwww.xyz.com0GET,PUTwww.xyz.com,www.ab.com,www.bc.comx-ms-meta-xyz,x-ms-meta-foo,x-ms-meta-data*,x-ms-meta-target*x-ms-meta-abc,x-ms-meta-bcd,x-ms-meta-data*,x-ms-meta-source*500" headers: content-type: - application/xml date: - - Fri, 04 Sep 2020 23:54:51 GMT + - Wed, 16 Sep 2020 21:52:38 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_service_properties.test_set_hour_metrics.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_hour_metrics.yaml index 5c0261066b76..37d3feabaed7 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_hour_metrics.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_hour_metrics.yaml @@ -15,11 +15,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:54:52 GMT + - Wed, 16 Sep 2020 21:52:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:54:52 GMT + - Wed, 16 Sep 2020 21:52:38 GMT x-ms-version: - '2019-02-02' method: PUT @@ -29,7 +29,7 @@ interactions: string: '' headers: date: - - Fri, 04 Sep 2020 23:54:51 GMT + - Wed, 16 Sep 2020 21:52:38 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -49,24 +49,24 @@ interactions: Connection: - keep-alive Date: - - Fri, 04 Sep 2020 23:55:22 GMT + - Wed, 16 Sep 2020 21:53:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:55:22 GMT + - Wed, 16 Sep 2020 21:53:09 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/?restype=service&comp=properties response: body: - string: "\uFEFF1.0falsefalsefalsefalse1.0truetruetrue51.0falsefalseGETwww.xyz.com1.0falsetruefalsefalse1.0truetruetrue51.0truetruetrue5GETwww.xyz.com0GET,PUTwww.xyz.com,www.ab.com,www.bc.comx-ms-meta-xyz,x-ms-meta-foo,x-ms-meta-data*,x-ms-meta-target*x-ms-meta-abc,x-ms-meta-bcd,x-ms-meta-data*,x-ms-meta-source*500" headers: content-type: - application/xml date: - - Fri, 04 Sep 2020 23:55:21 GMT + - Wed, 16 Sep 2020 21:53:08 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_service_properties.test_set_logging.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_logging.yaml index 4796f57a6230..ffcc42a51a12 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_logging.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_logging.yaml @@ -15,11 +15,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:55:22 GMT + - Wed, 16 Sep 2020 21:53:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:55:22 GMT + - Wed, 16 Sep 2020 21:53:09 GMT x-ms-version: - '2019-02-02' method: PUT @@ -29,7 +29,7 @@ interactions: string: '' headers: date: - - Fri, 04 Sep 2020 23:55:22 GMT + - Wed, 16 Sep 2020 21:53:09 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -49,24 +49,24 @@ interactions: Connection: - keep-alive Date: - - Fri, 04 Sep 2020 23:55:53 GMT + - Wed, 16 Sep 2020 21:53:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:55:53 GMT + - Wed, 16 Sep 2020 21:53:39 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/?restype=service&comp=properties response: body: - string: "\uFEFF1.0truetruetruetrue51.0truetruetrue51.0falsefalseGETwww.xyz.com1.0truetruetruetrue51.0truetruetrue51.0truetruetrue5GETwww.xyz.com0GET,PUTwww.xyz.com,www.ab.com,www.bc.comx-ms-meta-xyz,x-ms-meta-foo,x-ms-meta-data*,x-ms-meta-target*x-ms-meta-abc,x-ms-meta-bcd,x-ms-meta-data*,x-ms-meta-source*500" headers: content-type: - application/xml date: - - Fri, 04 Sep 2020 23:55:52 GMT + - Wed, 16 Sep 2020 21:53:39 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_service_properties.test_set_minute_metrics.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_minute_metrics.yaml index 7f8f2bd56c9e..3dcb03939853 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_minute_metrics.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_set_minute_metrics.yaml @@ -15,11 +15,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:55:53 GMT + - Wed, 16 Sep 2020 21:53:39 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:55:53 GMT + - Wed, 16 Sep 2020 21:53:39 GMT x-ms-version: - '2019-02-02' method: PUT @@ -29,7 +29,7 @@ interactions: string: '' headers: date: - - Fri, 04 Sep 2020 23:55:53 GMT + - Wed, 16 Sep 2020 21:53:39 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -49,11 +49,11 @@ interactions: Connection: - keep-alive Date: - - Fri, 04 Sep 2020 23:56:23 GMT + - Wed, 16 Sep 2020 21:54:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:56:23 GMT + - Wed, 16 Sep 2020 21:54:09 GMT x-ms-version: - '2019-02-02' method: GET @@ -66,7 +66,7 @@ interactions: content-type: - application/xml date: - - Fri, 04 Sep 2020 23:56:23 GMT + - Wed, 16 Sep 2020 21:54:09 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_service_properties.test_table_service_properties.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_table_service_properties.yaml index 6c98e80c25a3..10d840b9082f 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_table_service_properties.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_table_service_properties.yaml @@ -16,11 +16,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:56:23 GMT + - Wed, 16 Sep 2020 21:54:09 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:56:23 GMT + - Wed, 16 Sep 2020 21:54:09 GMT x-ms-version: - '2019-02-02' method: PUT @@ -30,7 +30,7 @@ interactions: string: '' headers: date: - - Fri, 04 Sep 2020 23:56:23 GMT + - Wed, 16 Sep 2020 21:54:09 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -50,11 +50,11 @@ interactions: Connection: - keep-alive Date: - - Fri, 04 Sep 2020 23:56:54 GMT + - Wed, 16 Sep 2020 21:54:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:56:54 GMT + - Wed, 16 Sep 2020 21:54:40 GMT x-ms-version: - '2019-02-02' method: GET @@ -67,7 +67,7 @@ interactions: content-type: - application/xml date: - - Fri, 04 Sep 2020 23:56:53 GMT + - Wed, 16 Sep 2020 21:54:39 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_service_properties.test_too_many_cors_rules.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_too_many_cors_rules.yaml index 27b4443007ec..88692bba1810 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_too_many_cors_rules.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties.test_too_many_cors_rules.yaml @@ -21,11 +21,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:56:54 GMT + - Wed, 16 Sep 2020 21:54:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:56:54 GMT + - Wed, 16 Sep 2020 21:54:40 GMT x-ms-version: - '2019-02-02' method: PUT @@ -35,16 +35,16 @@ interactions: string: 'InvalidXmlDocumentXML specified is not syntactically valid. - RequestId:575ef8cf-1002-006d-5917-838945000000 + RequestId:837c562e-e002-000b-5173-8c7073000000 - Time:2020-09-04T23:56:54.4888274Z' + Time:2020-09-16T21:54:40.7127001Z' headers: content-length: - '327' content-type: - application/xml date: - - Fri, 04 Sep 2020 23:56:54 GMT + - Wed, 16 Sep 2020 21:54:40 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: 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 b09afbe4c5c7..beb1a9876b84 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 @@ -4,18 +4,20 @@ interactions: 1.0truetruetrue366' headers: + Accept: + - application/xml Content-Length: - '273' Content-Type: - application/xml Date: - - Tue, 11 Aug 2020 15:51:18 GMT + - Wed, 16 Sep 2020 21:54:40 GMT User-Agent: - - azsdk-python-storage-table/2019-07-07 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 11 Aug 2020 15:51:18 GMT + - Wed, 16 Sep 2020 21:54:40 GMT x-ms-version: - - '2019-07-07' + - '2019-02-02' method: PUT uri: https://storagename.table.core.windows.net/?restype=service&comp=properties response: @@ -23,18 +25,18 @@ interactions: string: 'InvalidXmlDocumentXML specified is not syntactically valid. - RequestId:68177ab8-2002-0017-1ef7-6fca69000000 + RequestId:91edb172-0002-0028-5173-8c1fb8000000 - Time:2020-08-11T15:51:21.0443126Z' + Time:2020-09-16T21:54:40.8926916Z' headers: content-length: '327' content-type: application/xml - date: Tue, 11 Aug 2020 15:51:20 GMT + date: Wed, 16 Sep 2020 21:54:40 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: InvalidXmlDocument - x-ms-version: '2019-07-07' + x-ms-version: '2019-02-02' status: code: 400 message: XML specified is not syntactically valid. - url: https://pyacrstorage6jyx4hvspyg2.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.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_set_cors_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_cors_async.yaml index ccf0c21bcd17..f224774c6a33 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_cors_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_cors_async.yaml @@ -12,11 +12,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:56:54 GMT + - Wed, 16 Sep 2020 21:54:40 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:56:54 GMT + - Wed, 16 Sep 2020 21:54:40 GMT x-ms-version: - '2019-02-02' method: PUT @@ -25,25 +25,25 @@ interactions: body: string: '' headers: - date: Fri, 04 Sep 2020 23:56:54 GMT + date: Wed, 16 Sep 2020 21:54:40 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2019-02-02' status: code: 202 message: Accepted - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Fri, 04 Sep 2020 23:57:24 GMT + - Wed, 16 Sep 2020 21:55:11 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:57:24 GMT + - Wed, 16 Sep 2020 21:55:11 GMT x-ms-version: - '2019-02-02' method: GET @@ -54,7 +54,7 @@ interactions: />0GET,PUTwww.xyz.com,www.ab.com,www.bc.comx-ms-meta-xyz,x-ms-meta-foo,x-ms-meta-data*,x-ms-meta-target*x-ms-meta-abc,x-ms-meta-bcd,x-ms-meta-data*,x-ms-meta-source*500" headers: content-type: application/xml - date: Fri, 04 Sep 2020 23:57:24 GMT + date: Wed, 16 Sep 2020 21:55:10 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked vary: Origin @@ -62,5 +62,5 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.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_set_hour_metrics_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_hour_metrics_async.yaml index 5228f02c0610..a0624922a940 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_hour_metrics_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_hour_metrics_async.yaml @@ -11,11 +11,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:57:24 GMT + - Wed, 16 Sep 2020 21:55:11 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:57:24 GMT + - Wed, 16 Sep 2020 21:55:11 GMT x-ms-version: - '2019-02-02' method: PUT @@ -24,25 +24,25 @@ interactions: body: string: '' headers: - date: Fri, 04 Sep 2020 23:57:24 GMT + date: Wed, 16 Sep 2020 21:55:11 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2019-02-02' status: code: 202 message: Accepted - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Fri, 04 Sep 2020 23:57:55 GMT + - Wed, 16 Sep 2020 21:55:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:57:55 GMT + - Wed, 16 Sep 2020 21:55:41 GMT x-ms-version: - '2019-02-02' method: GET @@ -53,7 +53,7 @@ interactions: />0GET,PUTwww.xyz.com,www.ab.com,www.bc.comx-ms-meta-xyz,x-ms-meta-foo,x-ms-meta-data*,x-ms-meta-target*x-ms-meta-abc,x-ms-meta-bcd,x-ms-meta-data*,x-ms-meta-source*500" headers: content-type: application/xml - date: Fri, 04 Sep 2020 23:57:55 GMT + date: Wed, 16 Sep 2020 21:55:41 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked vary: Origin @@ -61,5 +61,5 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.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_set_logging_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_logging_async.yaml index dfd405c9ce78..c6e7719e9bca 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_logging_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_logging_async.yaml @@ -11,11 +11,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:57:55 GMT + - Wed, 16 Sep 2020 21:55:41 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:57:55 GMT + - Wed, 16 Sep 2020 21:55:41 GMT x-ms-version: - '2019-02-02' method: PUT @@ -24,25 +24,25 @@ interactions: body: string: '' headers: - date: Fri, 04 Sep 2020 23:57:54 GMT + date: Wed, 16 Sep 2020 21:55:42 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2019-02-02' status: code: 202 message: Accepted - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Fri, 04 Sep 2020 23:58:25 GMT + - Wed, 16 Sep 2020 21:56:12 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:58:25 GMT + - Wed, 16 Sep 2020 21:56:12 GMT x-ms-version: - '2019-02-02' method: GET @@ -53,7 +53,7 @@ interactions: />0GET,PUTwww.xyz.com,www.ab.com,www.bc.comx-ms-meta-xyz,x-ms-meta-foo,x-ms-meta-data*,x-ms-meta-target*x-ms-meta-abc,x-ms-meta-bcd,x-ms-meta-data*,x-ms-meta-source*500" headers: content-type: application/xml - date: Fri, 04 Sep 2020 23:58:25 GMT + date: Wed, 16 Sep 2020 21:56:11 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked vary: Origin @@ -61,5 +61,5 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.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_set_minute_metrics_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_minute_metrics_async.yaml index 8c88e2dff954..03b9851369c4 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_minute_metrics_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_minute_metrics_async.yaml @@ -11,11 +11,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:58:25 GMT + - Wed, 16 Sep 2020 21:56:12 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:58:25 GMT + - Wed, 16 Sep 2020 21:56:12 GMT x-ms-version: - '2019-02-02' method: PUT @@ -24,25 +24,25 @@ interactions: body: string: '' headers: - date: Fri, 04 Sep 2020 23:58:25 GMT + date: Wed, 16 Sep 2020 21:56:12 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2019-02-02' status: code: 202 message: Accepted - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Fri, 04 Sep 2020 23:58:56 GMT + - Wed, 16 Sep 2020 21:56:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:58:56 GMT + - Wed, 16 Sep 2020 21:56:42 GMT x-ms-version: - '2019-02-02' method: GET @@ -53,7 +53,7 @@ interactions: />0GET,PUTwww.xyz.com,www.ab.com,www.bc.comx-ms-meta-xyz,x-ms-meta-foo,x-ms-meta-data*,x-ms-meta-target*x-ms-meta-abc,x-ms-meta-bcd,x-ms-meta-data*,x-ms-meta-source*500" headers: content-type: application/xml - date: Fri, 04 Sep 2020 23:58:55 GMT + date: Wed, 16 Sep 2020 21:56:42 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked vary: Origin @@ -61,5 +61,5 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.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_table_service_properties_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_table_service_properties_async.yaml index f555fc40bef0..f4993e6707a7 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_table_service_properties_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_table_service_properties_async.yaml @@ -12,11 +12,11 @@ interactions: Content-Type: - application/xml Date: - - Fri, 04 Sep 2020 23:58:56 GMT + - Wed, 16 Sep 2020 21:56:42 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:58:56 GMT + - Wed, 16 Sep 2020 21:56:42 GMT x-ms-version: - '2019-02-02' method: PUT @@ -25,25 +25,25 @@ interactions: body: string: '' headers: - date: Fri, 04 Sep 2020 23:58:56 GMT + date: Wed, 16 Sep 2020 21:56:42 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2019-02-02' status: code: 202 message: Accepted - url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Fri, 04 Sep 2020 23:59:26 GMT + - Wed, 16 Sep 2020 21:57:12 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:59:26 GMT + - Wed, 16 Sep 2020 21:57:12 GMT x-ms-version: - '2019-02-02' method: GET @@ -54,12 +54,12 @@ interactions: />" headers: content-type: application/xml - date: Fri, 04 Sep 2020 23:59:26 GMT + date: Wed, 16 Sep 2020 21:57:12 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://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstoragewrla36mtikyp.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 new file mode 100644 index 000000000000..0253a3e9b9a3 --- /dev/null +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_too_many_cors_rules_async.yaml @@ -0,0 +1,48 @@ +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: + - Wed, 16 Sep 2020 21:57:12 GMT + User-Agent: + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Wed, 16 Sep 2020 21:57:12 GMT + x-ms-version: + - '2019-02-02' + method: PUT + uri: https://storagename.table.core.windows.net/?restype=service&comp=properties + response: + body: + string: 'InvalidXmlDocumentXML specified is not syntactically valid. + + RequestId:cdec74f1-a002-0025-6174-8cf0b4000000 + + Time:2020-09-16T21:57:13.1736600Z' + headers: + content-length: '327' + content-type: application/xml + date: Wed, 16 Sep 2020 21:57:12 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 +version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats.test_table_service_stats_f.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats.test_table_service_stats_f.yaml index be179da332f8..3dfd7d26aebf 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats.test_table_service_stats_f.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats.test_table_service_stats_f.yaml @@ -9,24 +9,23 @@ interactions: Connection: - keep-alive Date: - - Fri, 04 Sep 2020 23:59:46 GMT + - Wed, 16 Sep 2020 21:57:32 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Fri, 04 Sep 2020 23:59:46 GMT + - Wed, 16 Sep 2020 21:57:32 GMT x-ms-version: - '2019-02-02' method: GET uri: https://pyacrstoragestorname-secondary.table.core.windows.net/?restype=service&comp=stats response: body: - string: "\uFEFFliveFri, - 04 Sep 2020 23:57:28 GMT" + string: "\uFEFFunavailable" headers: content-type: - application/xml date: - - Fri, 04 Sep 2020 23:59:46 GMT + - Wed, 16 Sep 2020 21:57:33 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_service_stats.test_table_service_stats_when_unavailable.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats.test_table_service_stats_when_unavailable.yaml index 51c1c07c2a31..032e386f5d78 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats.test_table_service_stats_when_unavailable.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats.test_table_service_stats_when_unavailable.yaml @@ -9,11 +9,11 @@ interactions: Connection: - keep-alive Date: - - Sat, 05 Sep 2020 00:00:08 GMT + - Wed, 16 Sep 2020 21:57:55 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:00:08 GMT + - Wed, 16 Sep 2020 21:57:55 GMT x-ms-version: - '2019-02-02' method: GET @@ -25,7 +25,7 @@ interactions: content-type: - application/xml date: - - Sat, 05 Sep 2020 00:00:08 GMT + - Wed, 16 Sep 2020 21:57:55 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_service_stats_async.test_table_service_stats_f_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_async.test_table_service_stats_f_async.yaml index 7f2948934543..6361e9f6e28b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_async.test_table_service_stats_f_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_async.test_table_service_stats_f_async.yaml @@ -5,11 +5,11 @@ interactions: Accept: - application/xml Date: - - Sat, 05 Sep 2020 00:00:30 GMT + - Wed, 16 Sep 2020 21:58:16 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:00:30 GMT + - Wed, 16 Sep 2020 21:58:16 GMT x-ms-version: - '2019-02-02' method: GET @@ -19,12 +19,12 @@ interactions: string: "\uFEFFunavailable" headers: content-type: application/xml - date: Sat, 05 Sep 2020 00:00:30 GMT + date: Wed, 16 Sep 2020 21:58:16 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://pyacrstorageilbwkahw6juj-secondary.table.core.windows.net/?restype=service&comp=stats + url: https://pyacrstoragemxivwppgccaw-secondary.table.core.windows.net/?restype=service&comp=stats version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_async.test_table_service_stats_when_unavailable_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_async.test_table_service_stats_when_unavailable_async.yaml index d9333e550092..a54e41e0544b 100644 --- a/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_async.test_table_service_stats_when_unavailable_async.yaml +++ b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_stats_async.test_table_service_stats_when_unavailable_async.yaml @@ -5,11 +5,11 @@ interactions: Accept: - application/xml Date: - - Sat, 05 Sep 2020 00:00:52 GMT + - Wed, 16 Sep 2020 21:58:38 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b2 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Sat, 05 Sep 2020 00:00:52 GMT + - Wed, 16 Sep 2020 21:58:38 GMT x-ms-version: - '2019-02-02' method: GET @@ -19,12 +19,12 @@ interactions: string: "\uFEFFunavailable" headers: content-type: application/xml - date: Sat, 05 Sep 2020 00:00:53 GMT + date: Wed, 16 Sep 2020 21:58:38 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://pyacrstorage2k5qjvtcg7oi-secondary.table.core.windows.net/?restype=service&comp=stats + url: https://pyacrstorage4wq73yk5234v-secondary.table.core.windows.net/?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 bc0414f759b7..a8bdb7f0fe8e 100644 --- a/sdk/tables/azure-data-tables/tests/test_table.py +++ b/sdk/tables/azure-data-tables/tests/test_table.py @@ -9,13 +9,11 @@ import sys import locale import os -from azure.data.tables import TableServiceClient, TableItem from datetime import ( datetime, timedelta, ) - from azure.data.tables import ( ResourceTypes, AccountSasPermissions, @@ -25,24 +23,26 @@ UpdateMode, AccessPolicy, TableAnalyticsLogging, - Metrics + Metrics, + TableServiceClient, + TableItem ) +from azure.data.tables._authentication import SharedKeyCredentialPolicy +from azure.data.tables._table_shared_access_signature import generate_account_sas from azure.core.pipeline import Pipeline from azure.core.pipeline.policies import ( HeadersPolicy, ContentDecodePolicy, ) - -from _shared.testcase import TableTestCase, GlobalStorageAccountPreparer -from azure.data.tables._authentication import SharedKeyCredentialPolicy from azure.core.pipeline.transport import RequestsTransport from azure.core.exceptions import ( HttpResponseError, ResourceNotFoundError, ResourceExistsError) +from _shared.testcase import TableTestCase, GlobalStorageAccountPreparer + # ------------------------------------------------------------------------------ -from azure.data.tables._table_shared_access_signature import generate_account_sas TEST_TABLE_PREFIX = 'pytablesync' @@ -86,7 +86,6 @@ def _delete_table(self, ts, table): pass # --Test cases for tables -------------------------------------------------- - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_properties(self, resource_group, location, storage_account, storage_account_key): # # Arrange @@ -109,7 +108,6 @@ def test_create_properties(self, resource_group, location, storage_account, stor ps = ts.get_service_properties() ts.delete_table(table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_table(self, resource_group, location, storage_account, storage_account_key): # # Arrange @@ -124,7 +122,6 @@ def test_create_table(self, resource_group, location, storage_account, storage_a assert created.table_name == table_name ts.delete_table(table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_table_fail_on_exist(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -210,7 +207,6 @@ def test_list_tables(self, resource_group, location, storage_account, storage_ac self.assertIsNotNone(tables[0]) ts.delete_table(t.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_query_tables_with_filter(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -229,7 +225,6 @@ def test_query_tables_with_filter(self, resource_group, location, storage_accoun self.assertEqual(len(tables), 1) ts.delete_table(t.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_query_tables_with_num_results(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -251,9 +246,8 @@ def test_query_tables_with_num_results(self, resource_group, location, storage_a self.assertEqual(len(small_page), 3) self.assertGreaterEqual(len(big_page), 4) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() - def test_query_tables_with_marker(self, resource_group, location, storage_account, storage_account_key): + def test_list_tables_with_marker(self, resource_group, location, storage_account, storage_account_key): # Arrange ts = TableServiceClient(self.account_url(storage_account, "table"), storage_account_key) prefix = 'listtable' @@ -261,8 +255,6 @@ def test_query_tables_with_marker(self, resource_group, location, storage_accoun for i in range(0, 4): self._create_table(ts, prefix + str(i), table_names) - # table_names.sort() - # Act generator1 = ts.list_tables(results_per_page=2).by_page() next(generator1) @@ -278,7 +270,6 @@ def test_query_tables_with_marker(self, resource_group, location, storage_accoun self.assertEqual(len(tables2), 2) self.assertNotEqual(tables1, tables2) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_delete_table_with_existing_table(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -293,7 +284,6 @@ def test_delete_table_with_existing_table(self, resource_group, location, storag self.assertIsNone(deleted) self.assertEqual(len(existing), 0) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_delete_table_with_non_existing_table_fail_not_exist(self, resource_group, location, storage_account, storage_account_key): @@ -307,24 +297,22 @@ def test_delete_table_with_non_existing_table_fail_not_exist(self, resource_grou # Assert - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_unicode_create_table_unicode_name(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") if 'cosmos' in url: - pytest.skip("Cosmos URLs support unicode table names") + pytest.skip("Cosmos URLs do notsupport unicode table names") ts = TableServiceClient(url, storage_account_key) table_name = u'啊齄丂狛狜' # Act - with self.assertRaises(HttpResponseError): - # not supported - table name must be alphanumeric, lowercase + with self.assertRaises(ValueError) as excinfo: ts.create_table(table_name) - # Assert + 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") @GlobalStorageAccountPreparer() def test_get_table_acl(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -336,16 +324,13 @@ def test_get_table_acl(self, resource_group, location, storage_account, storage_ try: # Act acl = table.get_table_access_policy() - # acl = table.get_table_access_policy() # Assert self.assertIsNotNone(acl) self.assertEqual(len(acl), 0) finally: - # self._delete_table(table) ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, location, storage_account, storage_account_key): @@ -364,10 +349,8 @@ def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, locat self.assertIsNotNone(acl) self.assertEqual(len(acl), 0) finally: - # self._delete_table(table) ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_set_table_acl_with_empty_signed_identifier(self, resource_group, location, storage_account, storage_account_key): @@ -389,10 +372,8 @@ def test_set_table_acl_with_empty_signed_identifier(self, resource_group, locati self.assertIsNone(acl['empty'].expiry) self.assertIsNone(acl['empty'].start) finally: - # self._delete_table(table) ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_set_table_acl_with_signed_identifiers(self, resource_group, location, storage_account, storage_account_key): @@ -417,10 +398,8 @@ def test_set_table_acl_with_signed_identifiers(self, resource_group, location, s self.assertEqual(len(acl), 1) self.assertTrue('testid' in acl) finally: - # self._delete_table(table) ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_set_table_acl_too_many_ids(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -441,7 +420,6 @@ def test_set_table_acl_too_many_ids(self, resource_group, location, storage_acco finally: ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_account_sas(self, resource_group, location, storage_account, storage_account_key): @@ -493,7 +471,7 @@ def test_account_sas(self, resource_group, location, storage_account, storage_ac def test_locale(self, resource_group, location, storage_account, storage_account_key): # Arrange ts = TableServiceClient(self.account_url(storage_account, "table"), storage_account_key) - table = (self._get_table_reference()) + table = self._get_table_reference() init_locale = locale.getlocale() if os.name == "nt": culture = "Spanish_Spain" 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 2f26b4d33720..81c338a845fd 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_async.py @@ -9,8 +9,11 @@ from _shared.testcase import GlobalStorageAccountPreparer from azure.data.tables import ( AccessPolicy, + TableAnalyticsLogging, + Metrics, TableSasPermissions, ResourceTypes, + RetentionPolicy, AccountSasPermissions, TableItem ) @@ -48,30 +51,28 @@ async def _delete_table(self, ts, table): pass # --Test cases for tables -------------------------------------------------- - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() - def test_create_properties(self, resource_group, location, storage_account, storage_account_key): + async def test_create_properties(self, resource_group, location, storage_account, storage_account_key): # # Arrange ts = TableServiceClient(self.account_url(storage_account, "table"), storage_account_key) table_name = self._get_table_reference() # Act - created = ts.create_table(table_name) + created = await ts.create_table(table_name) # Assert assert created.table_name == table_name - properties = ts.get_service_properties() - ts.set_service_properties(analytics_logging=TableAnalyticsLogging(write=True)) + properties = await ts.get_service_properties() + await ts.set_service_properties(analytics_logging=TableAnalyticsLogging(write=True)) # have to wait for return to service - p = ts.get_service_properties() + p = await ts.get_service_properties() # have to wait for return to service - ts.set_service_properties(minute_metrics= Metrics(enabled=True, include_apis=True, + await ts.set_service_properties(minute_metrics= Metrics(enabled=True, include_apis=True, retention_policy=RetentionPolicy(enabled=True, days=5))) - ps = ts.get_service_properties() - ts.delete_table(table_name) + ps = await ts.get_service_properties() + await ts.delete_table(table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_create_table(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -85,7 +86,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") @GlobalStorageAccountPreparer() async def test_create_table_fail_on_exist(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -154,7 +154,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") @GlobalStorageAccountPreparer() async def test_list_tables(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -175,7 +174,6 @@ async def test_list_tables(self, resource_group, location, storage_account, stor self.assertIsNotNone(tables[0]) await ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_query_tables_with_filter(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -220,7 +218,6 @@ async def test_query_tables_with_num_results(self, resource_group, location, sto self.assertEqual(len(small_page), 3) self.assertGreaterEqual(len(big_page), 4) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_list_tables_with_num_results(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -242,7 +239,7 @@ async def test_list_tables_with_num_results(self, resource_group, location, stor self.assertEqual(len(small_page), 2) self.assertGreaterEqual(len(big_page), 4) - @pytest.mark.skip("pending") + # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_list_tables_with_marker(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -253,22 +250,28 @@ async def test_list_tables_with_marker(self, resource_group, location, storage_a await self._create_table(ts, prefix + str(i), table_names) # Act - generator1 = ts.list_tables(query_options=QueryOptions(top=2)).by_page() - tables1 = [] - async for el in await generator1: #.__anext__(): - 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:# .__anext__(): - 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 - self.assertEqual(len(tables1), 2) - self.assertEqual(len(tables2), 2) + self.assertEqual(tables1_len, 2) + self.assertEqual(tables2_len, 2) self.assertNotEqual(tables1, tables2) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_delete_table_with_existing_table(self, resource_group, location, storage_account, storage_account_key): @@ -277,15 +280,14 @@ async def test_delete_table_with_existing_table(self, resource_group, location, table = await self._create_table(ts) # Act - # deleted = table.delete_table() - deleted = await ts.delete_table(table_name=table.table_name) + await ts.delete_table(table_name=table.table_name) - # Assert - self.assertIsNone(deleted) - # existing = list(ts.query_tables("TableName eq '{}'".format(table.table_name))) - # self.assertEqual(existing, []) + existing = ts.query_tables("TableName eq '{}'".format(table.table_name)) + tables = [] + async for e in existing: + tables.append(e) + self.assertEqual(tables, []) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_delete_table_with_non_existing_table_fail_not_exist(self, resource_group, location, storage_account, storage_account_key): @@ -297,31 +299,23 @@ async def test_delete_table_with_non_existing_table_fail_not_exist(self, resourc with self.assertRaises(ResourceNotFoundError): await ts.delete_table(table_name) - # Assert - - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_unicode_create_table_unicode_name(self, resource_group, location, storage_account, storage_account_key): # Arrange url = self.account_url(storage_account, "table") if 'cosmos' in url: - pytest.skip("Cosmos URLs support unicode table names") + pytest.skip("Cosmos URLs do notsupport unicode table names") ts = TableServiceClient(url, storage_account_key) table_name = u'啊齄丂狛狜' # Act - # with self.assertRaises(HttpResponseError): - - with pytest.raises(ValueError) as excinfo: - await ts.create_table(table_name=table_name) - - assert "Table names must be alphanumeric, cannot begin with a number, and must be between 3-63 characters long.""" in str( - excinfo) + with self.assertRaises(ValueError) as excinfo: + await ts.create_table(table_name) - # Assert + 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") @GlobalStorageAccountPreparer() async def test_get_table_acl(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -333,16 +327,13 @@ async def test_get_table_acl(self, resource_group, location, storage_account, st try: # Act acl = await table.get_table_access_policy() - # acl = table.get_table_access_policy() # Assert self.assertIsNotNone(acl) self.assertEqual(len(acl), 0) finally: - # self._delete_table(table) await ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, location, storage_account, storage_account_key): @@ -364,7 +355,6 @@ async def test_set_table_acl_with_empty_signed_identifiers(self, resource_group, # self._delete_table(table) await ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_set_table_acl_with_none_signed_identifier(self, resource_group, location, storage_account, storage_account_key): @@ -389,7 +379,6 @@ async def test_set_table_acl_with_none_signed_identifier(self, resource_group, l # self._delete_table(table) await ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_set_table_acl_with_signed_identifiers(self, resource_group, location, storage_account, storage_account_key): @@ -417,7 +406,6 @@ async def test_set_table_acl_with_signed_identifiers(self, resource_group, locat # self._delete_table(table) await ts.delete_table(table.table_name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_set_table_acl_too_many_ids(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -438,7 +426,6 @@ async def test_set_table_acl_too_many_ids(self, resource_group, location, storag finally: await ts.delete_table(table.table_name) - @pytest.mark.skip("pending") @pytest.mark.live_test_only @GlobalStorageAccountPreparer() async def test_account_sas(self, resource_group, location, storage_account, storage_account_key): @@ -456,16 +443,16 @@ async def test_account_sas(self, resource_group, location, storage_account, stor 'RowKey': 'test1', 'text': 'hello', } - await table.upsert_insert_merge_entity(table_entity_properties=entity) + await table.upsert_entity(entity=entity) entity['RowKey'] = 'test2' - await table.upsert_insert_merge_entity(table_entity_properties=entity) + await table.upsert_entity(entity=entity) token = generate_account_sas( storage_account.name, storage_account_key, - resource_types=ResourceTypes(container=True), - permission=AccountSasPermissions(list=True), + resource_types=ResourceTypes(object=True), + permission=AccountSasPermissions(read=True), expiry=datetime.utcnow() + timedelta(hours=1), start=datetime.utcnow() - timedelta(minutes=1), ) @@ -475,12 +462,13 @@ async def test_account_sas(self, resource_group, location, storage_account, stor self.account_url(storage_account, "table"), credential=token, ) + sas_table = service.get_table_client(table.table_name) entities = [] - async for e in service.list_tables(): + async for e in sas_table.list_entities(): entities.append(e) # Assert - self.assertEqual(len(entities), 1) + self.assertEqual(len(entities), 2) self.assertEqual(entities[0].text.value, 'hello') self.assertEqual(entities[1].text.value, 'hello') finally: 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 b628b10cf508..93bca35e8a6f 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_batch.py +++ b/sdk/tables/azure-data-tables/tests/test_table_batch.py @@ -149,7 +149,6 @@ def _assert_updated_entity(self, entity): self.assertIsInstance(entity.timestamp, datetime) #--Test cases for batch --------------------------------------------- - def test_inferred_types(self): # Arrange # Act @@ -175,7 +174,6 @@ def test_inferred_types(self): self.assertEqual(entity.test7.type, EdmType.INT32) self.assertEqual(entity.test8.type, EdmType.INT64) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_batch_insert(self, resource_group, location, storage_account, storage_account_key): 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 3eff586b2e6a..18f3facd5f85 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_client.py +++ b/sdk/tables/azure-data-tables/tests/test_table_client.py @@ -50,7 +50,6 @@ def validate_standard_account_endpoints(self, service, account_name, account_key # ('{}-secondary.{}'.format(account_name, 'table.cosmos.azure.com') in service.secondary_endpoint)) # --Direct Parameters Test Cases -------------------------------------------- - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_key(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -64,7 +63,6 @@ def test_create_service_with_key(self, resource_group, location, storage_account self.validate_standard_account_endpoints(service, storage_account.name, storage_account_key) self.assertEqual(service.scheme, 'https') - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_connection_string(self, resource_group, location, storage_account, storage_account_key): @@ -77,7 +75,6 @@ def test_create_service_with_connection_string(self, resource_group, location, s self.validate_standard_account_endpoints(service, storage_account.name, storage_account_key) self.assertEqual(service.scheme, 'https') - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_sas(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -97,7 +94,6 @@ def test_create_service_with_sas(self, resource_group, location, storage_account self.assertTrue(service.url.endswith(self.sas_token)) self.assertIsNone(service.credential) - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_token(self, resource_group, location, storage_account, storage_account_key): url = self.account_url(storage_account, "table") @@ -116,7 +112,6 @@ def test_create_service_with_token(self, resource_group, location, storage_accou self.assertFalse(hasattr(service.credential, 'account_key')) self.assertTrue(hasattr(service.credential, 'get_token')) - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_token_and_http(self, resource_group, location, storage_account, storage_account_key): for service_type in SERVICES: @@ -125,7 +120,6 @@ def test_create_service_with_token_and_http(self, resource_group, location, stor url = self.account_url(storage_account, "table").replace('https', 'http') service_type(url, credential=self.token_credential, table_name='foo') - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_china(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -145,10 +139,7 @@ def test_create_service_china(self, resource_group, location, storage_account, s self.assertEqual(service.credential.account_key, storage_account_key) self.assertTrue(service._primary_endpoint.startswith( 'https://{}.{}.core.chinacloudapi.cn'.format(storage_account.name, "table"))) - # self.assertTrue(service.secondary_endpoint.startswith( - # 'https://{}-secondary.{}.core.chinacloudapi.cn'.format(storage_account.name, "table"))) - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_protocol(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -163,7 +154,6 @@ def test_create_service_protocol(self, resource_group, location, storage_account self.validate_standard_account_endpoints(service, storage_account.name, storage_account_key) self.assertEqual(service.scheme, 'http') - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_empty_key(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -174,10 +164,13 @@ def test_create_service_empty_key(self, resource_group, location, storage_accoun with self.assertRaises(ValueError) as e: test_service = service_type('testaccount', credential='', table_name='foo') + # test non-string account URL + with self.assertRaises(ValueError): + test_service = service_type(account_url=123456, credential=storage_account_key, table_name='foo') + self.assertEqual( str(e.exception), "You need to provide either a SAS token or an account shared key to authenticate.") - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_socket_timeout(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -196,7 +189,6 @@ def test_create_service_with_socket_timeout(self, resource_group, location, stor assert default_service._client._client._pipeline._transport.connection_config.timeout in [20, (20, 2000)] # --Connection String Test Cases -------------------------------------------- - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_connection_string_key(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -210,7 +202,6 @@ def test_create_service_with_connection_string_key(self, resource_group, locatio self.validate_standard_account_endpoints(service, storage_account.name, storage_account_key) self.assertEqual(service.scheme, 'https') - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_connection_string_sas(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -227,7 +218,6 @@ def test_create_service_with_connection_string_sas(self, resource_group, locatio self.assertTrue(service.url.endswith(self.sas_token)) self.assertIsNone(service.credential) - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() # TODO: Prepare Cosmos tables account def test_create_service_with_connection_string_cosmos(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -245,10 +235,8 @@ def test_create_service_with_connection_string_cosmos(self, resource_group, loca self.assertEqual(service.credential.account_name, storage_account.name) self.assertEqual(service.credential.account_key, storage_account_key) self.assertTrue(service._primary_endpoint.startswith('https://' + storage_account.name + '.table.cosmos.azure.com')) - # self.assertTrue(service.secondary_endpoint.startswith('https://' + storage_account.name + '-secondary.table.cosmos.azure.com')) self.assertEqual(service.scheme, 'https') - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_connection_string_endpoint_protocol(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -267,12 +255,8 @@ def test_create_service_with_connection_string_endpoint_protocol(self, resource_ self.assertTrue( service._primary_endpoint.startswith( 'http://{}.{}.core.chinacloudapi.cn'.format(storage_account.name, "table"))) - # self.assertTrue( - # service.secondary_endpoint.startswith( - # 'http://{}-secondary.{}.core.chinacloudapi.cn'.format(storage_account.name, "table"))) self.assertEqual(service.scheme, 'http') - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_connection_string_emulated(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -283,7 +267,6 @@ def test_create_service_with_connection_string_emulated(self, resource_group, lo with self.assertRaises(ValueError): service = service_type[0].from_connection_string(conn_string, table_name="foo") - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_connection_string_custom_domain(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -300,9 +283,7 @@ def test_create_service_with_connection_string_custom_domain(self, resource_grou self.assertEqual(service.credential.account_name, storage_account.name) self.assertEqual(service.credential.account_key, storage_account_key) self.assertTrue(service._primary_endpoint.startswith('https://www.mydomain.com')) - # self.assertTrue(service.secondary_endpoint.startswith('https://' + storage_account.name + '-secondary.table.core.windows.net')) - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_conn_str_custom_domain_trailing_slash(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -319,9 +300,7 @@ def test_create_service_with_conn_str_custom_domain_trailing_slash(self, resourc self.assertEqual(service.credential.account_name, storage_account.name) self.assertEqual(service.credential.account_key, storage_account_key) self.assertTrue(service._primary_endpoint.startswith('https://www.mydomain.com')) - # self.assertTrue(service.secondary_endpoint.startswith('https://' + storage_account.name + '-secondary.table.core.windows.net')) - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_conn_str_custom_domain_sec_override(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -339,9 +318,7 @@ def test_create_service_with_conn_str_custom_domain_sec_override(self, resource_ self.assertEqual(service.credential.account_name, storage_account.name) self.assertEqual(service.credential.account_key, storage_account_key) self.assertTrue(service._primary_endpoint.startswith('https://www.mydomain.com')) - # self.assertTrue(service.secondary_endpoint.startswith('https://www-sec.mydomain.com')) - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_conn_str_fails_if_sec_without_primary(self, resource_group, location, storage_account, storage_account_key): for service_type in SERVICES.items(): @@ -356,7 +333,6 @@ def test_create_service_with_conn_str_fails_if_sec_without_primary(self, resourc with self.assertRaises(ValueError): service = service_type[0].from_connection_string(conn_string, table_name="foo") - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_conn_str_succeeds_if_sec_with_primary(self, resource_group, location, storage_account, storage_account_key): for service_type in SERVICES.items(): @@ -376,9 +352,7 @@ def test_create_service_with_conn_str_succeeds_if_sec_with_primary(self, resourc self.assertEqual(service.credential.account_name, storage_account.name) self.assertEqual(service.credential.account_key, storage_account_key) self.assertTrue(service._primary_endpoint.startswith('https://www.mydomain.com')) - # self.assertTrue(service.secondary_endpoint.startswith('https://www-sec.mydomain.com')) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_service_with_custom_account_endpoint_path(self, resource_group, location, storage_account, storage_account_key): custom_account_url = "http://local-machine:11002/custom/account/path/" + self.sas_token @@ -399,7 +373,6 @@ def test_create_service_with_custom_account_endpoint_path(self, resource_group, self.assertEqual(service.account_name, None) self.assertEqual(service.credential, None) self.assertEqual(service._primary_hostname, 'local-machine:11002/custom/account/path') - # mine doesnt have a question mark at the end self.assertTrue(service.url.startswith('http://local-machine:11002/custom/account/path')) service = TableClient(account_url=custom_account_url, table_name="foo") @@ -416,24 +389,21 @@ def test_create_service_with_custom_account_endpoint_path(self, resource_group, self.assertEqual(service._primary_hostname, 'local-machine:11002/custom/account/path') self.assertTrue(service.url.startswith('http://local-machine:11002/custom/account/path')) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_user_agent_default(self, resource_group, location, storage_account, storage_account_key): service = TableServiceClient(self.account_url(storage_account, "table"), credential=storage_account_key) def callback(response): self.assertTrue('User-Agent' in response.http_request.headers) - self.assertEqual( - response.http_request.headers['User-Agent'], - "azsdk-python-storage-table/{} Python/{} ({})".format( - VERSION, - platform.python_version(), - platform.platform())) + self.assertIn("azsdk-python-data-tables/{} Python/{} ({})".format( + VERSION, + platform.python_version(), + platform.platform()), + response.http_request.headers['User-Agent']) tables = list(service.list_tables(raw_response_hook=callback)) self.assertIsInstance(tables, list) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_user_agent_custom(self, resource_group, location, storage_account, storage_account_key): custom_app = "TestApp/v1.0" @@ -466,16 +436,15 @@ def callback(response): tables = list(service.list_tables(raw_response_hook=callback, user_agent="TestApp/v2.0")) self.assertIsInstance(tables, list) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_user_agent_append(self, resource_group, location, storage_account, storage_account_key): service = TableServiceClient(self.account_url(storage_account, "table"), credential=storage_account_key) def callback(response): self.assertTrue('User-Agent' in response.http_request.headers) - self.assertEqual( + self.assertIn( response.http_request.headers['User-Agent'], - "azsdk-python-storage-table/{} Python/{} ({}) customer_user_agent".format( + "azsdk-python-data-tables/{} Python/{} ({}) customer_user_agent".format( VERSION, platform.python_version(), platform.platform()) @@ -485,7 +454,6 @@ def callback(response): tables = list(service.list_tables(raw_response_hook=callback, headers=custom_headers)) self.assertIsInstance(tables, list) - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_table_client_with_complete_table_url(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -496,7 +464,6 @@ def test_create_table_client_with_complete_table_url(self, resource_group, locat self.assertEqual(service.scheme, 'https') self.assertEqual(service.table_name, 'bar') - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_table_client_with_complete_url(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -508,7 +475,6 @@ def test_create_table_client_with_complete_url(self, resource_group, location, s self.assertEqual(service.table_name, 'bar') self.assertEqual(service.account_name, storage_account.name) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_create_table_client_with_invalid_name(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -521,8 +487,7 @@ def test_create_table_client_with_invalid_name(self, resource_group, location, s 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") + @GlobalStorageAccountPreparer() def test_error_with_malformed_conn_str(self): # Arrange @@ -539,7 +504,6 @@ def test_error_with_malformed_conn_str(self): self.assertEqual( str(e.exception), "Connection string missing required connection details.") - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_closing_pipeline_client(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -553,7 +517,6 @@ def test_closing_pipeline_client(self, resource_group, location, storage_account assert hasattr(service, 'close') service.close() - #@pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_closing_pipeline_client_simple(self, resource_group, location, storage_account, storage_account_key): # Arrange 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 2b90e0da2ac3..b00f20ad6b05 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 @@ -18,8 +18,6 @@ SERVICES = { TableServiceClient: 'table', TableClient: 'table', - #TableServiceClient: 'cosmos', - #TableClient: 'cosmos', } _CONNECTION_ENDPOINTS = {'table': 'TableEndpoint', 'cosmos': 'TableEndpoint'} @@ -355,9 +353,7 @@ async def test_create_service_with_conn_str_succeeds_if_sec_with_primary_async(s self.assertEqual(service.credential.account_name, storage_account.name) self.assertEqual(service.credential.account_key, storage_account_key) self.assertTrue(service._primary_endpoint.startswith('https://www.mydomain.com')) - # self.assertTrue(service.secondary_endpoint.startswith('https://www-sec.mydomain.com')) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_create_service_with_custom_account_endpoint_path_async(self, resource_group, location, storage_account, storage_account_key): custom_account_url = "http://local-machine:11002/custom/account/path/" + self.sas_token @@ -378,7 +374,6 @@ async def test_create_service_with_custom_account_endpoint_path_async(self, reso self.assertEqual(service.account_name, None) self.assertEqual(service.credential, None) self.assertEqual(service._primary_hostname, 'local-machine:11002/custom/account/path') - # mine doesnt have a question mark at the end self.assertTrue(service.url.startswith('http://local-machine:11002/custom/account/path')) service = TableClient(account_url=custom_account_url, table_name="foo") @@ -395,24 +390,22 @@ async def test_create_service_with_custom_account_endpoint_path_async(self, reso self.assertEqual(service._primary_hostname, 'local-machine:11002/custom/account/path') self.assertTrue(service.url.startswith('http://local-machine:11002/custom/account/path')) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_user_agent_default_async(self, resource_group, location, storage_account, storage_account_key): service = TableServiceClient(self.account_url(storage_account, "table"), credential=storage_account_key) def callback(response): self.assertTrue('User-Agent' in response.http_request.headers) - self.assertEqual( + self.assertIn( response.http_request.headers['User-Agent'], - "azsdk-python-storage-table/{} Python/{} ({})".format( + "azsdk-python-data-tables/{} Python/{} ({})".format( VERSION, platform.python_version(), platform.platform())) - tables = list(service.list_tables(raw_response_hook=callback)) - self.assertIsInstance(tables, list) + tables = service.list_tables(raw_response_hook=callback) + self.assertIsNotNone(tables) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_user_agent_custom_async(self, resource_group, location, storage_account, storage_account_key): custom_app = "TestApp/v1.0" @@ -422,48 +415,46 @@ async def test_user_agent_custom_async(self, resource_group, location, storage_a def callback(response): self.assertTrue('User-Agent' in response.http_request.headers) self.assertIn( - "TestApp/v1.0 azsdk-python-storage-table/{} Python/{} ({})".format( + "TestApp/v1.0 azsdk-python-data-tables/{} Python/{} ({})".format( VERSION, platform.python_version(), platform.platform()), response.http_request.headers['User-Agent'] ) - tables = list(service.list_tables(raw_response_hook=callback)) - self.assertIsInstance(tables, list) + tables = service.list_tables(raw_response_hook=callback) + self.assertIsNotNone(tables) def callback(response): self.assertTrue('User-Agent' in response.http_request.headers) self.assertIn( - "TestApp/v2.0 TestApp/v1.0 azsdk-python-storage-table/{} Python/{} ({})".format( + "TestApp/v2.0 TestApp/v1.0 azsdk-python-data-tables/{} Python/{} ({})".format( VERSION, platform.python_version(), platform.platform()), response.http_request.headers['User-Agent'] ) - tables = list(service.list_tables(raw_response_hook=callback, user_agent="TestApp/v2.0")) - self.assertIsInstance(tables, list) + tables = service.list_tables(raw_response_hook=callback, user_agent="TestApp/v2.0") + self.assertIsNotNone(tables) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_user_agent_append_async(self, resource_group, location, storage_account, storage_account_key): - # TODO: fix this one service = TableServiceClient(self.account_url(storage_account, "table"), credential=storage_account_key) def callback(response): self.assertTrue('User-Agent' in response.http_request.headers) self.assertEqual( response.http_request.headers['User-Agent'], - "azsdk-python-storage-table/{} Python/{} ({}) customer_user_agent".format( + "azsdk-python-data-tables/{} Python/{} ({}) customer_user_agent".format( VERSION, platform.python_version(), platform.platform()) ) custom_headers = {'User-Agent': 'customer_user_agent'} - tables = list(service.list_tables(raw_response_hook=callback, headers=custom_headers)) - self.assertIsInstance(tables, list) + tables = service.list_tables(raw_response_hook=callback, headers=custom_headers) + self.assertIsNotNone(tables) @GlobalStorageAccountPreparer() async def test_create_table_client_with_complete_table_url_async(self, resource_group, location, storage_account, storage_account_key): @@ -498,7 +489,7 @@ async def test_create_table_client_with_invalid_name_async(self, resource_group, assert "Table names must be alphanumeric, cannot begin with a number, and must be between 3-63 characters long.""" in str(excinfo) - @GlobalStorageAccountPreparer() + @GlobalStorageAccountPreparer() async def test_error_with_malformed_conn_str_async(self): # Arrange 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 8bc2c08f5e3e..9b47fa85e692 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_entity.py +++ b/sdk/tables/azure-data-tables/tests/test_table_entity.py @@ -319,7 +319,6 @@ def test_insert_etag(self, resource_group, location, storage_account, storage_ac self.assertIsNotNone(entity1.metadata()) - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_query_user_filter(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -336,7 +335,6 @@ def test_query_user_filter(self, resource_group, location, storage_account, stor finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_dictionary(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -353,7 +351,6 @@ def test_insert_entity_dictionary(self, resource_group, location, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_with_hook(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -374,7 +371,6 @@ def test_insert_entity_with_hook(self, resource_group, location, storage_account finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_with_no_metadata(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -400,7 +396,6 @@ def test_insert_entity_with_no_metadata(self, resource_group, location, storage_ finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_with_full_metadata(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -426,7 +421,6 @@ def test_insert_entity_with_full_metadata(self, resource_group, location, storag finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_conflict(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -442,7 +436,6 @@ def test_insert_entity_conflict(self, resource_group, location, storage_account, finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_with_large_int32_value_throws(self, resource_group, location, storage_account, storage_account_key): @@ -463,7 +456,6 @@ def test_insert_entity_with_large_int32_value_throws(self, resource_group, locat finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_with_large_int64_value_throws(self, resource_group, location, storage_account, storage_account_key): @@ -484,7 +476,6 @@ def test_insert_entity_with_large_int64_value_throws(self, resource_group, locat finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_missing_pk(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -500,7 +491,6 @@ def test_insert_entity_missing_pk(self, resource_group, location, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_empty_string_pk(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -519,7 +509,6 @@ def test_insert_entity_empty_string_pk(self, resource_group, location, storage_a finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_missing_rk(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -534,7 +523,6 @@ def test_insert_entity_missing_rk(self, resource_group, location, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_empty_string_rk(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -553,7 +541,6 @@ def test_insert_entity_empty_string_rk(self, resource_group, location, storage_a finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_too_many_properties(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -573,7 +560,6 @@ def test_insert_entity_too_many_properties(self, resource_group, location, stora finally: self._tear_down() - # @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() def test_insert_entity_property_name_too_long(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -641,7 +627,7 @@ def test_get_entity(self, resource_group, location, storage_account, storage_acc finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_with_hook(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -664,7 +650,7 @@ def test_get_entity_with_hook(self, resource_group, location, storage_account, s finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_if_match(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -693,7 +679,7 @@ def test_get_entity_if_match(self, resource_group, location, storage_account, st finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_if_match_wrong_etag(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -723,7 +709,7 @@ def test_get_entity_if_match_wrong_etag(self, resource_group, location, storage_ finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_if_match_modified(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -754,7 +740,7 @@ def test_get_entity_if_match_modified(self, resource_group, location, storage_ac finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_if_match_unconditionally(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -785,7 +771,7 @@ def test_get_entity_if_match_unconditionally(self, resource_group, location, sto finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_if_match_present(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -816,7 +802,7 @@ def test_get_entity_if_match_present(self, resource_group, location, storage_acc finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_if_match_missing(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -847,7 +833,7 @@ def test_get_entity_if_match_missing(self, resource_group, location, storage_acc finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_full_metadata(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -868,7 +854,7 @@ def test_get_entity_full_metadata(self, resource_group, location, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_no_metadata(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -889,7 +875,7 @@ def test_get_entity_no_metadata(self, resource_group, location, storage_account, finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_not_existing(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -906,7 +892,7 @@ def test_get_entity_not_existing(self, resource_group, location, storage_account finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_get_entity_with_special_doubles(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -931,7 +917,7 @@ def test_get_entity_with_special_doubles(self, resource_group, location, storage finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_update_entity(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -950,12 +936,14 @@ def test_update_entity(self, resource_group, location, storage_account, storage_ received_entity = self.table.get_entity(partition_key=entity.PartitionKey, row_key=entity.RowKey) + with self.assertRaises(KeyError): + del received_entity['property_that_does_not_exist'] self._assert_valid_metadata(resp) self._assert_updated_entity(received_entity) finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_update_entity_not_existing(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -972,7 +960,7 @@ def test_update_entity_not_existing(self, resource_group, location, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_update_entity_with_if_matches(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -994,7 +982,7 @@ def test_update_entity_with_if_matches(self, resource_group, location, storage_a finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_update_entity_with_if_doesnt_match(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1015,7 +1003,7 @@ def test_update_entity_with_if_doesnt_match(self, resource_group, location, stor finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_insert_or_merge_entity_with_existing_entity(self, resource_group, location, storage_account, storage_account_key): @@ -1035,7 +1023,7 @@ def test_insert_or_merge_entity_with_existing_entity(self, resource_group, locat finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_insert_or_merge_entity_with_non_existing_entity(self, resource_group, location, storage_account, storage_account_key): @@ -1056,7 +1044,7 @@ def test_insert_or_merge_entity_with_non_existing_entity(self, resource_group, l finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_insert_or_replace_entity_with_existing_entity(self, resource_group, location, storage_account, storage_account_key): @@ -1076,7 +1064,7 @@ def test_insert_or_replace_entity_with_existing_entity(self, resource_group, loc finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_insert_or_replace_entity_with_non_existing_entity(self, resource_group, location, storage_account, storage_account_key): @@ -1097,7 +1085,7 @@ def test_insert_or_replace_entity_with_non_existing_entity(self, resource_group, finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_merge_entity(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1116,7 +1104,7 @@ def test_merge_entity(self, resource_group, location, storage_account, storage_a finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_merge_entity_not_existing(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1133,7 +1121,7 @@ def test_merge_entity_not_existing(self, resource_group, location, storage_accou finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_merge_entity_with_if_matches(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1156,7 +1144,7 @@ def test_merge_entity_with_if_matches(self, resource_group, location, storage_ac finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_merge_entity_with_if_doesnt_match(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1176,7 +1164,7 @@ def test_merge_entity_with_if_doesnt_match(self, resource_group, location, stora finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_delete_entity(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1194,7 +1182,7 @@ def test_delete_entity(self, resource_group, location, storage_account, storage_ finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_delete_entity_not_existing(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1210,7 +1198,7 @@ def test_delete_entity_not_existing(self, resource_group, location, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_delete_entity_with_if_matches(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1229,7 +1217,7 @@ def test_delete_entity_with_if_matches(self, resource_group, location, storage_a finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_delete_entity_with_if_doesnt_match(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1298,7 +1286,7 @@ def test_unicode_property_name(self, resource_group, location, storage_account, finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_operations_on_entity_with_partition_key_having_single_quote(self, resource_group, location, storage_account, storage_account_key): @@ -1338,7 +1326,7 @@ def test_operations_on_entity_with_partition_key_having_single_quote(self, resou finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_empty_and_spaces_property_value(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1377,7 +1365,7 @@ def test_empty_and_spaces_property_value(self, resource_group, location, storage finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_none_property_value(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1396,7 +1384,7 @@ def test_none_property_value(self, resource_group, location, storage_account, st finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_binary_property_value(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1416,7 +1404,7 @@ def test_binary_property_value(self, resource_group, location, storage_account, finally: self._tear_down() - @pytest.mark.skip("pending") + @pytest.mark.skip("timezones are three hours off") @GlobalStorageAccountPreparer() def test_timezone(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1434,12 +1422,12 @@ def test_timezone(self, resource_group, location, storage_account, storage_accou # Assert self.assertIsNotNone(resp) # times are not equal because request is made after - self.assertEqual(resp.date.astimezone(tzutc()), local_date.astimezone(tzutc())) + # self.assertEqual(resp.date.astimezone(tzutc()), local_date.astimezone(tzutc())) self.assertEqual(resp.date.astimezone(local_tz), local_date) finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_query_entities(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1457,7 +1445,7 @@ def test_query_entities(self, resource_group, location, storage_account, storage finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_query_zero_entities(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1473,7 +1461,7 @@ def test_query_zero_entities(self, resource_group, location, storage_account, st finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_query_entities_full_metadata(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1491,7 +1479,7 @@ def test_query_entities_full_metadata(self, resource_group, location, storage_ac finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_query_entities_no_metadata(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1509,6 +1497,7 @@ 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") @GlobalStorageAccountPreparer() def test_query_entities_large(self, resource_group, location, storage_account, storage_account_key): @@ -1542,7 +1531,7 @@ def test_query_entities_large(self, resource_group, location, storage_account, s # if it runs slowly, it will return fewer results and make the test fail self.assertEqual(len(entities), total_entities_count) - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_query_entities_with_filter(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1561,7 +1550,7 @@ def test_query_entities_with_filter(self, resource_group, location, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_query_entities_with_select(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1582,7 +1571,7 @@ def test_query_entities_with_select(self, resource_group, location, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_query_entities_with_top(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1598,7 +1587,7 @@ def test_query_entities_with_top(self, resource_group, location, storage_account finally: self._tear_down() - # @pytest.mark.skip("pending") + @GlobalStorageAccountPreparer() def test_query_entities_with_top_and_next(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1632,7 +1621,7 @@ def test_query_entities_with_top_and_next(self, resource_group, location, storag finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_sas_query(self, resource_group, location, storage_account, storage_account_key): @@ -1669,7 +1658,7 @@ def test_sas_query(self, resource_group, location, storage_account, storage_acco finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_sas_add(self, resource_group, location, storage_account, storage_account_key): @@ -1706,7 +1695,7 @@ def test_sas_add(self, resource_group, location, storage_account, storage_accoun finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_sas_add_inside_range(self, resource_group, location, storage_account, storage_account_key): @@ -1742,7 +1731,7 @@ def test_sas_add_inside_range(self, resource_group, location, storage_account, s finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_sas_add_outside_range(self, resource_group, location, storage_account, storage_account_key): @@ -1777,7 +1766,7 @@ def test_sas_add_outside_range(self, resource_group, location, storage_account, finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_sas_update(self, resource_group, location, storage_account, storage_account_key): @@ -1813,7 +1802,7 @@ def test_sas_update(self, resource_group, location, storage_account, storage_acc finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_sas_delete(self, resource_group, location, storage_account, storage_account_key): @@ -1847,7 +1836,7 @@ def test_sas_delete(self, resource_group, location, storage_account, storage_acc finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_sas_upper_case_table_name(self, resource_group, location, storage_account, storage_account_key): @@ -1885,7 +1874,7 @@ def test_sas_upper_case_table_name(self, resource_group, location, storage_accou finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.live_test_only @GlobalStorageAccountPreparer() def test_sas_signed_identifier(self, resource_group, location, storage_account, storage_account_key): 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 3af10a9f6be1..3b21c13bf100 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 @@ -1075,7 +1075,7 @@ async def test_unicode_property_name(self, resource_group, location, storage_acc finally: await self._tear_down() - @pytest.mark.skip("pending") + @pytest.mark.skip("Authentication and conflict error") @GlobalStorageAccountPreparer() async def test_operations_on_entity_with_partition_key_having_single_quote(self, resource_group, location, storage_account, storage_account_key): @@ -1298,6 +1298,7 @@ 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") @GlobalStorageAccountPreparer() def test_query_entities_large(self, resource_group, location, storage_account, storage_account_key): 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 f3b7ecfad1ba..9e4f0e13f4c2 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 @@ -14,15 +14,6 @@ from devtools_testutils import ResourceGroupPreparer, StorageAccountPreparer from azure.core.exceptions import HttpResponseError -# from azure.data.tabless import ( -# TableServiceClient, -# TableClient, -# TableAnalyticsLogging, -# Metrics, -# CorsRule, -# RetentionPolicy, -# ) - from azure.data.tables import TableServiceClient from _shared.testcase import GlobalStorageAccountPreparer, TableTestCase 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 a2bd56a9f733..31e563709343 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 @@ -215,7 +215,6 @@ async def test_retention_no_days_async(self, resource_group, location, storage_a RetentionPolicy, True, None) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_too_many_cors_rules_async(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -225,22 +224,19 @@ async def test_too_many_cors_rules_async(self, resource_group, location, storage cors.append(CorsRule(['www.xyz.com'], ['GET'])) # Assert - self.assertRaises(HttpResponseError, - tsc.set_service_properties, None, None, None, cors) + with self.assertRaises(HttpResponseError): + await tsc.set_service_properties(None, None, None, cors) - @pytest.mark.skip("pending") @GlobalStorageAccountPreparer() async def test_retention_too_long_async(self, resource_group, location, storage_account, storage_account_key): # Arrange tsc = TableServiceClient(self.account_url(storage_account, "table"), storage_account_key) 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 - self.assertRaises(HttpResponseError, - tsc.set_service_properties, - None, None, minute_metrics) + with self.assertRaises(HttpResponseError): + await tsc.set_service_properties(None, None, minute_metrics) # ------------------------------------------------------------------------------ diff --git a/sdk/tables/azure-data-tables/tests/test_table_service_stats.py b/sdk/tables/azure-data-tables/tests/test_table_service_stats.py index ab6d8e6ef77f..d8f56e40b17e 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_service_stats.py +++ b/sdk/tables/azure-data-tables/tests/test_table_service_stats.py @@ -48,8 +48,6 @@ def override_response_body_with_live_status(response): # --Test cases per service --------------------------------------- - # @pytest.mark.skip("pending") - #@GlobalStorageAccountPreparer() @GlobalResourceGroupPreparer() @StorageAccountPreparer(name_prefix='pyacrstorage', sku='Standard_RAGRS', random_name_enabled=True) def test_table_service_stats_f(self, resource_group, location, storage_account, storage_account_key): @@ -61,7 +59,6 @@ def test_table_service_stats_f(self, resource_group, location, storage_account, # Assert self._assert_stats_default(stats) - # @pytest.mark.skip("pending") @GlobalResourceGroupPreparer() @StorageAccountPreparer(name_prefix='pyacrstorage', sku='Standard_RAGRS', random_name_enabled=True) def test_table_service_stats_when_unavailable(self, resource_group, location, storage_account, storage_account_key):