diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1822a5b802b5..38d07437c981 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,7 +20,7 @@ /sdk/identity/ @chlowell @schaabs # PRLabel: %Event Hubs -/sdk/eventhub/ @annatisch @yunhaoling @YijunXieMS +/sdk/eventhub/ @annatisch @yunhaoling @KieranBrantnerMagee # PRLabel: %Storage /sdk/storage/ @amishra-dev @zezha-msft @annatisch @rakshith91 @xiafu-msft @tasherif-msft @kasobol-msft @@ -77,7 +77,7 @@ /sql/sql/ @jaredmoo # PRLabel: %Service Bus -/sdk/servicebus/ @annatisch @yunhaoling @YijunXieMS @KieranBrantnerMagee +/sdk/servicebus/ @annatisch @yunhaoling @KieranBrantnerMagee # PRLabel: %Synapse /sdk/synapse/ @aim-for-better @idear1203 diff --git a/eng/common/README.md b/eng/common/README.md index 10fcb49f2a88..a8f013b05b74 100644 --- a/eng/common/README.md +++ b/eng/common/README.md @@ -20,6 +20,6 @@ The 'Sync eng/common directory' PRs will be created in the language repositories 3. More changes pushed to the **Tools PR**, will automatically triggered new pipeline runs in the respective **Sync PRs**. The **Sync PRs** are used to make sure the changes would not break any of the connected pipelines. 4. Once satisfied with the changes; - First make sure all checks in the **Sync PRs** are green and approved. The **Tools PR** contains links to all the **Sync PRs**. If for some reason the PRs is blocked by a CI gate get someone with permission to override and manually merge the PR. - - To test the state of all the **Sync PRs**, you can download the `PRsCreated.txt` artifact from the `azure-sdk-tools - sync - eng-common` pipeline, with that run the [Verify-And-Merge-PRs.ps1](https://github.com/Azure/azure-sdk-tools/blob/master/scripts/powershell/Verify-And-Merge-PRs.ps1) passing the downloaded `PRsCreated.txt` file path for `PRDataArtifactPath` and `false` to `ShouldMerge`. - - Next approve the `VerifyAndMerge` job for the `azure-sdk-tools - sync - eng-common` pipeline triggered by your **Tools PR** which will automatically merge all the **Sync PRs**. You need `azure-sdk` devops contributor permissions to reach the `azure-sdk-tools - sync - eng-common` pipeline. + - To test the state of all the **Sync PRs**, you can download the `PRsCreated.txt` artifact from your `azure-sdk-tools - sync - eng-common` pipeline, then run `./eng/scripts/Verify-And-Merge.ps1 ` which will output the status of each associated PR. + - Next approve the `VerifyAndMerge` job for the `azure-sdk-tools - sync - eng-common` pipeline triggered by your **Tools PR** which will automatically merge all the **Sync PRs**. You need `azure-sdk` devops contributor permissions to reach the `azure-sdk-tools - sync - eng-common` pipeline. - Finally merge the **Tools PR**. \ No newline at end of file diff --git a/eng/tox/allowed_pylint_failures.py b/eng/tox/allowed_pylint_failures.py index 1adcea8fcdad..e9505fee9cf9 100644 --- a/eng/tox/allowed_pylint_failures.py +++ b/eng/tox/allowed_pylint_failures.py @@ -36,7 +36,6 @@ "azure-common", "azure-nspkg", "azure-servicemanagement-legacy", - "azure-eventgrid", "azure-graphrbac", "azure-loganalytics", "azure-servicefabric", diff --git a/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md b/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md index ce14f7db001f..d9f5862f8ea7 100644 --- a/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md +++ b/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md @@ -3,6 +3,9 @@ ------------------- +## 1.1.1 (Unreleased) + + ## 1.1.0 (2020-09-08) ### Features diff --git a/sdk/appconfiguration/azure-appconfiguration/azure/appconfiguration/_version.py b/sdk/appconfiguration/azure-appconfiguration/azure/appconfiguration/_version.py index 315754a5f1c3..373777a19de0 100644 --- a/sdk/appconfiguration/azure-appconfiguration/azure/appconfiguration/_version.py +++ b/sdk/appconfiguration/azure-appconfiguration/azure/appconfiguration/_version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. # ------------------------------------ -VERSION = "1.1.0" +VERSION = "1.1.1" diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 0e0ffcba1434..c1e079d9993a 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,6 +1,9 @@ # Release History +## 1.8.2 (Unreleased) + + ## 1.8.1 (2020-09-08) ### Bug fixes diff --git a/sdk/core/azure-core/azure/core/_version.py b/sdk/core/azure-core/azure/core/_version.py index dbc573f39734..ecead3787978 100644 --- a/sdk/core/azure-core/azure/core/_version.py +++ b/sdk/core/azure-core/azure/core/_version.py @@ -9,4 +9,4 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "1.8.1" +VERSION = "1.8.2" diff --git a/sdk/eventgrid/azure-eventgrid/azure/__init__.py b/sdk/eventgrid/azure-eventgrid/azure/__init__.py index 0260537a02bb..69e3be50dac4 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/__init__.py +++ b/sdk/eventgrid/azure-eventgrid/azure/__init__.py @@ -1 +1 @@ -__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file +__path__ = __import__('pkgutil').extend_path(__path__, __name__) diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/__init__.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/__init__.py index 0b0357a1f50d..3c4ee3a3aa72 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/__init__.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/__init__.py @@ -7,11 +7,11 @@ from ._publisher_client import EventGridPublisherClient from ._consumer import EventGridConsumer from ._helpers import generate_shared_access_signature -from ._models import CloudEvent, CustomEvent, EventGridEvent, StorageBlobCreatedEventData +from ._models import CloudEvent, CustomEvent, EventGridEvent from ._shared_access_signature_credential import EventGridSharedAccessSignatureCredential from ._version import VERSION __all__ = ['EventGridPublisherClient', 'EventGridConsumer', - 'CloudEvent', 'CustomEvent', 'EventGridEvent', 'StorageBlobCreatedEventData', - 'generate_shared_access_signature', 'EventGridSharedAccessSignatureCredential'] + 'CloudEvent', 'CustomEvent', 'EventGridEvent', 'generate_shared_access_signature', + 'EventGridSharedAccessSignatureCredential'] __version__ = VERSION diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_consumer.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_consumer.py index ae2d8a2aa9d9..acc80d774810 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_consumer.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_consumer.py @@ -7,12 +7,8 @@ # -------------------------------------------------------------------------- from typing import TYPE_CHECKING -import json -import six import logging - -from azure.core import PipelineClient -from msrest import Deserializer, Serializer +from ._models import CloudEvent, EventGridEvent if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -20,13 +16,12 @@ _LOGGER = logging.getLogger(__name__) -from ._models import CloudEvent, EventGridEvent - class EventGridConsumer(object): """ - A consumer responsible for deserializing event handler messages, to allow for access to strongly typed Event objects. + A consumer responsible for deserializing event handler messages, to allow for + access to strongly typed Event objects. """ - def decode_cloud_event(self, cloud_event, **kwargs): + def decode_cloud_event(self, cloud_event, **kwargs): # pylint: disable=no-self-use # type: (Union[str, dict, bytes], Any) -> CloudEvent """Single event following CloudEvent schema will be parsed and returned as Deserialized Event. :param cloud_event: The event to be deserialized. @@ -37,17 +32,19 @@ def decode_cloud_event(self, cloud_event, **kwargs): """ encode = kwargs.pop('encoding', 'utf-8') try: - cloud_event = CloudEvent._from_json(cloud_event, encode) - deserialized_event = CloudEvent._from_generated(cloud_event) - CloudEvent._deserialize_data(deserialized_event, deserialized_event.type) - return deserialized_event + cloud_event = CloudEvent._from_json(cloud_event, encode) # pylint: disable=protected-access + deserialized_event = CloudEvent._from_generated(cloud_event) # pylint: disable=protected-access + CloudEvent._deserialize_data(deserialized_event, deserialized_event.type) # pylint: disable=protected-access + return deserialized_event except Exception as err: - _LOGGER.error('Error: cannot deserialize event. Event does not have a valid format. Event must be a string, dict, or bytes following the CloudEvent schema.') - _LOGGER.error('Your event: {}'.format(cloud_event)) + _LOGGER.error('Error: cannot deserialize event. Event does not have a valid format. \ + Event must be a string, dict, or bytes following the CloudEvent schema.') + _LOGGER.error('Your event: %s', cloud_event) _LOGGER.error(err) - raise ValueError('Error: cannot deserialize event. Event does not have a valid format. Event must be a string, dict, or bytes following the CloudEvent schema.') + raise ValueError('Error: cannot deserialize event. Event does not have a valid format. \ + Event must be a string, dict, or bytes following the CloudEvent schema.') - def decode_eventgrid_event(self, eventgrid_event, **kwargs): + def decode_eventgrid_event(self, eventgrid_event, **kwargs): # pylint: disable=no-self-use # type: (Union[str, dict, bytes], Any) -> EventGridEvent """Single event following EventGridEvent schema will be parsed and returned as Deserialized Event. :param eventgrid_event: The event to be deserialized. @@ -58,12 +55,14 @@ def decode_eventgrid_event(self, eventgrid_event, **kwargs): """ encode = kwargs.pop('encoding', 'utf-8') try: - eventgrid_event = EventGridEvent._from_json(eventgrid_event, encode) + eventgrid_event = EventGridEvent._from_json(eventgrid_event, encode) # pylint: disable=protected-access deserialized_event = EventGridEvent.deserialize(eventgrid_event) - EventGridEvent._deserialize_data(deserialized_event, deserialized_event.event_type) + EventGridEvent._deserialize_data(deserialized_event, deserialized_event.event_type) # pylint: disable=protected-access return deserialized_event except Exception as err: - _LOGGER.error('Error: cannot deserialize event. Event does not have a valid format. Event must be a string, dict, or bytes following the CloudEvent schema.') - _LOGGER.error('Your event: {}'.format(eventgrid_event)) + _LOGGER.error('Error: cannot deserialize event. Event does not have a valid format. \ + Event must be a string, dict, or bytes following the CloudEvent schema.') + _LOGGER.error('Your event: %s', eventgrid_event) _LOGGER.error(err) - raise ValueError('Error: cannot deserialize event. Event does not have a valid format. Event must be a string, dict, or bytes following the CloudEvent schema.') + raise ValueError('Error: cannot deserialize event. Event does not have a valid format. \ + Event must be a string, dict, or bytes following the CloudEvent schema.') diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py index dc14a40bfacc..55412f815a13 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py @@ -19,7 +19,8 @@ "Microsoft.EventGrid.SubscriptionValidationEvent": models.SubscriptionValidationEventData, "Microsoft.EventGrid.SubscriptionDeletedEvent": models.SubscriptionDeletedEventData, "Microsoft.EventHub.CaptureFileCreated": models.EventHubCaptureFileCreatedEventData, - "Microsoft.MachineLearningServices.DatasetDriftDetected": models.MachineLearningServicesDatasetDriftDetectedEventData, + "Microsoft.MachineLearningServices.DatasetDriftDetected": + models.MachineLearningServicesDatasetDriftDetectedEventData, "Microsoft.MachineLearningServices.ModelDeployed": models.MachineLearningServicesModelDeployedEventData, "Microsoft.MachineLearningServices.ModelRegistered": models.MachineLearningServicesModelRegisteredEventData, "Microsoft.MachineLearningServices.RunCompleted": models.MachineLearningServicesRunCompletedEventData, @@ -47,7 +48,8 @@ "Microsoft.Media.LiveEventEncoderDisconnected": models.MediaLiveEventEncoderDisconnectedEventData, "Microsoft.Media.LiveEventIncomingStreamReceived": models.MediaLiveEventIncomingStreamReceivedEventData, "Microsoft.Media.LiveEventIncomingStreamsOutOfSync": models.MediaLiveEventIncomingStreamsOutOfSyncEventData, - "Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync": models.MediaLiveEventIncomingVideoStreamsOutOfSyncEventData, + "Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync": + models.MediaLiveEventIncomingVideoStreamsOutOfSyncEventData, "Microsoft.Media.LiveEventIncomingDataChunkDropped": models.MediaLiveEventIncomingDataChunkDroppedEventData, "Microsoft.Media.LiveEventIngestHeartbeat": models.MediaLiveEventIngestHeartbeatEventData, "Microsoft.Media.LiveEventTrackDiscontinuityDetected": models.MediaLiveEventTrackDiscontinuityDetectedEventData, @@ -60,8 +62,10 @@ "Microsoft.Resources.ResourceActionSuccess": models.ResourceActionSuccessData, "Microsoft.Resources.ResourceActionFailure": models.ResourceActionFailureData, "Microsoft.Resources.ResourceActionCancel": models.ResourceActionCancelData, - "Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners": models.ServiceBusActiveMessagesAvailableWithNoListenersEventData, - "Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener": models.ServiceBusDeadletterMessagesAvailableWithNoListenersEventData, + "Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners": + models.ServiceBusActiveMessagesAvailableWithNoListenersEventData, + "Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener": + models.ServiceBusDeadletterMessagesAvailableWithNoListenersEventData, "Microsoft.Storage.BlobCreated": models.StorageBlobCreatedEventData, "Microsoft.Storage.BlobDeleted": models.StorageBlobDeletedEventData, "Microsoft.Storage.BlobRenamed": models.StorageBlobRenamedEventData, @@ -82,4 +86,4 @@ "Microsoft.Web.SlotSwapWithPreviewStarted": models.WebSlotSwapWithPreviewStartedEventData, "Microsoft.Web.SlotSwapWithPreviewCancelled": models.WebSlotSwapWithPreviewCancelledEventData, "Microsoft.Web.AppServicePlanUpdated": models.WebAppServicePlanUpdatedEventData, -} \ No newline at end of file +} diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py index 9443f7e3f698..2bd67abd56e3 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py @@ -1,3 +1,7 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- import hashlib import hmac import base64 @@ -5,14 +9,12 @@ from urllib.parse import quote except ImportError: from urllib2 import quote # type: ignore -import datetime from azure.core.pipeline.policies import AzureKeyCredentialPolicy from azure.core.credentials import AzureKeyCredential from ._shared_access_signature_credential import EventGridSharedAccessSignatureCredential from ._signature_credential_policy import EventGridSharedAccessSignatureCredentialPolicy from . import _constants as constants -from ._event_mappings import _event_mappings def generate_shared_access_signature(topic_hostname, shared_access_key, expiration_date_utc, **kwargs): # type: (str, str, datetime.Datetime, Any) -> str @@ -21,13 +23,17 @@ def generate_shared_access_signature(topic_hostname, shared_access_key, expirati Similar to .-1.eventgrid.azure.net :param str shared_access_key: The shared access key to be used for generating the token :param datetime.datetime expiration_date_utc: The expiration datetime in UTC for the signature. - :param str api_version: The API Version to include in the signature. If not provided, the default API version will be used. + :param str api_version: The API Version to include in the signature. + If not provided, the default API version will be used. :rtype: str """ full_topic_hostname = _get_full_topic_hostname(topic_hostname) - full_topic_hostname = "{}?apiVersion={}".format(full_topic_hostname, kwargs.get('api_version', None) or constants.DEFAULT_API_VERSION) + full_topic_hostname = "{}?apiVersion={}".format( + full_topic_hostname, + kwargs.get('api_version', None) or constants.DEFAULT_API_VERSION + ) encoded_resource = quote(full_topic_hostname, safe=constants.SAFE_ENCODE) encoded_expiration_utc = quote(str(expiration_date_utc), safe=constants.SAFE_ENCODE) @@ -43,7 +49,7 @@ def _get_topic_hostname_only_fqdn(topic_hostname): topic_hostname = topic_hostname.replace("https://", "") if topic_hostname.endswith("/api/events"): topic_hostname = topic_hostname.replace("/api/events", "") - + return topic_hostname def _get_full_topic_hostname(topic_hostname): @@ -53,7 +59,7 @@ def _get_full_topic_hostname(topic_hostname): topic_hostname = "https://{}".format(topic_hostname) if not topic_hostname.endswith("/api/events"): topic_hostname = "{}/api/events".format(topic_hostname) - + return topic_hostname def _generate_hmac(key, message): @@ -69,7 +75,10 @@ def _get_authentication_policy(credential): if isinstance(credential, AzureKeyCredential): authentication_policy = AzureKeyCredentialPolicy(credential=credential, name=constants.EVENTGRID_KEY_HEADER) if isinstance(credential, EventGridSharedAccessSignatureCredential): - authentication_policy = EventGridSharedAccessSignatureCredentialPolicy(credential=credential, name=constants.EVENTGRID_TOKEN_HEADER) + authentication_policy = EventGridSharedAccessSignatureCredentialPolicy( + credential=credential, + name=constants.EVENTGRID_TOKEN_HEADER + ) return authentication_policy def _is_cloud_event(event): diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py index 43d3624e672e..a304f488fa51 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py @@ -3,16 +3,12 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- # pylint:disable=protected-access -from typing import Optional -from msrest.serialization import UTC import datetime as dt import uuid import json import six -from ._generated import models -from ._generated.models import StorageBlobCreatedEventData, \ - EventGridEvent as InternalEventGridEvent, \ - CloudEvent as InternalCloudEvent +from msrest.serialization import UTC +from ._generated.models import EventGridEvent as InternalEventGridEvent, CloudEvent as InternalCloudEvent from ._shared.mixins import DictMixin from ._event_mappings import _event_mappings @@ -55,8 +51,8 @@ class CloudEvent(EventMixin): #pylint:disable=too-many-instance-attributes All required parameters must be populated in order to send to Azure. - :param source: Required. Identifies the context in which an event happened. The combination of id and source must be - unique for each distinct event. If publishing to a domain topic, source must be the domain name. + :param source: Required. Identifies the context in which an event happened. The combination of id and source must + be unique for each distinct event. If publishing to a domain topic, source must be the domain name. :type source: str :param data: Event data specific to the event type. :type data: object @@ -75,7 +71,7 @@ class CloudEvent(EventMixin): #pylint:disable=too-many-instance-attributes unique for each distinct event. :type id: Optional[str] """ - def __init__(self, source, type, **kwargs): + def __init__(self, source, type, **kwargs): # pylint: disable=redefined-builtin # type: (str, str, Any) -> None self.source = source self.type = type @@ -87,13 +83,13 @@ def __init__(self, source, type, **kwargs): self.dataschema = kwargs.pop("dataschema", None) self.subject = kwargs.pop("subject", None) self.extensions = {} - self.extensions.update({k:v for k, v in kwargs.pop('extensions', {}).items()}) + self.extensions.update(dict(kwargs.pop('extensions', {}))) @classmethod def _from_generated(cls, cloud_event, **kwargs): generated = InternalCloudEvent.deserialize(cloud_event) if generated.additional_properties: - extensions = {k:v for k, v in generated.additional_properties.items()} + extensions = dict(generated.additional_properties) kwargs.setdefault('extensions', extensions) return cls( id=generated.id, @@ -154,7 +150,8 @@ class EventGridEvent(InternalEventGridEvent, EventMixin): :param id: Optional. An identifier for the event. The combination of id and source must be unique for each distinct event. :type id: Optional[str] - :param event_time: Optional.The time (in UTC) of the event. If not provided, it will be the time (in UTC) the event was generated. + :param event_time: Optional.The time (in UTC) of the event. If not provided, + it will be the time (in UTC) the event was generated. :type event_time: Optional[~datetime.datetime] """ diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_publisher_client.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_publisher_client.py index 44b664ddc493..082f03891e78 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_publisher_client.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_publisher_client.py @@ -5,11 +5,11 @@ # license information. # -------------------------------------------------------------------------- -from typing import TYPE_CHECKING, Sequence -import json +from typing import TYPE_CHECKING -from azure.core import PipelineClient -from msrest import Deserializer, Serializer +from ._models import CloudEvent, EventGridEvent, CustomEvent +from ._helpers import _get_topic_hostname_only_fqdn, _get_authentication_policy, _is_cloud_event +from ._generated._event_grid_publisher_client import EventGridPublisherClient as EventGridPublisherClientImpl if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -25,18 +25,14 @@ List[Dict] ] -from ._models import CloudEvent, EventGridEvent, CustomEvent -from ._helpers import _get_topic_hostname_only_fqdn, _get_authentication_policy, _is_cloud_event -from ._generated._event_grid_publisher_client import EventGridPublisherClient as EventGridPublisherClientImpl -from . import _constants as constants - class EventGridPublisherClient(object): """EventGrid Python Publisher Client. :param str topic_hostname: The topic endpoint to send the events to. - :param credential: The credential object used for authentication which implements SAS key authentication or SAS token authentication. - :type credential: Union[~azure.core.credentials.AzureKeyCredential, azure.eventgrid.EventGridSharedAccessSignatureCredential] + :param credential: The credential object used for authentication which + implements SAS key authentication or SAS token authentication. + :type credential: ~azure.core.credentials.AzureKeyCredential or EventGridSharedAccessSignatureCredential """ def __init__(self, topic_hostname, credential, **kwargs): @@ -54,7 +50,8 @@ def send(self, events, **kwargs): :param events: A list or an instance of CloudEvent/EventGridEvent/CustomEvent to be sent. :type events: SendType :keyword str content_type: The type of content to be used to send the events. - Has default value "application/json; charset=utf-8" for EventGridEvents, with "cloudevents-batch+json" for CloudEvents + Has default value "application/json; charset=utf-8" for EventGridEvents, + with "cloudevents-batch+json" for CloudEvents :rtype: None :raises: :class:`ValueError`, when events do not follow specified SendType. """ @@ -63,7 +60,7 @@ def send(self, events, **kwargs): if all(isinstance(e, CloudEvent) for e in events) or all(_is_cloud_event(e) for e in events): try: - events = [e._to_generated(**kwargs) for e in events] + events = [e._to_generated(**kwargs) for e in events] # pylint: disable=protected-access except AttributeError: pass # means it's a dictionary kwargs.setdefault("content_type", "application/cloudevents-batch+json; charset=utf-8") diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared/mixins.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared/mixins.py index 0b24e8edc45c..411fd236b681 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared/mixins.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared/mixins.py @@ -37,22 +37,22 @@ def __ne__(self, other): def __str__(self): return str({k: v for k, v in self.__dict__.items() if not k.startswith('_')}) - def has_key(self, k, **kwargs): + def has_key(self, k): return k in self.__dict__ def update(self, *args, **kwargs): return self.__dict__.update(*args, **kwargs) - def keys(self, **kwargs): + def keys(self): return [k for k in self.__dict__ if not k.startswith('_')] - def values(self, **kwargs): + def values(self): return [v for k, v in self.__dict__.items() if not k.startswith('_')] - def items(self, **kwargs): + def items(self): return [(k, v) for k, v in self.__dict__.items() if not k.startswith('_')] - def get(self, key, default=None, **kwargs): + def get(self, key, default=None): if key in self.__dict__: return self.__dict__[key] return default diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared_access_signature_credential.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared_access_signature_credential.py index dece8da69fe1..7c3a178c96eb 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared_access_signature_credential.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared_access_signature_credential.py @@ -22,7 +22,7 @@ def signature(self): :rtype: str """ return self._signature - + def update(self, signature): # type: (str) -> None """ diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_signature_credential_policy.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_signature_credential_policy.py index 3370595d1d5d..3ae58fbf4a08 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_signature_credential_policy.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_signature_credential_policy.py @@ -1,3 +1,9 @@ +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE.txt in the project root for +# license information. +# ------------------------------------------------------------------------- + import six from azure.core.pipeline.policies import SansIOHTTPPolicy diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_client_async.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_client_async.py index 0cfe1de4693f..786793525a26 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_client_async.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_client_async.py @@ -7,20 +7,15 @@ # -------------------------------------------------------------------------- from typing import Any, TYPE_CHECKING - -from azure.core import AsyncPipelineClient -from msrest import Deserializer, Serializer +from azure.core.credentials import AzureKeyCredential from .._models import CloudEvent, EventGridEvent, CustomEvent from .._helpers import _get_topic_hostname_only_fqdn, _get_authentication_policy, _is_cloud_event -from azure.core.pipeline.policies import AzureKeyCredentialPolicy -from azure.core.credentials import AzureKeyCredential from .._generated.aio import EventGridPublisherClient as EventGridPublisherClientAsync -from .. import _constants as constants if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports - from typing import Any, Union, Dict, List + from typing import Union, Dict, List SendType = Union[ CloudEvent, EventGridEvent, @@ -36,8 +31,9 @@ class EventGridPublisherClient(object): """Asynchronous EventGrid Python Publisher Client. :param str topic_hostname: The topic endpoint to send the events to. - :param credential: The credential object used for authentication which implements SAS key authentication or SAS token authentication. - :type credential: Union[~azure.core.credentials.AzureKeyCredential, azure.eventgrid.EventGridSharedAccessSignatureCredential] + :param credential: The credential object used for authentication which implements + SAS key authentication or SAS token authentication. + :type credential: ~azure.core.credentials.AzureKeyCredential or EventGridSharedAccessSignatureCredential """ def __init__(self, topic_hostname, credential, **kwargs): @@ -55,7 +51,8 @@ async def send(self, events, **kwargs): :param events: A list or an instance of CloudEvent/EventGridEvent/CustomEvent to be sent. :type events: SendType :keyword str content_type: The type of content to be used to send the events. - Has default value "application/json; charset=utf-8" for EventGridEvents, with "cloudevents-batch+json" for CloudEvents + Has default value "application/json; charset=utf-8" for EventGridEvents, + with "cloudevents-batch+json" for CloudEvents :rtype: None :raises: :class:`ValueError`, when events do not follow specified SendType. """ @@ -64,7 +61,7 @@ async def send(self, events, **kwargs): if all(isinstance(e, CloudEvent) for e in events) or all(_is_cloud_event(e) for e in events): try: - events = [e._to_generated(**kwargs) for e in events] + events = [e._to_generated(**kwargs) for e in events] # pylint: disable=protected-access except AttributeError: pass # means it's a dictionary kwargs.setdefault("content_type", "application/cloudevents-batch+json; charset=utf-8") @@ -77,4 +74,3 @@ async def send(self, events, **kwargs): await self._client.publish_custom_event_events(self._topic_hostname, serialized_events, **kwargs) else: raise ValueError("Event schema is not correct.") - diff --git a/sdk/eventgrid/azure-eventgrid/tests/test_eg_consumer.py b/sdk/eventgrid/azure-eventgrid/tests/test_eg_consumer.py index 344f5dd70634..450910d936a8 100644 --- a/sdk/eventgrid/azure-eventgrid/tests/test_eg_consumer.py +++ b/sdk/eventgrid/azure-eventgrid/tests/test_eg_consumer.py @@ -13,7 +13,8 @@ from devtools_testutils import AzureMgmtTestCase from msrest.serialization import UTC -from azure.eventgrid import EventGridConsumer, CloudEvent, EventGridEvent, StorageBlobCreatedEventData +from azure.eventgrid import EventGridConsumer, CloudEvent, EventGridEvent +from azure.eventgrid.models import StorageBlobCreatedEventData from _mocks import ( cloud_storage_dict, cloud_storage_string, diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md index 7a0f80babfc2..326ffa1d824d 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md @@ -5,7 +5,7 @@ This Checkpoint Store package works as a plug-in package to `EventHubConsumerCli Please note that this is an async library, for sync version of the Azure EventHubs Checkpoint Store client library, please refer to [azure-eventhub-checkpointstoreblob](../azure-eventhub-checkpointstoreblob). -[Source code](./) | [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob-aio/) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.0.1/azure.eventhub.aio.html#azure.eventhub.aio.CheckpointStore) | [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/) | [Azure Storage documentation](https://docs.microsoft.com/azure/storage/) +[Source code](./) | [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob-aio/) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.aio.html#azure.eventhub.aio.CheckpointStore) | [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/) | [Azure Storage documentation](https://docs.microsoft.com/azure/storage/) ## Getting started @@ -124,7 +124,7 @@ Enabling logging will be helpful to do trouble shooting. ### Documentation -Reference documentation is available [here](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.0.1/azure.eventhub.aio.html#azure.eventhub.aio.CheckpointStore) +Reference documentation is available [here](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.aio.html#azure.eventhub.aio.CheckpointStore) ### Provide Feedback diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/samples/README.md b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/samples/README.md index ee5fd05996cc..910db1ebd5e2 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/samples/README.md +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/samples/README.md @@ -42,5 +42,5 @@ pip install azure-eventhub-checkpointstoreblob-aio ## Next steps -Check out the [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.0.1/azure.eventhub.aio.html) to learn more about +Check out the [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.aio.html) to learn more about what you can do with the Azure Event Hubs client library. diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob/README.md b/sdk/eventhub/azure-eventhub-checkpointstoreblob/README.md index e91b77ddcdae..55a283b38be1 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob/README.md +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob/README.md @@ -5,7 +5,7 @@ This Checkpoint Store package works as a plug-in package to `EventHubConsumerCli Please note that this is a sync library, for async version of the Azure EventHubs Checkpoint Store client library, please refer to [azure-eventhub-checkpointstoreblob-aio](../azure-eventhub-checkpointstoreblob-aio). -[Source code](./) | [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.0.1/azure.eventhub.html#azure.eventhub.CheckpointStore) | [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/) | [Azure Storage documentation](https://docs.microsoft.com/azure/storage/) +[Source code](./) | [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html#azure.eventhub.CheckpointStore) | [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/) | [Azure Storage documentation](https://docs.microsoft.com/azure/storage/) ## Getting started @@ -122,7 +122,7 @@ Enabling logging will be helpful to do trouble shooting. ### Documentation -Reference documentation is available [here](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.0.1/azure.eventhub.html#azure.eventhub.CheckpointStore) +Reference documentation is available [here](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html#azure.eventhub.CheckpointStore) ### Provide Feedback diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob/samples/README.md b/sdk/eventhub/azure-eventhub-checkpointstoreblob/samples/README.md index f68cee06440d..4d0083dfb776 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob/samples/README.md +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob/samples/README.md @@ -42,5 +42,5 @@ pip install azure-eventhub-checkpointstoreblob ## Next steps -Check out the [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.0.1/azure.eventhub.html) to learn more about +Check out the [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html) to learn more about what you can do with the Azure Event Hubs client library. diff --git a/sdk/eventhub/azure-eventhub/README.md b/sdk/eventhub/azure-eventhub/README.md index 7b5e59df699d..60a4f4184862 100644 --- a/sdk/eventhub/azure-eventhub/README.md +++ b/sdk/eventhub/azure-eventhub/README.md @@ -13,7 +13,7 @@ The Azure Event Hubs client library allows for publishing and consuming of Azure - Observe interesting operations and interactions happening within your business or other ecosystem, allowing loosely coupled systems to interact without the need to bind them together. - Receive events from one or more publishers, transform them to better meet the needs of your ecosystem, then publish the transformed events to a new stream for consumers to observe. -[Source code](./) | [Package (PyPi)](https://pypi.org/project/azure-eventhub/) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.2.0b1/azure.eventhub.html) | [Product documentation](https://docs.microsoft.com/azure/event-hubs/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub/samples) +[Source code](./) | [Package (PyPi)](https://pypi.org/project/azure-eventhub/) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html) | [Product documentation](https://docs.microsoft.com/azure/event-hubs/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub/samples) ## Getting started ### Prerequisites @@ -412,7 +412,7 @@ Please take a look at the [samples](./samples) directory for detailed examples o ### Documentation -Reference documentation is available [here](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.2.0b1/azure.eventhub.html). +Reference documentation is available [here](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html). ### Provide Feedback diff --git a/sdk/eventhub/azure-eventhub/migration_guide.md b/sdk/eventhub/azure-eventhub/migration_guide.md index 9dd1de19560b..0c2b40b5302e 100644 --- a/sdk/eventhub/azure-eventhub/migration_guide.md +++ b/sdk/eventhub/azure-eventhub/migration_guide.md @@ -12,10 +12,10 @@ the latest version improves on several areas from V1. ### Specific clients for sending and receiving In V5 we've simplified the API surface, making two distinct clients, rather than having a single `EventHubClient`: -* `EventHubProducerClient` for sending messages. [Sync API](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.1.0/azure.eventhub.html#azure.eventhub.EventHubProducerClient) -and [Async API](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.1.0/azure.eventhub.aio.html#azure.eventhub.aio.EventHubProducerClient) -* `EventHubConsumerClient` for receiving messages. [Sync API](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.1.0/azure.eventhub.html#azure.eventhub.EventHubConsumerClient) -and [Async API](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.1.0/azure.eventhub.aio.html#azure.eventhub.aio.EventHubConsumerClient) +* `EventHubProducerClient` for sending messages. [Sync API](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html#azure.eventhub.EventHubProducerClient) +and [Async API](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.aio.html#azure.eventhub.aio.EventHubProducerClient) +* `EventHubConsumerClient` for receiving messages. [Sync API](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html#azure.eventhub.EventHubConsumerClient) +and [Async API](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.aio.html#azure.eventhub.aio.EventHubConsumerClient) We've also merged the functionality from `EventProcessorHost` into `EventHubConsumerClient`, allowing `EventHubConsumerClient` to be the single diff --git a/sdk/eventhub/azure-eventhub/samples/README.md b/sdk/eventhub/azure-eventhub/samples/README.md index ac68f9b0ac71..05c8297dd3c9 100644 --- a/sdk/eventhub/azure-eventhub/samples/README.md +++ b/sdk/eventhub/azure-eventhub/samples/README.md @@ -107,5 +107,5 @@ pip install azure-eventhub-checkpointstoreblob-aio # async version ## Next steps -Check out the [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/5.2.0b1/azure.eventhub.html) to learn more about +Check out the [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html) to learn more about what you can do with the Azure Event Hubs client library. diff --git a/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md b/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md index b32d6c294fd0..03a64a577896 100644 --- a/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 4.2.2 (Unreleased) + + ## 4.2.1 (2020-09-08) ### Fixed - Correct typing for paging methods diff --git a/sdk/keyvault/azure-keyvault-certificates/azure/keyvault/certificates/_version.py b/sdk/keyvault/azure-keyvault-certificates/azure/keyvault/certificates/_version.py index 6ef4ec041a90..fe2542838b00 100644 --- a/sdk/keyvault/azure-keyvault-certificates/azure/keyvault/certificates/_version.py +++ b/sdk/keyvault/azure-keyvault-certificates/azure/keyvault/certificates/_version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. # ------------------------------------ -VERSION = "4.2.1" +VERSION = "4.2.2" diff --git a/sdk/keyvault/ci.yml b/sdk/keyvault/ci.yml index d7221d1f1503..e1c1f3b392eb 100644 --- a/sdk/keyvault/ci.yml +++ b/sdk/keyvault/ci.yml @@ -34,6 +34,8 @@ extends: parameters: ServiceDirectory: keyvault Artifacts: + - name: azure_keyvault_administration + safename: azurekeyvaultadministration - name: azure_keyvault_certificates safeName: azurekeyvaultcertificates - name: azure_keyvault_keys diff --git a/sdk/search/azure-search-documents/CHANGELOG.md b/sdk/search/azure-search-documents/CHANGELOG.md index 303e8492ec52..6d973c008075 100644 --- a/sdk/search/azure-search-documents/CHANGELOG.md +++ b/sdk/search/azure-search-documents/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 11.1.0b3 (Unreleased) + + ## 11.1.0b2 (2020-09-08) **Features** diff --git a/sdk/search/azure-search-documents/azure/search/documents/_version.py b/sdk/search/azure-search-documents/azure/search/documents/_version.py index b03133e2adec..30883e81c16d 100644 --- a/sdk/search/azure-search-documents/azure/search/documents/_version.py +++ b/sdk/search/azure-search-documents/azure/search/documents/_version.py @@ -3,6 +3,6 @@ # Licensed under the MIT License. # ------------------------------------ -VERSION = "11.1.0b2" # type: str +VERSION = "11.1.0b3" # type: str SDK_MONIKER = "search-documents/{}".format(VERSION) # type: str diff --git a/sdk/servicebus/azure-servicebus/CHANGELOG.md b/sdk/servicebus/azure-servicebus/CHANGELOG.md index 90dedf091ece..2257ad07737a 100644 --- a/sdk/servicebus/azure-servicebus/CHANGELOG.md +++ b/sdk/servicebus/azure-servicebus/CHANGELOG.md @@ -4,13 +4,18 @@ **New Features** * Messages can now be sent twice in succession. +* Internal AMQP message properties (header, footer, annotations, properties, etc) are now exposed via `Message.amqp_message` **Breaking Changes** +* Rename `ServiceBusManagementClient` to `ServiceBusAdministrationClient` * Attempting to call `send_messages` on something not a `Message`, `BatchMessage`, or list of `Message`s, will now throw a `TypeError` instead of `ValueError` * Sending a message twice will no longer result in a MessageAlreadySettled exception. * `ServiceBusClient.close()` now closes spawned senders and receivers. * Attempting to initialize a sender or receiver with a different connection string entity and specified entity (e.g. `queue_name`) will result in an AuthenticationError +* Remove `is_anonymous_accessible` from management entities. +* Remove `support_ordering` from `create_queue` and `QueueProperties` +* Remove `enable_subscription_partitioning` from `create_topic` and `TopicProperties` * `get_dead_letter_[queue,subscription]_receiver()` has been removed. To connect to a dead letter queue, utilize the `SubQueue` parameter of `get_[queue,subscription]_receiver()` provided with a value from the `SubQueue` enum ## 7.0.0b5 (2020-08-10) diff --git a/sdk/servicebus/azure-servicebus/azure/servicebus/_common/message.py b/sdk/servicebus/azure-servicebus/azure/servicebus/_common/message.py index 77871922401a..050828f2bb06 100644 --- a/sdk/servicebus/azure-servicebus/azure/servicebus/_common/message.py +++ b/sdk/servicebus/azure-servicebus/azure/servicebus/_common/message.py @@ -85,6 +85,8 @@ class Message(object): # pylint: disable=too-many-public-methods,too-many-insta :keyword str reply_to_session_id: The session identifier augmenting the `reply_to` address. :keyword str encoding: The encoding for string data. Default is UTF-8. + :ivar AMQPMessage amqp_message: Advanced use only. The internal AMQP message payload that is sent or received. + .. admonition:: Example: .. literalinclude:: ../samples/sync_samples/sample_code_servicebus.py @@ -105,6 +107,7 @@ def __init__(self, body, **kwargs): self._amqp_header = uamqp.message.MessageHeader() if 'message' in kwargs: + # Note: This cannot be renamed until UAMQP no longer relies on this specific name. self.message = kwargs['message'] self._amqp_properties = self.message.properties self._amqp_header = self.message.header @@ -123,6 +126,8 @@ def __init__(self, body, **kwargs): self.time_to_live = kwargs.pop("time_to_live", None) self.partition_key = kwargs.pop("partition_key", None) self.via_partition_key = kwargs.pop("via_partition_key", None) + # If message is the full message, amqp_message is the "public facing interface" for what we expose. + self.amqp_message = AMQPMessage(self.message) def __str__(self): return str(self.message) @@ -1069,3 +1074,77 @@ def renew_lock(self): expiry = self._receiver._renew_locks(token) # type: ignore self._expiry = utc_from_timestamp(expiry[MGMT_RESPONSE_MESSAGE_EXPIRATION][0]/1000.0) + + +class AMQPMessage(object): + """ + The internal AMQP message that this ServiceBusMessage represents. + + :param properties: Properties to add to the message. + :type properties: ~uamqp.message.MessageProperties + :param application_properties: Service specific application properties. + :type application_properties: dict + :param annotations: Service specific message annotations. Keys in the dictionary + must be `uamqp.types.AMQPSymbol` or `uamqp.types.AMQPuLong`. + :type annotations: dict + :param delivery_annotations: Delivery-specific non-standard properties at the head of the message. + Delivery annotations convey information from the sending peer to the receiving peer. + Keys in the dictionary must be `uamqp.types.AMQPSymbol` or `uamqp.types.AMQPuLong`. + :type delivery_annotations: dict + :param header: The message header. + :type header: ~uamqp.message.MessageHeader + :param footer: The message footer. + :type footer: dict + + """ + def __init__(self, message): + # type: (uamqp.Message) -> None + self._message = message + + @property + def properties(self): + return self._message.properties + + @properties.setter + def properties(self, value): + self._message.properties = value + + @property + def application_properties(self): + return self._message.application_properties + + @application_properties.setter + def application_properties(self, value): + self._message.application_properties = value + + @property + def annotations(self): + return self._message.annotations + + @annotations.setter + def annotations(self, value): + self._message.annotations = value + + @property + def delivery_annotations(self): + return self._message.delivery_annotations + + @delivery_annotations.setter + def delivery_annotations(self, value): + self._message.delivery_annotations = value + + @property + def header(self): + return self._message.header + + @header.setter + def header(self, value): + self._message.header = value + + @property + def footer(self): + return self._message.footer + + @footer.setter + def footer(self, value): + self._message.footer = value diff --git a/sdk/servicebus/azure-servicebus/azure/servicebus/aio/management/__init__.py b/sdk/servicebus/azure-servicebus/azure/servicebus/aio/management/__init__.py index 5bdc30d9c9ab..5e0d0ee92e0e 100644 --- a/sdk/servicebus/azure-servicebus/azure/servicebus/aio/management/__init__.py +++ b/sdk/servicebus/azure-servicebus/azure/servicebus/aio/management/__init__.py @@ -3,8 +3,8 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from ._management_client_async import ServiceBusManagementClient +from ._management_client_async import ServiceBusAdministrationClient __all__ = [ - "ServiceBusManagementClient", + "ServiceBusAdministrationClient", ] diff --git a/sdk/servicebus/azure-servicebus/azure/servicebus/aio/management/_management_client_async.py b/sdk/servicebus/azure-servicebus/azure/servicebus/aio/management/_management_client_async.py index 33aba6288654..b456acb3c54c 100644 --- a/sdk/servicebus/azure-servicebus/azure/servicebus/aio/management/_management_client_async.py +++ b/sdk/servicebus/azure-servicebus/azure/servicebus/aio/management/_management_client_async.py @@ -44,7 +44,7 @@ from azure.core.credentials_async import AsyncTokenCredential # pylint:disable=ungrouped-imports -class ServiceBusManagementClient: #pylint:disable=too-many-public-methods +class ServiceBusAdministrationClient: #pylint:disable=too-many-public-methods """Use this client to create, update, list, and delete resources of a ServiceBus namespace. :param str fully_qualified_namespace: The fully qualified host name for the Service Bus namespace. @@ -64,7 +64,7 @@ def __init__( self._pipeline = self._build_pipeline() self._impl = ServiceBusManagementClientImpl(endpoint=fully_qualified_namespace, pipeline=self._pipeline) - async def __aenter__(self) -> "ServiceBusManagementClient": + async def __aenter__(self) -> "ServiceBusAdministrationClient": await self._impl.__aenter__() return self @@ -130,11 +130,11 @@ async def _get_rule_element(self, topic_name, subscription_name, rule_name, **kw return element @classmethod - def from_connection_string(cls, conn_str: str, **kwargs: Any) -> "ServiceBusManagementClient": + def from_connection_string(cls, conn_str: str, **kwargs: Any) -> "ServiceBusAdministrationClient": """Create a client from connection string. :param str conn_str: The connection string of the Service Bus Namespace. - :rtype: ~azure.servicebus.management.aio.ServiceBusManagementClient + :rtype: ~azure.servicebus.management.aio.ServiceBusAdministrationClient """ endpoint, shared_access_key_name, shared_access_key, _ = parse_conn_str(conn_str) if "//" in endpoint: @@ -198,9 +198,6 @@ async def create_queue(self, name: str, **kwargs) -> QueueProperties: :keyword enable_partitioning: A value that indicates whether the queue is to be partitioned across multiple message brokers. :type enable_partitioning: bool - :keyword is_anonymous_accessible: A value indicating if the resource can be accessed without - authorization. - :type is_anonymous_accessible: bool :keyword lock_duration: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute. @@ -223,8 +220,6 @@ async def create_queue(self, name: str, **kwargs) -> QueueProperties: :keyword user_metadata: Custom metdata that user can associate with the description. Max length is 1024 chars. :type user_metadata: str - :keyword support_ordering: A value that indicates whether the queue supports ordering. - :type support_ordering: bool :keyword forward_dead_lettered_messages_to: The name of the recipient entity to which all the dead-lettered messages of this subscription are forwarded to. :type forward_dead_lettered_messages_to: str @@ -242,14 +237,12 @@ async def create_queue(self, name: str, **kwargs) -> QueueProperties: enable_batched_operations=kwargs.pop("enable_batched_operations", None), enable_express=kwargs.pop("enable_express", None), enable_partitioning=kwargs.pop("enable_partitioning", None), - is_anonymous_accessible=kwargs.pop("is_anonymous_accessible", None), lock_duration=kwargs.pop("lock_duration", None), max_delivery_count=kwargs.pop("max_delivery_count", None), max_size_in_megabytes=kwargs.pop("max_size_in_megabytes", None), requires_duplicate_detection=kwargs.pop("requires_duplicate_detection", None), requires_session=kwargs.pop("requires_session", None), status=kwargs.pop("status", None), - support_ordering=kwargs.pop("support_ordering", None), forward_to=kwargs.pop("forward_to", None), forward_dead_lettered_messages_to=kwargs.pop("forward_dead_lettered_messages_to", None), user_metadata=kwargs.pop("user_metadata", None) @@ -413,9 +406,6 @@ async def create_topic(self, name: str, **kwargs) -> TopicProperties: :type size_in_bytes: int :keyword filtering_messages_before_publishing: Filter messages before publishing. :type filtering_messages_before_publishing: bool - :keyword is_anonymous_accessible: A value indicating if the resource can be accessed without - authorization. - :type is_anonymous_accessible: bool :keyword authorization_rules: Authorization rules for resource. :type authorization_rules: list[~azure.servicebus.management.AuthorizationRule] @@ -427,9 +417,6 @@ async def create_topic(self, name: str, **kwargs) -> TopicProperties: :keyword enable_partitioning: A value that indicates whether the topic is to be partitioned across multiple message brokers. :type enable_partitioning: bool - :keyword enable_subscription_partitioning: A value that indicates whether the topic's - subscription is to be partitioned. - :type enable_subscription_partitioning: bool :keyword enable_express: A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. :type enable_express: bool @@ -447,14 +434,12 @@ async def create_topic(self, name: str, **kwargs) -> TopicProperties: duplicate_detection_history_time_window=kwargs.pop("duplicate_detection_history_time_window", None), enable_batched_operations=kwargs.pop("enable_batched_operations", None), size_in_bytes=kwargs.pop("size_in_bytes", None), - is_anonymous_accessible=kwargs.pop("is_anonymous_accessible", None), authorization_rules=kwargs.pop("authorization_rules", None), status=kwargs.pop("status", None), support_ordering=kwargs.pop("support_ordering", None), auto_delete_on_idle=kwargs.pop("auto_delete_on_idle", None), enable_partitioning=kwargs.pop("enable_partitioning", None), entity_availability_status=kwargs.pop("entity_availability_status", None), - enable_subscription_partitioning=kwargs.pop("enable_subscription_partitioning", None), enable_express=kwargs.pop("enable_express", None), user_metadata=kwargs.pop("user_metadata", None) ) diff --git a/sdk/servicebus/azure-servicebus/azure/servicebus/management/__init__.py b/sdk/servicebus/azure-servicebus/azure/servicebus/management/__init__.py index 41f9230c874e..79d44d630e69 100644 --- a/sdk/servicebus/azure-servicebus/azure/servicebus/management/__init__.py +++ b/sdk/servicebus/azure-servicebus/azure/servicebus/management/__init__.py @@ -3,7 +3,7 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from ._management_client import ServiceBusManagementClient +from ._management_client import ServiceBusAdministrationClient from ._generated.models import AuthorizationRule, MessageCountDetails, \ AccessRights, EntityAvailabilityStatus, EntityStatus, \ NamespaceProperties, MessagingSku, NamespaceType @@ -14,7 +14,7 @@ SqlRuleAction __all__ = [ - 'ServiceBusManagementClient', + 'ServiceBusAdministrationClient', 'AuthorizationRule', 'MessageCountDetails', 'QueueProperties', diff --git a/sdk/servicebus/azure-servicebus/azure/servicebus/management/_management_client.py b/sdk/servicebus/azure-servicebus/azure/servicebus/management/_management_client.py index 9c326af09dd6..740a9cac73c3 100644 --- a/sdk/servicebus/azure-servicebus/azure/servicebus/management/_management_client.py +++ b/sdk/servicebus/azure-servicebus/azure/servicebus/management/_management_client.py @@ -41,7 +41,7 @@ from azure.core.credentials import TokenCredential # pylint:disable=ungrouped-imports -class ServiceBusManagementClient: # pylint:disable=too-many-public-methods +class ServiceBusAdministrationClient: # pylint:disable=too-many-public-methods """Use this client to create, update, list, and delete resources of a ServiceBus namespace. :param str fully_qualified_namespace: The fully qualified host name for the Service Bus namespace. @@ -124,11 +124,11 @@ def _get_rule_element(self, topic_name, subscription_name, rule_name, **kwargs): @classmethod def from_connection_string(cls, conn_str, **kwargs): - # type: (str, Any) -> ServiceBusManagementClient + # type: (str, Any) -> ServiceBusAdministrationClient """Create a client from connection string. :param str conn_str: The connection string of the Service Bus Namespace. - :rtype: ~azure.servicebus.management.ServiceBusManagementClient + :rtype: ~azure.servicebus.management.ServiceBusAdministrationClient """ endpoint, shared_access_key_name, shared_access_key, _ = parse_conn_str(conn_str) if "//" in endpoint: @@ -193,9 +193,6 @@ def create_queue(self, name, **kwargs): :keyword enable_partitioning: A value that indicates whether the queue is to be partitioned across multiple message brokers. :type enable_partitioning: bool - :keyword is_anonymous_accessible: A value indicating if the resource can be accessed without - authorization. - :type is_anonymous_accessible: bool :keyword lock_duration: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute. @@ -218,8 +215,6 @@ def create_queue(self, name, **kwargs): :keyword user_metadata: Custom metdata that user can associate with the description. Max length is 1024 chars. :type user_metadata: str - :keyword support_ordering: A value that indicates whether the queue supports ordering. - :type support_ordering: bool :keyword forward_dead_lettered_messages_to: The name of the recipient entity to which all the dead-lettered messages of this subscription are forwarded to. :type forward_dead_lettered_messages_to: str @@ -237,14 +232,12 @@ def create_queue(self, name, **kwargs): enable_batched_operations=kwargs.pop("enable_batched_operations", None), enable_express=kwargs.pop("enable_express", None), enable_partitioning=kwargs.pop("enable_partitioning", None), - is_anonymous_accessible=kwargs.pop("is_anonymous_accessible", None), lock_duration=kwargs.pop("lock_duration", None), max_delivery_count=kwargs.pop("max_delivery_count", None), max_size_in_megabytes=kwargs.pop("max_size_in_megabytes", None), requires_duplicate_detection=kwargs.pop("requires_duplicate_detection", None), requires_session=kwargs.pop("requires_session", None), status=kwargs.pop("status", None), - support_ordering=kwargs.pop("support_ordering", None), forward_to=kwargs.pop("forward_to", None), forward_dead_lettered_messages_to=kwargs.pop("forward_dead_lettered_messages_to", None), user_metadata=kwargs.pop("user_metadata", None) @@ -417,9 +410,6 @@ def create_topic(self, name, **kwargs): :type size_in_bytes: int :keyword filtering_messages_before_publishing: Filter messages before publishing. :type filtering_messages_before_publishing: bool - :keyword is_anonymous_accessible: A value indicating if the resource can be accessed without - authorization. - :type is_anonymous_accessible: bool :keyword authorization_rules: Authorization rules for resource. :type authorization_rules: list[~azure.servicebus.management.AuthorizationRule] @@ -431,9 +421,6 @@ def create_topic(self, name, **kwargs): :keyword enable_partitioning: A value that indicates whether the topic is to be partitioned across multiple message brokers. :type enable_partitioning: bool - :keyword enable_subscription_partitioning: A value that indicates whether the topic's - subscription is to be partitioned. - :type enable_subscription_partitioning: bool :keyword enable_express: A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. :type enable_express: bool @@ -450,14 +437,12 @@ def create_topic(self, name, **kwargs): duplicate_detection_history_time_window=kwargs.pop("duplicate_detection_history_time_window", None), enable_batched_operations=kwargs.pop("enable_batched_operations", None), size_in_bytes=kwargs.pop("size_in_bytes", None), - is_anonymous_accessible=kwargs.pop("is_anonymous_accessible", None), authorization_rules=kwargs.pop("authorization_rules", None), status=kwargs.pop("status", None), support_ordering=kwargs.pop("support_ordering", None), auto_delete_on_idle=kwargs.pop("auto_delete_on_idle", None), enable_partitioning=kwargs.pop("enable_partitioning", None), entity_availability_status=kwargs.pop("entity_availability_status", None), - enable_subscription_partitioning=kwargs.pop("enable_subscription_partitioning", None), enable_express=kwargs.pop("enable_express", None), user_metadata=kwargs.pop("user_metadata", None) ) diff --git a/sdk/servicebus/azure-servicebus/azure/servicebus/management/_models.py b/sdk/servicebus/azure-servicebus/azure/servicebus/management/_models.py index 1bf01ae807a5..7f537ba1f146 100644 --- a/sdk/servicebus/azure-servicebus/azure/servicebus/management/_models.py +++ b/sdk/servicebus/azure-servicebus/azure/servicebus/management/_models.py @@ -125,9 +125,6 @@ class QueueProperties(DictMixin): # pylint:disable=too-many-instance-attributes :ivar enable_partitioning: A value that indicates whether the queue is to be partitioned across multiple message brokers. :type enable_partitioning: bool - :ivar is_anonymous_accessible: A value indicating if the resource can be accessed without - authorization. - :type is_anonymous_accessible: bool :ivar lock_duration: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute. @@ -153,8 +150,6 @@ class QueueProperties(DictMixin): # pylint:disable=too-many-instance-attributes :ivar user_metadata: Custom metdata that user can associate with the description. Max length is 1024 chars. :type user_metadata: str - :ivar support_ordering: A value that indicates whether the queue supports ordering. - :type support_ordering: bool :ivar forward_dead_lettered_messages_to: The name of the recipient entity to which all the dead-lettered messages of this subscription are forwarded to. :type forward_dead_lettered_messages_to: str @@ -181,14 +176,12 @@ def __init__( self.enable_batched_operations = extract_kwarg('enable_batched_operations') self.enable_express = extract_kwarg('enable_express') self.enable_partitioning = extract_kwarg('enable_partitioning') - self.is_anonymous_accessible = extract_kwarg('is_anonymous_accessible') self.lock_duration = extract_kwarg('lock_duration') self.max_delivery_count = extract_kwarg('max_delivery_count') self.max_size_in_megabytes = extract_kwarg('max_size_in_megabytes') self.requires_duplicate_detection = extract_kwarg('requires_duplicate_detection') self.requires_session = extract_kwarg('requires_session') self.status = extract_kwarg('status') - self.support_ordering = extract_kwarg('support_ordering') self.forward_to = extract_kwarg('forward_to') self.user_metadata = extract_kwarg('user_metadata') self.forward_dead_lettered_messages_to = extract_kwarg('forward_dead_lettered_messages_to') @@ -210,14 +203,12 @@ def _from_internal_entity(cls, name, internal_qd): enable_batched_operations=internal_qd.enable_batched_operations, enable_express=internal_qd.enable_express, enable_partitioning=internal_qd.enable_partitioning, - is_anonymous_accessible=internal_qd.is_anonymous_accessible, lock_duration=internal_qd.lock_duration, max_delivery_count=internal_qd.max_delivery_count, max_size_in_megabytes=internal_qd.max_size_in_megabytes, requires_duplicate_detection=internal_qd.requires_duplicate_detection, requires_session=internal_qd.requires_session, status=internal_qd.status, - support_ordering=internal_qd.support_ordering, forward_to=internal_qd.forward_to, forward_dead_lettered_messages_to=internal_qd.forward_dead_lettered_messages_to, user_metadata=internal_qd.user_metadata @@ -239,14 +230,12 @@ def _to_internal_entity(self): self._internal_qd.enable_batched_operations = self.enable_batched_operations self._internal_qd.enable_express = self.enable_express self._internal_qd.enable_partitioning = self.enable_partitioning - self._internal_qd.is_anonymous_accessible = self.is_anonymous_accessible self._internal_qd.lock_duration = self.lock_duration self._internal_qd.max_delivery_count = self.max_delivery_count self._internal_qd.max_size_in_megabytes = self.max_size_in_megabytes self._internal_qd.requires_duplicate_detection = self.requires_duplicate_detection self._internal_qd.requires_session = self.requires_session self._internal_qd.status = self.status - self._internal_qd.support_ordering = self.support_ordering self._internal_qd.forward_to = self.forward_to self._internal_qd.forward_dead_lettered_messages_to = self.forward_dead_lettered_messages_to self._internal_qd.user_metadata = self.user_metadata @@ -386,9 +375,6 @@ class TopicProperties(DictMixin): # pylint:disable=too-many-instance-attributes :type size_in_bytes: int :ivar filtering_messages_before_publishing: Filter messages before publishing. :type filtering_messages_before_publishing: bool - :ivar is_anonymous_accessible: A value indicating if the resource can be accessed without - authorization. - :type is_anonymous_accessible: bool :ivar authorization_rules: Authorization rules for resource. :type authorization_rules: list[~azure.servicebus.management.AuthorizationRule] @@ -407,9 +393,6 @@ class TopicProperties(DictMixin): # pylint:disable=too-many-instance-attributes "Available", "Limited", "Renaming", "Restoring", "Unknown". :type entity_availability_status: str or ~azure.servicebus.management.EntityAvailabilityStatus - :ivar enable_subscription_partitioning: A value that indicates whether the topic's - subscription is to be partitioned. - :type enable_subscription_partitioning: bool :ivar enable_express: A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. :type enable_express: bool @@ -434,14 +417,12 @@ def __init__( self.duplicate_detection_history_time_window = extract_kwarg('duplicate_detection_history_time_window') self.enable_batched_operations = extract_kwarg('enable_batched_operations') self.size_in_bytes = extract_kwarg('size_in_bytes') - self.is_anonymous_accessible = extract_kwarg('is_anonymous_accessible') self.authorization_rules = extract_kwarg('authorization_rules') self.status = extract_kwarg('status') self.support_ordering = extract_kwarg('support_ordering') self.auto_delete_on_idle = extract_kwarg('auto_delete_on_idle') self.enable_partitioning = extract_kwarg('enable_partitioning') self.entity_availability_status = extract_kwarg('entity_availability_status') - self.enable_subscription_partitioning = extract_kwarg('enable_subscription_partitioning') self.enable_express = extract_kwarg('enable_express') self.user_metadata = extract_kwarg('user_metadata') @@ -458,14 +439,12 @@ def _from_internal_entity(cls, name, internal_td): duplicate_detection_history_time_window=internal_td.duplicate_detection_history_time_window, enable_batched_operations=internal_td.enable_batched_operations, size_in_bytes=internal_td.size_in_bytes, - is_anonymous_accessible=internal_td.is_anonymous_accessible, authorization_rules=internal_td.authorization_rules, status=internal_td.status, support_ordering=internal_td.support_ordering, auto_delete_on_idle=internal_td.auto_delete_on_idle, enable_partitioning=internal_td.enable_partitioning, entity_availability_status=internal_td.entity_availability_status, - enable_subscription_partitioning=internal_td.enable_subscription_partitioning, enable_express=internal_td.enable_express, user_metadata=internal_td.user_metadata ) @@ -482,14 +461,12 @@ def _to_internal_entity(self): self._internal_td.duplicate_detection_history_time_window = self.duplicate_detection_history_time_window self._internal_td.enable_batched_operations = self.enable_batched_operations self._internal_td.size_in_bytes = self.size_in_bytes - self._internal_td.is_anonymous_accessible = self.is_anonymous_accessible self._internal_td.authorization_rules = self.authorization_rules self._internal_td.status = self.status self._internal_td.support_ordering = self.support_ordering self._internal_td.auto_delete_on_idle = self.auto_delete_on_idle self._internal_td.enable_partitioning = self.enable_partitioning self._internal_td.entity_availability_status = self.entity_availability_status - self._internal_td.enable_subscription_partitioning = self.enable_subscription_partitioning self._internal_td.enable_express = self.enable_express self._internal_td.user_metadata = self.user_metadata diff --git a/sdk/servicebus/azure-servicebus/migration_guide.md b/sdk/servicebus/azure-servicebus/migration_guide.md index fcfe484fe661..7516634f6338 100644 --- a/sdk/servicebus/azure-servicebus/migration_guide.md +++ b/sdk/servicebus/azure-servicebus/migration_guide.md @@ -76,8 +76,8 @@ semantics with the sender or receiver lifetime. ### Managing queues | In v0.50 | Equivalent in v7 | Sample | |---|---|---| -| `azure.servicebus.control_client.ServiceBusService().create_queue(queue_name)` | `azure.servicebus.management.ServiceBusManagementClient().create_queue(queue_name)` | [Create a queue](./samples/sync_samples/mgmt_queue.py) | -| `azure.servicebus.ServiceBusClient().list_queues()` | `azure.servicebus.management.ServiceBusManagementClient().list_queues()` | [List queues](./samples/sync_samples/mgmt_queue.py ) | +| `azure.servicebus.control_client.ServiceBusService().create_queue(queue_name)` | `azure.servicebus.management.ServiceBusAdministrationClient().create_queue(queue_name)` | [Create a queue](./samples/sync_samples/mgmt_queue.py) | +| `azure.servicebus.ServiceBusClient().list_queues()` | `azure.servicebus.management.ServiceBusAdministrationClient().list_queues()` | [List queues](./samples/sync_samples/mgmt_queue.py ) | ### Working with AutoLockRenew | In v0.50 | Equivalent in v7 | Sample | diff --git a/sdk/servicebus/azure-servicebus/samples/async_samples/mgmt_queue_async.py b/sdk/servicebus/azure-servicebus/samples/async_samples/mgmt_queue_async.py index becc4afe7f20..e73707ed60d6 100644 --- a/sdk/servicebus/azure-servicebus/samples/async_samples/mgmt_queue_async.py +++ b/sdk/servicebus/azure-servicebus/samples/async_samples/mgmt_queue_async.py @@ -18,7 +18,7 @@ import os import asyncio -from azure.servicebus.aio.management import ServiceBusManagementClient +from azure.servicebus.aio.management import ServiceBusAdministrationClient CONNECTION_STR = os.environ['SERVICE_BUS_CONNECTION_STR'] QUEUE_NAME = "sb_mgmt_demo_queue" @@ -72,7 +72,7 @@ async def get_queue_runtime_info(servicebus_mgmt_client): async def main(): - async with ServiceBusManagementClient.from_connection_string(CONNECTION_STR) as servicebus_mgmt_client: + async with ServiceBusAdministrationClient.from_connection_string(CONNECTION_STR) as servicebus_mgmt_client: await create_queue(servicebus_mgmt_client) await list_queues(servicebus_mgmt_client) await get_and_update_queue(servicebus_mgmt_client) diff --git a/sdk/servicebus/azure-servicebus/samples/sync_samples/mgmt_queue.py b/sdk/servicebus/azure-servicebus/samples/sync_samples/mgmt_queue.py index f9a834e008bf..2302bd71b045 100644 --- a/sdk/servicebus/azure-servicebus/samples/sync_samples/mgmt_queue.py +++ b/sdk/servicebus/azure-servicebus/samples/sync_samples/mgmt_queue.py @@ -17,7 +17,7 @@ # pylint: disable=C0111 import os -from azure.servicebus.management import ServiceBusManagementClient +from azure.servicebus.management import ServiceBusAdministrationClient CONNECTION_STR = os.environ['SERVICE_BUS_CONNECTION_STR'] QUEUE_NAME = "sb_mgmt_demo_queue" @@ -70,7 +70,7 @@ def get_queue_runtime_info(servicebus_mgmt_client): print("") -with ServiceBusManagementClient.from_connection_string(CONNECTION_STR) as servicebus_mgmt_client: +with ServiceBusAdministrationClient.from_connection_string(CONNECTION_STR) as servicebus_mgmt_client: create_queue(servicebus_mgmt_client) list_queues(servicebus_mgmt_client) get_and_update_queue(servicebus_mgmt_client) diff --git a/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_queues_async.py b/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_queues_async.py index c5cff6fa891d..9fbdcdf66b3a 100644 --- a/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_queues_async.py +++ b/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_queues_async.py @@ -8,7 +8,7 @@ import msrest from azure.core.exceptions import HttpResponseError, ResourceNotFoundError, ResourceExistsError -from azure.servicebus.aio.management import ServiceBusManagementClient +from azure.servicebus.aio.management import ServiceBusAdministrationClient from azure.servicebus.management import QueueProperties from azure.servicebus.aio import ServiceBusSharedKeyCredential from azure.servicebus._common.utils import utc_now @@ -29,13 +29,13 @@ ) -class ServiceBusManagementClientQueueAsyncTests(AzureMgmtTestCase): +class ServiceBusAdministrationClientQueueAsyncTests(AzureMgmtTestCase): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_list_basic(self, servicebus_namespace_connection_string, servicebus_namespace, servicebus_namespace_key_name, servicebus_namespace_primary_key): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) queues = await async_pageable_to_list(mgmt_service.list_queues()) assert len(queues) == 0 @@ -47,7 +47,7 @@ async def test_async_mgmt_queue_list_basic(self, servicebus_namespace_connection assert len(queues) == 0 fully_qualified_namespace = servicebus_namespace.name + '.servicebus.windows.net' - mgmt_service = ServiceBusManagementClient( + mgmt_service = ServiceBusAdministrationClient( fully_qualified_namespace, credential=ServiceBusSharedKeyCredential(servicebus_namespace_key_name, servicebus_namespace_primary_key) ) @@ -65,7 +65,7 @@ async def test_async_mgmt_queue_list_basic(self, servicebus_namespace_connection async def test_async_mgmt_queue_list_with_special_chars(self, servicebus_namespace_connection_string): # Queue names can contain letters, numbers, periods (.), hyphens (-), underscores (_), and slashes (/), up to 260 characters. Queue names are also case-insensitive. queue_name = 'txt/.-_123' - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) queues = await async_pageable_to_list(mgmt_service.list_queues()) assert len(queues) == 0 @@ -80,7 +80,7 @@ async def test_async_mgmt_queue_list_with_special_chars(self, servicebus_namespa @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_list_with_parameters(self, servicebus_namespace_connection_string): pytest.skip("start_idx and max_count are currently removed, they might come back in the future.") - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await run_test_async_mgmt_list_with_parameters(AsyncMgmtQueueListTestHelper(mgmt_service)) @CachedResourceGroupPreparer(name_prefix='servicebustest') @@ -88,17 +88,17 @@ async def test_async_mgmt_queue_list_with_parameters(self, servicebus_namespace_ async def test_async_mgmt_queue_list_with_negative_credential(self, servicebus_namespace, servicebus_namespace_key_name, servicebus_namespace_primary_key): # invalid_conn_str = 'Endpoint=sb://invalid.servicebus.windows.net/;SharedAccessKeyName=invalid;SharedAccessKey=invalid' - # mgmt_service = ServiceBusManagementClient.from_connection_string(invalid_conn_str) + # mgmt_service = ServiceBusAdministrationClient.from_connection_string(invalid_conn_str) # with pytest.raises(ServiceRequestError): # await async_pageable_to_list(mgmt_service.list_queues()) invalid_conn_str = 'Endpoint=sb://{}.servicebus.windows.net/;SharedAccessKeyName=invalid;SharedAccessKey=invalid'.format(servicebus_namespace.name) - mgmt_service = ServiceBusManagementClient.from_connection_string(invalid_conn_str) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(invalid_conn_str) with pytest.raises(HttpResponseError): await async_pageable_to_list(mgmt_service.list_queues()) # fully_qualified_namespace = 'invalid.servicebus.windows.net' - # mgmt_service = ServiceBusManagementClient( + # mgmt_service = ServiceBusAdministrationClient( # fully_qualified_namespace, # credential=ServiceBusSharedKeyCredential(servicebus_namespace_key_name, servicebus_namespace_primary_key) # ) @@ -106,7 +106,7 @@ async def test_async_mgmt_queue_list_with_negative_credential(self, servicebus_n # await async_pageable_to_list(mgmt_service.list_queues()) fully_qualified_namespace = servicebus_namespace.name + '.servicebus.windows.net' - mgmt_service = ServiceBusManagementClient( + mgmt_service = ServiceBusAdministrationClient( fully_qualified_namespace, credential=ServiceBusSharedKeyCredential("invalid", "invalid") ) @@ -117,13 +117,13 @@ async def test_async_mgmt_queue_list_with_negative_credential(self, servicebus_n @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_list_with_negative_parameters(self, servicebus_namespace_connection_string): pytest.skip("start_idx and max_count are currently removed, they might come back in the future.") - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await run_test_async_mgmt_list_with_negative_parameters(AsyncMgmtQueueListTestHelper(mgmt_service)) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_delete_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) await mgmt_service.create_queue("test_queue") queues = await async_pageable_to_list(mgmt_service.list_queues()) @@ -146,7 +146,7 @@ async def test_async_mgmt_queue_delete_basic(self, servicebus_namespace_connecti @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_delete_one_and_check_not_existing(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) for i in range(10): await mgmt_service.create_queue("queue{}".format(i)) @@ -166,7 +166,7 @@ async def test_async_mgmt_queue_delete_one_and_check_not_existing(self, serviceb @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_delete_negtive(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) await mgmt_service.create_queue("test_queue") queues = await async_pageable_to_list(mgmt_service.list_queues()) @@ -191,7 +191,7 @@ async def test_async_mgmt_queue_delete_negtive(self, servicebus_namespace_connec @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_create_by_name(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) queue_name = "eidk" created_at = utc_now() @@ -208,7 +208,7 @@ async def test_async_mgmt_queue_create_by_name(self, servicebus_namespace_connec @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_create_with_invalid_name(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) with pytest.raises(msrest.exceptions.ValidationError): await mgmt_service.create_queue(Exception()) @@ -220,7 +220,7 @@ async def test_async_mgmt_queue_create_with_invalid_name(self, servicebus_namesp @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_create_with_queue_description(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) queue_name = "dkldf" await mgmt_service.create_queue(queue_name, @@ -231,13 +231,11 @@ async def test_async_mgmt_queue_create_with_queue_description(self, servicebus_n enable_batched_operations=True, enable_express=True, enable_partitioning=True, - is_anonymous_accessible=True, lock_duration=datetime.timedelta(seconds=13), max_delivery_count=14, max_size_in_megabytes=3072, #requires_duplicate_detection=True, - requires_session=True, - support_ordering=True + requires_session=True ) try: queue = await mgmt_service.get_queue(queue_name) @@ -249,20 +247,18 @@ async def test_async_mgmt_queue_create_with_queue_description(self, servicebus_n assert queue.enable_batched_operations == True assert queue.enable_express == True assert queue.enable_partitioning == True - assert queue.is_anonymous_accessible == True assert queue.lock_duration == datetime.timedelta(seconds=13) assert queue.max_delivery_count == 14 assert queue.max_size_in_megabytes % 3072 == 0 #assert queue.requires_duplicate_detection == True assert queue.requires_session == True - assert queue.support_ordering == True finally: await mgmt_service.delete_queue(queue_name) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_create_duplicate(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) queue_name = "eriodk" await mgmt_service.create_queue(queue_name) @@ -275,7 +271,7 @@ async def test_async_mgmt_queue_create_duplicate(self, servicebus_namespace_conn @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_update_success(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) queue_name = "ewuidfj" queue_description = await mgmt_service.create_queue(queue_name) @@ -295,13 +291,11 @@ async def test_async_mgmt_queue_update_success(self, servicebus_namespace_connec queue_description.enable_batched_operations = True queue_description.enable_express = True #queue_description.enable_partitioning = True # Cannot be changed after creation - queue_description.is_anonymous_accessible = True queue_description.lock_duration = datetime.timedelta(seconds=13) queue_description.max_delivery_count = 14 queue_description.max_size_in_megabytes = 3072 #queue_description.requires_duplicate_detection = True # Read only #queue_description.requires_session = True # Cannot be changed after creation - queue_description.support_ordering = True await mgmt_service.update_queue(queue_description) queue_description = await mgmt_service.get_queue(queue_name) @@ -313,20 +307,18 @@ async def test_async_mgmt_queue_update_success(self, servicebus_namespace_connec assert queue_description.enable_batched_operations == True assert queue_description.enable_express == True #assert queue_description.enable_partitioning == True - assert queue_description.is_anonymous_accessible == True assert queue_description.lock_duration == datetime.timedelta(seconds=13) assert queue_description.max_delivery_count == 14 assert queue_description.max_size_in_megabytes == 3072 #assert queue_description.requires_duplicate_detection == True #assert queue_description.requires_session == True - assert queue_description.support_ordering == True finally: await mgmt_service.delete_queue(queue_name) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_update_invalid(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) queue_name = "vbmfm" queue_description = await mgmt_service.create_queue(queue_name) @@ -368,7 +360,7 @@ async def test_async_mgmt_queue_update_invalid(self, servicebus_namespace_connec @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_list_runtime_info_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) queues = await async_pageable_to_list(mgmt_service.list_queues()) queues_infos = await async_pageable_to_list(mgmt_service.list_queues_runtime_info()) @@ -405,20 +397,20 @@ async def test_async_mgmt_queue_list_runtime_info_basic(self, servicebus_namespa @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_list_runtime_info_with_negative_parameters(self, servicebus_namespace_connection_string): pytest.skip("start_idx and max_count are currently removed, they might come back in the future.") - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await run_test_async_mgmt_list_with_negative_parameters(AsyncMgmtQueueListRuntimeInfoTestHelper(mgmt_service)) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_list_runtime_info_with_parameters(self, servicebus_namespace_connection_string): pytest.skip("start_idx and max_count are currently removed, they might come back in the future.") - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await run_test_async_mgmt_list_with_parameters(AsyncMgmtQueueListRuntimeInfoTestHelper(mgmt_service)) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_get_runtime_info_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_queues(mgmt_service) await mgmt_service.create_queue("test_queue") queue_runtime_info = await mgmt_service.get_queue_runtime_info("test_queue") @@ -440,7 +432,7 @@ async def test_async_mgmt_queue_get_runtime_info_basic(self, servicebus_namespac @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_queue_get_runtime_info_negative(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) with pytest.raises(msrest.exceptions.ValidationError): await mgmt_service.get_queue_runtime_info(None) diff --git a/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_rules_async.py b/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_rules_async.py index dc91b2ce9cf3..4ef9ef6d8ef3 100644 --- a/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_rules_async.py +++ b/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_rules_async.py @@ -9,7 +9,7 @@ import pytest import msrest -from azure.servicebus.aio.management import ServiceBusManagementClient +from azure.servicebus.aio.management import ServiceBusAdministrationClient from azure.servicebus.management import RuleProperties, CorrelationRuleFilter, SqlRuleFilter, TrueRuleFilter, SqlRuleAction from azure.servicebus.management._constants import INT32_MAX_VALUE from utilities import get_logger @@ -25,11 +25,11 @@ _logger = get_logger(logging.DEBUG) -class ServiceBusManagementClientRuleAsyncTests(AzureMgmtTestCase): +class ServiceBusAdministrationClientRuleAsyncTests(AzureMgmtTestCase): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_rule_create(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "topic_testaddf" subscription_name = "sub_testkkk" @@ -93,7 +93,7 @@ async def test_async_mgmt_rule_create(self, servicebus_namespace_connection_stri @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_rule_create_duplicate(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "dqkodq" subscription_name = 'kkaqo' @@ -113,7 +113,7 @@ async def test_async_mgmt_rule_create_duplicate(self, servicebus_namespace_conne @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_rule_update_success(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "fjrui" subscription_name = "eqkovc" @@ -150,7 +150,7 @@ async def test_async_mgmt_rule_update_success(self, servicebus_namespace_connect @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_rule_update_invalid(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "fjrui" subscription_name = "eqkovc" @@ -192,7 +192,7 @@ async def test_async_mgmt_rule_update_invalid(self, servicebus_namespace_connect @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_rule_list_and_delete(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "topic_testaddf" subscription_name = "sub_testkkk" diff --git a/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_subscriptions_async.py b/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_subscriptions_async.py index 50425f6b6048..8b74b970e2c5 100644 --- a/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_subscriptions_async.py +++ b/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_subscriptions_async.py @@ -8,7 +8,7 @@ import datetime import msrest -from azure.servicebus.aio.management import ServiceBusManagementClient +from azure.servicebus.aio.management import ServiceBusAdministrationClient from azure.servicebus.management import SubscriptionProperties from utilities import get_logger from azure.core.exceptions import HttpResponseError, ResourceExistsError @@ -24,11 +24,11 @@ _logger = get_logger(logging.DEBUG) -class ServiceBusManagementClientSubscriptionAsyncTests(AzureMgmtTestCase): +class ServiceBusAdministrationClientSubscriptionAsyncTests(AzureMgmtTestCase): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_create_by_name(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "topic_testaddf" subscription_name = "sub_testkkk" @@ -47,7 +47,7 @@ async def test_async_mgmt_subscription_create_by_name(self, servicebus_namespace @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_create_with_subscription_description(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "iweidk" subscription_name = "kdosako" @@ -80,7 +80,7 @@ async def test_async_mgmt_subscription_create_with_subscription_description(self @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_create_duplicate(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "dqkodq" subscription_name = 'kkaqo' @@ -96,7 +96,7 @@ async def test_async_mgmt_subscription_create_duplicate(self, servicebus_namespa @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_update_success(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "fjrui" subscription_name = "eqkovc" @@ -137,7 +137,7 @@ async def test_async_mgmt_subscription_update_success(self, servicebus_namespace @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_update_invalid(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "dfjfj" subscription_name = "kwqxc" @@ -177,7 +177,7 @@ async def test_async_mgmt_subscription_update_invalid(self, servicebus_namespace @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_delete(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = 'test_topicgda' subscription_name_1 = 'test_sub1da' @@ -207,7 +207,7 @@ async def test_async_mgmt_subscription_delete(self, servicebus_namespace_connect @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_list(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = 'lkoqxc' subscription_name_1 = 'testsub1' @@ -231,7 +231,7 @@ async def test_async_mgmt_subscription_list(self, servicebus_namespace_connectio @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_list_runtime_info(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = 'dkoamv' subscription_name = 'cxqplc' @@ -271,7 +271,7 @@ async def test_async_mgmt_subscription_list_runtime_info(self, servicebus_namesp @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_subscription_get_runtime_info_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = 'dcvxqa' subscription_name = 'xvazzag' diff --git a/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_topics_async.py b/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_topics_async.py index 868c7c50ec27..a431350e61d0 100644 --- a/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_topics_async.py +++ b/sdk/servicebus/azure-servicebus/tests/async_tests/mgmt_tests/test_mgmt_topics_async.py @@ -8,7 +8,7 @@ import datetime import msrest -from azure.servicebus.aio.management import ServiceBusManagementClient +from azure.servicebus.aio.management import ServiceBusAdministrationClient from azure.servicebus.management import TopicProperties from utilities import get_logger from azure.core.exceptions import HttpResponseError, ResourceExistsError @@ -24,11 +24,11 @@ _logger = get_logger(logging.DEBUG) -class ServiceBusManagementClientTopicAsyncTests(AzureMgmtTestCase): +class ServiceBusAdministrationClientTopicAsyncTests(AzureMgmtTestCase): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_create_by_name(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "topic_testaddf" @@ -44,7 +44,7 @@ async def test_async_mgmt_topic_create_by_name(self, servicebus_namespace_connec @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_create_with_topic_description(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "iweidk" try: @@ -56,8 +56,6 @@ async def test_async_mgmt_topic_create_with_topic_description(self, servicebus_n enable_batched_operations=True, enable_express=True, enable_partitioning=True, - enable_subscription_partitioning=True, - is_anonymous_accessible=True, max_size_in_megabytes=3072 ) topic = await mgmt_service.get_topic(topic_name) @@ -68,8 +66,6 @@ async def test_async_mgmt_topic_create_with_topic_description(self, servicebus_n assert topic.enable_batched_operations assert topic.enable_express assert topic.enable_partitioning - assert topic.enable_subscription_partitioning - assert topic.is_anonymous_accessible assert topic.max_size_in_megabytes % 3072 == 0 finally: await mgmt_service.delete_topic(topic_name) @@ -77,7 +73,7 @@ async def test_async_mgmt_topic_create_with_topic_description(self, servicebus_n @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_create_duplicate(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "dqkodq" try: @@ -90,7 +86,7 @@ async def test_async_mgmt_topic_create_duplicate(self, servicebus_namespace_conn @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_update_success(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "fjrui" try: @@ -109,7 +105,6 @@ async def test_async_mgmt_topic_update_success(self, servicebus_namespace_connec topic_description.enable_batched_operations = True topic_description.enable_express = True # topic_description.enable_partitioning = True # Cannot be changed after creation - topic_description.is_anonymous_accessible = True topic_description.max_size_in_megabytes = 3072 # topic_description.requires_duplicate_detection = True # Read only # topic_description.requires_session = True # Cannot be changed after creation @@ -124,7 +119,6 @@ async def test_async_mgmt_topic_update_success(self, servicebus_namespace_connec assert topic_description.enable_batched_operations == True assert topic_description.enable_express == True # assert topic_description.enable_partitioning == True - assert topic_description.is_anonymous_accessible == True assert topic_description.max_size_in_megabytes == 3072 # assert topic_description.requires_duplicate_detection == True # assert topic_description.requires_session == True @@ -135,7 +129,7 @@ async def test_async_mgmt_topic_update_success(self, servicebus_namespace_connec @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_update_invalid(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topic_name = "dfjfj" try: @@ -172,7 +166,7 @@ async def test_async_mgmt_topic_update_invalid(self, servicebus_namespace_connec @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_delete(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) await mgmt_service.create_topic('test_topic') topics = await async_pageable_to_list(mgmt_service.list_topics()) @@ -197,7 +191,7 @@ async def test_async_mgmt_topic_delete(self, servicebus_namespace_connection_str @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_list(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topics = await async_pageable_to_list(mgmt_service.list_topics()) assert len(topics) == 0 @@ -215,7 +209,7 @@ async def test_async_mgmt_topic_list(self, servicebus_namespace_connection_strin @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_list_runtime_info(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) topics = await async_pageable_to_list(mgmt_service.list_topics()) topics_infos = await async_pageable_to_list(mgmt_service.list_topics_runtime_info()) @@ -246,7 +240,7 @@ async def test_async_mgmt_topic_list_runtime_info(self, servicebus_namespace_con @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') async def test_async_mgmt_topic_get_runtime_info_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) await clear_topics(mgmt_service) await mgmt_service.create_topic("test_topic") try: diff --git a/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_queues.py b/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_queues.py index 7b4bbd133b9e..b4b66f524dfc 100644 --- a/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_queues.py +++ b/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_queues.py @@ -11,7 +11,7 @@ import functools import msrest -from azure.servicebus.management import ServiceBusManagementClient, QueueProperties +from azure.servicebus.management import ServiceBusAdministrationClient, QueueProperties from azure.servicebus._common.utils import utc_now from utilities import get_logger from azure.core.exceptions import HttpResponseError, ServiceRequestError, ResourceNotFoundError, ResourceExistsError @@ -33,12 +33,12 @@ _logger = get_logger(logging.DEBUG) -class ServiceBusManagementClientQueueTests(AzureMgmtTestCase): +class ServiceBusAdministrationClientQueueTests(AzureMgmtTestCase): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_list_basic(self, servicebus_namespace_connection_string, servicebus_namespace, servicebus_namespace_key_name, servicebus_namespace_primary_key): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) @@ -52,7 +52,7 @@ def test_mgmt_queue_list_basic(self, servicebus_namespace_connection_string, ser assert len(queues) == 0 fully_qualified_namespace = servicebus_namespace.name + '.servicebus.windows.net' - mgmt_service = ServiceBusManagementClient( + mgmt_service = ServiceBusAdministrationClient( fully_qualified_namespace, credential=ServiceBusSharedKeyCredential(servicebus_namespace_key_name, servicebus_namespace_primary_key) ) @@ -70,7 +70,7 @@ def test_mgmt_queue_list_basic(self, servicebus_namespace_connection_string, ser def test_mgmt_queue_list_with_special_chars(self, servicebus_namespace_connection_string): # Queue names can contain letters, numbers, periods (.), hyphens (-), underscores (_), and slashes (/), up to 260 characters. Queue names are also case-insensitive. queue_name = 'txt/.-_123' - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) queues = list(mgmt_service.list_queues()) assert len(queues) == 0 @@ -85,7 +85,7 @@ def test_mgmt_queue_list_with_special_chars(self, servicebus_namespace_connectio @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_list_with_parameters(self, servicebus_namespace_connection_string): pytest.skip("start_idx and max_count are currently removed, they might come back in the future.") - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) run_test_mgmt_list_with_parameters(MgmtQueueListTestHelper(mgmt_service)) @CachedResourceGroupPreparer(name_prefix='servicebustest') @@ -93,18 +93,18 @@ def test_mgmt_queue_list_with_parameters(self, servicebus_namespace_connection_s def test_mgmt_queue_list_with_negative_credential(self, servicebus_namespace, servicebus_namespace_key_name, servicebus_namespace_primary_key): # invalid_conn_str = 'Endpoint=sb://invalid.servicebus.windows.net/;SharedAccessKeyName=invalid;SharedAccessKey=invalid' - # mgmt_service = ServiceBusManagementClient.from_connection_string(invalid_conn_str) + # mgmt_service = ServiceBusAdministrationClient.from_connection_string(invalid_conn_str) # with pytest.raises(ServiceRequestError): # list(mgmt_service.list_queues()) # TODO: This negative test makes replay test fail. Need more investigation. Live test has no problem. invalid_conn_str = 'Endpoint=sb://{}.servicebus.windows.net/;SharedAccessKeyName=invalid;SharedAccessKey=invalid'.format(servicebus_namespace.name) - mgmt_service = ServiceBusManagementClient.from_connection_string(invalid_conn_str) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(invalid_conn_str) with pytest.raises(HttpResponseError): list(mgmt_service.list_queues()) # fully_qualified_namespace = 'invalid.servicebus.windows.net' - # mgmt_service = ServiceBusManagementClient( + # mgmt_service = ServiceBusAdministrationClient( # fully_qualified_namespace, # credential=ServiceBusSharedKeyCredential(servicebus_namespace_key_name, servicebus_namespace_primary_key) # ) @@ -112,7 +112,7 @@ def test_mgmt_queue_list_with_negative_credential(self, servicebus_namespace, se # list(mgmt_service.list_queues()) fully_qualified_namespace = servicebus_namespace.name + '.servicebus.windows.net' - mgmt_service = ServiceBusManagementClient( + mgmt_service = ServiceBusAdministrationClient( fully_qualified_namespace, credential=ServiceBusSharedKeyCredential("invalid", "invalid") ) @@ -123,13 +123,13 @@ def test_mgmt_queue_list_with_negative_credential(self, servicebus_namespace, se @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_list_with_negative_parameters(self, servicebus_namespace_connection_string): pytest.skip("start_idx and max_count are currently removed, they might come back in the future.") - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) run_test_mgmt_list_with_negative_parameters(MgmtQueueListTestHelper(mgmt_service)) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_delete_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) mgmt_service.create_queue("test_queue") queues = list(mgmt_service.list_queues()) @@ -152,7 +152,7 @@ def test_mgmt_queue_delete_basic(self, servicebus_namespace_connection_string): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_delete_one_and_check_not_existing(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) for i in range(10): mgmt_service.create_queue("queue{}".format(i)) @@ -172,7 +172,7 @@ def test_mgmt_queue_delete_one_and_check_not_existing(self, servicebus_namespace @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_delete_negtive(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) mgmt_service.create_queue("test_queue") queues = list(mgmt_service.list_queues()) @@ -198,7 +198,7 @@ def test_mgmt_queue_delete_negtive(self, servicebus_namespace_connection_string) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_create_by_name(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) queue_name = "queue_testaddf" mgmt_service.create_queue(queue_name) @@ -216,7 +216,7 @@ def test_mgmt_queue_create_by_name(self, servicebus_namespace_connection_string, @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_create_with_invalid_name(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) with pytest.raises(msrest.exceptions.ValidationError): mgmt_service.create_queue(Exception()) @@ -230,7 +230,7 @@ def test_mgmt_queue_create_with_invalid_name(self, servicebus_namespace_connecti @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_create_with_queue_description(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) queue_name = "iweidk" @@ -245,13 +245,11 @@ def test_mgmt_queue_create_with_queue_description(self, servicebus_namespace_con enable_batched_operations=True, enable_express=True, enable_partitioning=True, - is_anonymous_accessible=True, lock_duration=datetime.timedelta(seconds=13), max_delivery_count=14, max_size_in_megabytes=3072, #requires_duplicate_detection=True, - requires_session=True, - support_ordering=True + requires_session=True ) try: queue = mgmt_service.get_queue(queue_name) @@ -263,7 +261,6 @@ def test_mgmt_queue_create_with_queue_description(self, servicebus_namespace_con assert queue.enable_batched_operations == True assert queue.enable_express == True assert queue.enable_partitioning == True - assert queue.is_anonymous_accessible == True assert queue.lock_duration == datetime.timedelta(seconds=13) assert queue.max_delivery_count == 14 assert queue.max_size_in_megabytes % 3072 == 0 # TODO: In my local test, I don't see a multiple of the input number. To confirm @@ -272,7 +269,6 @@ def test_mgmt_queue_create_with_queue_description(self, servicebus_namespace_con # To know more visit https://aka.ms/sbResourceMgrExceptions. #assert queue.requires_duplicate_detection == True assert queue.requires_session == True - assert queue.support_ordering == True finally: mgmt_service.delete_queue(queue_name) @@ -280,7 +276,7 @@ def test_mgmt_queue_create_with_queue_description(self, servicebus_namespace_con @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_create_duplicate(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) queue_name = "rtofdk" mgmt_service.create_queue(queue_name) @@ -294,7 +290,7 @@ def test_mgmt_queue_create_duplicate(self, servicebus_namespace_connection_strin @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_update_success(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) queue_name = "fjrui" queue_description = mgmt_service.create_queue(queue_name) @@ -314,13 +310,11 @@ def test_mgmt_queue_update_success(self, servicebus_namespace_connection_string, queue_description.enable_batched_operations = True queue_description.enable_express = True #queue_description.enable_partitioning = True # Cannot be changed after creation - queue_description.is_anonymous_accessible = True queue_description.lock_duration = datetime.timedelta(seconds=13) queue_description.max_delivery_count = 14 queue_description.max_size_in_megabytes = 3072 #queue_description.requires_duplicate_detection = True # Read only #queue_description.requires_session = True # Cannot be changed after creation - queue_description.support_ordering = True mgmt_service.update_queue(queue_description) queue_description = mgmt_service.get_queue(queue_name) @@ -332,13 +326,11 @@ def test_mgmt_queue_update_success(self, servicebus_namespace_connection_string, assert queue_description.enable_batched_operations == True assert queue_description.enable_express == True #assert queue_description.enable_partitioning == True - assert queue_description.is_anonymous_accessible == True assert queue_description.lock_duration == datetime.timedelta(seconds=13) assert queue_description.max_delivery_count == 14 assert queue_description.max_size_in_megabytes == 3072 #assert queue_description.requires_duplicate_detection == True #assert queue_description.requires_session == True - assert queue_description.support_ordering == True finally: mgmt_service.delete_queue(queue_name) @@ -346,7 +338,7 @@ def test_mgmt_queue_update_success(self, servicebus_namespace_connection_string, @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_update_invalid(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) queue_name = "dfjfj" queue_description = mgmt_service.create_queue(queue_name) @@ -388,7 +380,7 @@ def test_mgmt_queue_update_invalid(self, servicebus_namespace_connection_string, @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_list_runtime_info_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) queues = list(mgmt_service.list_queues()) queues_infos = list(mgmt_service.list_queues_runtime_info()) @@ -425,20 +417,20 @@ def test_mgmt_queue_list_runtime_info_basic(self, servicebus_namespace_connectio @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_list_runtime_info_with_negative_parameters(self, servicebus_namespace_connection_string): pytest.skip("start_idx and max_count are currently removed, they might come back in the future.") - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) run_test_mgmt_list_with_negative_parameters(MgmtQueueListRuntimeInfoTestHelper(mgmt_service)) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_list_runtime_info_with_parameters(self, servicebus_namespace_connection_string): pytest.skip("start_idx and max_count are currently removed, they might come back in the future.") - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) run_test_mgmt_list_with_parameters(MgmtQueueListRuntimeInfoTestHelper(mgmt_service)) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_get_runtime_info_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_queues(mgmt_service) mgmt_service.create_queue("test_queue") try: @@ -463,7 +455,7 @@ def test_mgmt_queue_get_runtime_info_basic(self, servicebus_namespace_connection @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_queue_get_runtime_info_negative(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) with pytest.raises(msrest.exceptions.ValidationError): mgmt_service.get_queue_runtime_info(None) diff --git a/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_rules.py b/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_rules.py index 7c87fb983564..20b0baf75e0c 100644 --- a/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_rules.py +++ b/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_rules.py @@ -8,7 +8,7 @@ from datetime import datetime, timedelta import msrest -from azure.servicebus.management import ServiceBusManagementClient, RuleProperties, CorrelationRuleFilter, SqlRuleFilter, TrueRuleFilter, FalseRuleFilter, SqlRuleAction +from azure.servicebus.management import ServiceBusAdministrationClient, RuleProperties, CorrelationRuleFilter, SqlRuleFilter, TrueRuleFilter, FalseRuleFilter, SqlRuleAction from azure.servicebus.management._constants import INT32_MAX_VALUE from utilities import get_logger from azure.core.exceptions import HttpResponseError, ResourceExistsError @@ -23,11 +23,11 @@ _logger = get_logger(logging.DEBUG) -class ServiceBusManagementClientRuleTests(AzureMgmtTestCase): +class ServiceBusAdministrationClientRuleTests(AzureMgmtTestCase): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_rule_create(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "topic_testaddf" subscription_name = "sub_testkkk" @@ -108,7 +108,7 @@ def test_mgmt_rule_create(self, servicebus_namespace_connection_string, **kwargs @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_rule_create_duplicate(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "dqkodq" subscription_name = 'kkaqo' @@ -128,7 +128,7 @@ def test_mgmt_rule_create_duplicate(self, servicebus_namespace_connection_string @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_rule_update_success(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "fjrui" subscription_name = "eqkovc" @@ -165,7 +165,7 @@ def test_mgmt_rule_update_success(self, servicebus_namespace_connection_string, @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_rule_update_invalid(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "fjrui" subscription_name = "eqkovc" @@ -207,7 +207,7 @@ def test_mgmt_rule_update_invalid(self, servicebus_namespace_connection_string, @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_rule_list_and_delete(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "topic_testaddf" subscription_name = "sub_testkkk" diff --git a/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_subscriptions.py b/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_subscriptions.py index a545702d9158..ae19f04d25b9 100644 --- a/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_subscriptions.py +++ b/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_subscriptions.py @@ -8,7 +8,7 @@ import datetime import msrest -from azure.servicebus.management import ServiceBusManagementClient, SubscriptionProperties +from azure.servicebus.management import ServiceBusAdministrationClient, SubscriptionProperties from utilities import get_logger from azure.core.exceptions import HttpResponseError, ResourceExistsError @@ -23,11 +23,11 @@ _logger = get_logger(logging.DEBUG) -class ServiceBusManagementClientSubscriptionTests(AzureMgmtTestCase): +class ServiceBusAdministrationClientSubscriptionTests(AzureMgmtTestCase): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_create_by_name(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "topic_testaddf" subscription_name = "sub_testkkk" @@ -46,7 +46,7 @@ def test_mgmt_subscription_create_by_name(self, servicebus_namespace_connection_ @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_create_with_subscription_description(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "iweidk" subscription_name = "kdosako" @@ -79,7 +79,7 @@ def test_mgmt_subscription_create_with_subscription_description(self, servicebus @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_create_duplicate(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "dqkodq" subscription_name = 'kkaqo' @@ -95,7 +95,7 @@ def test_mgmt_subscription_create_duplicate(self, servicebus_namespace_connectio @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_update_success(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "fjrui" subscription_name = "eqkovc" @@ -136,7 +136,7 @@ def test_mgmt_subscription_update_success(self, servicebus_namespace_connection_ @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_update_invalid(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "dfjfj" subscription_name = "kwqxc" @@ -176,7 +176,7 @@ def test_mgmt_subscription_update_invalid(self, servicebus_namespace_connection_ @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_delete(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = 'test_topicgda' subscription_name_1 = 'test_sub1da' @@ -206,7 +206,7 @@ def test_mgmt_subscription_delete(self, servicebus_namespace_connection_string): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_list(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = 'lkoqxc' subscription_name_1 = 'testsub1' @@ -230,7 +230,7 @@ def test_mgmt_subscription_list(self, servicebus_namespace_connection_string, ** @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_list_runtime_info(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = 'dkoamv' subscription_name = 'cxqplc' @@ -269,7 +269,7 @@ def test_mgmt_subscription_list_runtime_info(self, servicebus_namespace_connecti @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_subscription_get_runtime_info_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = 'dcvxqa' subscription_name = 'xvazzag' diff --git a/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_topics.py b/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_topics.py index 30135906288f..6b15c8f3357a 100644 --- a/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_topics.py +++ b/sdk/servicebus/azure-servicebus/tests/mgmt_tests/test_mgmt_topics.py @@ -8,7 +8,7 @@ import datetime import msrest -from azure.servicebus.management import ServiceBusManagementClient, TopicProperties +from azure.servicebus.management import ServiceBusAdministrationClient, TopicProperties from utilities import get_logger from azure.core.exceptions import HttpResponseError, ResourceExistsError @@ -23,11 +23,11 @@ _logger = get_logger(logging.DEBUG) -class ServiceBusManagementClientTopicTests(AzureMgmtTestCase): +class ServiceBusAdministrationClientTopicTests(AzureMgmtTestCase): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_create_by_name(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "topic_testaddf" @@ -43,7 +43,7 @@ def test_mgmt_topic_create_by_name(self, servicebus_namespace_connection_string, @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_create_with_topic_description(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "iweidk" try: @@ -55,8 +55,6 @@ def test_mgmt_topic_create_with_topic_description(self, servicebus_namespace_con enable_batched_operations=True, enable_express=True, enable_partitioning=True, - enable_subscription_partitioning=True, - is_anonymous_accessible=True, max_size_in_megabytes=3072 ) topic = mgmt_service.get_topic(topic_name) @@ -67,8 +65,6 @@ def test_mgmt_topic_create_with_topic_description(self, servicebus_namespace_con assert topic.enable_batched_operations assert topic.enable_express assert topic.enable_partitioning - assert topic.enable_subscription_partitioning - assert topic.is_anonymous_accessible assert topic.max_size_in_megabytes % 3072 == 0 finally: mgmt_service.delete_topic(topic_name) @@ -76,7 +72,7 @@ def test_mgmt_topic_create_with_topic_description(self, servicebus_namespace_con @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_create_duplicate(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "dqkodq" try: @@ -89,7 +85,7 @@ def test_mgmt_topic_create_duplicate(self, servicebus_namespace_connection_strin @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_update_success(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "fjrui" @@ -109,7 +105,6 @@ def test_mgmt_topic_update_success(self, servicebus_namespace_connection_string, topic_description.enable_batched_operations = True topic_description.enable_express = True # topic_description.enable_partitioning = True # Cannot be changed after creation - topic_description.is_anonymous_accessible = True topic_description.max_size_in_megabytes = 3072 # topic_description.requires_duplicate_detection = True # Read only # topic_description.requires_session = True # Cannot be changed after creation @@ -124,7 +119,6 @@ def test_mgmt_topic_update_success(self, servicebus_namespace_connection_string, assert topic_description.enable_batched_operations == True assert topic_description.enable_express == True # assert topic_description.enable_partitioning == True - assert topic_description.is_anonymous_accessible == True assert topic_description.max_size_in_megabytes == 3072 # assert topic_description.requires_duplicate_detection == True # assert topic_description.requires_session == True @@ -135,7 +129,7 @@ def test_mgmt_topic_update_success(self, servicebus_namespace_connection_string, @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_update_invalid(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topic_name = "dfjfj" try: @@ -172,7 +166,7 @@ def test_mgmt_topic_update_invalid(self, servicebus_namespace_connection_string, @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_delete(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) mgmt_service.create_topic('test_topic') topics = list(mgmt_service.list_topics()) @@ -197,7 +191,7 @@ def test_mgmt_topic_delete(self, servicebus_namespace_connection_string): @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_list(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topics = list(mgmt_service.list_topics()) assert len(topics) == 0 @@ -215,7 +209,7 @@ def test_mgmt_topic_list(self, servicebus_namespace_connection_string, **kwargs) @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_list_runtime_info(self, servicebus_namespace_connection_string, **kwargs): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) topics = list(mgmt_service.list_topics()) topics_infos = list(mgmt_service.list_topics_runtime_info()) @@ -247,7 +241,7 @@ def test_mgmt_topic_list_runtime_info(self, servicebus_namespace_connection_stri @CachedResourceGroupPreparer(name_prefix='servicebustest') @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') def test_mgmt_topic_get_runtime_info_basic(self, servicebus_namespace_connection_string): - mgmt_service = ServiceBusManagementClient.from_connection_string(servicebus_namespace_connection_string) + mgmt_service = ServiceBusAdministrationClient.from_connection_string(servicebus_namespace_connection_string) clear_topics(mgmt_service) mgmt_service.create_topic("test_topic") topic_runtime_info = mgmt_service.get_topic_runtime_info("test_topic") diff --git a/sdk/servicebus/azure-servicebus/tests/test_queues.py b/sdk/servicebus/azure-servicebus/tests/test_queues.py index 0f9037916b78..46137893985e 100644 --- a/sdk/servicebus/azure-servicebus/tests/test_queues.py +++ b/sdk/servicebus/azure-servicebus/tests/test_queues.py @@ -1862,3 +1862,42 @@ def test_queue_receiver_invalid_mode(self, servicebus_namespace_connection_strin max_wait_time="oij") as receiver: assert receiver + + @pytest.mark.liveTest + @pytest.mark.live_test_only + @CachedResourceGroupPreparer(name_prefix='servicebustest') + @CachedServiceBusNamespacePreparer(name_prefix='servicebustest') + @ServiceBusQueuePreparer(name_prefix='servicebustest') + def test_message_inner_amqp_properties(self, servicebus_namespace_connection_string, servicebus_queue, **kwargs): + + message = Message("body") + + with pytest.raises(TypeError): + message.amqp_message.properties = {"properties":1} + message.amqp_message.properties.subject = "subject" + + message.amqp_message.application_properties = {b"application_properties":1} + + message.amqp_message.annotations = {b"annotations":2} + message.amqp_message.delivery_annotations = {b"delivery_annotations":3} + + with pytest.raises(TypeError): + message.amqp_message.header = {"header":4} + message.amqp_message.header.priority = 5 + + message.amqp_message.footer = {b"footer":6} + + with ServiceBusClient.from_connection_string( + servicebus_namespace_connection_string, logging_enable=False) as sb_client: + + with sb_client.get_queue_sender(servicebus_queue.name) as sender: + sender.send_messages(message) + with sb_client.get_queue_receiver(servicebus_queue.name, max_wait_time=5) as receiver: + message = receiver.receive_messages()[0] + assert message.amqp_message.properties.subject == b"subject" + assert message.amqp_message.application_properties[b"application_properties"] == 1 + assert message.amqp_message.annotations[b"annotations"] == 2 + # delivery_annotations and footer disabled pending uamqp bug https://github.com/Azure/azure-uamqp-python/issues/169 + #assert message.amqp_message.delivery_annotations[b"delivery_annotations"] == 3 + assert message.amqp_message.header.priority == 5 + #assert message.amqp_message.footer[b"footer"] == 6 \ No newline at end of file diff --git a/sdk/tables/azure-data-nspkg/setup.py b/sdk/tables/azure-data-nspkg/setup.py index 8d9a5455678d..22d5ce226445 100644 --- a/sdk/tables/azure-data-nspkg/setup.py +++ b/sdk/tables/azure-data-nspkg/setup.py @@ -8,13 +8,6 @@ import sys from setuptools import setup -PACKAGES = [] -# Do an empty package on Python 3 and not python_requires, since not everybody is ready -# https://github.com/Azure/azure-sdk-for-python/issues/3447 -# https://github.com/Azure/azure-sdk-for-python/issues/3481 -if sys.version_info[0] < 3: - PACKAGES = ['azure.data'] - setup( name='azure-data-nspkg', version='1.0.0', @@ -38,7 +31,7 @@ "License :: OSI Approved :: MIT License", ], zip_safe=False, - packages=PACKAGES, + packages=['azure.data'], install_requires=[ 'azure-nspkg>=3.0.0', ] diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index 53f73cf90855..d754be8bc8af 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History -## 12.0.0b1 (Unreleased) +## 12.0.0b1 (2020-09-08) +This is the first beta of the `azure-data-tables` client library. The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes. diff --git a/sdk/tables/azure-data-tables/azure/data/tables/_deserialize.py b/sdk/tables/azure-data-tables/azure/data/tables/_deserialize.py index 2d79e2023a6c..27d0613a0cbd 100644 --- a/sdk/tables/azure-data-tables/azure/data/tables/_deserialize.py +++ b/sdk/tables/azure-data-tables/azure/data/tables/_deserialize.py @@ -92,6 +92,8 @@ def _from_entity_datetime(value): def _from_entity_guid(value): return UUID(value) +def _from_entity_str(value): + return EntityProperty(value=value, type=EdmType.STRING) _EDM_TYPES = [EdmType.BINARY, EdmType.INT64, EdmType.GUID, EdmType.DATETIME, EdmType.STRING, EdmType.INT32, EdmType.DOUBLE, EdmType.BOOLEAN] @@ -103,6 +105,7 @@ def _from_entity_guid(value): EdmType.DOUBLE: float, EdmType.DATETIME: _from_entity_datetime, EdmType.GUID: _from_entity_guid, + EdmType.STRING: _from_entity_str } @@ -162,6 +165,14 @@ def _convert_to_entity(entry_element): if type(value) is int and mtype is None: # pylint:disable=C0123 mtype = EdmType.INT32 + # Add type for String, keeps + try: + if type(value) is unicode and mtype is None: # pylint:disable=C0123 + mtype = EdmType.STRING + except NameError: + if type(value) is str and mtype is None: # pylint:disable=C0123 + mtype = EdmType.STRING + # no type info, property should parse automatically if not mtype: entity[name] = value diff --git a/sdk/tables/azure-data-tables/azure/data/tables/_serialize.py b/sdk/tables/azure-data-tables/azure/data/tables/_serialize.py index 8352b7f26f03..eb31bb55d0d3 100644 --- a/sdk/tables/azure-data-tables/azure/data/tables/_serialize.py +++ b/sdk/tables/azure-data-tables/azure/data/tables/_serialize.py @@ -145,7 +145,7 @@ def _to_entity_int(value): def _to_entity_str(value): - return None, value + return EdmType.STRING, value def _to_entity_none(value): # pylint:disable=W0613 @@ -159,10 +159,19 @@ def _to_entity_none(value): # pylint:disable=W0613 bool: _to_entity_bool, datetime: _to_entity_datetime, float: _to_entity_float, - str: _to_entity_str, - bytes: _to_entity_binary, UUID: _to_entity_guid } +try: + _PYTHON_TO_ENTITY_CONVERSIONS.update({ + unicode: _to_entity_str, + str: _to_entity_binary, + long: _to_entity_int32, + }) +except NameError: + _PYTHON_TO_ENTITY_CONVERSIONS.update({ + str: _to_entity_str, + bytes: _to_entity_binary, + }) # Conversion from Edm type to a function which returns a tuple of the # type string and content string. diff --git a/sdk/tables/azure-data-tables/azure/data/tables/_table_shared_access_signature.py b/sdk/tables/azure-data-tables/azure/data/tables/_table_shared_access_signature.py index 6cf152dc8340..732fd116a0dc 100644 --- a/sdk/tables/azure-data-tables/azure/data/tables/_table_shared_access_signature.py +++ b/sdk/tables/azure-data-tables/azure/data/tables/_table_shared_access_signature.py @@ -250,7 +250,7 @@ class _TableQueryStringConstants(QueryStringConstants): class _TableSharedAccessHelper(_SharedAccessHelper): def __init__(self): - super().__init__() + super(_TableSharedAccessHelper, self).__init__() self.query_dict = {} def add_table_access_ranges(self, table_name, start_pk, start_rk, diff --git a/sdk/tables/azure-data-tables/setup.py b/sdk/tables/azure-data-tables/setup.py index 1651b14ff4cc..95c120a47dd1 100644 --- a/sdk/tables/azure-data-tables/setup.py +++ b/sdk/tables/azure-data-tables/setup.py @@ -43,11 +43,16 @@ if not version: raise RuntimeError('Cannot find version information') +with open("README.md", encoding="utf-8") as f: + readme = f.read() +with open("CHANGELOG.md", encoding="utf-8") as f: + changelog = f.read() + setup( name=PACKAGE_NAME, version=version, description='Microsoft Azure {} Client Library for Python'.format(PACKAGE_PPRINT_NAME), - long_description='\n\n', + long_description=readme + '\n\n' + changelog, long_description_content_type='text/markdown', license='MIT License', author='Microsoft Corporation', 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 cea016fa99c5..a3bc36c090f6 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: '{"TableName": "pytablesync99dc0b08"}' + body: !!python/unicode '{"TableName": "pytablesync99dc0b08"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,25 +15,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:33 GMT + - Fri, 04 Sep 2020 23:53:29 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:33 GMT + - Fri, 04 Sep 2020 23:53:29 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":"pytablesync99dc0b08"}' + 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: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:29 GMT location: - https://storagename.table.core.windows.net/Tables('pytablesync99dc0b08') server: @@ -48,7 +48,9 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "test", "RowKey": "test1", "text": "hello"}' + body: !!python/unicode '{"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 @@ -57,33 +59,33 @@ interactions: Connection: - keep-alive Content-Length: - - '60' + - '169' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:29 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:29 GMT x-ms-version: - '2019-02-02' method: PATCH uri: https://storagename.table.core.windows.net/pytablesync99dc0b08(PartitionKey='test',RowKey='test1') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:29 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A34.802669Z'" + - W/"datetime'2020-09-04T23%3A53%3A30.0568395Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -94,7 +96,9 @@ interactions: code: 204 message: No Content - request: - body: '{"PartitionKey": "test", "RowKey": "test2", "text": "hello"}' + body: !!python/unicode '{"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 @@ -103,33 +107,33 @@ interactions: Connection: - keep-alive Content-Length: - - '60' + - '169' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:30 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:30 GMT x-ms-version: - '2019-02-02' method: PATCH uri: https://storagename.table.core.windows.net/pytablesync99dc0b08(PartitionKey='test',RowKey='test2') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:29 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A34.8386939Z'" + - W/"datetime'2020-09-04T23%3A53%3A30.1038724Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -151,25 +155,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:30 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:30 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/pytablesync99dc0b08()?st=2020-09-02T21%3A27%3A34Z&se=2020-09-02T22%3A28%3A34Z&sp=r&sv=2019-02-02&ss=t&srt=o&sig=JfZWc21Pob2yz0NdvoPAhdZvrb4e0Kw2sET4KdTRa38%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#pytablesync99dc0b08","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A28%3A34.802669Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-02T21:28:34.802669Z","text":"hello"},{"odata.etag":"W/\"datetime''2020-09-02T21%3A28%3A34.8386939Z''\"","PartitionKey":"test","RowKey":"test2","Timestamp":"2020-09-02T21:28:34.8386939Z","text":"hello"}]}' + 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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:29 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -193,25 +197,251 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:30 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:30 GMT x-ms-version: - '2019-02-02' method: DELETE uri: https://storagename.table.core.windows.net/Tables('pytablesync99dc0b08') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:34 GMT + - 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 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.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table.yaml index 007c3f3bc160..b4def5711999 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: '{"TableName": "pytablesynca4ed0b50"}' + body: !!python/unicode '{"TableName": "pytablesynca4ed0b50"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesynca4ed0b50"}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:31 GMT location: - - https://storagename.table.core.windows.net/Tables('pytablesynca4ed0b50') + - !!python/unicode 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: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesynca4ed0b50') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesynca4ed0b50') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.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 5716b340f548..57840778ac36 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: '{"TableName": "pytablesync6d7c1113"}' + body: !!python/unicode '{"TableName": "pytablesync6d7c1113"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync6d7c1113"}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT location: - - https://storagename.table.core.windows.net/Tables('pytablesync6d7c1113') + - !!python/unicode 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: '{"TableName": "pytablesync6d7c1113"}' + body: !!python/unicode '{"TableName": "pytablesync6d7c1113"}' headers: Accept: - application/json;odata=minimalmetadata @@ -63,26 +63,26 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.error":{"code":"TableAlreadyExists","message":{"lang":"en-US","value":"The - table specified already exists.\nRequestId:5e3d90e1-f002-002b-0170-81daaf000000\nTime:2020-09-02T21:28:35.4701621Z"}}}' + 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"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -106,25 +106,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20%27pytablesync6d7c1113%27 + uri: !!python/unicode https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20%27pytablesync6d7c1113%27 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"pytablesync6d7c1113"}]}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -148,25 +148,25 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesync6d7c1113') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync6d7c1113') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.test_create_table_if_exists.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_create_table_if_exists.yaml index 51de805de3d8..586bb7ffc61b 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: '{"TableName": "pytablesync2c5a0f7d"}' + body: !!python/unicode '{"TableName": "pytablesync2c5a0f7d"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesync2c5a0f7d"}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:28:34 GMT + - Fri, 04 Sep 2020 23:53:32 GMT location: - - https://storagename.table.core.windows.net/Tables('pytablesync2c5a0f7d') + - !!python/unicode 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: '{"TableName": "pytablesync2c5a0f7d"}' + body: !!python/unicode '{"TableName": "pytablesync2c5a0f7d"}' headers: Accept: - application/json;odata=minimalmetadata @@ -63,26 +63,26 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.error":{"code":"TableAlreadyExists","message":{"lang":"en-US","value":"The - table specified already exists.\nRequestId:dd0de0e7-3002-0024-6470-81acc3000000\nTime:2020-09-02T21:28:35.7423602Z"}}}' + 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"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -106,25 +106,25 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesync2c5a0f7d') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync2c5a0f7d') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.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 7762f41e639b..bac25f21ee55 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: '{"TableName": "pytablesyncdd9e138d"}' + body: !!python/unicode '{"TableName": "pytablesyncdd9e138d"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncdd9e138d"}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:32 GMT location: - - https://storagename.table.core.windows.net/Tables('pytablesyncdd9e138d') + - !!python/unicode 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: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesyncdd9e138d') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesyncdd9e138d') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.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 bb4e9d77ca58..e798021377e4 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: '{"TableName": "pytablesyncded1139b"}' + body: !!python/unicode '{"TableName": "pytablesyncded1139b"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncded1139b"}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT location: - - https://storagename.table.core.windows.net/Tables('pytablesyncded1139b') + - !!python/unicode 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: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesyncded1139b') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesyncded1139b') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -99,25 +99,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20%27pytablesyncded1139b%27 + uri: !!python/unicode https://storagename.table.core.windows.net/Tables?$filter=TableName%20eq%20%27pytablesyncded1139b%27 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[]}' + string: !!python/unicode '{"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, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.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 6dafd34e4b01..d5f685495cf6 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: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:33 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesynca12c1b7c') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesynca12c1b7c') response: body: - string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:cf8063ed-c002-0099-2770-8125de000000\nTime:2020-09-02T21:28:36.4489653Z"}}}' + 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"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.test_get_table_acl.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table.test_get_table_acl.yaml index c04b63ef194e..70f5f343b73b 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: '{"TableName": "pytablesyncb07a0bab"}' + body: !!python/unicode '{"TableName": "pytablesyncb07a0bab"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:35 GMT + - Fri, 04 Sep 2020 23:53:34 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"pytablesyncb07a0bab"}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:28:36 GMT + - Fri, 04 Sep 2020 23:53:34 GMT location: - - https://storagename.table.core.windows.net/Tables('pytablesyncb07a0bab') + - !!python/unicode 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: - - Wed, 02 Sep 2020 21:28:36 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:36 GMT + - Fri, 04 Sep 2020 23:53:34 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/pytablesyncb07a0bab?comp=acl + uri: !!python/unicode https://storagename.table.core.windows.net/pytablesyncb07a0bab?comp=acl response: body: string: "\uFEFF + body: !!python/unicode ' - testid2020-09-02T21:23:37Z2020-09-02T22:28:37Zr' + testid2020-09-04T23:48:36Zr2020-09-05T00:53:36Z' headers: Accept: - application/xml @@ -63,23 +63,23 @@ interactions: Content-Type: - application/xml Date: - - Wed, 02 Sep 2020 21:28:37 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:37 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/pytablesync45dd15a0?comp=acl + uri: !!python/unicode https://storagename.table.core.windows.net/pytablesync45dd15a0?comp=acl response: body: - string: '' + string: !!python/unicode headers: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:36 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -97,23 +97,23 @@ interactions: Connection: - keep-alive Date: - - Wed, 02 Sep 2020 21:28:37 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:37 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/pytablesync45dd15a0?comp=acl + uri: !!python/unicode https://storagename.table.core.windows.net/pytablesync45dd15a0?comp=acl response: body: - string: "\uFEFFtestid2020-09-02T21:23:37.0000000Z2020-09-02T22:28:37.0000000Zr" + string: "\uFEFFtestid2020-09-04T23:48:36.0000000Z2020-09-05T00:53:36.0000000Zr" headers: content-type: - application/xml date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:36 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -135,25 +135,25 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53: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.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('pytablesync45dd15a0') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('pytablesync45dd15a0') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53: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_async.test_create_table.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_create_table.yaml index cccef6635553..83b2429f1e6f 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: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 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: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:33 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:33 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasyncf33c0dcd') + url: https://pyacrstorageok324lpz7akw.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 ed27d8d2e61d..e50f9345ab1f 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: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 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: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:33 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "pytableasyncdea11390"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 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:a2cd558a-f002-003b-2e70-811fc7000000\nTime:2020-09-02T21:28:39.1331094Z"}}}' + table specified already exists.\nRequestId:14bdaf3f-2002-002a-2f16-83562e000000\nTime:2020-09-04T23:53:34.7939644Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:33 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -94,12 +94,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:33 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasyncdea11390') + url: https://pyacrstorageok324lpz7akw.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 4f7fa239d9b8..966c47fb3bda 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: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 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: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:34 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "pytableasync938b11fa"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 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:7ce656c3-5002-006f-2e70-815090000000\nTime:2020-09-02T21:28:39.3356614Z"}}}' + table specified already exists.\nRequestId:a0056a6b-4002-0013-7416-83168a000000\nTime:2020-09-04T23:53:35.0105929Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:34 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:34 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -94,12 +94,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:34 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasync938b11fa') + url: https://pyacrstorageok324lpz7akw.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 dd475cea0e2c..c3000eab81cb 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: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:35 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: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:34 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:35 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:34 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasync5dc0160a') + url: https://pyacrstorageok324lpz7akw.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 e19fd6e10380..e19c9ab0bb7f 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: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:38 GMT + - Fri, 04 Sep 2020 23:53:35 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: Wed, 02 Sep 2020 21:28:39 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:39 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasync5ef31618') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('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 1cb7aa0e327b..c4b393da3d3a 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: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 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:e0a589ca-3002-00a2-7170-81607a000000\nTime:2020-09-02T21:28:39.8219598Z"}}}' + specified resource does not exist.\nRequestId:875b3a6b-f002-0023-3116-834ca0000000\nTime:2020-09-04T23:53:35.6072216Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:28:38 GMT + date: Fri, 04 Sep 2020 23:53:34 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasync50951df9') + url: https://pyacrstorageok324lpz7akw.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 d01f8f2e1a05..422974968a2a 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: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 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: Wed, 02 Sep 2020 21:28:39 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/xml Date: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 GMT x-ms-version: - '2019-02-02' method: GET @@ -57,25 +57,25 @@ interactions: />" headers: content-type: application/xml - date: Wed, 02 Sep 2020 21:28:39 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/pytableasync1550e28?comp=acl + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasync1550e28?comp=acl - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:39 GMT + - Fri, 04 Sep 2020 23:53:35 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -86,12 +86,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasync1550e28') + url: https://pyacrstorageok324lpz7akw.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 40eb4d7b6029..590707b8674e 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: - - Thu, 03 Sep 2020 14:19:27 GMT + - Fri, 04 Sep 2020 23:53:35 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 03 Sep 2020 14:19:27 GMT + - Fri, 04 Sep 2020 23:53:35 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: Thu, 03 Sep 2020 14:19:26 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: @@ -44,22 +44,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:53:36 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":"pytableasynce6450d88"}]}' + 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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Thu, 03 Sep 2020 14:19:26 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -89,12 +89,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Thu, 03 Sep 2020 14:19:26 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables('pytableasynce6450d88') + url: https://pyacrstorageok324lpz7akw.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_num_results.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_list_tables_with_num_results.yaml index 8ae466130341..46976dd94efa 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: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:41:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:41: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: Thu, 03 Sep 2020 14:19:27 GMT + date: Fri, 04 Sep 2020 23:41:59 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://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables + url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables - request: body: '{"TableName": "listtable1cac14c3"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 03 Sep 2020 14:19:28 GMT + - 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: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:42: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: Thu, 03 Sep 2020 14:19:27 GMT + date: Fri, 04 Sep 2020 23:41:59 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://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables + url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables - request: body: '{"TableName": "listtable2cac14c3"}' headers: @@ -85,11 +85,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 03 Sep 2020 14:19:28 GMT + - 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: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:42:00 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: Thu, 03 Sep 2020 14:19:27 GMT + date: Fri, 04 Sep 2020 23:41:59 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://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables + url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables - request: body: '{"TableName": "listtable3cac14c3"}' headers: @@ -122,11 +122,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 03 Sep 2020 14:19:28 GMT + - 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: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:42:00 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: Thu, 03 Sep 2020 14:19:27 GMT + date: Fri, 04 Sep 2020 23:41:59 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://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables + url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables - request: body: null headers: @@ -155,22 +155,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 03 Sep 2020 14:19:28 GMT + - 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: - - Thu, 03 Sep 2020 14:19:28 GMT + - Fri, 04 Sep 2020 23:42:00 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":"listtable0cac14c3"},{"TableName":"listtable1cac14c3"},{"TableName":"listtable2cac14c3"},{"TableName":"listtable3cac14c3"}]}' + 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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Thu, 03 Sep 2020 14:19:27 GMT + 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 @@ -178,7 +178,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables + url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables - request: body: null headers: @@ -187,31 +187,31 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 03 Sep 2020 14:19:28 GMT + - 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: - - Thu, 03 Sep 2020 14:19:28 GMT + - 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable0cac14c3"},{"TableName":"listtable1cac14c3"},{"TableName":"listtable2cac14c3"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable051291081"},{"TableName":"listtable0aab312c0"},{"TableName":"listtable0cac14c3"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Thu, 03 Sep 2020 14:19:27 GMT + 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!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjgxZmQzYjE4ZDAyMg-- + x-ms-continuation-nexttablename: 1!48!bGlzdHRhYmxlMTUxMjkxMDgxATAxZDY4MzE0ZjllNTk2NzA- x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables?$top=3 + url: https://pyacrstorage54hu5ws5glex.table.core.windows.net/Tables?$top=3 - request: body: null headers: @@ -220,28 +220,127 @@ interactions: DataServiceVersion: - '3.0' Date: - - Thu, 03 Sep 2020 14:19:28 GMT + - 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: - - Thu, 03 Sep 2020 14:19:28 GMT + - 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!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjgxZmQzYjE4ZDAyMg-- + uri: https://storagename.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlMTUxMjkxMDgxATAxZDY4MzE0ZjllNTk2NzA- response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable3cac14c3"}]}' + string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables","value":[{"TableName":"listtable151291081"},{"TableName":"listtable1aab312c0"},{"TableName":"listtable1cac14c3"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Thu, 03 Sep 2020 14:19:27 GMT + 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!bGlzdHRhYmxlMjUxMjkxMDgxATAxZDY4MzE0ZjllYjNjYzc- x-ms-version: '2019-02-02' status: code: 200 message: OK - url: https://pyacrstoraget2dnjllvumyr.table.core.windows.net/Tables?$top=3&NextTableName=1!48!bGlzdHRhYmxlM2NhYzE0YzMBMDFkNjgxZmQzYjE4ZDAyMg-- + 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 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 3c332f7595a7..77e617c203cb 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: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 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: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: @@ -44,11 +44,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 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: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables?$filter=TableName%20eq%20'pytableasyncbd551302' + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables?$filter=TableName%20eq%20'pytableasyncbd551302' - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -89,12 +89,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasyncbd551302') + url: https://pyacrstorageok324lpz7akw.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 28de88678004..440be0ff3b4f 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: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 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: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasynce03c1398') + url: https://pyacrstorageok324lpz7akw.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 4a49b1b3bfa4..f9192dbb3721 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: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 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: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: @@ -44,11 +44,11 @@ interactions: Content-Type: - application/xml Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: PUT @@ -58,24 +58,24 @@ interactions: string: '' headers: content-length: '0' - date: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:35 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/pytableasync6d6c1aab?comp=acl + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasync6d6c1aab?comp=acl - request: body: null headers: Accept: - application/xml Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: GET @@ -86,25 +86,25 @@ interactions: />" headers: content-type: application/xml - date: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:36 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/pytableasync6d6c1aab?comp=acl + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasync6d6c1aab?comp=acl - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -115,12 +115,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:36 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasync6d6c1aab') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasync6d6c1aab') version: 1 diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_signed_identifiers.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_async.test_set_table_acl_with_signed_identifiers.yaml index 18debe826959..a3b93b6156a1 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: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 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: Wed, 02 Sep 2020 21:28:40 GMT + date: Fri, 04 Sep 2020 23:53:36 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: ' - testid2020-09-02T21:23:40Z2020-09-02T22:28:40Zr' + testid2020-09-04T23:48:36Z2020-09-05T00:53:36Zr' headers: Accept: - application/xml @@ -48,11 +48,11 @@ interactions: Content-Type: - application/xml Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: PUT @@ -62,52 +62,52 @@ interactions: string: '' headers: content-length: '0' - date: Wed, 02 Sep 2020 21:28:41 GMT + date: Fri, 04 Sep 2020 23:53:36 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/pytableasyncd261181d?comp=acl + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasyncd261181d?comp=acl - request: body: null headers: Accept: - application/xml Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:36 GMT x-ms-version: - '2019-02-02' method: GET uri: https://storagename.table.core.windows.net/pytableasyncd261181d?comp=acl response: body: - string: "\uFEFFtestid2020-09-02T21:23:40.0000000Z2020-09-02T22:28:40.0000000Zr" + string: "\uFEFFtestid2020-09-04T23:48:36.0000000Z2020-09-05T00:53:36.0000000Zr" headers: content-type: application/xml - date: Wed, 02 Sep 2020 21:28:41 GMT + date: Fri, 04 Sep 2020 23:53:36 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/pytableasyncd261181d?comp=acl + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/pytableasyncd261181d?comp=acl - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:37 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:40 GMT + - Fri, 04 Sep 2020 23:53:37 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -118,12 +118,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:28:41 GMT + date: Fri, 04 Sep 2020 23:53:36 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://pyacrstoragee2wquyekbhmp.table.core.windows.net/Tables('pytableasyncd261181d') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('pytableasyncd261181d') version: 1 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 5e2b9414a347..91cc501df463 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: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:54 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:54 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:54 GMT location: - https://storagename.table.core.windows.net/Tables('uttable99fe1256') server: @@ -48,7 +48,8 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk99fe1256", "RowKey": "rk99fe1256", "binary": "AQIDBAUGBwgJCg==", + body: '{"PartitionKey": "pk99fe1256", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk99fe1256", "RowKey@odata.type": "Edm.String", "binary": "AQIDBAUGBwgJCg==", "binary@odata.type": "Edm.Binary"}' headers: Accept: @@ -58,33 +59,33 @@ interactions: Connection: - keep-alive Content-Length: - - '119' + - '195' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 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-02T21%3A28%3A41.7847375Z''\"","PartitionKey":"pk99fe1256","RowKey":"rk99fe1256","Timestamp":"2020-09-02T21:28:41.7847375Z","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-05T00%3A17%3A55.2342394Z''\"","PartitionKey":"pk99fe1256","RowKey":"rk99fe1256","Timestamp":"2020-09-05T00:17:55.2342394Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:54 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A41.7847375Z'" + - W/"datetime'2020-09-05T00%3A17%3A55.2342394Z'" location: - https://storagename.table.core.windows.net/uttable99fe1256(PartitionKey='pk99fe1256',RowKey='rk99fe1256') server: @@ -110,27 +111,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 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-02T21%3A28%3A41.7847375Z''\"","PartitionKey":"pk99fe1256","RowKey":"rk99fe1256","Timestamp":"2020-09-02T21:28:41.7847375Z","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-05T00%3A17%3A55.2342394Z''\"","PartitionKey":"pk99fe1256","RowKey":"rk99fe1256","Timestamp":"2020-09-05T00:17:55.2342394Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:54 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A41.7847375Z'" + - W/"datetime'2020-09-05T00%3A17%3A55.2342394Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -154,11 +155,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -172,7 +173,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:54 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_delete_entity.yaml index 0b24e3a49d62..fd353ddb4d0b 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: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT location: - https://storagename.table.core.windows.net/Tables('uttable12440ee0') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk12440ee0", "RowKey": "rk12440ee0", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk12440ee0", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk12440ee0", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 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-02T21%3A28%3A42.0593875Z''\"","PartitionKey":"pk12440ee0","RowKey":"rk12440ee0","Timestamp":"2020-09-02T21:28:42.0593875Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A42.0593875Z'" + - W/"datetime'2020-09-05T00%3A17%3A55.5202415Z'" location: - https://storagename.table.core.windows.net/uttable12440ee0(PartitionKey='pk12440ee0',RowKey='rk12440ee0') server: @@ -116,13 +117,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -136,7 +137,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -158,11 +159,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT x-ms-version: - '2019-02-02' method: GET @@ -170,14 +171,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:e570466a-d002-004e-6870-8174eb000000\nTime:2020-09-02T21:28:42.1344410Z"}}}' + specified resource does not exist.\nRequestId:c92e7d5c-e002-0057-161a-836fba000000\nTime:2020-09-05T00:17:55.6033016Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -201,11 +202,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -219,7 +220,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 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 6c177955dbf7..d6cfbf3ccde7 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: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT location: - https://storagename.table.core.windows.net/Tables('uttablef9b6145a') server: @@ -61,13 +61,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 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:27cd94f3-2002-0081-6570-81fab9000000\nTime:2020-09-02T21:28:42.3496694Z"}}}' + specified resource does not exist.\nRequestId:77a6c8bf-5002-006c-6b1a-832de4000000\nTime:2020-09-05T00:17:55.8617229Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -106,11 +106,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -124,7 +124,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 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 9ee8297d4053..10d794112661 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: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT location: - https://storagename.table.core.windows.net/Tables('uttablea99a1781') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pka99a1781", "RowKey": "rka99a1781", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pka99a1781", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rka99a1781", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:56 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-02T21%3A28%3A42.5837293Z''\"","PartitionKey":"pka99a1781","RowKey":"rka99a1781","Timestamp":"2020-09-02T21:28:42.5837293Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A42.5837293Z'" + - W/"datetime'2020-09-05T00%3A17%3A56.1074866Z'" location: - https://storagename.table.core.windows.net/uttablea99a1781(PartitionKey='pka99a1781',RowKey='rka99a1781') server: @@ -116,13 +117,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:56 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) x-ms-date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,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:1710314e-6002-0029-6270-816417000000\nTime:2020-09-02T21:28:42.6347655Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:a44ec88b-6002-0002-6f1a-8384cd000000\nTime:2020-09-05T00:17:56.1455142Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -161,11 +162,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -179,7 +180,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 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 1e5f89fca382..97361cfa047f 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: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT location: - https://storagename.table.core.windows.net/Tables('uttable3801156d') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk3801156d", "RowKey": "rk3801156d", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk3801156d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk3801156d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 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-02T21%3A28%3A42.8893915Z''\"","PartitionKey":"pk3801156d","RowKey":"rk3801156d","Timestamp":"2020-09-02T21:28:42.8893915Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A42.8893915Z'" + - W/"datetime'2020-09-05T00%3A17%3A56.4218222Z'" location: - https://storagename.table.core.windows.net/uttable3801156d(PartitionKey='pk3801156d',RowKey='rk3801156d') server: @@ -116,13 +117,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT If-Match: - - W/"datetime'2020-09-02T21%3A28%3A42.8893915Z'" + - W/"datetime'2020-09-05T00%3A17%3A56.4218222Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -136,7 +137,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -158,11 +159,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: GET @@ -170,14 +171,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:edf8a5b3-1002-009a-5c70-81c4ba000000\nTime:2020-09-02T21:28:42.9614432Z"}}}' + specified resource does not exist.\nRequestId:8c48c2a1-9002-0035-1d1a-832862000000\nTime:2020-09-05T00:17:56.5088850Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:41 GMT + - Sat, 05 Sep 2020 00:17:55 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -201,11 +202,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -219,7 +220,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:55 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 45127a8e3817..b629cd44c646 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: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT location: - https://storagename.table.core.windows.net/Tables('uttable66111670') server: @@ -48,11 +48,17 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk66111670", "RowKey": "rk66111670", "EmptyByte": "", - "EmptyUnicode": "", "SpacesOnlyByte": " ", "SpacesOnlyUnicode": " ", "SpacesBeforeByte": - " Text", "SpacesBeforeUnicode": " Text", "SpacesAfterByte": "Text ", "SpacesAfterUnicode": - "Text ", "SpacesBeforeAndAfterByte": " Text ", "SpacesBeforeAndAfterUnicode": - " Text "}' + body: '{"PartitionKey": "pk66111670", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk66111670", "RowKey@odata.type": "Edm.String", "EmptyByte": "", + "EmptyByte@odata.type": "Edm.Binary", "EmptyUnicode": "", "EmptyUnicode@odata.type": + "Edm.String", "SpacesOnlyByte": "ICAg", "SpacesOnlyByte@odata.type": "Edm.Binary", + "SpacesOnlyUnicode": " ", "SpacesOnlyUnicode@odata.type": "Edm.String", "SpacesBeforeByte": + "ICAgVGV4dA==", "SpacesBeforeByte@odata.type": "Edm.Binary", "SpacesBeforeUnicode": + " Text", "SpacesBeforeUnicode@odata.type": "Edm.String", "SpacesAfterByte": + "VGV4dCAgIA==", "SpacesAfterByte@odata.type": "Edm.Binary", "SpacesAfterUnicode": + "Text ", "SpacesAfterUnicode@odata.type": "Edm.String", "SpacesBeforeAndAfterByte": + "ICAgVGV4dCAgIA==", "SpacesBeforeAndAfterByte@odata.type": "Edm.Binary", "SpacesBeforeAndAfterUnicode": + " Text ", "SpacesBeforeAndAfterUnicode@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -61,33 +67,33 @@ interactions: Connection: - keep-alive Content-Length: - - '359' + - '913' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 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-02T21%3A28%3A43.2038325Z''\"","PartitionKey":"pk66111670","RowKey":"rk66111670","Timestamp":"2020-09-02T21:28:43.2038325Z","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#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 "}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A43.2038325Z'" + - W/"datetime'2020-09-05T00%3A17%3A56.7464319Z'" location: - https://storagename.table.core.windows.net/uttable66111670(PartitionKey='pk66111670',RowKey='rk66111670') server: @@ -113,27 +119,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 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-02T21%3A28%3A43.2038325Z''\"","PartitionKey":"pk66111670","RowKey":"rk66111670","Timestamp":"2020-09-02T21:28:43.2038325Z","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#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 "}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A43.2038325Z'" + - W/"datetime'2020-09-05T00%3A17%3A56.7464319Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -157,11 +163,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -175,7 +181,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 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 51c5ec9f1fac..3e1b2a74e5bb 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: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee7730dad') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pke7730dad", "RowKey": "rke7730dad", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pke7730dad", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke7730dad", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 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-02T21%3A28%3A43.4861503Z''\"","PartitionKey":"pke7730dad","RowKey":"rke7730dad","Timestamp":"2020-09-02T21:28:43.4861503Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A43.4861503Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.0318518Z'" location: - https://storagename.table.core.windows.net/uttablee7730dad(PartitionKey='pke7730dad',RowKey='rke7730dad') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 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-02T21%3A28%3A43.4861503Z''\"","PartitionKey":"pke7730dad","RowKey":"rke7730dad","Timestamp":"2020-09-02T21:28:43.4861503Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A43.4861503Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.0318518Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:56 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 2a74b49caa81..04e5bc384847 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: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:57 GMT location: - https://storagename.table.core.windows.net/Tables('uttabled1cb135f') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkd1cb135f", "RowKey": "rkd1cb135f", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkd1cb135f", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkd1cb135f", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 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-02T21%3A28%3A43.7709131Z''\"","PartitionKey":"pkd1cb135f","RowKey":"rkd1cb135f","Timestamp":"2020-09-02T21:28:43.7709131Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:42 GMT + - Sat, 05 Sep 2020 00:17:57 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A43.7709131Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.3334186Z'" location: - https://storagename.table.core.windows.net/uttabled1cb135f(PartitionKey='pkd1cb135f',RowKey='rkd1cb135f') server: @@ -112,29 +113,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=fullmetadata x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 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-02T21%3A28%3A43.7709131Z''\"","odata.editLink":"uttabled1cb135f(PartitionKey=''pkd1cb135f'',RowKey=''rkd1cb135f'')","PartitionKey":"pkd1cb135f","RowKey":"rkd1cb135f","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:28:43.7709131Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=fullmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A43.7709131Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.3334186Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 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 1207a24f3d81..3e280fcb12fc 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: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:57 GMT location: - https://storagename.table.core.windows.net/Tables('uttable74691147') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk74691147", "RowKey": "rk74691147", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk74691147", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk74691147", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 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-02T21%3A28%3A44.1144829Z''\"","PartitionKey":"pk74691147","RowKey":"rk74691147","Timestamp":"2020-09-02T21:28:44.1144829Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:57 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A44.1144829Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.6113927Z'" location: - https://storagename.table.core.windows.net/uttable74691147(PartitionKey='pk74691147',RowKey='rk74691147') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 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-02T21%3A28%3A44.1144829Z''\"","PartitionKey":"pk74691147","RowKey":"rk74691147","Timestamp":"2020-09-02T21:28:44.1144829Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:57 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A44.1144829Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.6113927Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -160,13 +161,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT If-Match: - - W/"datetime'2020-09-02T21%3A28%3A44.1144829Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.6113927Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -180,7 +181,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:57 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -202,11 +203,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: GET @@ -214,14 +215,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:e39c2d9e-6002-0016-0470-81acb4000000\nTime:2020-09-02T21:28:44.2255610Z"}}}' + specified resource does not exist.\nRequestId:00369624-c002-002d-601a-8305f7000000\nTime:2020-09-05T00:17:57.7284758Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:57 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -245,11 +246,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -263,7 +264,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:57 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 40c6cdd57fd8..8f1c1d6b9525 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: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT location: - https://storagename.table.core.windows.net/Tables('uttableda214a0') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkda214a0", "RowKey": "rkda214a0", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkda214a0", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkda214a0", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '467' + - '575' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 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-02T21%3A28%3A44.49354Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a0","Timestamp":"2020-09-02T21:28:44.49354Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A44.49354Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.9990849Z'" location: - https://storagename.table.core.windows.net/uttableda214a0(PartitionKey='pkda214a0',RowKey='rkda214a0') server: @@ -118,11 +119,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT x-ms-version: - '2019-02-02' method: POST @@ -136,7 +137,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT location: - https://storagename.table.core.windows.net/Tables('querytableda214a0') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkda214a0", "RowKey": "rkda214a01", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkda214a0", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkda214a01", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '468' + - '576' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:58 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-02T21%3A28%3A44.5725987Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a01","Timestamp":"2020-09-02T21:28:44.5725987Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A44.5725987Z'" + - W/"datetime'2020-09-05T00%3A17%3A58.0791409Z'" location: - https://storagename.table.core.windows.net/querytableda214a0(PartitionKey='pkda214a0',RowKey='rkda214a01') server: @@ -217,27 +219,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:58 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-02T21%3A28%3A44.49354Z''\"","PartitionKey":"pkda214a0","RowKey":"rkda214a0","Timestamp":"2020-09-02T21:28:44.49354Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A44.49354Z'" + - W/"datetime'2020-09-05T00%3A17%3A57.9990849Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -263,13 +265,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:58 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -283,7 +285,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:57 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -305,11 +307,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: GET @@ -317,14 +319,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:8c647eb2-9002-005f-5270-81ee5f000000\nTime:2020-09-02T21:28:44.6746685Z"}}}' + specified resource does not exist.\nRequestId:36f742b4-c002-004b-2e1a-83b7ad000000\nTime:2020-09-05T00:17:58.2052290Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:43 GMT + - Sat, 05 Sep 2020 00:17:58 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -348,11 +350,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -366,7 +368,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -388,11 +390,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -406,7 +408,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 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 85d026322a4c..e6dfb8a6a19d 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: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT location: - https://storagename.table.core.windows.net/Tables('uttable222514e7') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk222514e7", "RowKey": "rk222514e7", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk222514e7", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk222514e7", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 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-02T21%3A28%3A44.9688416Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e7","Timestamp":"2020-09-02T21:28:44.9688416Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A44.9688416Z'" + - W/"datetime'2020-09-05T00%3A17%3A58.4797297Z'" location: - https://storagename.table.core.windows.net/uttable222514e7(PartitionKey='pk222514e7',RowKey='rk222514e7') server: @@ -118,11 +119,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: POST @@ -136,7 +137,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT location: - https://storagename.table.core.windows.net/Tables('querytable222514e7') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk222514e7", "RowKey": "rk222514e71", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk222514e7", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk222514e71", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 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-02T21%3A28%3A45.0569046Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e71","Timestamp":"2020-09-02T21:28:45.0569046Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A45.0569046Z'" + - W/"datetime'2020-09-05T00%3A17%3A58.5637899Z'" location: - https://storagename.table.core.windows.net/querytable222514e7(PartitionKey='pk222514e7',RowKey='rk222514e71') server: @@ -217,27 +219,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 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-02T21%3A28%3A44.9688416Z''\"","PartitionKey":"pk222514e7","RowKey":"rk222514e7","Timestamp":"2020-09-02T21:28:44.9688416Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A44.9688416Z'" + - W/"datetime'2020-09-05T00%3A17%3A58.4797297Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -263,13 +265,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -283,7 +285,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -305,11 +307,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: GET @@ -317,14 +319,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:6daa39a5-0002-002f-7e70-8157a8000000\nTime:2020-09-02T21:28:45.1709857Z"}}}' + specified resource does not exist.\nRequestId:fc62e167-4002-0015-261a-8344ae000000\nTime:2020-09-05T00:17:58.6838748Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -348,11 +350,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -366,7 +368,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -388,11 +390,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -406,7 +408,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 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 8a8f7a3f75f2..3a2c00a540bf 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: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 GMT location: - https://storagename.table.core.windows.net/Tables('uttableda814a7') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkda814a7", "RowKey": "rkda814a7", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkda814a7", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkda814a7", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '467' + - '575' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 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-02T21%3A28%3A45.4658935Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a7","Timestamp":"2020-09-02T21:28:45.4658935Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A45.4658935Z'" + - W/"datetime'2020-09-05T00%3A17%3A59.0123973Z'" location: - https://storagename.table.core.windows.net/uttableda814a7(PartitionKey='pkda814a7',RowKey='rkda814a7') server: @@ -118,11 +119,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:58 GMT x-ms-version: - '2019-02-02' method: POST @@ -136,7 +137,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 GMT location: - https://storagename.table.core.windows.net/Tables('querytableda814a7') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkda814a7", "RowKey": "rkda814a71", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkda814a7", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkda814a71", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '468' + - '576' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:59 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-02T21%3A28%3A45.5489514Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a71","Timestamp":"2020-09-02T21:28:45.5489514Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A45.5489514Z'" + - W/"datetime'2020-09-05T00%3A17%3A59.0914546Z'" location: - https://storagename.table.core.windows.net/querytableda814a7(PartitionKey='pkda814a7',RowKey='rkda814a71') server: @@ -217,27 +219,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:59 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-02T21%3A28%3A45.4658935Z''\"","PartitionKey":"pkda814a7","RowKey":"rkda814a7","Timestamp":"2020-09-02T21:28:45.4658935Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A45.4658935Z'" + - W/"datetime'2020-09-05T00%3A17%3A59.0123973Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -263,13 +265,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:59 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:44 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -283,7 +285,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -305,11 +307,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: GET @@ -317,14 +319,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:322a7137-a002-00a0-4e70-81dec2000000\nTime:2020-09-02T21:28:45.6620306Z"}}}' + specified resource does not exist.\nRequestId:3f2ddf14-a002-005b-441a-83814b000000\nTime:2020-09-05T00:17:59.2215478Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -348,11 +350,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -366,7 +368,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -388,11 +390,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -406,7 +408,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:58 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 b9f946e44de5..9e2c86d29108 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: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT location: - https://storagename.table.core.windows.net/Tables('uttablec19d1802') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkc19d1802", "RowKey": "rkc19d1802", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkc19d1802", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc19d1802", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 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-02T21%3A28%3A45.9331423Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d1802","Timestamp":"2020-09-02T21:28:45.9331423Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A45.9331423Z'" + - W/"datetime'2020-09-05T00%3A17%3A59.6047701Z'" location: - https://storagename.table.core.windows.net/uttablec19d1802(PartitionKey='pkc19d1802',RowKey='rkc19d1802') server: @@ -118,11 +119,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: POST @@ -136,7 +137,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT location: - https://storagename.table.core.windows.net/Tables('querytablec19d1802') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkc19d1802", "RowKey": "rkc19d18021", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkc19d1802", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc19d18021", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 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-02T21%3A28%3A46.0162011Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d18021","Timestamp":"2020-09-02T21:28:46.0162011Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A46.0162011Z'" + - W/"datetime'2020-09-05T00%3A17%3A59.6858286Z'" location: - https://storagename.table.core.windows.net/querytablec19d1802(PartitionKey='pkc19d1802',RowKey='rkc19d18021') server: @@ -217,27 +219,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 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-02T21%3A28%3A45.9331423Z''\"","PartitionKey":"pkc19d1802","RowKey":"rkc19d1802","Timestamp":"2020-09-02T21:28:45.9331423Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A45.9331423Z'" + - W/"datetime'2020-09-05T00%3A17%3A59.6047701Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -263,13 +265,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -283,7 +285,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -305,11 +307,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: GET @@ -317,14 +319,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:60173be5-1002-000c-1470-81cd6b000000\nTime:2020-09-02T21:28:46.1212752Z"}}}' + specified resource does not exist.\nRequestId:6d27e589-2002-0027-201a-831c7e000000\nTime:2020-09-05T00:17:59.7949064Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -348,11 +350,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -366,7 +368,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -388,11 +390,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -406,7 +408,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_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 3aaf77651873..afad2059cf51 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: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT location: - https://storagename.table.core.windows.net/Tables('uttable4e1a15d3') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 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: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT location: - https://storagename.table.core.windows.net/Tables('testtable') server: @@ -96,7 +96,8 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "PartitionKey", "RowKey": "RowKey", "Value": 1}' + body: '{"PartitionKey": "PartitionKey", "PartitionKey@odata.type": "Edm.String", + "RowKey": "RowKey", "RowKey@odata.type": "Edm.String", "Value": 1}' headers: Accept: - application/json;odata=minimalmetadata @@ -105,33 +106,33 @@ interactions: Connection: - keep-alive Content-Length: - - '64' + - '140' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 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-02T21%3A28%3A46.4416166Z''\"","PartitionKey":"PartitionKey","RowKey":"RowKey","Timestamp":"2020-09-02T21:28:46.4416166Z","Value":1}' + 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}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A46.4416166Z'" + - W/"datetime'2020-09-05T00%3A18%3A00.1669886Z'" location: - https://storagename.table.core.windows.net/testtable(PartitionKey='PartitionKey',RowKey='RowKey') server: @@ -146,7 +147,8 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "PartitionKey", "RowKey": "RowKey", "Value": 2}' + body: '{"PartitionKey": "PartitionKey", "PartitionKey@odata.type": "Edm.String", + "RowKey": "RowKey", "RowKey@odata.type": "Edm.String", "Value": 2}' headers: Accept: - application/json @@ -155,19 +157,19 @@ interactions: Connection: - keep-alive Content-Length: - - '64' + - '140' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -181,9 +183,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A46.4805949Z'" + - W/"datetime'2020-09-05T00%3A18%3A00.2049619Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -207,13 +209,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT If-Match: - - W/"datetime'2020-09-02T21%3A28%3A46.4416166Z'" + - W/"datetime'2020-09-05T00%3A18%3A00.1669886Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -221,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:37c8056a-2002-0017-1c70-81f368000000\nTime:2020-09-02T21:28:46.5176698Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:1ee04f47-b002-0044-401a-835a5b000000\nTime:2020-09-05T00:18:00.2400412Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -252,11 +254,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -270,7 +272,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:17:59 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_no_metadata.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_get_entity_no_metadata.yaml index fcb539c584db..cceb94d552cd 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: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT location: - https://storagename.table.core.windows.net/Tables('uttableab3d1289') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkab3d1289", "RowKey": "rkab3d1289", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkab3d1289", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkab3d1289", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 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-02T21%3A28%3A46.7665484Z''\"","PartitionKey":"pkab3d1289","RowKey":"rkab3d1289","Timestamp":"2020-09-02T21:28:46.7665484Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A46.7665484Z'" + - W/"datetime'2020-09-05T00%3A18%3A00.4935558Z'" location: - https://storagename.table.core.windows.net/uttableab3d1289(PartitionKey='pkab3d1289',RowKey='rkab3d1289') server: @@ -112,29 +113,29 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=nometadata x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 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-02T21:28:46.7665484Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=nometadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A46.7665484Z'" + - W/"datetime'2020-09-05T00%3A18%3A00.4935558Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:45 GMT + - Sat, 05 Sep 2020 00:18:00 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 e02fa7ec6cd3..71753e8e1824 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: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT location: - https://storagename.table.core.windows.net/Tables('uttablebf5d1327') server: @@ -59,11 +59,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 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:85c30399-1002-001c-3770-810803000000\nTime:2020-09-02T21:28:47.0828418Z"}}}' + specified resource does not exist.\nRequestId:fe309e10-d002-0054-141a-836cbd000000\nTime:2020-09-05T00:18:00.7865736Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -102,11 +102,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -120,7 +120,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 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 973334f0fba7..de5d0b4f98b8 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: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT location: - https://storagename.table.core.windows.net/Tables('uttable871e11d8') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk871e11d8", "RowKey": "rk871e11d8", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk871e11d8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk871e11d8", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 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-02T21%3A28%3A47.3523491Z''\"","PartitionKey":"pk871e11d8","RowKey":"rk871e11d8","Timestamp":"2020-09-02T21:28:47.3523491Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A47.3523491Z'" + - W/"datetime'2020-09-05T00%3A18%3A01.0396249Z'" location: - https://storagename.table.core.windows.net/uttable871e11d8(PartitionKey='pk871e11d8',RowKey='rk871e11d8') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:01 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-02T21%3A28%3A47.3523491Z''\"","PartitionKey":"pk871e11d8","RowKey":"rk871e11d8","Timestamp":"2020-09-02T21:28:47.3523491Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A47.3523491Z'" + - W/"datetime'2020-09-05T00%3A18%3A01.0396249Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:00 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 d9c81fdf5865..bc084fc5a17a 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: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:01 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:00 GMT location: - https://storagename.table.core.windows.net/Tables('uttable65ff1655') server: @@ -48,7 +48,8 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk65ff1655", "RowKey": "rk65ff1655", "inf": "Infinity", + body: '{"PartitionKey": "pk65ff1655", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk65ff1655", "RowKey@odata.type": "Edm.String", "inf": "Infinity", "inf@odata.type": "Edm.Double", "negativeinf": "-Infinity", "negativeinf@odata.type": "Edm.Double", "nan": "NaN", "nan@odata.type": "Edm.Double"}' headers: @@ -59,33 +60,33 @@ interactions: Connection: - keep-alive Content-Length: - - '219' + - '295' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:46 GMT + - Sat, 05 Sep 2020 00:18:01 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-02T21%3A28%3A47.6261217Z''\"","PartitionKey":"pk65ff1655","RowKey":"rk65ff1655","Timestamp":"2020-09-02T21:28:47.6261217Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:00 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A47.6261217Z'" + - W/"datetime'2020-09-05T00%3A18%3A01.3372308Z'" location: - https://storagename.table.core.windows.net/uttable65ff1655(PartitionKey='pk65ff1655',RowKey='rk65ff1655') server: @@ -111,27 +112,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 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-02T21%3A28%3A47.6261217Z''\"","PartitionKey":"pk65ff1655","RowKey":"rk65ff1655","Timestamp":"2020-09-02T21:28:47.6261217Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:00 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A47.6261217Z'" + - W/"datetime'2020-09-05T00%3A18%3A01.3372308Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -155,11 +156,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -173,7 +174,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:00 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 1c80efba0934..58e88afbe448 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: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT location: - https://storagename.table.core.windows.net/Tables('uttableace512b3') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkace512b3", "RowKey": "rkace512b3", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkace512b3", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkace512b3", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 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-02T21%3A28%3A47.9249985Z''\"","PartitionKey":"pkace512b3","RowKey":"rkace512b3","Timestamp":"2020-09-02T21:28:47.9249985Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A47.9249985Z'" + - W/"datetime'2020-09-05T00%3A18%3A01.6505089Z'" location: - https://storagename.table.core.windows.net/uttableace512b3(PartitionKey='pkace512b3',RowKey='rkace512b3') server: @@ -103,12 +104,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkace512b3", "RowKey": "rkace512b3", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkace512b3", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkace512b3", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -117,17 +119,17 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT x-ms-version: - '2019-02-02' method: POST @@ -135,14 +137,14 @@ interactions: response: body: string: '{"odata.error":{"code":"EntityAlreadyExists","message":{"lang":"en-US","value":"The - specified entity already exists.\nRequestId:3dc983ce-7002-0068-4870-813cf3000000\nTime:2020-09-02T21:28:47.9610243Z"}}}' + specified entity already exists.\nRequestId:7aa794ea-5002-000a-771a-839fbe000000\nTime:2020-09-05T00:18:01.7065483Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -166,11 +168,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -184,7 +186,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 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 9b434928e2d5..f3179ec85420 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: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT location: - https://storagename.table.core.windows.net/Tables('uttabled3851397') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkd3851397", "RowKey": "rkd3851397", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkd3851397", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkd3851397", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 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-02T21%3A28%3A48.2518325Z''\"","PartitionKey":"pkd3851397","RowKey":"rkd3851397","Timestamp":"2020-09-02T21:28:48.2518325Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A48.2518325Z'" + - W/"datetime'2020-09-05T00%3A18%3A01.9905659Z'" location: - https://storagename.table.core.windows.net/uttabled3851397(PartitionKey='pkd3851397',RowKey='rkd3851397') server: @@ -114,11 +115,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -132,7 +133,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 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 25138e2b69d5..67c060669fd1 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: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:01 GMT location: - https://storagename.table.core.windows.net/Tables('uttable3d1615c0') server: @@ -48,7 +48,8 @@ interactions: code: 201 message: Created - request: - body: '{"RowKey": "rk", "PartitionKey": ""}' + body: '{"RowKey": "rk", "RowKey@odata.type": "Edm.String", "PartitionKey": "", + "PartitionKey@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -57,33 +58,33 @@ interactions: Connection: - keep-alive Content-Length: - - '36' + - '112' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:02 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-02T21%3A28%3A48.4873332Z''\"","PartitionKey":"","RowKey":"rk","Timestamp":"2020-09-02T21:28:48.4873332Z"}' + 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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:01 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A48.4873332Z'" + - W/"datetime'2020-09-05T00%3A18%3A02.2582407Z'" location: - https://storagename.table.core.windows.net/uttable3d1615c0(PartitionKey='',RowKey='rk') server: @@ -109,11 +110,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -127,7 +128,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:01 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 2ea62df4cdad..e0545e42ba17 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: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT location: - https://storagename.table.core.windows.net/Tables('uttable3d1a15c2') server: @@ -48,7 +48,8 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk", "RowKey": ""}' + body: '{"PartitionKey": "pk", "PartitionKey@odata.type": "Edm.String", "RowKey": + "", "RowKey@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -57,33 +58,33 @@ interactions: Connection: - keep-alive Content-Length: - - '36' + - '112' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 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-02T21%3A28%3A48.7289917Z''\"","PartitionKey":"pk","RowKey":"","Timestamp":"2020-09-02T21:28:48.7289917Z"}' + 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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A48.7289917Z'" + - W/"datetime'2020-09-05T00%3A18%3A02.5156775Z'" location: - https://storagename.table.core.windows.net/uttable3d1a15c2(PartitionKey='pk',RowKey='') server: @@ -109,11 +110,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -127,7 +128,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:47 GMT + - Sat, 05 Sep 2020 00:18:01 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 7c9792c61a53..ae7ad2991b86 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: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT location: - https://storagename.table.core.windows.net/Tables('uttabled41f1395') server: @@ -59,11 +59,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -77,7 +77,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 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 fa574bd13fda..6b44ffc4d47d 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: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT location: - https://storagename.table.core.windows.net/Tables('uttabled4231397') server: @@ -59,11 +59,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -77,7 +77,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 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 748296d41baa..94aa5465e382 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: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee10d18a6') server: @@ -48,8 +48,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pke10d18a6", "RowKey": "rke10d18a6", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": - "badval"}' + body: '{"PartitionKey": "pke10d18a6", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke10d18a6", "RowKey@odata.type": "Edm.String", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": + "badval", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@odata.type": + "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -58,17 +60,17 @@ interactions: Connection: - keep-alive Content-Length: - - '324' + - '685' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:03 GMT x-ms-version: - '2019-02-02' method: POST @@ -76,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:a8d318e9-e002-009e-1170-8149bd000000\nTime:2020-09-02T21:28:49.4966541Z"}}}' + property name exceeds the maximum allowed length (255).\nRequestId:ad9fdcc3-5002-0067-031a-833590000000\nTime:2020-09-05T00:18:03.4300385Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -107,11 +109,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:03 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -125,7 +127,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:02 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 5b39367f6dd1..a8f3d70ba06d 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: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:48 GMT + - Sat, 05 Sep 2020 00:18:03 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT location: - https://storagename.table.core.windows.net/Tables('uttable97d21773') server: @@ -48,76 +48,177 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk97d21773", "RowKey": "rk97d21773", "key0": "value0", - "key1": "value1", "key2": "value2", "key3": "value3", "key4": "value4", "key5": - "value5", "key6": "value6", "key7": "value7", "key8": "value8", "key9": "value9", - "key10": "value10", "key11": "value11", "key12": "value12", "key13": "value13", - "key14": "value14", "key15": "value15", "key16": "value16", "key17": "value17", - "key18": "value18", "key19": "value19", "key20": "value20", "key21": "value21", - "key22": "value22", "key23": "value23", "key24": "value24", "key25": "value25", - "key26": "value26", "key27": "value27", "key28": "value28", "key29": "value29", - "key30": "value30", "key31": "value31", "key32": "value32", "key33": "value33", - "key34": "value34", "key35": "value35", "key36": "value36", "key37": "value37", - "key38": "value38", "key39": "value39", "key40": "value40", "key41": "value41", - "key42": "value42", "key43": "value43", "key44": "value44", "key45": "value45", - "key46": "value46", "key47": "value47", "key48": "value48", "key49": "value49", - "key50": "value50", "key51": "value51", "key52": "value52", "key53": "value53", - "key54": "value54", "key55": "value55", "key56": "value56", "key57": "value57", - "key58": "value58", "key59": "value59", "key60": "value60", "key61": "value61", - "key62": "value62", "key63": "value63", "key64": "value64", "key65": "value65", - "key66": "value66", "key67": "value67", "key68": "value68", "key69": "value69", - "key70": "value70", "key71": "value71", "key72": "value72", "key73": "value73", - "key74": "value74", "key75": "value75", "key76": "value76", "key77": "value77", - "key78": "value78", "key79": "value79", "key80": "value80", "key81": "value81", - "key82": "value82", "key83": "value83", "key84": "value84", "key85": "value85", - "key86": "value86", "key87": "value87", "key88": "value88", "key89": "value89", - "key90": "value90", "key91": "value91", "key92": "value92", "key93": "value93", - "key94": "value94", "key95": "value95", "key96": "value96", "key97": "value97", - "key98": "value98", "key99": "value99", "key100": "value100", "key101": "value101", - "key102": "value102", "key103": "value103", "key104": "value104", "key105": - "value105", "key106": "value106", "key107": "value107", "key108": "value108", - "key109": "value109", "key110": "value110", "key111": "value111", "key112": - "value112", "key113": "value113", "key114": "value114", "key115": "value115", - "key116": "value116", "key117": "value117", "key118": "value118", "key119": - "value119", "key120": "value120", "key121": "value121", "key122": "value122", - "key123": "value123", "key124": "value124", "key125": "value125", "key126": - "value126", "key127": "value127", "key128": "value128", "key129": "value129", - "key130": "value130", "key131": "value131", "key132": "value132", "key133": - "value133", "key134": "value134", "key135": "value135", "key136": "value136", - "key137": "value137", "key138": "value138", "key139": "value139", "key140": - "value140", "key141": "value141", "key142": "value142", "key143": "value143", - "key144": "value144", "key145": "value145", "key146": "value146", "key147": - "value147", "key148": "value148", "key149": "value149", "key150": "value150", - "key151": "value151", "key152": "value152", "key153": "value153", "key154": - "value154", "key155": "value155", "key156": "value156", "key157": "value157", - "key158": "value158", "key159": "value159", "key160": "value160", "key161": - "value161", "key162": "value162", "key163": "value163", "key164": "value164", - "key165": "value165", "key166": "value166", "key167": "value167", "key168": - "value168", "key169": "value169", "key170": "value170", "key171": "value171", - "key172": "value172", "key173": "value173", "key174": "value174", "key175": - "value175", "key176": "value176", "key177": "value177", "key178": "value178", - "key179": "value179", "key180": "value180", "key181": "value181", "key182": - "value182", "key183": "value183", "key184": "value184", "key185": "value185", - "key186": "value186", "key187": "value187", "key188": "value188", "key189": - "value189", "key190": "value190", "key191": "value191", "key192": "value192", - "key193": "value193", "key194": "value194", "key195": "value195", "key196": - "value196", "key197": "value197", "key198": "value198", "key199": "value199", - "key200": "value200", "key201": "value201", "key202": "value202", "key203": - "value203", "key204": "value204", "key205": "value205", "key206": "value206", - "key207": "value207", "key208": "value208", "key209": "value209", "key210": - "value210", "key211": "value211", "key212": "value212", "key213": "value213", - "key214": "value214", "key215": "value215", "key216": "value216", "key217": - "value217", "key218": "value218", "key219": "value219", "key220": "value220", - "key221": "value221", "key222": "value222", "key223": "value223", "key224": - "value224", "key225": "value225", "key226": "value226", "key227": "value227", - "key228": "value228", "key229": "value229", "key230": "value230", "key231": - "value231", "key232": "value232", "key233": "value233", "key234": "value234", - "key235": "value235", "key236": "value236", "key237": "value237", "key238": - "value238", "key239": "value239", "key240": "value240", "key241": "value241", - "key242": "value242", "key243": "value243", "key244": "value244", "key245": - "value245", "key246": "value246", "key247": "value247", "key248": "value248", - "key249": "value249", "key250": "value250", "key251": "value251", "key252": - "value252", "key253": "value253", "key254": "value254"}' + body: '{"PartitionKey": "pk97d21773", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk97d21773", "RowKey@odata.type": "Edm.String", "key0": "value0", + "key0@odata.type": "Edm.String", "key1": "value1", "key1@odata.type": "Edm.String", + "key2": "value2", "key2@odata.type": "Edm.String", "key3": "value3", "key3@odata.type": + "Edm.String", "key4": "value4", "key4@odata.type": "Edm.String", "key5": "value5", + "key5@odata.type": "Edm.String", "key6": "value6", "key6@odata.type": "Edm.String", + "key7": "value7", "key7@odata.type": "Edm.String", "key8": "value8", "key8@odata.type": + "Edm.String", "key9": "value9", "key9@odata.type": "Edm.String", "key10": "value10", + "key10@odata.type": "Edm.String", "key11": "value11", "key11@odata.type": "Edm.String", + "key12": "value12", "key12@odata.type": "Edm.String", "key13": "value13", "key13@odata.type": + "Edm.String", "key14": "value14", "key14@odata.type": "Edm.String", "key15": + "value15", "key15@odata.type": "Edm.String", "key16": "value16", "key16@odata.type": + "Edm.String", "key17": "value17", "key17@odata.type": "Edm.String", "key18": + "value18", "key18@odata.type": "Edm.String", "key19": "value19", "key19@odata.type": + "Edm.String", "key20": "value20", "key20@odata.type": "Edm.String", "key21": + "value21", "key21@odata.type": "Edm.String", "key22": "value22", "key22@odata.type": + "Edm.String", "key23": "value23", "key23@odata.type": "Edm.String", "key24": + "value24", "key24@odata.type": "Edm.String", "key25": "value25", "key25@odata.type": + "Edm.String", "key26": "value26", "key26@odata.type": "Edm.String", "key27": + "value27", "key27@odata.type": "Edm.String", "key28": "value28", "key28@odata.type": + "Edm.String", "key29": "value29", "key29@odata.type": "Edm.String", "key30": + "value30", "key30@odata.type": "Edm.String", "key31": "value31", "key31@odata.type": + "Edm.String", "key32": "value32", "key32@odata.type": "Edm.String", "key33": + "value33", "key33@odata.type": "Edm.String", "key34": "value34", "key34@odata.type": + "Edm.String", "key35": "value35", "key35@odata.type": "Edm.String", "key36": + "value36", "key36@odata.type": "Edm.String", "key37": "value37", "key37@odata.type": + "Edm.String", "key38": "value38", "key38@odata.type": "Edm.String", "key39": + "value39", "key39@odata.type": "Edm.String", "key40": "value40", "key40@odata.type": + "Edm.String", "key41": "value41", "key41@odata.type": "Edm.String", "key42": + "value42", "key42@odata.type": "Edm.String", "key43": "value43", "key43@odata.type": + "Edm.String", "key44": "value44", "key44@odata.type": "Edm.String", "key45": + "value45", "key45@odata.type": "Edm.String", "key46": "value46", "key46@odata.type": + "Edm.String", "key47": "value47", "key47@odata.type": "Edm.String", "key48": + "value48", "key48@odata.type": "Edm.String", "key49": "value49", "key49@odata.type": + "Edm.String", "key50": "value50", "key50@odata.type": "Edm.String", "key51": + "value51", "key51@odata.type": "Edm.String", "key52": "value52", "key52@odata.type": + "Edm.String", "key53": "value53", "key53@odata.type": "Edm.String", "key54": + "value54", "key54@odata.type": "Edm.String", "key55": "value55", "key55@odata.type": + "Edm.String", "key56": "value56", "key56@odata.type": "Edm.String", "key57": + "value57", "key57@odata.type": "Edm.String", "key58": "value58", "key58@odata.type": + "Edm.String", "key59": "value59", "key59@odata.type": "Edm.String", "key60": + "value60", "key60@odata.type": "Edm.String", "key61": "value61", "key61@odata.type": + "Edm.String", "key62": "value62", "key62@odata.type": "Edm.String", "key63": + "value63", "key63@odata.type": "Edm.String", "key64": "value64", "key64@odata.type": + "Edm.String", "key65": "value65", "key65@odata.type": "Edm.String", "key66": + "value66", "key66@odata.type": "Edm.String", "key67": "value67", "key67@odata.type": + "Edm.String", "key68": "value68", "key68@odata.type": "Edm.String", "key69": + "value69", "key69@odata.type": "Edm.String", "key70": "value70", "key70@odata.type": + "Edm.String", "key71": "value71", "key71@odata.type": "Edm.String", "key72": + "value72", "key72@odata.type": "Edm.String", "key73": "value73", "key73@odata.type": + "Edm.String", "key74": "value74", "key74@odata.type": "Edm.String", "key75": + "value75", "key75@odata.type": "Edm.String", "key76": "value76", "key76@odata.type": + "Edm.String", "key77": "value77", "key77@odata.type": "Edm.String", "key78": + "value78", "key78@odata.type": "Edm.String", "key79": "value79", "key79@odata.type": + "Edm.String", "key80": "value80", "key80@odata.type": "Edm.String", "key81": + "value81", "key81@odata.type": "Edm.String", "key82": "value82", "key82@odata.type": + "Edm.String", "key83": "value83", "key83@odata.type": "Edm.String", "key84": + "value84", "key84@odata.type": "Edm.String", "key85": "value85", "key85@odata.type": + "Edm.String", "key86": "value86", "key86@odata.type": "Edm.String", "key87": + "value87", "key87@odata.type": "Edm.String", "key88": "value88", "key88@odata.type": + "Edm.String", "key89": "value89", "key89@odata.type": "Edm.String", "key90": + "value90", "key90@odata.type": "Edm.String", "key91": "value91", "key91@odata.type": + "Edm.String", "key92": "value92", "key92@odata.type": "Edm.String", "key93": + "value93", "key93@odata.type": "Edm.String", "key94": "value94", "key94@odata.type": + "Edm.String", "key95": "value95", "key95@odata.type": "Edm.String", "key96": + "value96", "key96@odata.type": "Edm.String", "key97": "value97", "key97@odata.type": + "Edm.String", "key98": "value98", "key98@odata.type": "Edm.String", "key99": + "value99", "key99@odata.type": "Edm.String", "key100": "value100", "key100@odata.type": + "Edm.String", "key101": "value101", "key101@odata.type": "Edm.String", "key102": + "value102", "key102@odata.type": "Edm.String", "key103": "value103", "key103@odata.type": + "Edm.String", "key104": "value104", "key104@odata.type": "Edm.String", "key105": + "value105", "key105@odata.type": "Edm.String", "key106": "value106", "key106@odata.type": + "Edm.String", "key107": "value107", "key107@odata.type": "Edm.String", "key108": + "value108", "key108@odata.type": "Edm.String", "key109": "value109", "key109@odata.type": + "Edm.String", "key110": "value110", "key110@odata.type": "Edm.String", "key111": + "value111", "key111@odata.type": "Edm.String", "key112": "value112", "key112@odata.type": + "Edm.String", "key113": "value113", "key113@odata.type": "Edm.String", "key114": + "value114", "key114@odata.type": "Edm.String", "key115": "value115", "key115@odata.type": + "Edm.String", "key116": "value116", "key116@odata.type": "Edm.String", "key117": + "value117", "key117@odata.type": "Edm.String", "key118": "value118", "key118@odata.type": + "Edm.String", "key119": "value119", "key119@odata.type": "Edm.String", "key120": + "value120", "key120@odata.type": "Edm.String", "key121": "value121", "key121@odata.type": + "Edm.String", "key122": "value122", "key122@odata.type": "Edm.String", "key123": + "value123", "key123@odata.type": "Edm.String", "key124": "value124", "key124@odata.type": + "Edm.String", "key125": "value125", "key125@odata.type": "Edm.String", "key126": + "value126", "key126@odata.type": "Edm.String", "key127": "value127", "key127@odata.type": + "Edm.String", "key128": "value128", "key128@odata.type": "Edm.String", "key129": + "value129", "key129@odata.type": "Edm.String", "key130": "value130", "key130@odata.type": + "Edm.String", "key131": "value131", "key131@odata.type": "Edm.String", "key132": + "value132", "key132@odata.type": "Edm.String", "key133": "value133", "key133@odata.type": + "Edm.String", "key134": "value134", "key134@odata.type": "Edm.String", "key135": + "value135", "key135@odata.type": "Edm.String", "key136": "value136", "key136@odata.type": + "Edm.String", "key137": "value137", "key137@odata.type": "Edm.String", "key138": + "value138", "key138@odata.type": "Edm.String", "key139": "value139", "key139@odata.type": + "Edm.String", "key140": "value140", "key140@odata.type": "Edm.String", "key141": + "value141", "key141@odata.type": "Edm.String", "key142": "value142", "key142@odata.type": + "Edm.String", "key143": "value143", "key143@odata.type": "Edm.String", "key144": + "value144", "key144@odata.type": "Edm.String", "key145": "value145", "key145@odata.type": + "Edm.String", "key146": "value146", "key146@odata.type": "Edm.String", "key147": + "value147", "key147@odata.type": "Edm.String", "key148": "value148", "key148@odata.type": + "Edm.String", "key149": "value149", "key149@odata.type": "Edm.String", "key150": + "value150", "key150@odata.type": "Edm.String", "key151": "value151", "key151@odata.type": + "Edm.String", "key152": "value152", "key152@odata.type": "Edm.String", "key153": + "value153", "key153@odata.type": "Edm.String", "key154": "value154", "key154@odata.type": + "Edm.String", "key155": "value155", "key155@odata.type": "Edm.String", "key156": + "value156", "key156@odata.type": "Edm.String", "key157": "value157", "key157@odata.type": + "Edm.String", "key158": "value158", "key158@odata.type": "Edm.String", "key159": + "value159", "key159@odata.type": "Edm.String", "key160": "value160", "key160@odata.type": + "Edm.String", "key161": "value161", "key161@odata.type": "Edm.String", "key162": + "value162", "key162@odata.type": "Edm.String", "key163": "value163", "key163@odata.type": + "Edm.String", "key164": "value164", "key164@odata.type": "Edm.String", "key165": + "value165", "key165@odata.type": "Edm.String", "key166": "value166", "key166@odata.type": + "Edm.String", "key167": "value167", "key167@odata.type": "Edm.String", "key168": + "value168", "key168@odata.type": "Edm.String", "key169": "value169", "key169@odata.type": + "Edm.String", "key170": "value170", "key170@odata.type": "Edm.String", "key171": + "value171", "key171@odata.type": "Edm.String", "key172": "value172", "key172@odata.type": + "Edm.String", "key173": "value173", "key173@odata.type": "Edm.String", "key174": + "value174", "key174@odata.type": "Edm.String", "key175": "value175", "key175@odata.type": + "Edm.String", "key176": "value176", "key176@odata.type": "Edm.String", "key177": + "value177", "key177@odata.type": "Edm.String", "key178": "value178", "key178@odata.type": + "Edm.String", "key179": "value179", "key179@odata.type": "Edm.String", "key180": + "value180", "key180@odata.type": "Edm.String", "key181": "value181", "key181@odata.type": + "Edm.String", "key182": "value182", "key182@odata.type": "Edm.String", "key183": + "value183", "key183@odata.type": "Edm.String", "key184": "value184", "key184@odata.type": + "Edm.String", "key185": "value185", "key185@odata.type": "Edm.String", "key186": + "value186", "key186@odata.type": "Edm.String", "key187": "value187", "key187@odata.type": + "Edm.String", "key188": "value188", "key188@odata.type": "Edm.String", "key189": + "value189", "key189@odata.type": "Edm.String", "key190": "value190", "key190@odata.type": + "Edm.String", "key191": "value191", "key191@odata.type": "Edm.String", "key192": + "value192", "key192@odata.type": "Edm.String", "key193": "value193", "key193@odata.type": + "Edm.String", "key194": "value194", "key194@odata.type": "Edm.String", "key195": + "value195", "key195@odata.type": "Edm.String", "key196": "value196", "key196@odata.type": + "Edm.String", "key197": "value197", "key197@odata.type": "Edm.String", "key198": + "value198", "key198@odata.type": "Edm.String", "key199": "value199", "key199@odata.type": + "Edm.String", "key200": "value200", "key200@odata.type": "Edm.String", "key201": + "value201", "key201@odata.type": "Edm.String", "key202": "value202", "key202@odata.type": + "Edm.String", "key203": "value203", "key203@odata.type": "Edm.String", "key204": + "value204", "key204@odata.type": "Edm.String", "key205": "value205", "key205@odata.type": + "Edm.String", "key206": "value206", "key206@odata.type": "Edm.String", "key207": + "value207", "key207@odata.type": "Edm.String", "key208": "value208", "key208@odata.type": + "Edm.String", "key209": "value209", "key209@odata.type": "Edm.String", "key210": + "value210", "key210@odata.type": "Edm.String", "key211": "value211", "key211@odata.type": + "Edm.String", "key212": "value212", "key212@odata.type": "Edm.String", "key213": + "value213", "key213@odata.type": "Edm.String", "key214": "value214", "key214@odata.type": + "Edm.String", "key215": "value215", "key215@odata.type": "Edm.String", "key216": + "value216", "key216@odata.type": "Edm.String", "key217": "value217", "key217@odata.type": + "Edm.String", "key218": "value218", "key218@odata.type": "Edm.String", "key219": + "value219", "key219@odata.type": "Edm.String", "key220": "value220", "key220@odata.type": + "Edm.String", "key221": "value221", "key221@odata.type": "Edm.String", "key222": + "value222", "key222@odata.type": "Edm.String", "key223": "value223", "key223@odata.type": + "Edm.String", "key224": "value224", "key224@odata.type": "Edm.String", "key225": + "value225", "key225@odata.type": "Edm.String", "key226": "value226", "key226@odata.type": + "Edm.String", "key227": "value227", "key227@odata.type": "Edm.String", "key228": + "value228", "key228@odata.type": "Edm.String", "key229": "value229", "key229@odata.type": + "Edm.String", "key230": "value230", "key230@odata.type": "Edm.String", "key231": + "value231", "key231@odata.type": "Edm.String", "key232": "value232", "key232@odata.type": + "Edm.String", "key233": "value233", "key233@odata.type": "Edm.String", "key234": + "value234", "key234@odata.type": "Edm.String", "key235": "value235", "key235@odata.type": + "Edm.String", "key236": "value236", "key236@odata.type": "Edm.String", "key237": + "value237", "key237@odata.type": "Edm.String", "key238": "value238", "key238@odata.type": + "Edm.String", "key239": "value239", "key239@odata.type": "Edm.String", "key240": + "value240", "key240@odata.type": "Edm.String", "key241": "value241", "key241@odata.type": + "Edm.String", "key242": "value242", "key242@odata.type": "Edm.String", "key243": + "value243", "key243@odata.type": "Edm.String", "key244": "value244", "key244@odata.type": + "Edm.String", "key245": "value245", "key245@odata.type": "Edm.String", "key246": + "value246", "key246@odata.type": "Edm.String", "key247": "value247", "key247@odata.type": + "Edm.String", "key248": "value248", "key248@odata.type": "Edm.String", "key249": + "value249", "key249@odata.type": "Edm.String", "key250": "value250", "key250@odata.type": + "Edm.String", "key251": "value251", "key251@odata.type": "Edm.String", "key252": + "value252", "key252@odata.type": "Edm.String", "key253": "value253", "key253@odata.type": + "Edm.String", "key254": "value254", "key254@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -126,17 +227,17 @@ interactions: Connection: - keep-alive Content-Length: - - '5444' + - '14335' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT x-ms-version: - '2019-02-02' method: POST @@ -145,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:bbafd2c8-8002-001e-5270-81b6bb000000\nTime:2020-09-02T21:28:49.7604931Z"}}}' + 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"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -176,11 +277,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -194,7 +295,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 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 3c4b4bea6d9c..4858f6a0df65 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: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT location: - https://storagename.table.core.windows.net/Tables('uttable7f6816cf') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk7f6816cf", "RowKey": "rk7f6816cf", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk7f6816cf", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk7f6816cf", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=fullmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 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-02T21%3A28%3A50.0157865Z''\"","odata.editLink":"uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","PartitionKey":"pk7f6816cf","RowKey":"rk7f6816cf","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:28:50.0157865Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=fullmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A50.0157865Z'" + - W/"datetime'2020-09-05T00%3A18%3A03.927061Z'" location: - https://storagename.table.core.windows.net/uttable7f6816cf(PartitionKey='pk7f6816cf',RowKey='rk7f6816cf') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 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-02T21%3A28%3A50.0157865Z''\"","odata.editLink":"uttable7f6816cf(PartitionKey=''pk7f6816cf'',RowKey=''rk7f6816cf'')","PartitionKey":"pk7f6816cf","RowKey":"rk7f6816cf","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:28:50.0157865Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=fullmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A50.0157865Z'" + - W/"datetime'2020-09-05T00%3A18%3A03.927061Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 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 883e8c5434c7..feff49b17694 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: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT location: - https://storagename.table.core.windows.net/Tables('uttablec092132d') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkc092132d", "RowKey": "rkc092132d", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkc092132d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc092132d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 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-02T21%3A28%3A50.3399286Z''\"","PartitionKey":"pkc092132d","RowKey":"rkc092132d","Timestamp":"2020-09-02T21:28:50.3399286Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A50.3399286Z'" + - W/"datetime'2020-09-05T00%3A18%3A04.2286009Z'" location: - https://storagename.table.core.windows.net/uttablec092132d(PartitionKey='pkc092132d',RowKey='rkc092132d') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 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-02T21%3A28%3A50.3399286Z''\"","PartitionKey":"pkc092132d","RowKey":"rkc092132d","Timestamp":"2020-09-02T21:28:50.3399286Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:03 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A50.3399286Z'" + - W/"datetime'2020-09-05T00%3A18%3A04.2286009Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 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 f69087f300e0..4f50394c66e4 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: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT location: - https://storagename.table.core.windows.net/Tables('uttable8fac1b18') server: @@ -59,11 +59,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:49 GMT + - Sat, 05 Sep 2020 00:18:04 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -77,7 +77,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 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 071a7888c659..bfd1b508def3 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: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT location: - https://storagename.table.core.windows.net/Tables('uttable8ff51b1d') server: @@ -59,11 +59,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -77,7 +77,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 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 2c706dee8fa1..5d342a4ef80d 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: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT location: - https://storagename.table.core.windows.net/Tables('uttable51fa15f9') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk51fa15f9", "RowKey": "rk51fa15f9", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk51fa15f9", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk51fa15f9", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=nometadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 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-02T21:28:51.0028447Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=nometadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.0028447Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.0426599Z'" location: - https://storagename.table.core.windows.net/uttable51fa15f9(PartitionKey='pk51fa15f9',RowKey='rk51fa15f9') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 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-02T21:28:51.0028447Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=nometadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.0028447Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.0426599Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 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 abc67d700796..0bbfdfe90965 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: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT location: - https://storagename.table.core.windows.net/Tables('uttablef5f40e06') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkf5f40e06", "RowKey": "rkf5f40e06", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkf5f40e06", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkf5f40e06", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 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-02T21%3A28%3A51.2563613Z''\"","PartitionKey":"pkf5f40e06","RowKey":"rkf5f40e06","Timestamp":"2020-09-02T21:28:51.2563613Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.2563613Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.3160444Z'" location: - https://storagename.table.core.windows.net/uttablef5f40e06(PartitionKey='pkf5f40e06',RowKey='rkf5f40e06') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 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-02T21%3A28%3A51.2563613Z''\"","PartitionKey":"pkf5f40e06","RowKey":"rkf5f40e06","Timestamp":"2020-09-02T21:28:51.2563613Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.2563613Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.3160444Z'" 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 cd7222d561c7..5c147f576ac1 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: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT location: - https://storagename.table.core.windows.net/Tables('uttable95761b92') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk95761b92", "RowKey": "rk95761b92", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk95761b92", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk95761b92", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 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-02T21%3A28%3A51.4914644Z''\"","PartitionKey":"pk95761b92","RowKey":"rk95761b92","Timestamp":"2020-09-02T21:28:51.4914644Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.4914644Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.5408394Z'" location: - https://storagename.table.core.windows.net/uttable95761b92(PartitionKey='pk95761b92',RowKey='rk95761b92') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk95761b92", "RowKey": "rk95761b92", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk95761b92", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk95761b92", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,17 +117,17 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -138,9 +141,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.5360189Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.5918129Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -162,27 +165,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 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-02T21%3A28%3A51.5360189Z''\"","PartitionKey":"pk95761b92","RowKey":"rk95761b92","Timestamp":"2020-09-02T21:28:51.5360189Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.5360189Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.5918129Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -206,11 +209,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -224,7 +227,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:50 GMT + - Sat, 05 Sep 2020 00:18:04 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 97b602906224..895a3491111a 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: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT location: - https://storagename.table.core.windows.net/Tables('uttable7671d3c') server: @@ -48,8 +48,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk7671d3c", "RowKey": "rk7671d3c", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk7671d3c", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk7671d3c", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -59,17 +61,17 @@ interactions: Connection: - keep-alive Content-Length: - - '178' + - '351' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -83,9 +85,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.8001982Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.8760172Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -107,27 +109,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 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-02T21%3A28%3A51.8001982Z''\"","PartitionKey":"pk7671d3c","RowKey":"rk7671d3c","Timestamp":"2020-09-02T21:28:51.8001982Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A51.8001982Z'" + - W/"datetime'2020-09-05T00%3A18%3A05.8760172Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -151,11 +153,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -169,7 +171,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 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 256c8d392196..640e0bbc620b 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: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:05 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT location: - https://storagename.table.core.windows.net/Tables('uttablecc7c1c5e') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkcc7c1c5e", "RowKey": "rkcc7c1c5e", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkcc7c1c5e", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkcc7c1c5e", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 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-02T21%3A28%3A52.0753852Z''\"","PartitionKey":"pkcc7c1c5e","RowKey":"rkcc7c1c5e","Timestamp":"2020-09-02T21:28:52.0753852Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A52.0753852Z'" + - W/"datetime'2020-09-05T00%3A18%3A06.1808961Z'" location: - https://storagename.table.core.windows.net/uttablecc7c1c5e(PartitionKey='pkcc7c1c5e',RowKey='rkcc7c1c5e') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkcc7c1c5e", "RowKey": "rkcc7c1c5e", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pkcc7c1c5e", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkcc7c1c5e", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,17 +117,17 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: PUT @@ -138,9 +141,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A52.1124106Z'" + - W/"datetime'2020-09-05T00%3A18%3A06.2242667Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -162,27 +165,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 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-02T21%3A28%3A52.1124106Z''\"","PartitionKey":"pkcc7c1c5e","RowKey":"rkcc7c1c5e","Timestamp":"2020-09-02T21:28:52.1124106Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A52.1124106Z'" + - W/"datetime'2020-09-05T00%3A18%3A06.2242667Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -206,11 +209,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -224,7 +227,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 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 b2a6b8a51171..1bb44efd7254 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: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT location: - https://storagename.table.core.windows.net/Tables('uttable419d1e08') server: @@ -48,8 +48,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk419d1e08", "RowKey": "rk419d1e08", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk419d1e08", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk419d1e08", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -59,17 +61,17 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: PUT @@ -83,9 +85,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A52.4206206Z'" + - W/"datetime'2020-09-05T00%3A18%3A06.5204794Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -107,27 +109,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 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-02T21%3A28%3A52.4206206Z''\"","PartitionKey":"pk419d1e08","RowKey":"rk419d1e08","Timestamp":"2020-09-02T21:28:52.4206206Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A52.4206206Z'" + - W/"datetime'2020-09-05T00%3A18%3A06.5204794Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -151,11 +153,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -169,7 +171,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 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 e361fa147de2..a8027cf3ad6f 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: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT location: - https://storagename.table.core.windows.net/Tables('uttable3df0e7d') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk3df0e7d", "RowKey": "rk3df0e7d", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk3df0e7d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk3df0e7d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '467' + - '575' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 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-02T21%3A28%3A52.6957145Z''\"","PartitionKey":"pk3df0e7d","RowKey":"rk3df0e7d","Timestamp":"2020-09-02T21:28:52.6957145Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A52.6957145Z'" + - W/"datetime'2020-09-05T00%3A18%3A06.8046059Z'" location: - https://storagename.table.core.windows.net/uttable3df0e7d(PartitionKey='pk3df0e7d',RowKey='rk3df0e7d') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk3df0e7d", "RowKey": "rk3df0e7d", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk3df0e7d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk3df0e7d", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,19 +117,19 @@ interactions: Connection: - keep-alive Content-Length: - - '178' + - '351' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -140,9 +143,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A52.7328316Z'" + - W/"datetime'2020-09-05T00%3A18%3A06.8527151Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -164,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 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-02T21%3A28%3A52.7328316Z''\"","PartitionKey":"pk3df0e7d","RowKey":"rk3df0e7d","Timestamp":"2020-09-02T21:28:52.7328316Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A52.7328316Z'" + - W/"datetime'2020-09-05T00%3A18%3A06.8527151Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -208,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -226,7 +229,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:51 GMT + - Sat, 05 Sep 2020 00:18:06 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 ef8a6e280d90..959f6d75f192 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: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee64a13f7') server: @@ -48,8 +48,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pke64a13f7", "RowKey": "rke64a13f7", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pke64a13f7", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke64a13f7", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -59,19 +61,19 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -79,14 +81,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:bc6a7dfb-d002-005e-2470-81b183000000\nTime:2020-09-02T21:28:53.0015395Z"}}}' + specified resource does not exist.\nRequestId:942742c7-8002-0047-2b1a-83595c000000\nTime:2020-09-05T00:18:07.1202510Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -110,11 +112,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -128,7 +130,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 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 1d7fae47b8ad..1a708a87b664 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: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT location: - https://storagename.table.core.windows.net/Tables('uttable9316171e') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk9316171e", "RowKey": "rk9316171e", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk9316171e", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk9316171e", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 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-02T21%3A28%3A53.233569Z''\"","PartitionKey":"pk9316171e","RowKey":"rk9316171e","Timestamp":"2020-09-02T21:28:53.233569Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A53.233569Z'" + - W/"datetime'2020-09-05T00%3A18%3A07.3828831Z'" location: - https://storagename.table.core.windows.net/uttable9316171e(PartitionKey='pk9316171e',RowKey='rk9316171e') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk9316171e", "RowKey": "rk9316171e", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk9316171e", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk9316171e", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,19 +117,19 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18: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) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -134,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:d453a7ab-e002-0055-4470-814ae8000000\nTime:2020-09-02T21:28:53.2775994Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:06147ade-5002-004e-481a-8343d2000000\nTime:2020-09-05T00:18:07.4289151Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:06 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -165,11 +168,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -183,7 +186,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:06 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 01f9b785a543..9cd752ab0c1d 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: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:06 GMT location: - https://storagename.table.core.windows.net/Tables('uttable236c150a') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk236c150a", "RowKey": "rk236c150a", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk236c150a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk236c150a", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 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-02T21%3A28%3A53.5520698Z''\"","PartitionKey":"pk236c150a","RowKey":"rk236c150a","Timestamp":"2020-09-02T21:28:53.5520698Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A53.5520698Z'" + - W/"datetime'2020-09-05T00%3A18%3A07.661281Z'" location: - https://storagename.table.core.windows.net/uttable236c150a(PartitionKey='pk236c150a',RowKey='rk236c150a') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk236c150a", "RowKey": "rk236c150a", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk236c150a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk236c150a", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,19 +117,19 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT If-Match: - - W/"datetime'2020-09-02T21%3A28%3A53.5520698Z'" + - W/"datetime'2020-09-05T00%3A18%3A07.661281Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -140,9 +143,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A53.5934153Z'" + - W/"datetime'2020-09-05T00%3A18%3A07.7543576Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -164,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:52 GMT + - Sat, 05 Sep 2020 00:18:07 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-02T21%3A28%3A53.5934153Z''\"","PartitionKey":"pk236c150a","RowKey":"rk236c150a","Timestamp":"2020-09-02T21:28:53.5934153Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:06 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A53.5934153Z'" + - W/"datetime'2020-09-05T00%3A18%3A07.7543576Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -208,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -226,7 +229,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:06 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 6b0b95dd670c..e22fe03fc7cf 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: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT location: - https://storagename.table.core.windows.net/Tables('uttable76561181') server: @@ -48,7 +48,8 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk76561181", "RowKey": "rk76561181"}' + body: '{"PartitionKey": "pk76561181", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk76561181", "RowKey@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -57,33 +58,33 @@ interactions: Connection: - keep-alive Content-Length: - - '54' + - '130' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 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-02T21%3A28%3A53.9082094Z''\"","PartitionKey":"pk76561181","RowKey":"rk76561181","Timestamp":"2020-09-02T21:28:53.9082094Z"}' + 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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A53.9082094Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.0328401Z'" location: - https://storagename.table.core.windows.net/uttable76561181(PartitionKey='pk76561181',RowKey='rk76561181') server: @@ -109,27 +110,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 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-02T21%3A28%3A53.9082094Z''\"","PartitionKey":"pk76561181","RowKey":"rk76561181","Timestamp":"2020-09-02T21:28:53.9082094Z"}' + 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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A53.9082094Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.0328401Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -153,11 +154,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -171,7 +172,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:07 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 064a9397490f..a54e063cc776 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: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT location: - https://storagename.table.core.windows.net/Tables('uttable88682233') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "a''''''''b", "RowKey": "a''''''''b", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "a''''''''b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "a''''''''b", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '461' + - '569' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 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-02T21%3A28%3A54.1766946Z''\"","PartitionKey":"a''''''''b","RowKey":"a''''''''b","Timestamp":"2020-09-02T21:28:54.1766946Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A54.1766946Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.3053377Z'" location: - https://storagename.table.core.windows.net/uttable88682233(PartitionKey='a''''''''b',RowKey='a''''''''b') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "a''''''''b", "RowKey": "a''''''''b", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "a''''''''b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "a''''''''b", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,17 +117,17 @@ interactions: Connection: - keep-alive Content-Length: - - '172' + - '345' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -138,9 +141,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A54.2218431Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.3447817Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -162,27 +165,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 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-02T21%3A28%3A54.2218431Z''\"","PartitionKey":"a''''b","RowKey":"a''''b","Timestamp":"2020-09-02T21:28:54.2218431Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A54.2218431Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.3447817Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -195,9 +198,11 @@ interactions: code: 200 message: OK - request: - body: '{"PartitionKey": "a''''''''b", "RowKey": "a''''''''b", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": - "Edm.DateTime", "newField": "newFieldValue"}' + body: '{"PartitionKey": "a''''''''b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "a''''''''b", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "newField": "newFieldValue", "newField@odata.type": "Edm.String"}' headers: Accept: - application/json @@ -206,19 +211,19 @@ interactions: Connection: - keep-alive Content-Length: - - '201' + - '411' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -232,9 +237,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A54.2898884Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.4378487Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -256,27 +261,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 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-02T21%3A28%3A54.2898884Z''\"","PartitionKey":"a''''b","RowKey":"a''''b","Timestamp":"2020-09-02T21:28:54.2898884Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A54.2898884Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.4378487Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -302,13 +307,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -322,7 +327,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -344,11 +349,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -362,7 +367,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_entity.test_query_entities.yaml index 437393d40c77..f1ba02dd9a56 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: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:53 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT location: - https://storagename.table.core.windows.net/Tables('uttable23930f6b') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 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: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT location: - https://storagename.table.core.windows.net/Tables('querytable23930f6b') server: @@ -96,12 +96,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk23930f6b", "RowKey": "rk23930f6b1", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk23930f6b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk23930f6b1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -110,33 +111,33 @@ interactions: Connection: - keep-alive Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 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-02T21%3A28%3A54.6987764Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b1","Timestamp":"2020-09-02T21:28:54.6987764Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A54.6987764Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.8445961Z'" location: - https://storagename.table.core.windows.net/querytable23930f6b(PartitionKey='pk23930f6b',RowKey='rk23930f6b1') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk23930f6b", "RowKey": "rk23930f6b12", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk23930f6b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk23930f6b12", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 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-02T21%3A28%3A54.7428082Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b12","Timestamp":"2020-09-02T21:28:54.7428082Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A54.7428082Z'" + - W/"datetime'2020-09-05T00%3A18%3A08.8806202Z'" location: - https://storagename.table.core.windows.net/querytable23930f6b(PartitionKey='pk23930f6b',RowKey='rk23930f6b12') server: @@ -217,25 +219,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 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-02T21%3A28%3A54.6987764Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b1","Timestamp":"2020-09-02T21:28:54.6987764Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A28%3A54.7428082Z''\"","PartitionKey":"pk23930f6b","RowKey":"rk23930f6b12","Timestamp":"2020-09-02T21:28:54.7428082Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -259,11 +261,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -277,7 +279,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -299,11 +301,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -317,7 +319,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_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 6c4fee352016..bd915231c6da 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: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT location: - https://storagename.table.core.windows.net/Tables('uttable264f151d') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT location: - https://storagename.table.core.windows.net/Tables('querytable264f151d') server: @@ -96,12 +96,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk264f151d", "RowKey": "rk264f151d1", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk264f151d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk264f151d1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -110,33 +111,33 @@ interactions: Connection: - keep-alive Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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-02T21%3A28%3A55.0965665Z''\"","PartitionKey":"pk264f151d","RowKey":"rk264f151d1","Timestamp":"2020-09-02T21:28:55.0965665Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A55.0965665Z'" + - W/"datetime'2020-09-05T00%3A18%3A09.2271592Z'" location: - https://storagename.table.core.windows.net/querytable264f151d(PartitionKey='pk264f151d',RowKey='rk264f151d1') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk264f151d", "RowKey": "rk264f151d12", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk264f151d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk264f151d12", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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-02T21%3A28%3A55.132593Z''\"","PartitionKey":"pk264f151d","RowKey":"rk264f151d12","Timestamp":"2020-09-02T21:28:55.132593Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A55.132593Z'" + - W/"datetime'2020-09-05T00%3A18%3A09.2641862Z'" location: - https://storagename.table.core.windows.net/querytable264f151d(PartitionKey='pk264f151d',RowKey='rk264f151d12') server: @@ -215,27 +217,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=fullmetadata x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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-02T21%3A28%3A55.0965665Z''\"","odata.editLink":"querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d1'')","PartitionKey":"pk264f151d","RowKey":"rk264f151d1","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:28:55.0965665Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A28%3A55.132593Z''\"","odata.editLink":"querytable264f151d(PartitionKey=''pk264f151d'',RowKey=''rk264f151d12'')","PartitionKey":"pk264f151d","RowKey":"rk264f151d12","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:28:55.132593Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=fullmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -259,11 +261,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -277,7 +279,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -299,11 +301,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -317,7 +319,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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 1f7fe975c47c..ae1c1348a668 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: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:08 GMT location: - https://storagename.table.core.windows.net/Tables('uttablefc361447') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:08 GMT location: - https://storagename.table.core.windows.net/Tables('querytablefc361447') server: @@ -96,12 +96,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkfc361447", "RowKey": "rkfc3614471", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkfc361447", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfc3614471", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -110,33 +111,33 @@ interactions: Connection: - keep-alive Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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-02T21%3A28%3A55.4949117Z''\"","PartitionKey":"pkfc361447","RowKey":"rkfc3614471","Timestamp":"2020-09-02T21:28:55.4949117Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A55.4949117Z'" + - W/"datetime'2020-09-05T00%3A18%3A09.7143176Z'" location: - https://storagename.table.core.windows.net/querytablefc361447(PartitionKey='pkfc361447',RowKey='rkfc3614471') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkfc361447", "RowKey": "rkfc36144712", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkfc361447", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfc36144712", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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-02T21%3A28%3A55.5309371Z''\"","PartitionKey":"pkfc361447","RowKey":"rkfc36144712","Timestamp":"2020-09-02T21:28:55.5309371Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:08 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A55.5309371Z'" + - W/"datetime'2020-09-05T00%3A18%3A09.7523442Z'" location: - https://storagename.table.core.windows.net/querytablefc361447(PartitionKey='pkfc361447',RowKey='rkfc36144712') server: @@ -215,27 +217,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=nometadata x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 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-02T21:28:55.4949117Z","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-02T21:28:55.5309371Z","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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=nometadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -259,11 +261,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:54 GMT + - Sat, 05 Sep 2020 00:18:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -277,7 +279,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -299,11 +301,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -317,7 +319,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:08 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_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 f1745fe62794..2158401c6eab 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: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT location: - https://storagename.table.core.windows.net/Tables('uttablefce8146b') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkfce8146b", "RowKey": "rkfce8146b", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkfce8146b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfce8146b", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A55.841786Z''\"","PartitionKey":"pkfce8146b","RowKey":"rkfce8146b","Timestamp":"2020-09-02T21:28:55.841786Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A55.841786Z'" + - W/"datetime'2020-09-05T00%3A18%3A10.080565Z'" location: - https://storagename.table.core.windows.net/uttablefce8146b(PartitionKey='pkfce8146b',RowKey='rkfce8146b') server: @@ -114,25 +115,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A55.841786Z''\"","PartitionKey":"pkfce8146b","RowKey":"rkfce8146b","Timestamp":"2020-09-02T21:28:55.841786Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -156,11 +157,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -174,7 +175,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 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 be1c7587306f..ff538a3b9ebd 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: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT location: - https://storagename.table.core.windows.net/Tables('uttablefcf31465') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT location: - https://storagename.table.core.windows.net/Tables('querytablefcf31465') server: @@ -96,12 +96,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkfcf31465", "RowKey": "rkfcf314651", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkfcf31465", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfcf314651", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -110,33 +111,33 @@ interactions: Connection: - keep-alive Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A56.1985259Z''\"","PartitionKey":"pkfcf31465","RowKey":"rkfcf314651","Timestamp":"2020-09-02T21:28:56.1985259Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A56.1985259Z'" + - W/"datetime'2020-09-05T00%3A18%3A10.4354401Z'" location: - https://storagename.table.core.windows.net/querytablefcf31465(PartitionKey='pkfcf31465',RowKey='rkfcf314651') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkfcf31465", "RowKey": "rkfcf3146512", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkfcf31465", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfcf3146512", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A56.2315486Z''\"","PartitionKey":"pkfcf31465","RowKey":"rkfcf3146512","Timestamp":"2020-09-02T21:28:56.2315486Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A56.2315486Z'" + - W/"datetime'2020-09-05T00%3A18%3A10.4684633Z'" location: - https://storagename.table.core.windows.net/querytablefcf31465(PartitionKey='pkfcf31465',RowKey='rkfcf3146512') server: @@ -217,25 +219,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A56.1985259Z''\"","age":39,"sex":"male"},{"odata.etag":"W/\"datetime''2020-09-02T21%3A28%3A56.2315486Z''\"","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-05T00%3A18%3A10.4354401Z''\"","age":39,"sex":"male"},{"odata.etag":"W/\"datetime''2020-09-05T00%3A18%3A10.4684633Z''\"","age":39,"sex":"male"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -259,11 +261,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -277,7 +279,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:09 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -299,11 +301,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -317,7 +319,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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 1f8e3376460c..778664b0be51 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: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT location: - https://storagename.table.core.windows.net/Tables('uttablec12a1338') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT location: - https://storagename.table.core.windows.net/Tables('querytablec12a1338') server: @@ -96,12 +96,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkc12a1338", "RowKey": "rkc12a13381", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkc12a1338", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc12a13381", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -110,33 +111,33 @@ interactions: Connection: - keep-alive Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A56.603042Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a13381","Timestamp":"2020-09-02T21:28:56.603042Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A56.603042Z'" + - W/"datetime'2020-09-05T00%3A18%3A10.8197206Z'" location: - https://storagename.table.core.windows.net/querytablec12a1338(PartitionKey='pkc12a1338',RowKey='rkc12a13381') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkc12a1338", "RowKey": "rkc12a133812", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkc12a1338", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc12a133812", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:55 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A56.6390683Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a133812","Timestamp":"2020-09-02T21:28:56.6390683Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A56.6390683Z'" + - W/"datetime'2020-09-05T00%3A18%3A10.8557455Z'" location: - https://storagename.table.core.windows.net/querytablec12a1338(PartitionKey='pkc12a1338',RowKey='rkc12a133812') server: @@ -206,12 +208,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkc12a1338", "RowKey": "rkc12a1338123", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkc12a1338", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc12a1338123", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -220,33 +223,33 @@ interactions: Connection: - keep-alive Content-Length: - - '472' + - '580' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A56.6720918Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a1338123","Timestamp":"2020-09-02T21:28:56.6720918Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A56.6720918Z'" + - W/"datetime'2020-09-05T00%3A18%3A10.8927719Z'" location: - https://storagename.table.core.windows.net/querytablec12a1338(PartitionKey='pkc12a1338',RowKey='rkc12a1338123') server: @@ -272,25 +275,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 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-02T21%3A28%3A56.603042Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a13381","Timestamp":"2020-09-02T21:28:56.603042Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A28%3A56.6390683Z''\"","PartitionKey":"pkc12a1338","RowKey":"rkc12a133812","Timestamp":"2020-09-02T21:28:56.6390683Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -318,11 +321,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -336,7 +339,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -358,11 +361,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -376,7 +379,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 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 70d8450adada..b11ab49a4c25 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: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT location: - https://storagename.table.core.windows.net/Tables('uttable801016e8') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT location: - https://storagename.table.core.windows.net/Tables('querytable801016e8') server: @@ -96,12 +96,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk801016e8", "RowKey": "rk801016e81", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk801016e8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk801016e81", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -110,33 +111,33 @@ interactions: Connection: - keep-alive Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.0429682Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81","Timestamp":"2020-09-02T21:28:57.0429682Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A57.0429682Z'" + - W/"datetime'2020-09-05T00%3A18%3A11.3703445Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e81') server: @@ -151,12 +152,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk801016e8", "RowKey": "rk801016e812", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk801016e8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk801016e812", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -165,33 +167,33 @@ interactions: Connection: - keep-alive Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.0769919Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812","Timestamp":"2020-09-02T21:28:57.0769919Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A57.0769919Z'" + - W/"datetime'2020-09-05T00%3A18%3A11.4063697Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e812') server: @@ -206,12 +208,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk801016e8", "RowKey": "rk801016e8123", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk801016e8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk801016e8123", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -220,33 +223,33 @@ interactions: Connection: - keep-alive Content-Length: - - '472' + - '580' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.1180208Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e8123","Timestamp":"2020-09-02T21:28:57.1180208Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A57.1180208Z'" + - W/"datetime'2020-09-05T00%3A18%3A11.4453977Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e8123') server: @@ -261,12 +264,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk801016e8", "RowKey": "rk801016e81234", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk801016e8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk801016e81234", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -275,33 +279,33 @@ interactions: Connection: - keep-alive Content-Length: - - '473' + - '581' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.1570474Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81234","Timestamp":"2020-09-02T21:28:57.1570474Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:10 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A57.1570474Z'" + - W/"datetime'2020-09-05T00%3A18%3A11.4814238Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e81234') server: @@ -316,12 +320,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk801016e8", "RowKey": "rk801016e812345", "age": 39, - "sex": "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": - 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk801016e8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk801016e812345", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -330,33 +335,33 @@ interactions: Connection: - keep-alive Content-Length: - - '474' + - '582' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.1900711Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812345","Timestamp":"2020-09-02T21:28:57.1900711Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:10 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A57.1900711Z'" + - W/"datetime'2020-09-05T00%3A18%3A11.5184495Z'" location: - https://storagename.table.core.windows.net/querytable801016e8(PartitionKey='pk801016e8',RowKey='rk801016e812345') server: @@ -382,25 +387,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.0429682Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81","Timestamp":"2020-09-02T21:28:57.0429682Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A28%3A57.0769919Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812","Timestamp":"2020-09-02T21:28:57.0769919Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:10 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -428,25 +433,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.1180208Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e8123","Timestamp":"2020-09-02T21:28:57.1180208Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A28%3A57.1570474Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e81234","Timestamp":"2020-09-02T21:28:57.1570474Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:10 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -474,25 +479,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.1900711Z''\"","PartitionKey":"pk801016e8","RowKey":"rk801016e812345","Timestamp":"2020-09-02T21:28:57.1900711Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:10 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -516,11 +521,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -534,7 +539,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:10 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -556,11 +561,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -574,7 +579,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:11 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 aacc1ec9a4b2..663cf0a19ede 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: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT location: - https://storagename.table.core.windows.net/Tables('uttable546210aa') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk546210aa", "RowKey": "rk546210aa", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk546210aa", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk546210aa", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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-02T21%3A28%3A57.5924702Z''\"","PartitionKey":"pk546210aa","RowKey":"rk546210aa","Timestamp":"2020-09-02T21:28:57.5924702Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A57.5924702Z'" + - W/"datetime'2020-09-05T00%3A18%3A11.9481168Z'" location: - https://storagename.table.core.windows.net/uttable546210aa(PartitionKey='pk546210aa',RowKey='rk546210aa') server: @@ -114,11 +115,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -132,7 +133,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 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 3214ec8d3850..ef8ed40ea8ea 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: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:11 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:56 GMT + - Sat, 05 Sep 2020 00:18:11 GMT location: - https://storagename.table.core.windows.net/Tables('uttable7732118a') server: @@ -63,11 +63,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 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: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT location: - https://storagename.table.core.windows.net/Tables('querytable7732118a') server: @@ -107,11 +107,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 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: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -149,11 +149,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -167,7 +167,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -189,11 +189,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -207,7 +207,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 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 e40d61edb7f9..2c28c16e294f 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: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT location: - https://storagename.table.core.windows.net/Tables('uttablebfd90c40') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkbfd90c40", "RowKey": "rkbfd90c40", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkbfd90c40", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkbfd90c40", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttablebfd90c40?st=2020-09-02T21%3A27%3A57Z&se=2020-09-02T22%3A28%3A57Z&sp=a&sv=2019-02-02&tn=uttablebfd90c40&sig=2aitiCkp3QfiRad2MtOcDYM66G9ibItpRA035v5mEd8%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablebfd90c40/@Element","odata.etag":"W/\"datetime''2020-09-02T21%3A28%3A58.3629783Z''\"","PartitionKey":"pkbfd90c40","RowKey":"rkbfd90c40","Timestamp":"2020-09-02T21:28:58.3629783Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A58.3629783Z'" + - W/"datetime'2020-09-05T00%3A18%3A12.6781471Z'" location: - https://storagename.table.core.windows.net/uttablebfd90c40(PartitionKey='pkbfd90c40',RowKey='rkbfd90c40') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 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-02T21%3A28%3A58.3629783Z''\"","PartitionKey":"pkbfd90c40","RowKey":"rkbfd90c40","Timestamp":"2020-09-02T21:28:58.3629783Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A58.3629783Z'" + - W/"datetime'2020-09-05T00%3A18%3A12.6781471Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 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 e1572d7740ea..099abdaab8ca 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: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT location: - https://storagename.table.core.windows.net/Tables('uttable84281187') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "test", "RowKey": "test1", "age": 39, "sex": "male", "married": - true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, "large": 933311100, - "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": "Edm.DateTime", "birthday": - "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", "binary": "YmluYXJ5", - "binary@odata.type": "Edm.Binary", "other": 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", - "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", "RowKey": + "test1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", "sex@odata.type": + "Edm.String", "married": true, "deceased": false, "ratio": 3.1, "evenratio": + 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": + "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", + "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": + "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '458' + - '566' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:12 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable84281187?se=2020-09-02T22%3A28%3A58Z&sp=a&sv=2019-02-02&tn=uttable84281187&spk=test&srk=test1&epk=test&erk=test1&sig=vew8wWl0TParsPt3McajuJmIOLvBxRqOtnUWuxzz1bA%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable84281187/@Element","odata.etag":"W/\"datetime''2020-09-02T21%3A28%3A58.7601718Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-02T21:28:58.7601718Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:12 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A58.7601718Z'" + - W/"datetime'2020-09-05T00%3A18%3A13.0776515Z'" location: - https://storagename.table.core.windows.net/uttable84281187(PartitionKey='test',RowKey='test1') server: @@ -114,27 +115,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 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-02T21%3A28%3A58.7601718Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-02T21:28:58.7601718Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A58.7601718Z'" + - W/"datetime'2020-09-05T00%3A18%3A13.0776515Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -158,11 +159,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -176,7 +177,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:57 GMT + - Sat, 05 Sep 2020 00:18:12 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 99eb5f8efb40..6417c3382dcf 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: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT location: - https://storagename.table.core.windows.net/Tables('uttable973c1208') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk973c1208", "RowKey": "rk973c1208", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk973c1208", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk973c1208", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,32 +63,32 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable973c1208?se=2020-09-02T22%3A28%3A58Z&sp=a&sv=2019-02-02&tn=uttable973c1208&spk=test&srk=test1&epk=test&erk=test1&sig=4Cx5TAZJsDPPIeP4fXXn7wQFQyBOqIb93NMKv7u7HiI%3D + 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 response: body: string: '{"odata.error":{"code":"AuthorizationFailure","message":{"lang":"en-US","value":"This - request is not authorized to perform this operation.\nRequestId:b77115cc-7002-008c-5e70-81326d000000\nTime:2020-09-02T21:28:59.3114179Z"}}}' + request is not authorized to perform this operation.\nRequestId:ecb03e07-f002-0043-571a-83acde000000\nTime:2020-09-05T00:18:13.5133218Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -111,11 +112,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -129,7 +130,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 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 ec65b2ee6ca1..950c8932ae8a 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: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee74c0d8a') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pke74c0d8a", "RowKey": "rke74c0d8a", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pke74c0d8a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke74c0d8a", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 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-02T21%3A28%3A59.5892727Z''\"","PartitionKey":"pke74c0d8a","RowKey":"rke74c0d8a","Timestamp":"2020-09-02T21:28:59.5892727Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT etag: - - W/"datetime'2020-09-02T21%3A28%3A59.5892727Z'" + - W/"datetime'2020-09-05T00%3A18%3A13.7837057Z'" location: - https://storagename.table.core.windows.net/uttablee74c0d8a(PartitionKey='pke74c0d8a',RowKey='rke74c0d8a') server: @@ -116,17 +117,17 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/uttablee74c0d8a(PartitionKey='pke74c0d8a',RowKey='rke74c0d8a')?se=2020-09-02T22%3A28%3A58Z&sp=d&sv=2019-02-02&tn=uttablee74c0d8a&sig=DV3h45jd0RxcY%2F4fx7z998ya7ErOhl8HaJBABoYQ30M%3D + 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 response: body: string: '' @@ -136,7 +137,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -158,11 +159,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: GET @@ -170,14 +171,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:5e3d9153-f002-002b-3370-81daaf000000\nTime:2020-09-02T21:28:59.7994204Z"}}}' + specified resource does not exist.\nRequestId:fba98960-6002-006f-4c1a-832ee3000000\nTime:2020-09-05T00:18:13.9578211Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -201,11 +202,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -219,7 +220,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:58 GMT + - Sat, 05 Sep 2020 00:18:13 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 78fa3bc3f668..54c6d6509c54 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: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:13 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:13 GMT location: - https://storagename.table.core.windows.net/Tables('uttableda4d0d4d') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkda4d0d4d", "RowKey": "rkda4d0d4d", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkda4d0d4d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkda4d0d4d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 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-02T21%3A29%3A00.0187783Z''\"","PartitionKey":"pkda4d0d4d","RowKey":"rkda4d0d4d","Timestamp":"2020-09-02T21:29:00.0187783Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:13 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A00.0187783Z'" + - W/"datetime'2020-09-05T00%3A18%3A14.1993051Z'" location: - https://storagename.table.core.windows.net/uttableda4d0d4d(PartitionKey='pkda4d0d4d',RowKey='rkda4d0d4d') server: @@ -114,25 +115,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttableda4d0d4d()?st=2020-09-02T21%3A27%3A59Z&se=2020-09-02T22%3A28%3A59Z&sp=r&sv=2019-02-02&tn=uttableda4d0d4d&sig=mkM8%2BLcR3FsgStfBRgGzHmhm4LMgGu4%2FwWP5ww9Srd4%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableda4d0d4d","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A00.0187783Z''\"","PartitionKey":"pkda4d0d4d","RowKey":"rkda4d0d4d","Timestamp":"2020-09-02T21:29:00.0187783Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -156,11 +157,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -174,7 +175,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 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 32e7388c655f..71353df6abb5 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: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT location: - https://storagename.table.core.windows.net/Tables('uttable979d1213') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk979d1213", "RowKey": "rk979d1213", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk979d1213", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk979d1213", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 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-02T21%3A29%3A00.3679712Z''\"","PartitionKey":"pk979d1213","RowKey":"rk979d1213","Timestamp":"2020-09-02T21:29:00.3679712Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A00.3679712Z'" + - W/"datetime'2020-09-05T00%3A18%3A14.7251045Z'" location: - https://storagename.table.core.windows.net/uttable979d1213(PartitionKey='pk979d1213',RowKey='rk979d1213') server: @@ -118,11 +119,11 @@ interactions: Content-Type: - application/xml Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT x-ms-version: - '2019-02-02' method: PUT @@ -134,7 +135,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -154,25 +155,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 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=N3HSi84FMEDV58rDuR26Zlaq1H%2F8hZcAgJy9FhM6jTQ%3D + uri: https://storagename.table.core.windows.net/uttable979d1213()?sv=2019-02-02&si=testid&tn=uttable979d1213&sig=JoEdgdKAOcab%2FIrd65GhtVGDekCnuLHYN3u4oioNKDo%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable979d1213","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A00.3679712Z''\"","PartitionKey":"pk979d1213","RowKey":"rk979d1213","Timestamp":"2020-09-02T21:29:00.3679712Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:14 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -196,11 +197,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -214,7 +215,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:28:59 GMT + - Sat, 05 Sep 2020 00:18:14 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 23c70f3f64b4..894a95813ca0 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: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee7bd0d9a') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pke7bd0d9a", "RowKey": "rke7bd0d9a", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pke7bd0d9a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke7bd0d9a", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 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-02T21%3A29%3A00.8229758Z''\"","PartitionKey":"pke7bd0d9a","RowKey":"rke7bd0d9a","Timestamp":"2020-09-02T21:29:00.8229758Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A00.8229758Z'" + - W/"datetime'2020-09-05T00%3A18%3A15.2958716Z'" location: - https://storagename.table.core.windows.net/uttablee7bd0d9a(PartitionKey='pke7bd0d9a',RowKey='rke7bd0d9a') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pke7bd0d9a", "RowKey": "rke7bd0d9a", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pke7bd0d9a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke7bd0d9a", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,23 +117,23 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/uttablee7bd0d9a(PartitionKey='pke7bd0d9a',RowKey='rke7bd0d9a')?se=2020-09-02T22%3A29%3A00Z&sp=u&sv=2019-02-02&tn=uttablee7bd0d9a&sig=pI0uLBSJ7vYq0zf0XoDxeAQCJmRHFSN5qlmvLSp%2Fpdw%3D + 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 response: body: string: '' @@ -140,9 +143,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:14 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A00.9844321Z'" + - W/"datetime'2020-09-05T00%3A18%3A15.4338476Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -164,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 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-02T21%3A29%3A00.9844321Z''\"","PartitionKey":"pke7bd0d9a","RowKey":"rke7bd0d9a","Timestamp":"2020-09-02T21:29:00.9844321Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A00.9844321Z'" + - W/"datetime'2020-09-05T00%3A18%3A15.4338476Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -208,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -226,7 +229,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 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 43ac14fd6f32..b4af0ae3240d 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: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT location: - https://storagename.table.core.windows.net/Tables('uttablee48713a5') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pke48713a5", "RowKey": "rke48713a5", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pke48713a5", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke48713a5", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 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-02T21%3A29%3A01.2491361Z''\"","PartitionKey":"pke48713a5","RowKey":"rke48713a5","Timestamp":"2020-09-02T21:29:01.2491361Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A01.2491361Z'" + - W/"datetime'2020-09-05T00%3A18%3A15.7370307Z'" location: - https://storagename.table.core.windows.net/uttablee48713a5(PartitionKey='pke48713a5',RowKey='rke48713a5') server: @@ -114,25 +115,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttablee48713a5()?st=2020-09-02T21%3A28%3A00Z&se=2020-09-02T22%3A29%3A00Z&sp=r&sv=2019-02-02&tn=UTTABLEE48713A5&sig=t0T9jgqfqIlFZtpNa2tXF2Tm0kz4uQRDSQkYdPOpRSY%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee48713a5","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A01.2491361Z''\"","PartitionKey":"pke48713a5","RowKey":"rke48713a5","Timestamp":"2020-09-02T21:29:01.2491361Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -156,11 +157,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -174,7 +175,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Sat, 05 Sep 2020 00:18:15 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 1b40e695ecb9..82ba15a35cb4 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: '{"TableName": "uttable9990123c"}' + body: !!python/unicode '{"TableName": "uttable9990123c"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttable9990123c"}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:29:00 GMT + - Fri, 04 Sep 2020 23:54:09 GMT location: - - https://storagename.table.core.windows.net/Tables('uttable9990123c') + - !!python/unicode https://storagename.table.core.windows.net/Tables('uttable9990123c') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -48,8 +48,9 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk9990123c", "RowKey": "rk9990123c", "\u554a\u9f44\u4e02\u72db\u72dc": - "\ua015"}' + 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"}' headers: Accept: - application/json;odata=minimalmetadata @@ -58,35 +59,35 @@ interactions: Connection: - keep-alive Content-Length: - - '98' + - '233' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:00 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable9990123c + uri: !!python/unicode https://storagename.table.core.windows.net/uttable9990123c response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c/@Element","odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A01.6266787Z''\"","PartitionKey":"pk9990123c","RowKey":"rk9990123c","Timestamp":"2020-09-02T21:29:01.6266787Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"}' + 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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:09 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A01.6266787Z'" + - W/"datetime'2020-09-04T23%3A54%3A10.4612435Z'" location: - - https://storagename.table.core.windows.net/uttable9990123c(PartitionKey='pk9990123c',RowKey='rk9990123c') + - !!python/unicode https://storagename.table.core.windows.net/uttable9990123c(PartitionKey='pk9990123c',RowKey='rk9990123c') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -99,8 +100,9 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk9990123c", "RowKey": "test2", "\u554a\u9f44\u4e02\u72db\u72dc": - "hello"}' + 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"}' headers: Accept: - application/json;odata=minimalmetadata @@ -109,35 +111,35 @@ interactions: Connection: - keep-alive Content-Length: - - '92' + - '227' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable9990123c + uri: !!python/unicode https://storagename.table.core.windows.net/uttable9990123c response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c/@Element","odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A01.6617043Z''\"","PartitionKey":"pk9990123c","RowKey":"test2","Timestamp":"2020-09-02T21:29:01.6617043Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}' + 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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:09 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A01.6617043Z'" + - W/"datetime'2020-09-04T23%3A54%3A10.5012719Z'" location: - - https://storagename.table.core.windows.net/uttable9990123c(PartitionKey='pk9990123c',RowKey='test2') + - !!python/unicode https://storagename.table.core.windows.net/uttable9990123c(PartitionKey='pk9990123c',RowKey='test2') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -161,25 +163,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttable9990123c() + uri: !!python/unicode https://storagename.table.core.windows.net/uttable9990123c() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable9990123c","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A01.6266787Z''\"","PartitionKey":"pk9990123c","RowKey":"rk9990123c","Timestamp":"2020-09-02T21:29:01.6266787Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A01.6617043Z''\"","PartitionKey":"pk9990123c","RowKey":"test2","Timestamp":"2020-09-02T21:29:01.6617043Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}]}' + 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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:09 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -203,25 +205,25 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('uttable9990123c') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('uttable9990123c') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:09 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 b54f7cd035ef..be65a5cb09d8 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: '{"TableName": "uttableac7612b8"}' + body: !!python/unicode '{"TableName": "uttableac7612b8"}' headers: Accept: - application/json;odata=minimalmetadata @@ -15,27 +15,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/Tables + uri: !!python/unicode https://storagename.table.core.windows.net/Tables response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#Tables/@Element","TableName":"uttableac7612b8"}' + string: !!python/unicode '{"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: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT location: - - https://storagename.table.core.windows.net/Tables('uttableac7612b8') + - !!python/unicode https://storagename.table.core.windows.net/Tables('uttableac7612b8') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -48,7 +48,9 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkac7612b8", "RowKey": "rkac7612b8", "Description": "\ua015"}' + body: !!python/unicode '{"Description": "\ua015", "PartitionKey@odata.type": "Edm.String", + "PartitionKey": "pkac7612b8", "RowKey": "rkac7612b8", "Description@odata.type": + "Edm.String", "RowKey@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -57,35 +59,35 @@ interactions: Connection: - keep-alive Content-Length: - - '79' + - '195' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttableac7612b8 + uri: !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8/@Element","odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A01.9812535Z''\"","PartitionKey":"pkac7612b8","RowKey":"rkac7612b8","Timestamp":"2020-09-02T21:29:01.9812535Z","Description":"\ua015"}' + 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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A01.9812535Z'" + - W/"datetime'2020-09-04T23%3A54%3A10.8154093Z'" location: - - https://storagename.table.core.windows.net/uttableac7612b8(PartitionKey='pkac7612b8',RowKey='rkac7612b8') + - !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8(PartitionKey='pkac7612b8',RowKey='rkac7612b8') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -98,7 +100,9 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkac7612b8", "RowKey": "test2", "Description": "\ua015"}' + body: !!python/unicode '{"Description": "\ua015", "PartitionKey@odata.type": "Edm.String", + "PartitionKey": "pkac7612b8", "RowKey": "test2", "Description@odata.type": "Edm.String", + "RowKey@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata @@ -107,35 +111,35 @@ interactions: Connection: - keep-alive Content-Length: - - '74' + - '190' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttableac7612b8 + uri: !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8/@Element","odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A02.0182812Z''\"","PartitionKey":"pkac7612b8","RowKey":"test2","Timestamp":"2020-09-02T21:29:02.0182812Z","Description":"\ua015"}' + 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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A02.0182812Z'" + - W/"datetime'2020-09-04T23%3A54%3A10.8554374Z'" location: - - https://storagename.table.core.windows.net/uttableac7612b8(PartitionKey='pkac7612b8',RowKey='test2') + - !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8(PartitionKey='pkac7612b8',RowKey='test2') server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -159,25 +163,25 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttableac7612b8() + uri: !!python/unicode https://storagename.table.core.windows.net/uttableac7612b8() response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttableac7612b8","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A01.9812535Z''\"","PartitionKey":"pkac7612b8","RowKey":"rkac7612b8","Timestamp":"2020-09-02T21:29:01.9812535Z","Description":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-02T21%3A29%3A02.0182812Z''\"","PartitionKey":"pkac7612b8","RowKey":"test2","Timestamp":"2020-09-02T21:29:02.0182812Z","Description":"\ua015"}]}' + 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"}]}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -201,25 +205,25 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) + - azsdk-python-data-tables/12.0.0b1 Python/2.7.18 (Windows-10-10.0.19041) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/Tables('uttableac7612b8') + uri: !!python/unicode https://storagename.table.core.windows.net/Tables('uttableac7612b8') response: body: - string: '' + string: !!python/unicode headers: cache-control: - no-cache content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Fri, 04 Sep 2020 23:54:10 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 1ba3374d1d4c..a23266dd04bf 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: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:15 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:15 GMT location: - https://storagename.table.core.windows.net/Tables('uttable13250ef0') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk13250ef0", "RowKey": "rk13250ef0", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk13250ef0", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk13250ef0", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 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-02T21%3A29%3A02.2885428Z''\"","PartitionKey":"pk13250ef0","RowKey":"rk13250ef0","Timestamp":"2020-09-02T21:29:02.2885428Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:15 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A02.2885428Z'" + - W/"datetime'2020-09-05T00%3A18%3A16.1926825Z'" location: - https://storagename.table.core.windows.net/uttable13250ef0(PartitionKey='pk13250ef0',RowKey='rk13250ef0') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk13250ef0", "RowKey": "rk13250ef0", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk13250ef0", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk13250ef0", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,19 +117,19 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: PUT @@ -140,9 +143,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:15 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A02.3383508Z'" + - W/"datetime'2020-09-05T00%3A18%3A16.2424235Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -164,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 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-02T21%3A29%3A02.3383508Z''\"","PartitionKey":"pk13250ef0","RowKey":"rk13250ef0","Timestamp":"2020-09-02T21:29:02.3383508Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:15 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A02.3383508Z'" + - W/"datetime'2020-09-05T00%3A18%3A16.2424235Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -208,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -226,7 +229,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:15 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 96dca0206e7a..1f717587321c 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: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:01 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:15 GMT location: - https://storagename.table.core.windows.net/Tables('uttablefb67146a') server: @@ -48,8 +48,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkfb67146a", "RowKey": "rkfb67146a", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pkfb67146a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfb67146a", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -59,19 +61,19 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: PUT @@ -79,14 +81,14 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:fb5482fd-4002-0063-6770-81c798000000\nTime:2020-09-02T21:29:02.7166253Z"}}}' + specified resource does not exist.\nRequestId:d955076a-5002-0045-2f1a-835ba6000000\nTime:2020-09-05T00:18:16.5181198Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:15 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -110,11 +112,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -128,7 +130,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:15 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 d25f80793995..36632350f591 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: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT location: - https://storagename.table.core.windows.net/Tables('uttableabcb1791') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkabcb1791", "RowKey": "rkabcb1791", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkabcb1791", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkabcb1791", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 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-02T21%3A29%3A02.9599295Z''\"","PartitionKey":"pkabcb1791","RowKey":"rkabcb1791","Timestamp":"2020-09-02T21:29:02.9599295Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A02.9599295Z'" + - W/"datetime'2020-09-05T00%3A18%3A16.7765122Z'" location: - https://storagename.table.core.windows.net/uttableabcb1791(PartitionKey='pkabcb1791',RowKey='rkabcb1791') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pkabcb1791", "RowKey": "rkabcb1791", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pkabcb1791", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkabcb1791", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,19 +117,19 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 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) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -134,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:bbafd2f1-8002-001e-6770-81b6bb000000\nTime:2020-09-02T21:29:03.0029603Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:ac0306b8-8002-004c-201a-834128000000\nTime:2020-09-05T00:18:16.8175414Z"}}}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -165,11 +168,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -183,7 +186,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 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 8cb82694603d..66085cdcaefb 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: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT x-ms-version: - '2019-02-02' method: POST @@ -33,7 +33,7 @@ interactions: content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:16 GMT location: - https://storagename.table.core.windows.net/Tables('uttable39e2157d') server: @@ -48,12 +48,13 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk39e2157d", "RowKey": "rk39e2157d", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk39e2157d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk39e2157d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata @@ -62,33 +63,33 @@ interactions: Connection: - keep-alive Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 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-02T21%3A29%3A03.2503266Z''\"","PartitionKey":"pk39e2157d","RowKey":"rk39e2157d","Timestamp":"2020-09-02T21:29:03.2503266Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A03.2503266Z'" + - W/"datetime'2020-09-05T00%3A18%3A17.1166904Z'" location: - https://storagename.table.core.windows.net/uttable39e2157d(PartitionKey='pk39e2157d',RowKey='rk39e2157d') server: @@ -103,8 +104,10 @@ interactions: code: 201 message: Created - request: - body: '{"PartitionKey": "pk39e2157d", "RowKey": "rk39e2157d", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk39e2157d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk39e2157d", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: @@ -114,19 +117,19 @@ interactions: Connection: - keep-alive Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT If-Match: - - W/"datetime'2020-09-02T21%3A29%3A03.2503266Z'" + - W/"datetime'2020-09-05T00%3A18%3A17.1166904Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT x-ms-version: - '2019-02-02' method: PUT @@ -140,9 +143,9 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A03.3010041Z'" + - W/"datetime'2020-09-05T00%3A18%3A17.1620811Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: @@ -164,27 +167,27 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 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-02T21%3A29%3A03.3010041Z''\"","PartitionKey":"pk39e2157d","RowKey":"rk39e2157d","Timestamp":"2020-09-02T21:29:03.3010041Z","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-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"}' headers: cache-control: - no-cache content-type: - application/json;odata=minimalmetadata;streaming=true;charset=utf-8 date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT etag: - - W/"datetime'2020-09-02T21%3A29%3A03.3010041Z'" + - W/"datetime'2020-09-05T00%3A18%3A17.1620811Z'" server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -208,11 +211,11 @@ interactions: Content-Length: - '0' Date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18:17 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -226,7 +229,7 @@ interactions: content-length: - '0' date: - - Wed, 02 Sep 2020 21:29:02 GMT + - Sat, 05 Sep 2020 00:18: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_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 00a089ff69b8..7aca583acaaf 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: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:15 GMT + date: Fri, 04 Sep 2020 23:54:04 GMT location: https://storagename.table.core.windows.net/Tables('uttable10a914d3') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,37 +35,38 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk10a914d3", "RowKey": "rk10a914d3", "binary": "AQIDBAUGBwgJCg==", + body: '{"PartitionKey": "pk10a914d3", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk10a914d3", "RowKey@odata.type": "Edm.String", "binary": "AQIDBAUGBwgJCg==", "binary@odata.type": "Edm.Binary"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '119' + - '195' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 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-02T21%3A17%3A16.8874141Z''\"","PartitionKey":"pk10a914d3","RowKey":"rk10a914d3","Timestamp":"2020-09-02T21:17:16.8874141Z","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-04T23%3A54%3A05.5954666Z''\"","PartitionKey":"pk10a914d3","RowKey":"rk10a914d3","Timestamp":"2020-09-04T23:54:05.5954666Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:15 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A16.8874141Z'" + date: Fri, 04 Sep 2020 23:54:05 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A05.5954666Z'" 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 @@ -74,7 +75,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable10a914d3 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable10a914d3 - request: body: null headers: @@ -83,23 +84,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 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-02T21%3A17%3A16.8874141Z''\"","PartitionKey":"pk10a914d3","RowKey":"rk10a914d3","Timestamp":"2020-09-02T21:17:16.8874141Z","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-04T23%3A54%3A05.5954666Z''\"","PartitionKey":"pk10a914d3","RowKey":"rk10a914d3","Timestamp":"2020-09-04T23:54:05.5954666Z","binary@odata.type":"Edm.Binary","binary":"AQIDBAUGBwgJCg=="}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:15 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A16.8874141Z'" + date: Fri, 04 Sep 2020 23:54:05 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A05.5954666Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -107,18 +108,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable10a914d3(PartitionKey='pk10a914d3',RowKey='rk10a914d3') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable10a914d3(PartitionKey='pk10a914d3',RowKey='rk10a914d3') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -129,12 +130,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:15 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable10a914d3') + url: https://pyacrstorageok324lpz7akw.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 e51a6cd531b9..c171f3379b77 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: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:16 GMT + date: Fri, 04 Sep 2020 23:54:05 GMT location: https://storagename.table.core.windows.net/Tables('uttable74f8115d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk74f8115d", "RowKey": "rk74f8115d", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk74f8115d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk74f8115d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 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-02T21%3A17%3A17.1215459Z''\"","PartitionKey":"pk74f8115d","RowKey":"rk74f8115d","Timestamp":"2020-09-02T21:17:17.1215459Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:16 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A17.1215459Z'" + date: Fri, 04 Sep 2020 23:54:05 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A05.861245Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable74f8115d + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable74f8115d - request: body: null headers: @@ -87,13 +88,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -104,14 +105,14 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:16 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') - request: body: null headers: @@ -120,11 +121,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT x-ms-version: - '2019-02-02' method: GET @@ -132,11 +133,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:4f0fcb48-5002-0009-356e-81c4ef000000\nTime:2020-09-02T21:17:17.1975986Z"}}}' + specified resource does not exist.\nRequestId:1f0e050f-4002-0018-6516-830efe000000\nTime:2020-09-04T23:54:05.9222887Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:16 GMT + date: Fri, 04 Sep 2020 23:54:05 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -144,18 +145,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable74f8115d(PartitionKey='pk74f8115d',RowKey='rk74f8115d') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -166,12 +167,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:16 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable74f8115d') + url: https://pyacrstorageok324lpz7akw.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 d0000f1688d9..c432f3e4519f 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: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:05 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54:05 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: @@ -44,13 +44,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 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:060ff35b-5002-0002-5f6e-81dc9b000000\nTime:2020-09-02T21:17:17.3994300Z"}}}' + specified resource does not exist.\nRequestId:14adc238-1002-0000-1316-83236b000000\nTime:2020-09-04T23:54:06.1300057Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54:05 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable7cd216d7(PartitionKey='pk7cd216d7',RowKey='rk7cd216d7') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7cd216d7(PartitionKey='pk7cd216d7',RowKey='rk7cd216d7') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -92,12 +92,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable7cd216d7') + url: https://pyacrstorageok324lpz7akw.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 bc4333591ddf..8dde76bcc5c8 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: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:16 GMT + date: Fri, 04 Sep 2020 23:54:05 GMT location: https://storagename.table.core.windows.net/Tables('uttable409e19fe') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk409e19fe", "RowKey": "rk409e19fe", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk409e19fe", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk409e19fe", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 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-02T21%3A17%3A17.6068322Z''\"","PartitionKey":"pk409e19fe","RowKey":"rk409e19fe","Timestamp":"2020-09-02T21:17:17.6068322Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:16 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A17.6068322Z'" + date: Fri, 04 Sep 2020 23:54:05 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A06.3466468Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable409e19fe + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable409e19fe - request: body: null headers: @@ -87,13 +88,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 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) x-ms-date: - - Wed, 02 Sep 2020 21:17:16 GMT + - Fri, 04 Sep 2020 23:54:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -101,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:401b1534-f002-0062-386e-8199b9000000\nTime:2020-09-02T21:17:17.6398558Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:de259839-7002-0010-5416-83158d000000\nTime:2020-09-04T23:54:06.5818121Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:16 GMT + date: Fri, 04 Sep 2020 23:54:05 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -113,18 +114,18 @@ interactions: status: code: 412 message: Precondition Failed - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable409e19fe(PartitionKey='pk409e19fe',RowKey='rk409e19fe') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable409e19fe(PartitionKey='pk409e19fe',RowKey='rk409e19fe') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -135,12 +136,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:16 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable409e19fe') + url: https://pyacrstorageok324lpz7akw.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 03fca7f0fb04..16aa10294249 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: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54:06 GMT location: https://storagename.table.core.windows.net/Tables('uttablec28517ea') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkc28517ea", "RowKey": "rkc28517ea", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkc28517ea", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc28517ea", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 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-02T21%3A17%3A17.8519281Z''\"","PartitionKey":"pkc28517ea","RowKey":"rkc28517ea","Timestamp":"2020-09-02T21:17:17.8519281Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:17 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A17.8519281Z'" + date: Fri, 04 Sep 2020 23:54:06 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A06.7755717Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablec28517ea + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec28517ea - request: body: null headers: @@ -87,13 +88,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT If-Match: - - W/"datetime'2020-09-02T21%3A17%3A17.8519281Z'" + - W/"datetime'2020-09-04T23%3A54%3A06.7755717Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -104,14 +105,14 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') - request: body: null headers: @@ -120,11 +121,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT x-ms-version: - '2019-02-02' method: GET @@ -132,11 +133,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:a1931673-9002-0072-7c6e-81af5f000000\nTime:2020-09-02T21:17:17.9199738Z"}}}' + specified resource does not exist.\nRequestId:5a9d4260-2002-0003-6d16-83206c000000\nTime:2020-09-04T23:54:06.8466217Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54:06 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -144,18 +145,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec28517ea(PartitionKey='pkc28517ea',RowKey='rkc28517ea') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -166,12 +167,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablec28517ea') + url: https://pyacrstorageok324lpz7akw.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 20fee52b7bdb..cafdc50c54e6 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: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:06 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54:06 GMT location: https://storagename.table.core.windows.net/Tables('uttablef58f18ed') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,40 +35,46 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkf58f18ed", "RowKey": "rkf58f18ed", "EmptyByte": "", - "EmptyUnicode": "", "SpacesOnlyByte": " ", "SpacesOnlyUnicode": " ", "SpacesBeforeByte": - " Text", "SpacesBeforeUnicode": " Text", "SpacesAfterByte": "Text ", "SpacesAfterUnicode": - "Text ", "SpacesBeforeAndAfterByte": " Text ", "SpacesBeforeAndAfterUnicode": - " Text "}' + body: '{"PartitionKey": "pkf58f18ed", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkf58f18ed", "RowKey@odata.type": "Edm.String", "EmptyByte": "", + "EmptyByte@odata.type": "Edm.String", "EmptyUnicode": "", "EmptyUnicode@odata.type": + "Edm.String", "SpacesOnlyByte": " ", "SpacesOnlyByte@odata.type": "Edm.String", + "SpacesOnlyUnicode": " ", "SpacesOnlyUnicode@odata.type": "Edm.String", "SpacesBeforeByte": + " Text", "SpacesBeforeByte@odata.type": "Edm.String", "SpacesBeforeUnicode": + " Text", "SpacesBeforeUnicode@odata.type": "Edm.String", "SpacesAfterByte": + "Text ", "SpacesAfterByte@odata.type": "Edm.String", "SpacesAfterUnicode": + "Text ", "SpacesAfterUnicode@odata.type": "Edm.String", "SpacesBeforeAndAfterByte": + " Text ", "SpacesBeforeAndAfterByte@odata.type": "Edm.String", "SpacesBeforeAndAfterUnicode": + " Text ", "SpacesBeforeAndAfterUnicode@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '359' + - '896' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 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-02T21%3A17%3A18.1275077Z''\"","PartitionKey":"pkf58f18ed","RowKey":"rkf58f18ed","Timestamp":"2020-09-02T21:17:18.1275077Z","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-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 "}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:18 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A18.1275077Z'" + date: Fri, 04 Sep 2020 23:54:06 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A07.0773159Z'" 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 @@ -77,7 +83,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablef58f18ed + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef58f18ed - request: body: null headers: @@ -86,23 +92,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 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-02T21%3A17%3A18.1275077Z''\"","PartitionKey":"pkf58f18ed","RowKey":"rkf58f18ed","Timestamp":"2020-09-02T21:17:18.1275077Z","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-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 "}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:18 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A18.1275077Z'" + date: Fri, 04 Sep 2020 23:54:06 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A07.0773159Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -110,18 +116,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablef58f18ed(PartitionKey='pkf58f18ed',RowKey='rkf58f18ed') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef58f18ed(PartitionKey='pkf58f18ed',RowKey='rkf58f18ed') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -132,12 +138,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:18 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablef58f18ed') + url: https://pyacrstorageok324lpz7akw.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 ddeaeb915674..52b70bba5796 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: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54:07 GMT location: https://storagename.table.core.windows.net/Tables('uttable42bf102a') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk42bf102a", "RowKey": "rk42bf102a", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk42bf102a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk42bf102a", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 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-02T21%3A17%3A18.4078801Z''\"","PartitionKey":"pk42bf102a","RowKey":"rk42bf102a","Timestamp":"2020-09-02T21:17:18.4078801Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:17 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A18.4078801Z'" + date: Fri, 04 Sep 2020 23:54:07 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A07.3537378Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42bf102a + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42bf102a - request: body: null headers: @@ -87,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 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-02T21%3A17%3A18.4078801Z''\"","PartitionKey":"pk42bf102a","RowKey":"rk42bf102a","Timestamp":"2020-09-02T21:17:18.4078801Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:17 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A18.4078801Z'" + date: Fri, 04 Sep 2020 23:54:07 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A07.3537378Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42bf102a(PartitionKey='pk42bf102a',RowKey='rk42bf102a') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42bf102a(PartitionKey='pk42bf102a',RowKey='rk42bf102a') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable42bf102a') + url: https://pyacrstorageok324lpz7akw.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 2a620fa92686..85c2bf5ad2ea 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: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:17 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:18 GMT + date: Fri, 04 Sep 2020 23:54:07 GMT location: https://storagename.table.core.windows.net/Tables('uttable4fed15dc') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk4fed15dc", "RowKey": "rk4fed15dc", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk4fed15dc", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk4fed15dc", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 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-02T21%3A17%3A18.6417444Z''\"","PartitionKey":"pk4fed15dc","RowKey":"rk4fed15dc","Timestamp":"2020-09-02T21:17:18.6417444Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:18 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A18.6417444Z'" + date: Fri, 04 Sep 2020 23:54:07 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A07.6070232Z'" 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 @@ -78,32 +79,32 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable4fed15dc + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable4fed15dc - request: body: null headers: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=fullmetadata x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 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-02T21%3A17%3A18.6417444Z''\"","odata.editLink":"uttable4fed15dc(PartitionKey=''pk4fed15dc'',RowKey=''rk4fed15dc'')","PartitionKey":"pk4fed15dc","RowKey":"rk4fed15dc","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:17:18.6417444Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=fullmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:18 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A18.6417444Z'" + date: Fri, 04 Sep 2020 23:54:07 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A07.6070232Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable4fed15dc(PartitionKey='pk4fed15dc',RowKey='rk4fed15dc') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable4fed15dc(PartitionKey='pk4fed15dc',RowKey='rk4fed15dc') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:18 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable4fed15dc') + url: https://pyacrstorageok324lpz7akw.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 f8786cbebfe2..9467af3365d6 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: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54:07 GMT location: https://storagename.table.core.windows.net/Tables('uttablee60b13c4') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pke60b13c4", "RowKey": "rke60b13c4", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pke60b13c4", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke60b13c4", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 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-02T21%3A17%3A18.9022353Z''\"","PartitionKey":"pke60b13c4","RowKey":"rke60b13c4","Timestamp":"2020-09-02T21:17:18.9022353Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:17 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A18.9022353Z'" + date: Fri, 04 Sep 2020 23:54:07 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A07.9060245Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablee60b13c4 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee60b13c4 - request: body: null headers: @@ -87,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 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-02T21%3A17%3A18.9022353Z''\"","PartitionKey":"pke60b13c4","RowKey":"rke60b13c4","Timestamp":"2020-09-02T21:17:18.9022353Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:17 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A18.9022353Z'" + date: Fri, 04 Sep 2020 23:54:07 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A07.9060245Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,7 +112,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') - request: body: null headers: @@ -120,13 +121,13 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT If-Match: - - W/"datetime'2020-09-02T21%3A17%3A18.9022353Z'" + - W/"datetime'2020-09-04T23%3A54%3A07.9060245Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -137,25 +138,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:17 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee60b13c4(PartitionKey='pke60b13c4',RowKey='rke60b13c4') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:07 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -166,12 +167,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:18 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablee60b13c4') + url: https://pyacrstorageok324lpz7akw.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 821742f78a28..ebc5e6730bac 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: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 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: Wed, 02 Sep 2020 21:17:18 GMT + date: Fri, 04 Sep 2020 23:54:07 GMT location: https://storagename.table.core.windows.net/Tables('uttable24651506') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk24651506", "RowKey": "rk24651506", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk24651506", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk24651506", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 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-02T21%3A17%3A19.2095682Z''\"","PartitionKey":"pk24651506","RowKey":"rk24651506","Timestamp":"2020-09-02T21:17:19.2095682Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:18 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A19.2095682Z'" + date: Fri, 04 Sep 2020 23:54:07 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A08.2093543Z'" 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 @@ -78,32 +79,32 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable24651506 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable24651506 - request: body: null headers: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=nometadata x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 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-02T21:17:19.2095682Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=nometadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:18 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A19.2095682Z'" + date: Fri, 04 Sep 2020 23:54:07 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A08.2093543Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable24651506(PartitionKey='pk24651506',RowKey='rk24651506') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable24651506(PartitionKey='pk24651506',RowKey='rk24651506') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:18 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable24651506') + url: https://pyacrstorageok324lpz7akw.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 fcf26d14f331..ce033ae4b23f 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: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 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: Wed, 02 Sep 2020 21:17:18 GMT + date: Fri, 04 Sep 2020 23:54:08 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: @@ -44,11 +44,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 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:1e722a24-2002-002f-206e-815f5b000000\nTime:2020-09-02T21:17:19.4586282Z"}}}' + specified resource does not exist.\nRequestId:575ed67e-1002-006d-2f16-838945000000\nTime:2020-09-04T23:54:08.4688369Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:18 GMT + date: Fri, 04 Sep 2020 23:54:08 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable3b0215a4(PartitionKey='pk3b0215a4',RowKey='rk3b0215a4') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable3b0215a4(PartitionKey='pk3b0215a4',RowKey='rk3b0215a4') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -90,12 +90,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable3b0215a4') + url: https://pyacrstorageok324lpz7akw.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 a12f4b77bd0e..fb617d95e6cb 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: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:18 GMT + - Fri, 04 Sep 2020 23:54:08 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: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT location: https://storagename.table.core.windows.net/Tables('uttablefb3d1455') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkfb3d1455", "RowKey": "rkfb3d1455", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkfb3d1455", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfb3d1455", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 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-02T21%3A17%3A19.6743096Z''\"","PartitionKey":"pkfb3d1455","RowKey":"rkfb3d1455","Timestamp":"2020-09-02T21:17:19.6743096Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:19 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A19.6743096Z'" + date: Fri, 04 Sep 2020 23:54:08 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A08.6794946Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablefb3d1455 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablefb3d1455 - request: body: null headers: @@ -87,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 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-02T21%3A17%3A19.6743096Z''\"","PartitionKey":"pkfb3d1455","RowKey":"rkfb3d1455","Timestamp":"2020-09-02T21:17:19.6743096Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:19 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A19.6743096Z'" + date: Fri, 04 Sep 2020 23:54:08 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A08.6794946Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablefb3d1455(PartitionKey='pkfb3d1455',RowKey='rkfb3d1455') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablefb3d1455(PartitionKey='pkfb3d1455',RowKey='rkfb3d1455') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablefb3d1455') + url: https://pyacrstorageok324lpz7akw.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 82f409cdd168..f3f62767893b 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: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 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: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT location: https://storagename.table.core.windows.net/Tables('uttablef57d18d2') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,38 +35,39 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkf57d18d2", "RowKey": "rkf57d18d2", "inf": "Infinity", + body: '{"PartitionKey": "pkf57d18d2", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkf57d18d2", "RowKey@odata.type": "Edm.String", "inf": "Infinity", "inf@odata.type": "Edm.Double", "negativeinf": "-Infinity", "negativeinf@odata.type": "Edm.Double", "nan": "NaN", "nan@odata.type": "Edm.Double"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '219' + - '295' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 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-02T21%3A17%3A19.9042377Z''\"","PartitionKey":"pkf57d18d2","RowKey":"rkf57d18d2","Timestamp":"2020-09-02T21:17:19.9042377Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:19 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A19.9042377Z'" + date: Fri, 04 Sep 2020 23:54:08 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A08.9181611Z'" 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 @@ -75,7 +76,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablef57d18d2 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef57d18d2 - request: body: null headers: @@ -84,23 +85,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 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-02T21%3A17%3A19.9042377Z''\"","PartitionKey":"pkf57d18d2","RowKey":"rkf57d18d2","Timestamp":"2020-09-02T21:17:19.9042377Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:19 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A19.9042377Z'" + date: Fri, 04 Sep 2020 23:54:08 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A08.9181611Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -108,18 +109,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablef57d18d2(PartitionKey='pkf57d18d2',RowKey='rkf57d18d2') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef57d18d2(PartitionKey='pkf57d18d2',RowKey='rkf57d18d2') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -130,12 +131,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablef57d18d2') + url: https://pyacrstorageok324lpz7akw.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 8662c8c19a30..781b68a02cb1 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: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:08 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: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT location: https://storagename.table.core.windows.net/Tables('uttable260d1530') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk260d1530", "RowKey": "rk260d1530", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk260d1530", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk260d1530", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 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-02T21%3A17%3A20.1474981Z''\"","PartitionKey":"pk260d1530","RowKey":"rk260d1530","Timestamp":"2020-09-02T21:17:20.1474981Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:19 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A20.1474981Z'" + date: Fri, 04 Sep 2020 23:54:08 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A09.1933739Z'" 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 @@ -78,29 +79,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable260d1530 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable260d1530 - request: - body: '{"PartitionKey": "pk260d1530", "RowKey": "rk260d1530", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk260d1530", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk260d1530", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT x-ms-version: - '2019-02-02' method: POST @@ -108,11 +110,11 @@ interactions: response: body: string: '{"odata.error":{"code":"EntityAlreadyExists","message":{"lang":"en-US","value":"The - specified entity already exists.\nRequestId:099744e0-b002-0047-6b6e-81010a000000\nTime:2020-09-02T21:17:20.1925301Z"}}}' + specified entity already exists.\nRequestId:abf0d3f4-9002-001a-4316-830c04000000\nTime:2020-09-04T23:54:09.2243959Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -120,18 +122,18 @@ interactions: status: code: 409 message: Conflict - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable260d1530 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable260d1530 - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -142,12 +144,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:09 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable260d1530') + url: https://pyacrstorageok324lpz7akw.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 e22134721e03..047351a9dd40 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: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 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: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT location: https://storagename.table.core.windows.net/Tables('uttable51a71614') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk51a71614", "RowKey": "rk51a71614", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk51a71614", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk51a71614", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 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-02T21%3A17%3A20.3929912Z''\"","PartitionKey":"pk51a71614","RowKey":"rk51a71614","Timestamp":"2020-09-02T21:17:20.3929912Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:20 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A20.3929912Z'" + date: Fri, 04 Sep 2020 23:54:08 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A09.4523598Z'" 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 @@ -78,18 +79,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable51a71614 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable51a71614 - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -100,12 +101,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:08 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable51a71614') + url: https://pyacrstorageok324lpz7akw.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 479b17696b94..c0c3e66322e5 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: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 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: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:09 GMT location: https://storagename.table.core.windows.net/Tables('uttablec79a183d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,36 +35,37 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"RowKey": "rk", "PartitionKey": ""}' + body: '{"RowKey": "rk", "RowKey@odata.type": "Edm.String", "PartitionKey": "", + "PartitionKey@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '36' + - '112' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:19 GMT + - Fri, 04 Sep 2020 23:54:09 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-02T21%3A17%3A20.6431443Z''\"","PartitionKey":"","RowKey":"rk","Timestamp":"2020-09-02T21:17:20.6431443Z"}' + 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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:20 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A20.6431443Z'" + date: Fri, 04 Sep 2020 23:54:09 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A09.7094493Z'" location: https://storagename.table.core.windows.net/uttablec79a183d(PartitionKey='',RowKey='rk') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -73,18 +74,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablec79a183d + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec79a183d - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -95,12 +96,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:09 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablec79a183d') + url: https://pyacrstorageok324lpz7akw.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 7130d9e72b3b..79ceaf748e55 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: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 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: Wed, 02 Sep 2020 21:17:19 GMT + date: Fri, 04 Sep 2020 23:54:09 GMT location: https://storagename.table.core.windows.net/Tables('uttablec79e183f') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,36 +35,37 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk", "RowKey": ""}' + body: '{"PartitionKey": "pk", "PartitionKey@odata.type": "Edm.String", "RowKey": + "", "RowKey@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '36' + - '112' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 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-02T21%3A17%3A20.9340893Z''\"","PartitionKey":"pk","RowKey":"","Timestamp":"2020-09-02T21:17:20.9340893Z"}' + 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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:20 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A20.9340893Z'" + date: Fri, 04 Sep 2020 23:54:09 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A09.912817Z'" location: https://storagename.table.core.windows.net/uttablec79e183f(PartitionKey='pk',RowKey='') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -73,18 +74,18 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablec79e183f + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec79e183f - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -95,12 +96,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:09 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablec79e183f') + url: https://pyacrstorageok324lpz7akw.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 b50a59df36ac..2822b103c283 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: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:09 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: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:09 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:09 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable52411612') + url: https://pyacrstorageok324lpz7akw.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 a432511867fd..4e2730556104 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: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 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: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:09 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:09 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable52451614') + url: https://pyacrstorageok324lpz7akw.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 25f4bb12a27a..1d01d3b04cc0 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: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 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: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:09 GMT location: https://storagename.table.core.windows.net/Tables('uttable7d0b1b23') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,25 +35,27 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk7d0b1b23", "RowKey": "rk7d0b1b23", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": - "badval"}' + body: '{"PartitionKey": "pk7d0b1b23", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk7d0b1b23", "RowKey@odata.type": "Edm.String", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": + "badval", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@odata.type": + "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '324' + - '685' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: POST @@ -61,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:a2288d76-c002-000c-3c6e-813090000000\nTime:2020-09-02T21:17:21.4857344Z"}}}' + property name exceeds the maximum allowed length (255).\nRequestId:3e65f36b-a002-0012-4d16-831777000000\nTime:2020-09-04T23:54:10.4401401Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:20 GMT + date: Fri, 04 Sep 2020 23:54:09 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -73,18 +75,18 @@ interactions: status: code: 400 message: Bad Request - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable7d0b1b23 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7d0b1b23 - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -95,12 +97,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:09 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable7d0b1b23') + url: https://pyacrstorageok324lpz7akw.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 d1924a6b39c6..cbe58d148705 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: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:20 GMT + - Fri, 04 Sep 2020 23:54:10 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: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:09 GMT location: https://storagename.table.core.windows.net/Tables('uttable2c5919f0') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,93 +35,194 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk2c5919f0", "RowKey": "rk2c5919f0", "key0": "value0", - "key1": "value1", "key2": "value2", "key3": "value3", "key4": "value4", "key5": - "value5", "key6": "value6", "key7": "value7", "key8": "value8", "key9": "value9", - "key10": "value10", "key11": "value11", "key12": "value12", "key13": "value13", - "key14": "value14", "key15": "value15", "key16": "value16", "key17": "value17", - "key18": "value18", "key19": "value19", "key20": "value20", "key21": "value21", - "key22": "value22", "key23": "value23", "key24": "value24", "key25": "value25", - "key26": "value26", "key27": "value27", "key28": "value28", "key29": "value29", - "key30": "value30", "key31": "value31", "key32": "value32", "key33": "value33", - "key34": "value34", "key35": "value35", "key36": "value36", "key37": "value37", - "key38": "value38", "key39": "value39", "key40": "value40", "key41": "value41", - "key42": "value42", "key43": "value43", "key44": "value44", "key45": "value45", - "key46": "value46", "key47": "value47", "key48": "value48", "key49": "value49", - "key50": "value50", "key51": "value51", "key52": "value52", "key53": "value53", - "key54": "value54", "key55": "value55", "key56": "value56", "key57": "value57", - "key58": "value58", "key59": "value59", "key60": "value60", "key61": "value61", - "key62": "value62", "key63": "value63", "key64": "value64", "key65": "value65", - "key66": "value66", "key67": "value67", "key68": "value68", "key69": "value69", - "key70": "value70", "key71": "value71", "key72": "value72", "key73": "value73", - "key74": "value74", "key75": "value75", "key76": "value76", "key77": "value77", - "key78": "value78", "key79": "value79", "key80": "value80", "key81": "value81", - "key82": "value82", "key83": "value83", "key84": "value84", "key85": "value85", - "key86": "value86", "key87": "value87", "key88": "value88", "key89": "value89", - "key90": "value90", "key91": "value91", "key92": "value92", "key93": "value93", - "key94": "value94", "key95": "value95", "key96": "value96", "key97": "value97", - "key98": "value98", "key99": "value99", "key100": "value100", "key101": "value101", - "key102": "value102", "key103": "value103", "key104": "value104", "key105": - "value105", "key106": "value106", "key107": "value107", "key108": "value108", - "key109": "value109", "key110": "value110", "key111": "value111", "key112": - "value112", "key113": "value113", "key114": "value114", "key115": "value115", - "key116": "value116", "key117": "value117", "key118": "value118", "key119": - "value119", "key120": "value120", "key121": "value121", "key122": "value122", - "key123": "value123", "key124": "value124", "key125": "value125", "key126": - "value126", "key127": "value127", "key128": "value128", "key129": "value129", - "key130": "value130", "key131": "value131", "key132": "value132", "key133": - "value133", "key134": "value134", "key135": "value135", "key136": "value136", - "key137": "value137", "key138": "value138", "key139": "value139", "key140": - "value140", "key141": "value141", "key142": "value142", "key143": "value143", - "key144": "value144", "key145": "value145", "key146": "value146", "key147": - "value147", "key148": "value148", "key149": "value149", "key150": "value150", - "key151": "value151", "key152": "value152", "key153": "value153", "key154": - "value154", "key155": "value155", "key156": "value156", "key157": "value157", - "key158": "value158", "key159": "value159", "key160": "value160", "key161": - "value161", "key162": "value162", "key163": "value163", "key164": "value164", - "key165": "value165", "key166": "value166", "key167": "value167", "key168": - "value168", "key169": "value169", "key170": "value170", "key171": "value171", - "key172": "value172", "key173": "value173", "key174": "value174", "key175": - "value175", "key176": "value176", "key177": "value177", "key178": "value178", - "key179": "value179", "key180": "value180", "key181": "value181", "key182": - "value182", "key183": "value183", "key184": "value184", "key185": "value185", - "key186": "value186", "key187": "value187", "key188": "value188", "key189": - "value189", "key190": "value190", "key191": "value191", "key192": "value192", - "key193": "value193", "key194": "value194", "key195": "value195", "key196": - "value196", "key197": "value197", "key198": "value198", "key199": "value199", - "key200": "value200", "key201": "value201", "key202": "value202", "key203": - "value203", "key204": "value204", "key205": "value205", "key206": "value206", - "key207": "value207", "key208": "value208", "key209": "value209", "key210": - "value210", "key211": "value211", "key212": "value212", "key213": "value213", - "key214": "value214", "key215": "value215", "key216": "value216", "key217": - "value217", "key218": "value218", "key219": "value219", "key220": "value220", - "key221": "value221", "key222": "value222", "key223": "value223", "key224": - "value224", "key225": "value225", "key226": "value226", "key227": "value227", - "key228": "value228", "key229": "value229", "key230": "value230", "key231": - "value231", "key232": "value232", "key233": "value233", "key234": "value234", - "key235": "value235", "key236": "value236", "key237": "value237", "key238": - "value238", "key239": "value239", "key240": "value240", "key241": "value241", - "key242": "value242", "key243": "value243", "key244": "value244", "key245": - "value245", "key246": "value246", "key247": "value247", "key248": "value248", - "key249": "value249", "key250": "value250", "key251": "value251", "key252": - "value252", "key253": "value253", "key254": "value254"}' + body: '{"PartitionKey": "pk2c5919f0", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk2c5919f0", "RowKey@odata.type": "Edm.String", "key0": "value0", + "key0@odata.type": "Edm.String", "key1": "value1", "key1@odata.type": "Edm.String", + "key2": "value2", "key2@odata.type": "Edm.String", "key3": "value3", "key3@odata.type": + "Edm.String", "key4": "value4", "key4@odata.type": "Edm.String", "key5": "value5", + "key5@odata.type": "Edm.String", "key6": "value6", "key6@odata.type": "Edm.String", + "key7": "value7", "key7@odata.type": "Edm.String", "key8": "value8", "key8@odata.type": + "Edm.String", "key9": "value9", "key9@odata.type": "Edm.String", "key10": "value10", + "key10@odata.type": "Edm.String", "key11": "value11", "key11@odata.type": "Edm.String", + "key12": "value12", "key12@odata.type": "Edm.String", "key13": "value13", "key13@odata.type": + "Edm.String", "key14": "value14", "key14@odata.type": "Edm.String", "key15": + "value15", "key15@odata.type": "Edm.String", "key16": "value16", "key16@odata.type": + "Edm.String", "key17": "value17", "key17@odata.type": "Edm.String", "key18": + "value18", "key18@odata.type": "Edm.String", "key19": "value19", "key19@odata.type": + "Edm.String", "key20": "value20", "key20@odata.type": "Edm.String", "key21": + "value21", "key21@odata.type": "Edm.String", "key22": "value22", "key22@odata.type": + "Edm.String", "key23": "value23", "key23@odata.type": "Edm.String", "key24": + "value24", "key24@odata.type": "Edm.String", "key25": "value25", "key25@odata.type": + "Edm.String", "key26": "value26", "key26@odata.type": "Edm.String", "key27": + "value27", "key27@odata.type": "Edm.String", "key28": "value28", "key28@odata.type": + "Edm.String", "key29": "value29", "key29@odata.type": "Edm.String", "key30": + "value30", "key30@odata.type": "Edm.String", "key31": "value31", "key31@odata.type": + "Edm.String", "key32": "value32", "key32@odata.type": "Edm.String", "key33": + "value33", "key33@odata.type": "Edm.String", "key34": "value34", "key34@odata.type": + "Edm.String", "key35": "value35", "key35@odata.type": "Edm.String", "key36": + "value36", "key36@odata.type": "Edm.String", "key37": "value37", "key37@odata.type": + "Edm.String", "key38": "value38", "key38@odata.type": "Edm.String", "key39": + "value39", "key39@odata.type": "Edm.String", "key40": "value40", "key40@odata.type": + "Edm.String", "key41": "value41", "key41@odata.type": "Edm.String", "key42": + "value42", "key42@odata.type": "Edm.String", "key43": "value43", "key43@odata.type": + "Edm.String", "key44": "value44", "key44@odata.type": "Edm.String", "key45": + "value45", "key45@odata.type": "Edm.String", "key46": "value46", "key46@odata.type": + "Edm.String", "key47": "value47", "key47@odata.type": "Edm.String", "key48": + "value48", "key48@odata.type": "Edm.String", "key49": "value49", "key49@odata.type": + "Edm.String", "key50": "value50", "key50@odata.type": "Edm.String", "key51": + "value51", "key51@odata.type": "Edm.String", "key52": "value52", "key52@odata.type": + "Edm.String", "key53": "value53", "key53@odata.type": "Edm.String", "key54": + "value54", "key54@odata.type": "Edm.String", "key55": "value55", "key55@odata.type": + "Edm.String", "key56": "value56", "key56@odata.type": "Edm.String", "key57": + "value57", "key57@odata.type": "Edm.String", "key58": "value58", "key58@odata.type": + "Edm.String", "key59": "value59", "key59@odata.type": "Edm.String", "key60": + "value60", "key60@odata.type": "Edm.String", "key61": "value61", "key61@odata.type": + "Edm.String", "key62": "value62", "key62@odata.type": "Edm.String", "key63": + "value63", "key63@odata.type": "Edm.String", "key64": "value64", "key64@odata.type": + "Edm.String", "key65": "value65", "key65@odata.type": "Edm.String", "key66": + "value66", "key66@odata.type": "Edm.String", "key67": "value67", "key67@odata.type": + "Edm.String", "key68": "value68", "key68@odata.type": "Edm.String", "key69": + "value69", "key69@odata.type": "Edm.String", "key70": "value70", "key70@odata.type": + "Edm.String", "key71": "value71", "key71@odata.type": "Edm.String", "key72": + "value72", "key72@odata.type": "Edm.String", "key73": "value73", "key73@odata.type": + "Edm.String", "key74": "value74", "key74@odata.type": "Edm.String", "key75": + "value75", "key75@odata.type": "Edm.String", "key76": "value76", "key76@odata.type": + "Edm.String", "key77": "value77", "key77@odata.type": "Edm.String", "key78": + "value78", "key78@odata.type": "Edm.String", "key79": "value79", "key79@odata.type": + "Edm.String", "key80": "value80", "key80@odata.type": "Edm.String", "key81": + "value81", "key81@odata.type": "Edm.String", "key82": "value82", "key82@odata.type": + "Edm.String", "key83": "value83", "key83@odata.type": "Edm.String", "key84": + "value84", "key84@odata.type": "Edm.String", "key85": "value85", "key85@odata.type": + "Edm.String", "key86": "value86", "key86@odata.type": "Edm.String", "key87": + "value87", "key87@odata.type": "Edm.String", "key88": "value88", "key88@odata.type": + "Edm.String", "key89": "value89", "key89@odata.type": "Edm.String", "key90": + "value90", "key90@odata.type": "Edm.String", "key91": "value91", "key91@odata.type": + "Edm.String", "key92": "value92", "key92@odata.type": "Edm.String", "key93": + "value93", "key93@odata.type": "Edm.String", "key94": "value94", "key94@odata.type": + "Edm.String", "key95": "value95", "key95@odata.type": "Edm.String", "key96": + "value96", "key96@odata.type": "Edm.String", "key97": "value97", "key97@odata.type": + "Edm.String", "key98": "value98", "key98@odata.type": "Edm.String", "key99": + "value99", "key99@odata.type": "Edm.String", "key100": "value100", "key100@odata.type": + "Edm.String", "key101": "value101", "key101@odata.type": "Edm.String", "key102": + "value102", "key102@odata.type": "Edm.String", "key103": "value103", "key103@odata.type": + "Edm.String", "key104": "value104", "key104@odata.type": "Edm.String", "key105": + "value105", "key105@odata.type": "Edm.String", "key106": "value106", "key106@odata.type": + "Edm.String", "key107": "value107", "key107@odata.type": "Edm.String", "key108": + "value108", "key108@odata.type": "Edm.String", "key109": "value109", "key109@odata.type": + "Edm.String", "key110": "value110", "key110@odata.type": "Edm.String", "key111": + "value111", "key111@odata.type": "Edm.String", "key112": "value112", "key112@odata.type": + "Edm.String", "key113": "value113", "key113@odata.type": "Edm.String", "key114": + "value114", "key114@odata.type": "Edm.String", "key115": "value115", "key115@odata.type": + "Edm.String", "key116": "value116", "key116@odata.type": "Edm.String", "key117": + "value117", "key117@odata.type": "Edm.String", "key118": "value118", "key118@odata.type": + "Edm.String", "key119": "value119", "key119@odata.type": "Edm.String", "key120": + "value120", "key120@odata.type": "Edm.String", "key121": "value121", "key121@odata.type": + "Edm.String", "key122": "value122", "key122@odata.type": "Edm.String", "key123": + "value123", "key123@odata.type": "Edm.String", "key124": "value124", "key124@odata.type": + "Edm.String", "key125": "value125", "key125@odata.type": "Edm.String", "key126": + "value126", "key126@odata.type": "Edm.String", "key127": "value127", "key127@odata.type": + "Edm.String", "key128": "value128", "key128@odata.type": "Edm.String", "key129": + "value129", "key129@odata.type": "Edm.String", "key130": "value130", "key130@odata.type": + "Edm.String", "key131": "value131", "key131@odata.type": "Edm.String", "key132": + "value132", "key132@odata.type": "Edm.String", "key133": "value133", "key133@odata.type": + "Edm.String", "key134": "value134", "key134@odata.type": "Edm.String", "key135": + "value135", "key135@odata.type": "Edm.String", "key136": "value136", "key136@odata.type": + "Edm.String", "key137": "value137", "key137@odata.type": "Edm.String", "key138": + "value138", "key138@odata.type": "Edm.String", "key139": "value139", "key139@odata.type": + "Edm.String", "key140": "value140", "key140@odata.type": "Edm.String", "key141": + "value141", "key141@odata.type": "Edm.String", "key142": "value142", "key142@odata.type": + "Edm.String", "key143": "value143", "key143@odata.type": "Edm.String", "key144": + "value144", "key144@odata.type": "Edm.String", "key145": "value145", "key145@odata.type": + "Edm.String", "key146": "value146", "key146@odata.type": "Edm.String", "key147": + "value147", "key147@odata.type": "Edm.String", "key148": "value148", "key148@odata.type": + "Edm.String", "key149": "value149", "key149@odata.type": "Edm.String", "key150": + "value150", "key150@odata.type": "Edm.String", "key151": "value151", "key151@odata.type": + "Edm.String", "key152": "value152", "key152@odata.type": "Edm.String", "key153": + "value153", "key153@odata.type": "Edm.String", "key154": "value154", "key154@odata.type": + "Edm.String", "key155": "value155", "key155@odata.type": "Edm.String", "key156": + "value156", "key156@odata.type": "Edm.String", "key157": "value157", "key157@odata.type": + "Edm.String", "key158": "value158", "key158@odata.type": "Edm.String", "key159": + "value159", "key159@odata.type": "Edm.String", "key160": "value160", "key160@odata.type": + "Edm.String", "key161": "value161", "key161@odata.type": "Edm.String", "key162": + "value162", "key162@odata.type": "Edm.String", "key163": "value163", "key163@odata.type": + "Edm.String", "key164": "value164", "key164@odata.type": "Edm.String", "key165": + "value165", "key165@odata.type": "Edm.String", "key166": "value166", "key166@odata.type": + "Edm.String", "key167": "value167", "key167@odata.type": "Edm.String", "key168": + "value168", "key168@odata.type": "Edm.String", "key169": "value169", "key169@odata.type": + "Edm.String", "key170": "value170", "key170@odata.type": "Edm.String", "key171": + "value171", "key171@odata.type": "Edm.String", "key172": "value172", "key172@odata.type": + "Edm.String", "key173": "value173", "key173@odata.type": "Edm.String", "key174": + "value174", "key174@odata.type": "Edm.String", "key175": "value175", "key175@odata.type": + "Edm.String", "key176": "value176", "key176@odata.type": "Edm.String", "key177": + "value177", "key177@odata.type": "Edm.String", "key178": "value178", "key178@odata.type": + "Edm.String", "key179": "value179", "key179@odata.type": "Edm.String", "key180": + "value180", "key180@odata.type": "Edm.String", "key181": "value181", "key181@odata.type": + "Edm.String", "key182": "value182", "key182@odata.type": "Edm.String", "key183": + "value183", "key183@odata.type": "Edm.String", "key184": "value184", "key184@odata.type": + "Edm.String", "key185": "value185", "key185@odata.type": "Edm.String", "key186": + "value186", "key186@odata.type": "Edm.String", "key187": "value187", "key187@odata.type": + "Edm.String", "key188": "value188", "key188@odata.type": "Edm.String", "key189": + "value189", "key189@odata.type": "Edm.String", "key190": "value190", "key190@odata.type": + "Edm.String", "key191": "value191", "key191@odata.type": "Edm.String", "key192": + "value192", "key192@odata.type": "Edm.String", "key193": "value193", "key193@odata.type": + "Edm.String", "key194": "value194", "key194@odata.type": "Edm.String", "key195": + "value195", "key195@odata.type": "Edm.String", "key196": "value196", "key196@odata.type": + "Edm.String", "key197": "value197", "key197@odata.type": "Edm.String", "key198": + "value198", "key198@odata.type": "Edm.String", "key199": "value199", "key199@odata.type": + "Edm.String", "key200": "value200", "key200@odata.type": "Edm.String", "key201": + "value201", "key201@odata.type": "Edm.String", "key202": "value202", "key202@odata.type": + "Edm.String", "key203": "value203", "key203@odata.type": "Edm.String", "key204": + "value204", "key204@odata.type": "Edm.String", "key205": "value205", "key205@odata.type": + "Edm.String", "key206": "value206", "key206@odata.type": "Edm.String", "key207": + "value207", "key207@odata.type": "Edm.String", "key208": "value208", "key208@odata.type": + "Edm.String", "key209": "value209", "key209@odata.type": "Edm.String", "key210": + "value210", "key210@odata.type": "Edm.String", "key211": "value211", "key211@odata.type": + "Edm.String", "key212": "value212", "key212@odata.type": "Edm.String", "key213": + "value213", "key213@odata.type": "Edm.String", "key214": "value214", "key214@odata.type": + "Edm.String", "key215": "value215", "key215@odata.type": "Edm.String", "key216": + "value216", "key216@odata.type": "Edm.String", "key217": "value217", "key217@odata.type": + "Edm.String", "key218": "value218", "key218@odata.type": "Edm.String", "key219": + "value219", "key219@odata.type": "Edm.String", "key220": "value220", "key220@odata.type": + "Edm.String", "key221": "value221", "key221@odata.type": "Edm.String", "key222": + "value222", "key222@odata.type": "Edm.String", "key223": "value223", "key223@odata.type": + "Edm.String", "key224": "value224", "key224@odata.type": "Edm.String", "key225": + "value225", "key225@odata.type": "Edm.String", "key226": "value226", "key226@odata.type": + "Edm.String", "key227": "value227", "key227@odata.type": "Edm.String", "key228": + "value228", "key228@odata.type": "Edm.String", "key229": "value229", "key229@odata.type": + "Edm.String", "key230": "value230", "key230@odata.type": "Edm.String", "key231": + "value231", "key231@odata.type": "Edm.String", "key232": "value232", "key232@odata.type": + "Edm.String", "key233": "value233", "key233@odata.type": "Edm.String", "key234": + "value234", "key234@odata.type": "Edm.String", "key235": "value235", "key235@odata.type": + "Edm.String", "key236": "value236", "key236@odata.type": "Edm.String", "key237": + "value237", "key237@odata.type": "Edm.String", "key238": "value238", "key238@odata.type": + "Edm.String", "key239": "value239", "key239@odata.type": "Edm.String", "key240": + "value240", "key240@odata.type": "Edm.String", "key241": "value241", "key241@odata.type": + "Edm.String", "key242": "value242", "key242@odata.type": "Edm.String", "key243": + "value243", "key243@odata.type": "Edm.String", "key244": "value244", "key244@odata.type": + "Edm.String", "key245": "value245", "key245@odata.type": "Edm.String", "key246": + "value246", "key246@odata.type": "Edm.String", "key247": "value247", "key247@odata.type": + "Edm.String", "key248": "value248", "key248@odata.type": "Edm.String", "key249": + "value249", "key249@odata.type": "Edm.String", "key250": "value250", "key250@odata.type": + "Edm.String", "key251": "value251", "key251@odata.type": "Edm.String", "key252": + "value252", "key252@odata.type": "Edm.String", "key253": "value253", "key253@odata.type": + "Edm.String", "key254": "value254", "key254@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '5444' + - '14335' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: POST @@ -130,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:3f313a6b-f002-002d-516e-815da1000000\nTime:2020-09-02T21:17:21.6791082Z"}}}' + 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"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:10 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -142,18 +243,18 @@ interactions: status: code: 400 message: Bad Request - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable2c5919f0 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable2c5919f0 - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -164,12 +265,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:10 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable2c5919f0') + url: https://pyacrstorageok324lpz7akw.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 0c0bf97fd714..8e1d269c05be 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: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 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: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:10 GMT location: https://storagename.table.core.windows.net/Tables('uttable1172194c') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk1172194c", "RowKey": "rk1172194c", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk1172194c", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk1172194c", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=fullmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 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-02T21%3A17%3A21.8798322Z''\"","odata.editLink":"uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","PartitionKey":"pk1172194c","RowKey":"rk1172194c","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:17:21.8798322Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=fullmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:21 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A21.8798322Z'" + date: Fri, 04 Sep 2020 23:54:10 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A10.8417197Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable1172194c + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable1172194c - request: body: null headers: @@ -87,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 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-02T21%3A17%3A21.8798322Z''\"","odata.editLink":"uttable1172194c(PartitionKey=''pk1172194c'',RowKey=''rk1172194c'')","PartitionKey":"pk1172194c","RowKey":"rk1172194c","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:17:21.8798322Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=fullmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:21 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A21.8798322Z'" + date: Fri, 04 Sep 2020 23:54:10 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A10.8417197Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable1172194c(PartitionKey='pk1172194c',RowKey='rk1172194c') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable1172194c(PartitionKey='pk1172194c',RowKey='rk1172194c') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:10 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable1172194c') + url: https://pyacrstorageok324lpz7akw.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 70cb7e9f71d7..2ddc81c8bb73 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: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:10 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: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT location: https://storagename.table.core.windows.net/Tables('uttable3c3715aa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk3c3715aa", "RowKey": "rk3c3715aa", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk3c3715aa", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk3c3715aa", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 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-02T21%3A17%3A22.1354505Z''\"","PartitionKey":"pk3c3715aa","RowKey":"rk3c3715aa","Timestamp":"2020-09-02T21:17:22.1354505Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:21 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A22.1354505Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A11.0900866Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable3c3715aa + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable3c3715aa - request: body: null headers: @@ -87,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 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-02T21%3A17%3A22.1354505Z''\"","PartitionKey":"pk3c3715aa","RowKey":"rk3c3715aa","Timestamp":"2020-09-02T21:17:22.1354505Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:21 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A22.1354505Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A11.0900866Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable3c3715aa(PartitionKey='pk3c3715aa',RowKey='rk3c3715aa') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable3c3715aa(PartitionKey='pk3c3715aa',RowKey='rk3c3715aa') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable3c3715aa') + url: https://pyacrstorageok324lpz7akw.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 2c6b8ef77693..c4bfce1b3ae2 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: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 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: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:10 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:10 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable3d151d95') + url: https://pyacrstorageok324lpz7akw.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 669f9e74080f..e8eeec647f2e 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: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 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: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:11 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -57,12 +57,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:22 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable3d5e1d9a') + url: https://pyacrstorageok324lpz7akw.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 c07d17bd810f..51fa05c47910 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: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:21 GMT + - Fri, 04 Sep 2020 23:54:11 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: Wed, 02 Sep 2020 21:17:21 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT location: https://storagename.table.core.windows.net/Tables('uttabledefb1876') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkdefb1876", "RowKey": "rkdefb1876", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkdefb1876", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkdefb1876", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=nometadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 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-02T21:17:22.7652172Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=nometadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:21 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A22.7652172Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A11.6393203Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttabledefb1876 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttabledefb1876 - request: body: null headers: @@ -87,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 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-02T21:17:22.7652172Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=nometadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:21 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A22.7652172Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A11.6393203Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttabledefb1876(PartitionKey='pkdefb1876',RowKey='rkdefb1876') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttabledefb1876(PartitionKey='pkdefb1876',RowKey='rkdefb1876') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:22 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttabledefb1876') + url: https://pyacrstorageok324lpz7akw.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 f039d5fe7d92..08feee76fe5a 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: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 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: Wed, 02 Sep 2020 21:17:22 GMT + date: Fri, 04 Sep 2020 23:54:10 GMT location: https://storagename.table.core.windows.net/Tables('uttable42df1e0f') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk42df1e0f", "RowKey": "rk42df1e0f", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk42df1e0f", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk42df1e0f", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 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-02T21%3A17%3A23.0016762Z''\"","PartitionKey":"pk42df1e0f","RowKey":"rk42df1e0f","Timestamp":"2020-09-02T21:17:23.0016762Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:22 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.0016762Z'" + date: Fri, 04 Sep 2020 23:54:10 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A11.8625408Z'" 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 @@ -78,26 +79,28 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42df1e0f + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42df1e0f - request: - body: '{"PartitionKey": "pk42df1e0f", "RowKey": "rk42df1e0f", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk42df1e0f", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk42df1e0f", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -108,15 +111,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:22 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.034974Z'" + date: Fri, 04 Sep 2020 23:54:10 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A11.8932734Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') - request: body: null headers: @@ -125,23 +128,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 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-02T21%3A17%3A23.034974Z''\"","PartitionKey":"pk42df1e0f","RowKey":"rk42df1e0f","Timestamp":"2020-09-02T21:17:23.034974Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:22 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.034974Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A11.8932734Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -149,18 +152,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42df1e0f(PartitionKey='pk42df1e0f',RowKey='rk42df1e0f') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -171,12 +174,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:22 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable42df1e0f') + url: https://pyacrstorageok324lpz7akw.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 1e3289f70942..d96b27f74ee9 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: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:11 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: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT location: https://storagename.table.core.windows.net/Tables('uttablebeb51fb9') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,26 +35,28 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkbeb51fb9", "RowKey": "rkbeb51fb9", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pkbeb51fb9", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkbeb51fb9", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -65,15 +67,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.2981553Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A12.123434Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') - request: body: null headers: @@ -82,23 +84,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 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-02T21%3A17%3A23.2981553Z''\"","PartitionKey":"pkbeb51fb9","RowKey":"rkbeb51fb9","Timestamp":"2020-09-02T21:17:23.2981553Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.2981553Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A12.123434Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -106,18 +108,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablebeb51fb9(PartitionKey='pkbeb51fb9',RowKey='rkbeb51fb9') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -128,12 +130,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablebeb51fb9') + url: https://pyacrstorageok324lpz7akw.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 7491bced1d1b..a9b50871c946 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: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 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: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT location: https://storagename.table.core.windows.net/Tables('uttable7edf1edb') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk7edf1edb", "RowKey": "rk7edf1edb", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk7edf1edb", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk7edf1edb", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 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-02T21%3A17%3A23.5339043Z''\"","PartitionKey":"pk7edf1edb","RowKey":"rk7edf1edb","Timestamp":"2020-09-02T21:17:23.5339043Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.5339043Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A12.3474068Z'" 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 @@ -78,26 +79,28 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable7edf1edb + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7edf1edb - request: - body: '{"PartitionKey": "pk7edf1edb", "RowKey": "rk7edf1edb", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk7edf1edb", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk7edf1edb", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT x-ms-version: - '2019-02-02' method: PUT @@ -108,15 +111,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.5653384Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A12.3856183Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') - request: body: null headers: @@ -125,23 +128,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:22 GMT + - Fri, 04 Sep 2020 23:54:12 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-02T21%3A17%3A23.5653384Z''\"","PartitionKey":"pk7edf1edb","RowKey":"rk7edf1edb","Timestamp":"2020-09-02T21:17:23.5653384Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.5653384Z'" + date: Fri, 04 Sep 2020 23:54:11 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A12.3856183Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -149,18 +152,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7edf1edb(PartitionKey='pk7edf1edb',RowKey='rk7edf1edb') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -171,12 +174,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 x-content-type-options: nosniff x-ms-version: '2019-02-02' status: code: 204 message: No Content - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable7edf1edb') + url: https://pyacrstorageok324lpz7akw.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 29d35ba3a4e6..ecd38f61c3ef 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: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 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: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:11 GMT location: https://storagename.table.core.windows.net/Tables('uttablefde52085') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,26 +35,28 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkfde52085", "RowKey": "rkfde52085", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pkfde52085", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkfde52085", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT x-ms-version: - '2019-02-02' method: PUT @@ -65,15 +67,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.8225143Z'" + date: Fri, 04 Sep 2020 23:54:12 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A12.6307914Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') - request: body: null headers: @@ -82,23 +84,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 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-02T21%3A17%3A23.8225143Z''\"","PartitionKey":"pkfde52085","RowKey":"rkfde52085","Timestamp":"2020-09-02T21:17:23.8225143Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A23.8225143Z'" + date: Fri, 04 Sep 2020 23:54:12 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A12.6307914Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -106,18 +108,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablefde52085(PartitionKey='pkfde52085',RowKey='rkfde52085') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -128,12 +130,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:12 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablefde52085') + url: https://pyacrstorageok324lpz7akw.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 80a002e17ef0..3ef15760f3cb 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: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:12 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: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:12 GMT location: https://storagename.table.core.windows.net/Tables('uttable641610fa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk641610fa", "RowKey": "rk641610fa", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk641610fa", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk641610fa", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 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-02T21%3A17%3A24.06559Z''\"","PartitionKey":"pk641610fa","RowKey":"rk641610fa","Timestamp":"2020-09-02T21:17:24.06559Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A24.06559Z'" + date: Fri, 04 Sep 2020 23:54:12 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A13.1696643Z'" 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 @@ -78,28 +79,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable641610fa + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable641610fa - request: - body: '{"PartitionKey": "pk641610fa", "RowKey": "rk641610fa", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk641610fa", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk641610fa", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -110,15 +113,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A24.1097116Z'" + date: Fri, 04 Sep 2020 23:54:12 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A13.2132005Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') - request: body: null headers: @@ -127,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 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-02T21%3A17%3A24.1097116Z''\"","PartitionKey":"pk641610fa","RowKey":"rk641610fa","Timestamp":"2020-09-02T21:17:24.1097116Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A24.1097116Z'" + date: Fri, 04 Sep 2020 23:54:12 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A13.2132005Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -151,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable641610fa(PartitionKey='pk641610fa',RowKey='rk641610fa') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -173,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:12 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable641610fa') + url: https://pyacrstorageok324lpz7akw.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 c623cb6475d1..c912e644a25e 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: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 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: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:12 GMT location: https://storagename.table.core.windows.net/Tables('uttable66e91674') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,28 +35,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk66e91674", "RowKey": "rk66e91674", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk66e91674", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk66e91674", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -64,11 +66,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:346c4235-5002-002b-586e-81aad9000000\nTime:2020-09-02T21:17:24.3461297Z"}}}' + specified resource does not exist.\nRequestId:a24a1c28-f002-004e-1d16-83e68e000000\nTime:2020-09-04T23:54:13.4966786Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:12 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -76,18 +78,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable66e91674(PartitionKey='pk66e91674',RowKey='rk66e91674') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable66e91674(PartitionKey='pk66e91674',RowKey='rk66e91674') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -98,12 +100,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:12 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable66e91674') + url: https://pyacrstorageok324lpz7akw.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 ff7d37bf5840..33f1eac635a4 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: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 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: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:13 GMT location: https://storagename.table.core.windows.net/Tables('uttable279d199b') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk279d199b", "RowKey": "rk279d199b", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk279d199b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk279d199b", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 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-02T21%3A17%3A24.5560074Z''\"","PartitionKey":"pk279d199b","RowKey":"rk279d199b","Timestamp":"2020-09-02T21:17:24.5560074Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A24.5560074Z'" + date: Fri, 04 Sep 2020 23:54:13 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A13.6989842Z'" 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 @@ -78,28 +79,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable279d199b + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable279d199b - request: - body: '{"PartitionKey": "pk279d199b", "RowKey": "rk279d199b", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk279d199b", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk279d199b", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 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) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -107,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:c48806cf-b002-0065-7c6e-816f3c000000\nTime:2020-09-02T21:17:24.5930329Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:48df1118-3002-001c-5b16-83fb7c000000\nTime:2020-09-04T23:54:13.7330089Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:13 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -119,18 +122,18 @@ interactions: status: code: 412 message: Precondition Failed - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable279d199b(PartitionKey='pk279d199b',RowKey='rk279d199b') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable279d199b(PartitionKey='pk279d199b',RowKey='rk279d199b') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:23 GMT + - Fri, 04 Sep 2020 23:54:13 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -141,12 +144,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:13 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable279d199b') + url: https://pyacrstorageok324lpz7akw.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 c0b46d8a9252..e157d39efef4 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: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 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: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:12 GMT location: https://storagename.table.core.windows.net/Tables('uttableab731787') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkab731787", "RowKey": "rkab731787", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkab731787", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkab731787", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 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-02T21%3A17%3A24.8260755Z''\"","PartitionKey":"pkab731787","RowKey":"rkab731787","Timestamp":"2020-09-02T21:17:24.8260755Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A24.8260755Z'" + date: Fri, 04 Sep 2020 23:54:13 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A13.9284467Z'" 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 @@ -78,28 +79,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttableab731787 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttableab731787 - request: - body: '{"PartitionKey": "pkab731787", "RowKey": "rkab731787", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pkab731787", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkab731787", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 GMT If-Match: - - W/"datetime'2020-09-02T21%3A17%3A24.8260755Z'" + - W/"datetime'2020-09-04T23%3A54%3A13.9284467Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 GMT x-ms-version: - '2019-02-02' method: PATCH @@ -110,15 +113,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A24.8572244Z'" + date: Fri, 04 Sep 2020 23:54:13 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A13.9677312Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') - request: body: null headers: @@ -127,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 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-02T21%3A17%3A24.8572244Z''\"","PartitionKey":"pkab731787","RowKey":"rkab731787","Timestamp":"2020-09-02T21:17:24.8572244Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:23 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A24.8572244Z'" + date: Fri, 04 Sep 2020 23:54:13 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A13.9677312Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -151,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttableab731787(PartitionKey='pkab731787',RowKey='rkab731787') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:13 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -173,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:23 GMT + date: Fri, 04 Sep 2020 23:54:13 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttableab731787') + url: https://pyacrstorageok324lpz7akw.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 fe412f494081..2fe26025b8b2 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: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:13 GMT location: https://storagename.table.core.windows.net/Tables('uttablee7f813fe') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,36 +35,37 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pke7f813fe", "RowKey": "rke7f813fe"}' + body: '{"PartitionKey": "pke7f813fe", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke7f813fe", "RowKey@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '54' + - '130' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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-02T21%3A17%3A25.1051593Z''\"","PartitionKey":"pke7f813fe","RowKey":"rke7f813fe","Timestamp":"2020-09-02T21:17:25.1051593Z"}' + 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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:24 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A25.1051593Z'" + date: Fri, 04 Sep 2020 23:54:13 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A14.1993233Z'" 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 @@ -73,7 +74,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablee7f813fe + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee7f813fe - request: body: null headers: @@ -82,23 +83,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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-02T21%3A17%3A25.1051593Z''\"","PartitionKey":"pke7f813fe","RowKey":"rke7f813fe","Timestamp":"2020-09-02T21:17:25.1051593Z"}' + 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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:24 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A25.1051593Z'" + date: Fri, 04 Sep 2020 23:54:13 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A14.1993233Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -106,18 +107,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablee7f813fe(PartitionKey='pke7f813fe',RowKey='rke7f813fe') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee7f813fe(PartitionKey='pke7f813fe',RowKey='rke7f813fe') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -128,12 +129,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:13 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablee7f813fe') + url: https://pyacrstorageok324lpz7akw.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 cf1ec1699157..c0d3970f6c18 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: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:13 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "querytable88c411e8"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:13 GMT location: https://storagename.table.core.windows.net/Tables('querytable88c411e8') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,41 +72,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk88c411e8", "RowKey": "rk88c411e81", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk88c411e8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk88c411e81", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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-02T21%3A17%3A25.3782133Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e81","Timestamp":"2020-09-02T21:17:25.3782133Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:24 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A25.3782133Z'" + date: Fri, 04 Sep 2020 23:54:13 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A14.4915869Z'" 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 @@ -115,41 +116,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable88c411e8 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable88c411e8 - request: - body: '{"PartitionKey": "pk88c411e8", "RowKey": "rk88c411e812", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk88c411e8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk88c411e812", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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-02T21%3A17%3A25.4142396Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e812","Timestamp":"2020-09-02T21:17:25.4142396Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:24 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A25.4142396Z'" + date: Fri, 04 Sep 2020 23:54:13 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A14.5256124Z'" 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 @@ -158,7 +160,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable88c411e8 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable88c411e8 - request: body: null headers: @@ -167,22 +169,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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-02T21%3A17%3A25.3782133Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e81","Timestamp":"2020-09-02T21:17:25.3782133Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A17%3A25.4142396Z''\"","PartitionKey":"pk88c411e8","RowKey":"rk88c411e812","Timestamp":"2020-09-02T21:17:25.4142396Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:13 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -190,18 +192,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable88c411e8() + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable88c411e8() - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -212,25 +214,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:13 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable88c411e8') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable88c411e8') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -241,12 +243,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:24 GMT + date: Fri, 04 Sep 2020 23:54:13 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('querytable88c411e8') + url: https://pyacrstorageok324lpz7akw.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 bdb9a278f04c..46482d4de22d 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: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:24 GMT + - Fri, 04 Sep 2020 23:54:14 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: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:14 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "querytableae56179a"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 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: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:14 GMT location: https://storagename.table.core.windows.net/Tables('querytableae56179a') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,41 +72,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkae56179a", "RowKey": "rkae56179a1", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkae56179a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkae56179a1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 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-02T21%3A17%3A25.7673869Z''\"","PartitionKey":"pkae56179a","RowKey":"rkae56179a1","Timestamp":"2020-09-02T21:17:25.7673869Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:25 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A25.7673869Z'" + date: Fri, 04 Sep 2020 23:54:14 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A14.8712332Z'" 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 @@ -115,41 +116,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytableae56179a + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytableae56179a - request: - body: '{"PartitionKey": "pkae56179a", "RowKey": "rkae56179a12", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkae56179a", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkae56179a12", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 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-02T21%3A17%3A25.8004098Z''\"","PartitionKey":"pkae56179a","RowKey":"rkae56179a12","Timestamp":"2020-09-02T21:17:25.8004098Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:25 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A25.8004098Z'" + date: Fri, 04 Sep 2020 23:54:14 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A14.9052572Z'" 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 @@ -158,31 +160,31 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytableae56179a + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytableae56179a - request: body: null headers: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=fullmetadata x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 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-02T21%3A17%3A25.7673869Z''\"","odata.editLink":"querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a1'')","PartitionKey":"pkae56179a","RowKey":"rkae56179a1","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:17:25.7673869Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A17%3A25.8004098Z''\"","odata.editLink":"querytableae56179a(PartitionKey=''pkae56179a'',RowKey=''rkae56179a12'')","PartitionKey":"pkae56179a","RowKey":"rkae56179a12","Timestamp@odata.type":"Edm.DateTime","Timestamp":"2020-09-02T21:17:25.8004098Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=fullmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:14 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -190,18 +192,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytableae56179a() + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytableae56179a() - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -212,25 +214,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:14 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttableae56179a') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttableae56179a') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:14 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -241,12 +243,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:14 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('querytableae56179a') + url: https://pyacrstorageok324lpz7akw.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 9f3a48d2451b..4d857a0904f4 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: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:14 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "querytable7f5216c4"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 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: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:14 GMT location: https://storagename.table.core.windows.net/Tables('querytable7f5216c4') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,41 +72,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk7f5216c4", "RowKey": "rk7f5216c41", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk7f5216c4", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk7f5216c41", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 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-02T21%3A17%3A26.1179418Z''\"","PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c41","Timestamp":"2020-09-02T21:17:26.1179418Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:25 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A26.1179418Z'" + date: Fri, 04 Sep 2020 23:54:14 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A15.279997Z'" 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 @@ -115,41 +116,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable7f5216c4 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable7f5216c4 - request: - body: '{"PartitionKey": "pk7f5216c4", "RowKey": "rk7f5216c412", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk7f5216c4", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk7f5216c412", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 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-02T21%3A17%3A26.1489631Z''\"","PartitionKey":"pk7f5216c4","RowKey":"rk7f5216c412","Timestamp":"2020-09-02T21:17:26.1489631Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A26.1489631Z'" + date: Fri, 04 Sep 2020 23:54:15 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A15.3100179Z'" 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 @@ -158,31 +160,31 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable7f5216c4 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable7f5216c4 - request: body: null headers: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) accept: - application/json;odata=nometadata x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 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-02T21:17:26.1179418Z","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-02T21:17:26.1489631Z","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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=nometadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:15 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -190,18 +192,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable7f5216c4() + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable7f5216c4() - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -212,25 +214,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable7f5216c4') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable7f5216c4') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -241,12 +243,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('querytable7f5216c4') + url: https://pyacrstorageok324lpz7akw.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 22ab9f295e57..f80483cad070 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: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:14 GMT location: https://storagename.table.core.windows.net/Tables('uttable800416e8') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk800416e8", "RowKey": "rk800416e8", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk800416e8", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk800416e8", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 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-02T21%3A17%3A26.4155309Z''\"","PartitionKey":"pk800416e8","RowKey":"rk800416e8","Timestamp":"2020-09-02T21:17:26.4155309Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:25 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A26.4155309Z'" + date: Fri, 04 Sep 2020 23:54:14 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A15.5783119Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable800416e8 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable800416e8 - request: body: null headers: @@ -87,22 +88,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 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-02T21%3A17%3A26.4155309Z''\"","PartitionKey":"pk800416e8","RowKey":"rk800416e8","Timestamp":"2020-09-02T21:17:26.4155309Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54:15 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -110,18 +111,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable800416e8() + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable800416e8() - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -132,12 +133,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:25 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable800416e8') + url: https://pyacrstorageok324lpz7akw.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 5678dbcabd81..dc624a0508f1 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: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:25 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:15 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "querytable800f16e2"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 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: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:15 GMT location: https://storagename.table.core.windows.net/Tables('querytable800f16e2') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,41 +72,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk800f16e2", "RowKey": "rk800f16e21", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk800f16e2", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk800f16e21", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 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-02T21%3A17%3A26.7087442Z''\"","PartitionKey":"pk800f16e2","RowKey":"rk800f16e21","Timestamp":"2020-09-02T21:17:26.7087442Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A26.7087442Z'" + date: Fri, 04 Sep 2020 23:54:15 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A15.8441274Z'" 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 @@ -115,41 +116,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable800f16e2 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable800f16e2 - request: - body: '{"PartitionKey": "pk800f16e2", "RowKey": "rk800f16e212", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk800f16e2", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk800f16e212", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 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-02T21%3A17%3A26.74477Z''\"","PartitionKey":"pk800f16e2","RowKey":"rk800f16e212","Timestamp":"2020-09-02T21:17:26.74477Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A26.74477Z'" + date: Fri, 04 Sep 2020 23:54:15 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A15.8731471Z'" 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 @@ -158,7 +160,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable800f16e2 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable800f16e2 - request: body: null headers: @@ -167,22 +169,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 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-02T21%3A17%3A26.7087442Z''\"","age":39,"sex":"male"},{"odata.etag":"W/\"datetime''2020-09-02T21%3A17%3A26.74477Z''\"","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-04T23%3A54%3A15.8441274Z''\"","age":39,"sex":"male"},{"odata.etag":"W/\"datetime''2020-09-04T23%3A54%3A15.8731471Z''\"","age":39,"sex":"male"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:15 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -190,18 +192,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable800f16e2()?$select=age,%20sex + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable800f16e2()?$select=age,%20sex - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -212,25 +214,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable800f16e2') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable800f16e2') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -241,12 +243,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('querytable800f16e2') + url: https://pyacrstorageok324lpz7akw.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 b456858f8e73..e46b74fb3862 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: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:15 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54: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: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "querytable3ccf15b5"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:16 GMT location: https://storagename.table.core.windows.net/Tables('querytable3ccf15b5') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,41 +72,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk3ccf15b5", "RowKey": "rk3ccf15b51", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk3ccf15b5", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk3ccf15b51", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.062147Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b51","Timestamp":"2020-09-02T21:17:27.062147Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A27.062147Z'" + date: Fri, 04 Sep 2020 23:54:16 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A16.176416Z'" 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 @@ -115,41 +116,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable3ccf15b5 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5 - request: - body: '{"PartitionKey": "pk3ccf15b5", "RowKey": "rk3ccf15b512", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk3ccf15b5", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk3ccf15b512", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.0931693Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b512","Timestamp":"2020-09-02T21:17:27.0931693Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A27.0931693Z'" + date: Fri, 04 Sep 2020 23:54:16 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A16.2094393Z'" 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 @@ -158,41 +160,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable3ccf15b5 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5 - request: - body: '{"PartitionKey": "pk3ccf15b5", "RowKey": "rk3ccf15b5123", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk3ccf15b5", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk3ccf15b5123", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '472' + - '580' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.1241911Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b5123","Timestamp":"2020-09-02T21:17:27.1241911Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A27.1241911Z'" + date: Fri, 04 Sep 2020 23:54:16 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A16.2404607Z'" 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 @@ -201,7 +204,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable3ccf15b5 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5 - request: body: null headers: @@ -210,22 +213,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.062147Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b51","Timestamp":"2020-09-02T21:17:27.062147Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A17%3A27.0931693Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b512","Timestamp":"2020-09-02T21:17:27.0931693Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:16 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -235,7 +238,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable3ccf15b5()?$top=2 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5()?$top=2 - request: body: null headers: @@ -244,22 +247,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.1241911Z''\"","PartitionKey":"pk3ccf15b5","RowKey":"rk3ccf15b5123","Timestamp":"2020-09-02T21:17:27.1241911Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:16 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -267,18 +270,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable3ccf15b5()?$top=2&NextPartitionKey=1!16!cGszY2NmMTViNQ--&NextRowKey=1!20!cmszY2NmMTViNTEyMw-- + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable3ccf15b5()?$top=2&NextPartitionKey=1!16!cGszY2NmMTViNQ--&NextRowKey=1!20!cmszY2NmMTViNTEyMw-- - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -289,25 +292,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable3ccf15b5') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable3ccf15b5') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -318,12 +321,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('querytable3ccf15b5') + url: https://pyacrstorageok324lpz7akw.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 14aa40f194c7..1e7294862a00 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: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:15 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "querytable121a1965"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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: Wed, 02 Sep 2020 21:17:26 GMT + date: Fri, 04 Sep 2020 23:54:15 GMT location: https://storagename.table.core.windows.net/Tables('querytable121a1965') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -72,41 +72,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk121a1965", "RowKey": "rk121a19651", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk121a19651", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '470' + - '578' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.4531617Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651","Timestamp":"2020-09-02T21:17:27.4531617Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:26 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A27.4531617Z'" + date: Fri, 04 Sep 2020 23:54:15 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A16.6389274Z'" 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 @@ -115,41 +116,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable121a1965 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 - request: - body: '{"PartitionKey": "pk121a1965", "RowKey": "rk121a196512", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk121a196512", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '471' + - '579' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.5021959Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512","Timestamp":"2020-09-02T21:17:27.5021959Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:27 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A27.5021959Z'" + date: Fri, 04 Sep 2020 23:54:15 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A16.6709497Z'" 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 @@ -158,41 +160,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable121a1965 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 - request: - body: '{"PartitionKey": "pk121a1965", "RowKey": "rk121a1965123", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk121a1965123", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '472' + - '580' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.5322162Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a1965123","Timestamp":"2020-09-02T21:17:27.5322162Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:27 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A27.5322162Z'" + date: Fri, 04 Sep 2020 23:54:15 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A16.7009702Z'" 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 @@ -201,41 +204,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable121a1965 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 - request: - body: '{"PartitionKey": "pk121a1965", "RowKey": "rk121a19651234", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk121a19651234", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '473' + - '581' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.5642384Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651234","Timestamp":"2020-09-02T21:17:27.5642384Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:27 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A27.5642384Z'" + date: Fri, 04 Sep 2020 23:54:15 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A16.7309916Z'" 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 @@ -244,41 +248,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable121a1965 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 - request: - body: '{"PartitionKey": "pk121a1965", "RowKey": "rk121a196512345", "age": 39, - "sex": "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": - 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk121a1965", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk121a196512345", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '474' + - '582' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.6062679Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512345","Timestamp":"2020-09-02T21:17:27.6062679Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:27 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A27.6062679Z'" + date: Fri, 04 Sep 2020 23:54:15 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A16.7640149Z'" 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 @@ -287,7 +292,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable121a1965 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965 - request: body: null headers: @@ -296,22 +301,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:26 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.4531617Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651","Timestamp":"2020-09-02T21:17:27.4531617Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A17%3A27.5021959Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512","Timestamp":"2020-09-02T21:17:27.5021959Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:15 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -321,7 +326,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable121a1965()?$top=2 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965()?$top=2 - request: body: null headers: @@ -330,22 +335,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.5322162Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a1965123","Timestamp":"2020-09-02T21:17:27.5322162Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-02T21%3A17%3A27.5642384Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a19651234","Timestamp":"2020-09-02T21:17:27.5642384Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:15 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -355,7 +360,7 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMw-- + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMw-- - request: body: null headers: @@ -364,22 +369,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 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-02T21%3A17%3A27.6062679Z''\"","PartitionKey":"pk121a1965","RowKey":"rk121a196512345","Timestamp":"2020-09-02T21:17:27.6062679Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:15 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -387,18 +392,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMzQ1 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytable121a1965()?$top=2&NextPartitionKey=1!16!cGsxMjFhMTk2NQ--&NextRowKey=1!20!cmsxMjFhMTk2NTEyMzQ1 - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -409,25 +414,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54: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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable121a1965') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttable121a1965') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -438,12 +443,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('querytable121a1965') + url: https://pyacrstorageok324lpz7akw.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 e842d0e46097..98a4f77b6025 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: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:16 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: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: '{"TableName": "querytablee8d41407"}' headers: @@ -48,11 +48,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 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: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: body: null headers: @@ -81,11 +81,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 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: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/querytablee8d41407() + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/querytablee8d41407() - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -126,25 +126,25 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablee8d41407') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables('uttablee8d41407') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -155,12 +155,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:16 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('querytablee8d41407') + url: https://pyacrstorageok324lpz7akw.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 1ffb2172ef27..b0a689ead058 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: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 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: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:17 GMT location: https://storagename.table.core.windows.net/Tables('uttable13ae0ebd') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk13ae0ebd", "RowKey": "rk13ae0ebd", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk13ae0ebd", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk13ae0ebd", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttable13ae0ebd?st=2020-09-02T21:16:27Z&se=2020-09-02T22:17:27Z&sp=a&sv=2019-02-02&tn=uttable13ae0ebd&sig=LSYPmJm9PKR9V1UlbPOADxXyv6EcsFUlA8klhxFR1hA%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable13ae0ebd/@Element","odata.etag":"W/\"datetime''2020-09-02T21%3A17%3A28.4142168Z''\"","PartitionKey":"pk13ae0ebd","RowKey":"rk13ae0ebd","Timestamp":"2020-09-02T21:17:28.4142168Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:28 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A28.4142168Z'" + date: Fri, 04 Sep 2020 23:54:17 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A17.4387926Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable13ae0ebd?st=2020-09-02T21:16:27Z&se=2020-09-02T22:17:27Z&sp=a&sv=2019-02-02&tn=uttable13ae0ebd&sig=LSYPmJm9PKR9V1UlbPOADxXyv6EcsFUlA8klhxFR1hA%3D + 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 - request: body: null headers: @@ -87,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 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-02T21%3A17%3A28.4142168Z''\"","PartitionKey":"pk13ae0ebd","RowKey":"rk13ae0ebd","Timestamp":"2020-09-02T21:17:28.4142168Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:27 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A28.4142168Z'" + date: Fri, 04 Sep 2020 23:54:17 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A17.4387926Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable13ae0ebd(PartitionKey='pk13ae0ebd',RowKey='rk13ae0ebd') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable13ae0ebd(PartitionKey='pk13ae0ebd',RowKey='rk13ae0ebd') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54: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 - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable13ae0ebd') + url: https://pyacrstorageok324lpz7akw.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 7e43b7a82596..63ecd90feb5b 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: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:27 GMT + - Fri, 04 Sep 2020 23:54:17 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: Wed, 02 Sep 2020 21:17:27 GMT + date: Fri, 04 Sep 2020 23:54:16 GMT location: https://storagename.table.core.windows.net/Tables('uttablef8471404') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "test", "RowKey": "test1", "age": 39, "sex": "male", "married": - true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, "large": 933311100, - "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": "Edm.DateTime", "birthday": - "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", "binary": "YmluYXJ5", - "binary@odata.type": "Edm.Binary", "other": 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", - "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "test", "PartitionKey@odata.type": "Edm.String", "RowKey": + "test1", "RowKey@odata.type": "Edm.String", "age": 39, "sex": "male", "sex@odata.type": + "Edm.String", "married": true, "deceased": false, "ratio": 3.1, "evenratio": + 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": + "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", + "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": + "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '458' + - '566' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttablef8471404?se=2020-09-02T22:17:28Z&sp=a&sv=2019-02-02&tn=uttablef8471404&spk=test&srk=test1&epk=test&erk=test1&sig=Fo9h2wnxUtw9RwEs7tEgxTJ6Dj5C%2BeHhYJOFfn45BNI%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablef8471404/@Element","odata.etag":"W/\"datetime''2020-09-02T21%3A17%3A28.8023358Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-02T21:17:28.8023358Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:28 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A28.8023358Z'" + date: Fri, 04 Sep 2020 23:54:16 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A17.745537Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablef8471404?se=2020-09-02T22:17:28Z&sp=a&sv=2019-02-02&tn=uttablef8471404&spk=test&srk=test1&epk=test&erk=test1&sig=Fo9h2wnxUtw9RwEs7tEgxTJ6Dj5C%2BeHhYJOFfn45BNI%3D + 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 - request: body: null headers: @@ -87,23 +88,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 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-02T21%3A17%3A28.8023358Z''\"","PartitionKey":"test","RowKey":"test1","Timestamp":"2020-09-02T21:17:28.8023358Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:28 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A28.8023358Z'" + date: Fri, 04 Sep 2020 23:54:17 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A17.745537Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -111,18 +112,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablef8471404(PartitionKey='test',RowKey='test1') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablef8471404(PartitionKey='test',RowKey='test1') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -133,12 +134,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:28 GMT + date: Fri, 04 Sep 2020 23:54: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 - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablef8471404') + url: https://pyacrstorageok324lpz7akw.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 1df71ec118b1..66192a0e43ca 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: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 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: Wed, 02 Sep 2020 21:17:28 GMT + date: Fri, 04 Sep 2020 23:54:17 GMT location: https://storagename.table.core.windows.net/Tables('uttablede71485') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkde71485", "RowKey": "rkde71485", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkde71485", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkde71485", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '467' + - '575' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:17 GMT x-ms-version: - '2019-02-02' method: POST - uri: https://storagename.table.core.windows.net/uttablede71485?se=2020-09-02T22:17:28Z&sp=a&sv=2019-02-02&tn=uttablede71485&spk=test&srk=test1&epk=test&erk=test1&sig=yFn3Zhs4Sdj4KeFJiQkOTlSpLwEI7NrX4s/1kLalTI%3D + 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 response: body: string: '{"odata.error":{"code":"AuthorizationFailure","message":{"lang":"en-US","value":"This - request is not authorized to perform this operation.\nRequestId:a2288f58-c002-000c-5e6e-813090000000\nTime:2020-09-02T21:17:29.1791618Z"}}}' + request is not authorized to perform this operation.\nRequestId:a0057cdc-4002-0013-1e16-83168a000000\nTime:2020-09-04T23:54:18.0984470Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:28 GMT + date: Fri, 04 Sep 2020 23:54:17 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -77,18 +78,18 @@ interactions: status: code: 403 message: Forbidden - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablede71485?se=2020-09-02T22:17:28Z&sp=a&sv=2019-02-02&tn=uttablede71485&spk=test&srk=test1&epk=test&erk=test1&sig=yFn3Zhs4Sdj4KeFJiQkOTlSpLwEI7NrX4s//1kLalTI%3D + 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 - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -99,12 +100,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:28 GMT + date: Fri, 04 Sep 2020 23:54: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 - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablede71485') + url: https://pyacrstorageok324lpz7akw.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 f8a5d62b712e..6bec6d3158fb 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: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 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: Wed, 02 Sep 2020 21:17:28 GMT + date: Fri, 04 Sep 2020 23:54:17 GMT location: https://storagename.table.core.windows.net/Tables('uttable42981007') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk42981007", "RowKey": "rk42981007", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk42981007", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk42981007", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 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-02T21%3A17%3A29.380468Z''\"","PartitionKey":"pk42981007","RowKey":"rk42981007","Timestamp":"2020-09-02T21:17:29.380468Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:28 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A29.380468Z'" + date: Fri, 04 Sep 2020 23:54:17 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A18.300963Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42981007 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42981007 - request: body: null headers: @@ -87,31 +88,31 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT x-ms-version: - '2019-02-02' method: DELETE - uri: https://storagename.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007')?se=2020-09-02T22:17:28Z&sp=d&sv=2019-02-02&tn=uttable42981007&sig=l1kyYslGOYZlxSQsQO9iFIIrp45OxHXT92ZqnkY%2Bdy0%3D + 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 response: body: string: '' headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:29 GMT + date: Fri, 04 Sep 2020 23:54:18 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007')?se=2020-09-02T22:17:28Z&sp=d&sv=2019-02-02&tn=uttable42981007&sig=l1kyYslGOYZlxSQsQO9iFIIrp45OxHXT92ZqnkY%2Bdy0%3D + 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 - request: body: null headers: @@ -120,11 +121,11 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT x-ms-version: - '2019-02-02' method: GET @@ -132,11 +133,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:950e94ab-d002-0031-3d6e-8185b6000000\nTime:2020-09-02T21:17:29.5706019Z"}}}' + specified resource does not exist.\nRequestId:5d8d1c78-3002-0058-4516-832710000000\nTime:2020-09-04T23:54:18.4420615Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:28 GMT + date: Fri, 04 Sep 2020 23:54:17 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -144,18 +145,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42981007(PartitionKey='pk42981007',RowKey='rk42981007') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:28 GMT + - Fri, 04 Sep 2020 23:54:18 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -166,12 +167,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:28 GMT + date: Fri, 04 Sep 2020 23:54: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 - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable42981007') + url: https://pyacrstorageok324lpz7akw.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 1167b31f8f21..6b3cd287d7e0 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: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:18 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: Wed, 02 Sep 2020 21:17:29 GMT + date: Fri, 04 Sep 2020 23:54:18 GMT location: https://storagename.table.core.windows.net/Tables('uttable331c0fca') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk331c0fca", "RowKey": "rk331c0fca", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk331c0fca", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk331c0fca", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:18 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-02T21%3A17%3A29.7829678Z''\"","PartitionKey":"pk331c0fca","RowKey":"rk331c0fca","Timestamp":"2020-09-02T21:17:29.7829678Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:29 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A29.7829678Z'" + date: Fri, 04 Sep 2020 23:54:18 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A18.6359449Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable331c0fca + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable331c0fca - request: body: null headers: @@ -87,22 +88,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:18 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttable331c0fca()?st=2020-09-02T21:16:29Z&se=2020-09-02T22:17:29Z&sp=r&sv=2019-02-02&tn=uttable331c0fca&sig=cDNvVyQR7Ys0a8AENKN6/S7kd9LNlfENxkweV5cbnK0%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable331c0fca","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A17%3A29.7829678Z''\"","PartitionKey":"pk331c0fca","RowKey":"rk331c0fca","Timestamp":"2020-09-02T21:17:29.7829678Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:29 GMT + date: Fri, 04 Sep 2020 23:54:17 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -110,18 +111,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable331c0fca()?st=2020-09-02T21:16:29Z&se=2020-09-02T22:17:29Z&sp=r&sv=2019-02-02&tn=uttable331c0fca&sig=cDNvVyQR7Ys0a8AENKN6/S7kd9LNlfENxkweV5cbnK0%3D + 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 - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:18 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -132,12 +133,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:29 GMT + date: Fri, 04 Sep 2020 23:54:18 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable331c0fca') + url: https://pyacrstorageok324lpz7akw.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 885a8a714695..6f3eeccb1d12 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: - - Wed, 02 Sep 2020 21:24:58 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:24:58 GMT + - Fri, 04 Sep 2020 23:54:18 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: Wed, 02 Sep 2020 21:24:58 GMT + date: Fri, 04 Sep 2020 23:54:18 GMT location: https://storagename.table.core.windows.net/Tables('uttablee481490') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageow3agmqbfu5b.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pke481490", "RowKey": "rke481490", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pke481490", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rke481490", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '467' + - '575' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:24:59 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:24:59 GMT + - Fri, 04 Sep 2020 23:54:18 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-02T21%3A24%3A59.7394638Z''\"","PartitionKey":"pke481490","RowKey":"rke481490","Timestamp":"2020-09-02T21:24:59.7394638Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:24:58 GMT - etag: W/"datetime'2020-09-02T21%3A24%3A59.7394638Z'" + date: Fri, 04 Sep 2020 23:54:18 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A18.9587689Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstorageow3agmqbfu5b.table.core.windows.net/uttablee481490 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee481490 - request: body: ' @@ -91,11 +92,11 @@ interactions: Content-Type: - application/xml Date: - - Wed, 02 Sep 2020 21:24:59 GMT + - Fri, 04 Sep 2020 23:54:18 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:24:59 GMT + - Fri, 04 Sep 2020 23:54:18 GMT x-ms-version: - '2019-02-02' method: PUT @@ -105,13 +106,13 @@ interactions: string: '' headers: content-length: '0' - date: Wed, 02 Sep 2020 21:24:58 GMT + date: Fri, 04 Sep 2020 23:54:18 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://pyacrstorageow3agmqbfu5b.table.core.windows.net/uttablee481490?comp=acl + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee481490?comp=acl - request: body: null headers: @@ -120,22 +121,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:24:59 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:24:59 GMT + - Fri, 04 Sep 2020 23:54:19 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=dsfdRE9/C8atH%2BGSNf7U/WqNgTCttZJcG/E2/LKAcc0%3D + uri: https://storagename.table.core.windows.net/uttablee481490()?sv=2019-02-02&si=testid&tn=uttablee481490&sig=428aEQWuhl1onYMP2Ck7URDW1c4JLkUYwAKYTEwvaQ8%3D response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttablee481490","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A24%3A59.7394638Z''\"","PartitionKey":"pke481490","RowKey":"rke481490","Timestamp":"2020-09-02T21:24:59.7394638Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:24:59 GMT + date: Fri, 04 Sep 2020 23:54:18 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -143,18 +144,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstorageow3agmqbfu5b.table.core.windows.net/uttablee481490()?sv=2019-02-02&si=testid&tn=uttablee481490&sig=dsfdRE9/C8atH%2BGSNf7U/WqNgTCttZJcG/E2/LKAcc0%3D + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablee481490()?sv=2019-02-02&si=testid&tn=uttablee481490&sig=428aEQWuhl1onYMP2Ck7URDW1c4JLkUYwAKYTEwvaQ8%3D - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:24:59 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:24:59 GMT + - Fri, 04 Sep 2020 23:54:19 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -165,12 +166,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:24:59 GMT + date: Fri, 04 Sep 2020 23:54:18 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://pyacrstorageow3agmqbfu5b.table.core.windows.net/Tables('uttablee481490') + url: https://pyacrstorageok324lpz7akw.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 35af44f12f27..d9e47171eb3b 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: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:19 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: Wed, 02 Sep 2020 21:17:29 GMT + date: Fri, 04 Sep 2020 23:54:18 GMT location: https://storagename.table.core.windows.net/Tables('uttable43091017') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk43091017", "RowKey": "rk43091017", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk43091017", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk43091017", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:19 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-02T21%3A17%3A30.5327249Z''\"","PartitionKey":"pk43091017","RowKey":"rk43091017","Timestamp":"2020-09-02T21:17:30.5327249Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:29 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A30.5327249Z'" + date: Fri, 04 Sep 2020 23:54:18 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A19.4469406Z'" 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 @@ -78,47 +79,49 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable43091017 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable43091017 - request: - body: '{"PartitionKey": "pk43091017", "RowKey": "rk43091017", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk43091017", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk43091017", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:19 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:29 GMT + - Fri, 04 Sep 2020 23:54:19 GMT x-ms-version: - '2019-02-02' method: PUT - uri: https://storagename.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017')?se=2020-09-02T22:17:29Z&sp=u&sv=2019-02-02&tn=uttable43091017&sig=UKI6C1ckS%2BAmPz9uWWu4YEEtsgWGContcCXrf9ULPVI%3D + 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 response: body: string: '' headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:30 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A30.6782293Z'" + date: Fri, 04 Sep 2020 23:54:18 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A19.5616659Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017')?se=2020-09-02T22:17:29Z&sp=u&sv=2019-02-02&tn=uttable43091017&sig=UKI6C1ckS%2BAmPz9uWWu4YEEtsgWGContcCXrf9ULPVI%3D + 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 - request: body: null headers: @@ -127,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 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-02T21%3A17%3A30.6782293Z''\"","PartitionKey":"pk43091017","RowKey":"rk43091017","Timestamp":"2020-09-02T21:17:30.6782293Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:29 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A30.6782293Z'" + date: Fri, 04 Sep 2020 23:54:18 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A19.5616659Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -151,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable43091017(PartitionKey='pk43091017',RowKey='rk43091017') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -173,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:29 GMT + date: Fri, 04 Sep 2020 23:54:19 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable43091017') + url: https://pyacrstorageok324lpz7akw.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 c3b4fe42ff28..561878ee297d 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: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 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: Wed, 02 Sep 2020 21:17:30 GMT + date: Fri, 04 Sep 2020 23:54:18 GMT location: https://storagename.table.core.windows.net/Tables('uttable65261622') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk65261622", "RowKey": "rk65261622", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk65261622", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk65261622", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 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-02T21%3A17%3A30.9622954Z''\"","PartitionKey":"pk65261622","RowKey":"rk65261622","Timestamp":"2020-09-02T21:17:30.9622954Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:30 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A30.9622954Z'" + date: Fri, 04 Sep 2020 23:54:18 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A19.7896127Z'" 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 @@ -78,7 +79,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable65261622 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable65261622 - request: body: null headers: @@ -87,22 +88,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT x-ms-version: - '2019-02-02' method: GET - uri: https://storagename.table.core.windows.net/uttable65261622()?st=2020-09-02T21:16:30Z&se=2020-09-02T22:17:30Z&sp=r&sv=2019-02-02&tn=UTTABLE65261622&sig=baEEZGo6JDlzM9kssFbcyDmn2JRRm8JKfskSTjStLJU%3D + 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 response: body: - string: '{"odata.metadata":"https://storagename.table.core.windows.net/$metadata#uttable65261622","value":[{"odata.etag":"W/\"datetime''2020-09-02T21%3A17%3A30.9622954Z''\"","PartitionKey":"pk65261622","RowKey":"rk65261622","Timestamp":"2020-09-02T21:17:30.9622954Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:30 GMT + date: Fri, 04 Sep 2020 23:54:19 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -110,18 +111,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable65261622()?st=2020-09-02T21:16:30Z&se=2020-09-02T22:17:30Z&sp=r&sv=2019-02-02&tn=UTTABLE65261622&sig=baEEZGo6JDlzM9kssFbcyDmn2JRRm8JKfskSTjStLJU%3D + 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 - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -132,12 +133,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:30 GMT + date: Fri, 04 Sep 2020 23:54:19 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable65261622') + url: https://pyacrstorageok324lpz7akw.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 e9b3357c8bc0..bcf928c9790f 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: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:19 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: Wed, 02 Sep 2020 21:17:30 GMT + date: Fri, 04 Sep 2020 23:54:19 GMT location: https://storagename.table.core.windows.net/Tables('uttable23a30f59') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,37 +35,38 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk23a30f59", "RowKey": "rk23a30f59", "date": "2003-09-27T09:52:43Z", + body: '{"PartitionKey": "pk23a30f59", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk23a30f59", "RowKey@odata.type": "Edm.String", "date": "2003-09-27T09:52:43Z", "date@odata.type": "Edm.DateTime"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '121' + - '197' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A31.3002548Z''\"","PartitionKey":"pk23a30f59","RowKey":"rk23a30f59","Timestamp":"2020-09-02T21:17:31.3002548Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:30 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A31.3002548Z'" + date: Fri, 04 Sep 2020 23:54:19 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.0967992Z'" 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 @@ -74,7 +75,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable23a30f59 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable23a30f59 - request: body: null headers: @@ -83,23 +84,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A31.3002548Z''\"","PartitionKey":"pk23a30f59","RowKey":"rk23a30f59","Timestamp":"2020-09-02T21:17:31.3002548Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:30 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A31.3002548Z'" + date: Fri, 04 Sep 2020 23:54:19 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.0967992Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -107,18 +108,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable23a30f59(PartitionKey='pk23a30f59',RowKey='rk23a30f59') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable23a30f59(PartitionKey='pk23a30f59',RowKey='rk23a30f59') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -129,12 +130,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:19 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable23a30f59') + url: https://pyacrstorageok324lpz7akw.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 97fed46d0d05..3bf603437e93 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: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 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: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:19 GMT location: https://storagename.table.core.windows.net/Tables('uttable103b14b9') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,37 +35,38 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk103b14b9", "RowKey": "rk103b14b9", "\u554a\u9f44\u4e02\u72db\u72dc": - "\ua015"}' + body: '{"PartitionKey": "pk103b14b9", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk103b14b9", "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 Content-Length: - - '98' + - '233' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A31.5755451Z''\"","PartitionKey":"pk103b14b9","RowKey":"rk103b14b9","Timestamp":"2020-09-02T21:17:31.5755451Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"}' + 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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A31.5755451Z'" + date: Fri, 04 Sep 2020 23:54:19 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.3238215Z'" 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 @@ -74,37 +75,38 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable103b14b9 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable103b14b9 - request: - body: '{"PartitionKey": "pk103b14b9", "RowKey": "test2", "\u554a\u9f44\u4e02\u72db\u72dc": - "hello"}' + body: '{"PartitionKey": "pk103b14b9", "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 Content-Length: - - '92' + - '227' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:30 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A31.6165747Z''\"","PartitionKey":"pk103b14b9","RowKey":"test2","Timestamp":"2020-09-02T21:17:31.6165747Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}' + 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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A31.6165747Z'" + date: Fri, 04 Sep 2020 23:54:19 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.3548442Z'" 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 @@ -113,7 +115,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable103b14b9 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable103b14b9 - request: body: null headers: @@ -122,22 +124,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A31.5755451Z''\"","PartitionKey":"pk103b14b9","RowKey":"rk103b14b9","Timestamp":"2020-09-02T21:17:31.5755451Z","\u554a\u9f44\u4e02\u72db\u72dc":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-02T21%3A17%3A31.6165747Z''\"","PartitionKey":"pk103b14b9","RowKey":"test2","Timestamp":"2020-09-02T21:17:31.6165747Z","\u554a\u9f44\u4e02\u72db\u72dc":"hello"}]}' + 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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:19 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -145,18 +147,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable103b14b9() + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable103b14b9() - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -167,12 +169,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:19 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable103b14b9') + url: https://pyacrstorageok324lpz7akw.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 69dbff5129f3..2e647bf6a0aa 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: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:20 GMT location: https://storagename.table.core.windows.net/Tables('uttable259e1535') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,36 +35,38 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk259e1535", "RowKey": "rk259e1535", "Description": "\ua015"}' + body: '{"PartitionKey": "pk259e1535", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk259e1535", "RowKey@odata.type": "Edm.String", "Description": "\ua015", + "Description@odata.type": "Edm.String"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '79' + - '195' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A31.8539956Z''\"","PartitionKey":"pk259e1535","RowKey":"rk259e1535","Timestamp":"2020-09-02T21:17:31.8539956Z","Description":"\ua015"}' + 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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A31.8539956Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.5918276Z'" 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 @@ -73,36 +75,38 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable259e1535 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable259e1535 - request: - body: '{"PartitionKey": "pk259e1535", "RowKey": "test2", "Description": "\ua015"}' + body: '{"PartitionKey": "pk259e1535", "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 Content-Length: - - '74' + - '190' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A31.8840166Z''\"","PartitionKey":"pk259e1535","RowKey":"test2","Timestamp":"2020-09-02T21:17:31.8840166Z","Description":"\ua015"}' + 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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A31.8840166Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.6238503Z'" 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 @@ -111,7 +115,7 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable259e1535 + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable259e1535 - request: body: null headers: @@ -120,22 +124,22 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A31.8539956Z''\"","PartitionKey":"pk259e1535","RowKey":"rk259e1535","Timestamp":"2020-09-02T21:17:31.8539956Z","Description":"\ua015"},{"odata.etag":"W/\"datetime''2020-09-02T21%3A17%3A31.8840166Z''\"","PartitionKey":"pk259e1535","RowKey":"test2","Timestamp":"2020-09-02T21:17:31.8840166Z","Description":"\ua015"}]}' + 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"}]}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:20 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -143,18 +147,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable259e1535() + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable259e1535() - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -165,12 +169,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:20 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable259e1535') + url: https://pyacrstorageok324lpz7akw.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 bc3e8c561809..bf29fc1ac349 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: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:20 GMT location: https://storagename.table.core.windows.net/Tables('uttable75d9116d') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk75d9116d", "RowKey": "rk75d9116d", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk75d9116d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk75d9116d", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A32.1575269Z''\"","PartitionKey":"pk75d9116d","RowKey":"rk75d9116d","Timestamp":"2020-09-02T21:17:32.1575269Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A32.1575269Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.8620423Z'" 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 @@ -78,28 +79,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable75d9116d + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable75d9116d - request: - body: '{"PartitionKey": "pk75d9116d", "RowKey": "rk75d9116d", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk75d9116d", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk75d9116d", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT x-ms-version: - '2019-02-02' method: PUT @@ -110,15 +113,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:31 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A32.1982687Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.8956028Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') - request: body: null headers: @@ -127,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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-02T21%3A17%3A32.1982687Z''\"","PartitionKey":"pk75d9116d","RowKey":"rk75d9116d","Timestamp":"2020-09-02T21:17:32.1982687Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A32.1982687Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A20.8956028Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -151,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable75d9116d(PartitionKey='pk75d9116d',RowKey='rk75d9116d') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -173,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:20 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable75d9116d') + url: https://pyacrstorageok324lpz7akw.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 b35c447cec57..02f530eb2972 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: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:20 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: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:20 GMT location: https://storagename.table.core.windows.net/Tables('uttable7e8316e7') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,28 +35,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk7e8316e7", "RowKey": "rk7e8316e7", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk7e8316e7", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk7e8316e7", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:21 GMT If-Match: - '*' User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:21 GMT x-ms-version: - '2019-02-02' method: PUT @@ -64,11 +66,11 @@ interactions: response: body: string: '{"odata.error":{"code":"ResourceNotFound","message":{"lang":"en-US","value":"The - specified resource does not exist.\nRequestId:8403cf8e-1002-0063-196e-819844000000\nTime:2020-09-02T21:17:32.4349938Z"}}}' + specified resource does not exist.\nRequestId:7c1fadc0-c002-0002-4916-832191000000\nTime:2020-09-04T23:54:21.1465286Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:20 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -76,18 +78,18 @@ interactions: status: code: 404 message: Not Found - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable7e8316e7(PartitionKey='pk7e8316e7',RowKey='rk7e8316e7') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable7e8316e7(PartitionKey='pk7e8316e7',RowKey='rk7e8316e7') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:21 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -98,12 +100,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:31 GMT + date: Fri, 04 Sep 2020 23:54:20 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable7e8316e7') + url: https://pyacrstorageok324lpz7akw.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 6458d58a9ff6..1a09d7a8ce18 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: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:31 GMT + - Fri, 04 Sep 2020 23:54:21 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: Wed, 02 Sep 2020 21:17:32 GMT + date: Fri, 04 Sep 2020 23:54:20 GMT location: https://storagename.table.core.windows.net/Tables('uttable42cf1a0e') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pk42cf1a0e", "RowKey": "rk42cf1a0e", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pk42cf1a0e", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk42cf1a0e", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 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-02T21%3A17%3A32.6495029Z''\"","PartitionKey":"pk42cf1a0e","RowKey":"rk42cf1a0e","Timestamp":"2020-09-02T21:17:32.6495029Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:32 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A32.6495029Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A21.3613442Z'" 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 @@ -78,28 +79,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42cf1a0e + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42cf1a0e - request: - body: '{"PartitionKey": "pk42cf1a0e", "RowKey": "rk42cf1a0e", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pk42cf1a0e", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rk42cf1a0e", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 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) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT x-ms-version: - '2019-02-02' method: PUT @@ -107,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:a161c4c9-2002-0060-6b6e-819b43000000\nTime:2020-09-02T21:17:32.6875300Z"}}}' + update condition specified in the request was not satisfied.\nRequestId:4c727900-8002-0027-5916-83b922000000\nTime:2020-09-04T23:54:21.3973703Z"}}}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:32 GMT + date: Fri, 04 Sep 2020 23:54:20 GMT server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -119,18 +122,18 @@ interactions: status: code: 412 message: Precondition Failed - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttable42cf1a0e(PartitionKey='pk42cf1a0e',RowKey='rk42cf1a0e') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttable42cf1a0e(PartitionKey='pk42cf1a0e',RowKey='rk42cf1a0e') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -141,12 +144,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:33 GMT + date: Fri, 04 Sep 2020 23:54:20 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttable42cf1a0e') + url: https://pyacrstorageok324lpz7akw.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 0af26ff9a733..cd4d347a38c8 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: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 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: Wed, 02 Sep 2020 21:17:32 GMT + date: Fri, 04 Sep 2020 23:54:20 GMT location: https://storagename.table.core.windows.net/Tables('uttablec46617fa') server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked @@ -35,41 +35,42 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/Tables - request: - body: '{"PartitionKey": "pkc46617fa", "RowKey": "rkc46617fa", "age": 39, "sex": - "male", "married": true, "deceased": false, "ratio": 3.1, "evenratio": 3.0, - "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", "Birthday@odata.type": - "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime", - "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": 20, "clsid": - "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' + body: '{"PartitionKey": "pkc46617fa", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc46617fa", "RowKey@odata.type": "Edm.String", "age": 39, "sex": + "male", "sex@odata.type": "Edm.String", "married": true, "deceased": false, + "ratio": 3.1, "evenratio": 3.0, "large": 933311100, "Birthday": "1973-10-04T00:00:00Z", + "Birthday@odata.type": "Edm.DateTime", "birthday": "1970-10-04T00:00:00Z", "birthday@odata.type": + "Edm.DateTime", "binary": "YmluYXJ5", "binary@odata.type": "Edm.Binary", "other": + 20, "clsid": "c9da6455-213d-42c9-9a79-3e9149a57833", "clsid@odata.type": "Edm.Guid"}' headers: Accept: - application/json;odata=minimalmetadata Content-Length: - - '469' + - '577' Content-Type: - application/json;odata=nometadata DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 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-02T21%3A17%3A33.2071468Z''\"","PartitionKey":"pkc46617fa","RowKey":"rkc46617fa","Timestamp":"2020-09-02T21:17:33.2071468Z","age":39,"sex":"male","married":true,"deceased":false,"ratio":3.1,"evenratio":3.0,"large":933311100,"Birthday@odata.type":"Edm.DateTime","Birthday":"1973-10-04T00:00:00Z","birthday@odata.type":"Edm.DateTime","birthday":"1970-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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:32 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A33.2071468Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A21.5958936Z'" 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 @@ -78,28 +79,30 @@ interactions: status: code: 201 message: Created - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablec46617fa + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec46617fa - request: - body: '{"PartitionKey": "pkc46617fa", "RowKey": "rkc46617fa", "age": "abc", "sex": - "female", "sign": "aquarius", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": + body: '{"PartitionKey": "pkc46617fa", "PartitionKey@odata.type": "Edm.String", + "RowKey": "rkc46617fa", "RowKey@odata.type": "Edm.String", "age": "abc", "age@odata.type": + "Edm.String", "sex": "female", "sex@odata.type": "Edm.String", "sign": "aquarius", + "sign@odata.type": "Edm.String", "birthday": "1991-10-04T00:00:00Z", "birthday@odata.type": "Edm.DateTime"}' headers: Accept: - application/json Content-Length: - - '180' + - '353' Content-Type: - application/json DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT If-Match: - - W/"datetime'2020-09-02T21%3A17%3A33.2071468Z'" + - W/"datetime'2020-09-04T23%3A54%3A21.5958936Z'" User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT x-ms-version: - '2019-02-02' method: PUT @@ -110,15 +113,15 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:32 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A33.2379829Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A21.636124Z'" 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') - request: body: null headers: @@ -127,23 +130,23 @@ interactions: DataServiceVersion: - '3.0' Date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 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-02T21%3A17%3A33.2379829Z''\"","PartitionKey":"pkc46617fa","RowKey":"rkc46617fa","Timestamp":"2020-09-02T21:17:33.2379829Z","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-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"}' headers: cache-control: no-cache content-type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8 - date: Wed, 02 Sep 2020 21:17:32 GMT - etag: W/"datetime'2020-09-02T21%3A17%3A33.2379829Z'" + date: Fri, 04 Sep 2020 23:54:20 GMT + etag: W/"datetime'2020-09-04T23%3A54%3A21.636124Z'" server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-content-type-options: nosniff @@ -151,18 +154,18 @@ interactions: status: code: 200 message: OK - url: https://pyacrstoragewfzwusgqqhrx.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/uttablec46617fa(PartitionKey='pkc46617fa',RowKey='rkc46617fa') - request: body: null headers: Accept: - application/json Date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT x-ms-version: - '2019-02-02' method: DELETE @@ -173,12 +176,12 @@ interactions: headers: cache-control: no-cache content-length: '0' - date: Wed, 02 Sep 2020 21:17:32 GMT + date: Fri, 04 Sep 2020 23:54:20 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/Tables('uttablec46617fa') + url: https://pyacrstorageok324lpz7akw.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 6575896294b1..a175fd5605ac 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: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT x-ms-version: - '2019-02-02' method: PUT @@ -29,16 +29,16 @@ interactions: string: 'InvalidXmlDocumentXML specified is not syntactically valid. - RequestId:7cb77e92-3002-0030-636e-81844b000000 + RequestId:387e7202-3002-0071-5816-835152000000 - Time:2020-09-02T21:17:33.5056313Z' + Time:2020-09-04T23:54:21.8864855Z' headers: content-length: - '327' content-type: - application/xml date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 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 7c4bdf681e56..4319f834dee3 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: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:17:32 GMT + - Fri, 04 Sep 2020 23:54:21 GMT x-ms-version: - '2019-02-02' method: PUT @@ -30,7 +30,7 @@ interactions: string: '' headers: date: - - Wed, 02 Sep 2020 21:17:33 GMT + - Fri, 04 Sep 2020 23:54:21 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -50,11 +50,11 @@ interactions: Connection: - keep-alive Date: - - Wed, 02 Sep 2020 21:18:03 GMT + - Fri, 04 Sep 2020 23:54:52 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:18:03 GMT + - Fri, 04 Sep 2020 23:54:52 GMT x-ms-version: - '2019-02-02' method: GET @@ -67,7 +67,7 @@ interactions: content-type: - application/xml date: - - Wed, 02 Sep 2020 21:18:03 GMT + - Fri, 04 Sep 2020 23:54:51 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 ae75627b3f1f..5c0261066b76 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: - - Wed, 02 Sep 2020 21:18:03 GMT + - Fri, 04 Sep 2020 23:54:52 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:18:03 GMT + - Fri, 04 Sep 2020 23:54:52 GMT x-ms-version: - '2019-02-02' method: PUT @@ -29,7 +29,7 @@ interactions: string: '' headers: date: - - Wed, 02 Sep 2020 21:18:03 GMT + - Fri, 04 Sep 2020 23:54:51 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -49,11 +49,11 @@ interactions: Connection: - keep-alive Date: - - Wed, 02 Sep 2020 21:18:33 GMT + - Fri, 04 Sep 2020 23:55:22 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:18:33 GMT + - Fri, 04 Sep 2020 23:55:22 GMT x-ms-version: - '2019-02-02' method: GET @@ -66,7 +66,7 @@ interactions: content-type: - application/xml date: - - Wed, 02 Sep 2020 21:18:33 GMT + - Fri, 04 Sep 2020 23:55:21 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 b67fc18d236c..4796f57a6230 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: - - Wed, 02 Sep 2020 21:18:33 GMT + - Fri, 04 Sep 2020 23:55:22 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:18:33 GMT + - Fri, 04 Sep 2020 23:55:22 GMT x-ms-version: - '2019-02-02' method: PUT @@ -29,7 +29,7 @@ interactions: string: '' headers: date: - - Wed, 02 Sep 2020 21:18:33 GMT + - Fri, 04 Sep 2020 23:55:22 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -49,11 +49,11 @@ interactions: Connection: - keep-alive Date: - - Wed, 02 Sep 2020 21:19:04 GMT + - Fri, 04 Sep 2020 23:55:53 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:19:04 GMT + - Fri, 04 Sep 2020 23:55:53 GMT x-ms-version: - '2019-02-02' method: GET @@ -66,7 +66,7 @@ interactions: content-type: - application/xml date: - - Wed, 02 Sep 2020 21:19:03 GMT + - Fri, 04 Sep 2020 23:55:52 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 d4b877026422..7f8f2bd56c9e 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: - - Wed, 02 Sep 2020 21:19:04 GMT + - Fri, 04 Sep 2020 23:55:53 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:19:04 GMT + - Fri, 04 Sep 2020 23:55:53 GMT x-ms-version: - '2019-02-02' method: PUT @@ -29,7 +29,7 @@ interactions: string: '' headers: date: - - Wed, 02 Sep 2020 21:19:04 GMT + - Fri, 04 Sep 2020 23:55:53 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -49,11 +49,11 @@ interactions: Connection: - keep-alive Date: - - Wed, 02 Sep 2020 21:19:34 GMT + - Fri, 04 Sep 2020 23:56:23 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:19:34 GMT + - Fri, 04 Sep 2020 23:56:23 GMT x-ms-version: - '2019-02-02' method: GET @@ -66,7 +66,7 @@ interactions: content-type: - application/xml date: - - Wed, 02 Sep 2020 21:19:34 GMT + - Fri, 04 Sep 2020 23:56:23 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/tables/azure-data-tables/tests/recordings/test_table_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 a73b891cc3d1..6c98e80c25a3 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: - - Wed, 02 Sep 2020 21:19:34 GMT + - Fri, 04 Sep 2020 23:56:23 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:19:34 GMT + - Fri, 04 Sep 2020 23:56:23 GMT x-ms-version: - '2019-02-02' method: PUT @@ -30,7 +30,7 @@ interactions: string: '' headers: date: - - Wed, 02 Sep 2020 21:19:34 GMT + - Fri, 04 Sep 2020 23:56:23 GMT server: - Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -50,11 +50,11 @@ interactions: Connection: - keep-alive Date: - - Wed, 02 Sep 2020 21:20:04 GMT + - Fri, 04 Sep 2020 23:56:54 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:20:04 GMT + - Fri, 04 Sep 2020 23:56:54 GMT x-ms-version: - '2019-02-02' method: GET @@ -67,7 +67,7 @@ interactions: content-type: - application/xml date: - - Wed, 02 Sep 2020 21:20:04 GMT + - Fri, 04 Sep 2020 23:56:53 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 02504ed0ab6a..27b4443007ec 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: - - Wed, 02 Sep 2020 21:20:04 GMT + - Fri, 04 Sep 2020 23:56:54 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:20:04 GMT + - Fri, 04 Sep 2020 23:56:54 GMT x-ms-version: - '2019-02-02' method: PUT @@ -35,16 +35,16 @@ interactions: string: 'InvalidXmlDocumentXML specified is not syntactically valid. - RequestId:47961634-9002-001f-7d6e-810571000000 + RequestId:575ef8cf-1002-006d-5917-838945000000 - Time:2020-09-02T21:20:05.7661747Z' + Time:2020-09-04T23:56:54.4888274Z' headers: content-length: - '327' content-type: - application/xml date: - - Wed, 02 Sep 2020 21:20:05 GMT + - Fri, 04 Sep 2020 23:56:54 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_set_cors_async.yaml b/sdk/tables/azure-data-tables/tests/recordings/test_table_service_properties_async.test_set_cors_async.yaml index 0cf841fc06d2..ccf0c21bcd17 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: - - Wed, 02 Sep 2020 21:20:05 GMT + - Fri, 04 Sep 2020 23:56:54 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:20:05 GMT + - Fri, 04 Sep 2020 23:56:54 GMT x-ms-version: - '2019-02-02' method: PUT @@ -25,25 +25,25 @@ interactions: body: string: '' headers: - date: Wed, 02 Sep 2020 21:20:05 GMT + date: Fri, 04 Sep 2020 23:56:54 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Wed, 02 Sep 2020 21:20:35 GMT + - Fri, 04 Sep 2020 23:57:24 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:20:35 GMT + - Fri, 04 Sep 2020 23:57:24 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: Wed, 02 Sep 2020 21:20:35 GMT + date: Fri, 04 Sep 2020 23:57:24 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.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 aa06fee801ba..5228f02c0610 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: - - Wed, 02 Sep 2020 21:20:35 GMT + - Fri, 04 Sep 2020 23:57:24 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:20:35 GMT + - Fri, 04 Sep 2020 23:57:24 GMT x-ms-version: - '2019-02-02' method: PUT @@ -24,25 +24,25 @@ interactions: body: string: '' headers: - date: Wed, 02 Sep 2020 21:20:36 GMT + date: Fri, 04 Sep 2020 23:57:24 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Wed, 02 Sep 2020 21:21:05 GMT + - Fri, 04 Sep 2020 23:57:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:21:05 GMT + - Fri, 04 Sep 2020 23:57:55 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: Wed, 02 Sep 2020 21:21:05 GMT + date: Fri, 04 Sep 2020 23:57:55 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.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 a4e1c8906aaf..dfd405c9ce78 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: - - Wed, 02 Sep 2020 21:21:05 GMT + - Fri, 04 Sep 2020 23:57:55 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:21:05 GMT + - Fri, 04 Sep 2020 23:57:55 GMT x-ms-version: - '2019-02-02' method: PUT @@ -24,25 +24,25 @@ interactions: body: string: '' headers: - date: Wed, 02 Sep 2020 21:21:06 GMT + date: Fri, 04 Sep 2020 23:57:54 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Wed, 02 Sep 2020 21:21:36 GMT + - Fri, 04 Sep 2020 23:58:25 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:21:36 GMT + - Fri, 04 Sep 2020 23:58:25 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: Wed, 02 Sep 2020 21:21:36 GMT + date: Fri, 04 Sep 2020 23:58:25 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.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 d8139781526b..8c88e2dff954 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: - - Wed, 02 Sep 2020 21:21:36 GMT + - Fri, 04 Sep 2020 23:58:25 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:21:36 GMT + - Fri, 04 Sep 2020 23:58:25 GMT x-ms-version: - '2019-02-02' method: PUT @@ -24,25 +24,25 @@ interactions: body: string: '' headers: - date: Wed, 02 Sep 2020 21:21:36 GMT + date: Fri, 04 Sep 2020 23:58:25 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Wed, 02 Sep 2020 21:22:06 GMT + - Fri, 04 Sep 2020 23:58:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:22:06 GMT + - Fri, 04 Sep 2020 23:58:56 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: Wed, 02 Sep 2020 21:22:07 GMT + date: Fri, 04 Sep 2020 23:58:55 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.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 2774d4b97bf4..f555fc40bef0 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: - - Wed, 02 Sep 2020 21:22:06 GMT + - Fri, 04 Sep 2020 23:58:56 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:22:06 GMT + - Fri, 04 Sep 2020 23:58:56 GMT x-ms-version: - '2019-02-02' method: PUT @@ -25,25 +25,25 @@ interactions: body: string: '' headers: - date: Wed, 02 Sep 2020 21:22:06 GMT + date: Fri, 04 Sep 2020 23:58:56 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.table.core.windows.net/?restype=service&comp=properties - request: body: null headers: Accept: - application/xml Date: - - Wed, 02 Sep 2020 21:22:36 GMT + - Fri, 04 Sep 2020 23:59:26 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:22:36 GMT + - Fri, 04 Sep 2020 23:59:26 GMT x-ms-version: - '2019-02-02' method: GET @@ -54,12 +54,12 @@ interactions: />" headers: content-type: application/xml - date: Wed, 02 Sep 2020 21:22:36 GMT + date: Fri, 04 Sep 2020 23:59:26 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://pyacrstoragewfzwusgqqhrx.table.core.windows.net/?restype=service&comp=properties + url: https://pyacrstorageok324lpz7akw.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 1ad0af8bfe3b..be179da332f8 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,23 +9,24 @@ interactions: Connection: - keep-alive Date: - - Wed, 02 Sep 2020 21:22:56 GMT + - Fri, 04 Sep 2020 23:59:46 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:22:56 GMT + - Fri, 04 Sep 2020 23:59:46 GMT x-ms-version: - '2019-02-02' method: GET uri: https://pyacrstoragestorname-secondary.table.core.windows.net/?restype=service&comp=stats response: body: - string: "\uFEFFunavailable" + string: "\uFEFFliveFri, + 04 Sep 2020 23:57:28 GMT" headers: content-type: - application/xml date: - - Wed, 02 Sep 2020 21:22:57 GMT + - Fri, 04 Sep 2020 23:59:46 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 d7bbd374e0af..51c1c07c2a31 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: - - Wed, 02 Sep 2020 21:23:18 GMT + - Sat, 05 Sep 2020 00:00:08 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:23:18 GMT + - Sat, 05 Sep 2020 00:00:08 GMT x-ms-version: - '2019-02-02' method: GET @@ -25,7 +25,7 @@ interactions: content-type: - application/xml date: - - Wed, 02 Sep 2020 21:23:19 GMT + - Sat, 05 Sep 2020 00:00: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_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 337e16f94d13..7f2948934543 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: - - Wed, 02 Sep 2020 21:23:41 GMT + - Sat, 05 Sep 2020 00:00:30 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:23:41 GMT + - Sat, 05 Sep 2020 00:00:30 GMT x-ms-version: - '2019-02-02' method: GET @@ -19,12 +19,12 @@ interactions: string: "\uFEFFunavailable" headers: content-type: application/xml - date: Wed, 02 Sep 2020 21:23:42 GMT + date: Sat, 05 Sep 2020 00:00:30 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://pyacrstorageamdnko65e4pj-secondary.table.core.windows.net/?restype=service&comp=stats + url: https://pyacrstorageilbwkahw6juj-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 9f2362f0e1ae..d9333e550092 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: - - Wed, 02 Sep 2020 21:24:06 GMT + - Sat, 05 Sep 2020 00:00:52 GMT User-Agent: - azsdk-python-data-tables/12.0.0b1 Python/3.8.4 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 02 Sep 2020 21:24:06 GMT + - Sat, 05 Sep 2020 00:00:52 GMT x-ms-version: - '2019-02-02' method: GET @@ -18,14 +18,13 @@ interactions: body: string: "\uFEFFunavailable" headers: - connection: close content-type: application/xml - date: Wed, 02 Sep 2020 21:24:07 GMT + date: Sat, 05 Sep 2020 00:00:53 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://pyacrstoragec4ugfeufcsxf-secondary.table.core.windows.net/?restype=service&comp=stats + url: https://pyacrstorage2k5qjvtcg7oi-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 06327149fe77..bc0414f759b7 100644 --- a/sdk/tables/azure-data-tables/tests/test_table.py +++ b/sdk/tables/azure-data-tables/tests/test_table.py @@ -455,13 +455,13 @@ def test_account_sas(self, resource_group, location, storage_account, storage_ac table = self._create_table(tsc) try: entity = { - 'PartitionKey': 'test', - 'RowKey': 'test1', - 'text': 'hello', + 'PartitionKey': u'test', + 'RowKey': u'test1', + 'text': u'hello', } table.upsert_entity(mode=UpdateMode.MERGE, entity=entity) - entity['RowKey'] = 'test2' + entity['RowKey'] = u'test2' table.upsert_entity(mode=UpdateMode.MERGE, entity=entity) token = generate_account_sas( @@ -483,8 +483,8 @@ def test_account_sas(self, resource_group, location, storage_account, storage_ac # Assert self.assertEqual(len(entities), 2) - self.assertEqual(entities[0].text, 'hello') - self.assertEqual(entities[1].text, 'hello') + self.assertEqual(entities[0].text.value, 'hello') + self.assertEqual(entities[1].text.value, 'hello') finally: self._delete_table(table=table, ts=tsc) 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 9072eb2a440c..2f26b4d33720 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_async.py +++ b/sdk/tables/azure-data-tables/tests/test_table_async.py @@ -481,8 +481,8 @@ async def test_account_sas(self, resource_group, location, storage_account, stor # Assert self.assertEqual(len(entities), 1) - # self.assertEqual(entities[0].text, 'hello') - # self.assertEqual(entities[1].text, 'hello') + self.assertEqual(entities[0].text.value, 'hello') + self.assertEqual(entities[1].text.value, 'hello') finally: await self._delete_table(table=table, ts=tsc) 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 db1bd66dead2..9e0cb8cf6ed2 100644 --- a/sdk/tables/azure-data-tables/tests/test_table_entity.py +++ b/sdk/tables/azure-data-tables/tests/test_table_entity.py @@ -7,6 +7,7 @@ # -------------------------------------------------------------------------- import unittest +import msrest import pytest @@ -88,25 +89,37 @@ def _create_random_base_entity_dict(self): """ Creates a dict-based entity with only pk and rk. """ - partition = self.get_resource_name('pk') - row = self.get_resource_name('rk') + # partition = self.get_resource_name('pk') + # row = self.get_resource_name('rk') + partition, row = self._create_pk_rk(None, None) return { 'PartitionKey': partition, 'RowKey': row, } + def _create_pk_rk(self, pk, rk): + try: + pk = pk if pk is not None else self.get_resource_name('pk').decode('utf-8') + rk = rk if rk is not None else self.get_resource_name('rk').decode('utf-8') + except AttributeError: + pk = pk if pk is not None else self.get_resource_name('pk') + rk = rk if rk is not None else self.get_resource_name('rk') + return pk, rk + + def _create_random_entity_dict(self, pk=None, rk=None): """ Creates a dictionary-based entity with fixed values, using all of the supported data types. """ - partition = pk if pk is not None else self.get_resource_name('pk') - row = rk if rk is not None else self.get_resource_name('rk') + # partition = pk if pk is not None else self.get_resource_name('pk').decode('utf-8') + # row = rk if rk is not None else self.get_resource_name('rk').decode('utf-8') + partition, row = self._create_pk_rk(pk, rk) properties = { 'PartitionKey': partition, 'RowKey': row, 'age': 39, - 'sex': 'male', + 'sex': u'male', 'married': True, 'deceased': False, 'optional': None, @@ -138,9 +151,9 @@ def _create_updated_entity_dict(self, partition, row): return { 'PartitionKey': partition, 'RowKey': row, - 'age': 'abc', - 'sex': 'female', - 'sign': 'aquarius', + 'age': u'abc', + 'sex': u'female', + 'sign': u'aquarius', 'birthday': datetime(1991, 10, 4, tzinfo=tzutc()) } @@ -149,7 +162,7 @@ def _assert_default_entity(self, entity, headers=None): Asserts that the entity passed in matches the default entity. ''' self.assertEqual(entity['age'].value, 39) - self.assertEqual(entity['sex'], 'male') + self.assertEqual(entity['sex'].value, 'male') self.assertEqual(entity['married'], True) self.assertEqual(entity['deceased'], False) self.assertFalse("optional" in entity) @@ -177,7 +190,7 @@ def _assert_default_entity_json_full_metadata(self, entity, headers=None): Asserts that the entity passed in matches the default entity. ''' self.assertEqual(entity['age'].value, 39) - self.assertEqual(entity['sex'], 'male') + self.assertEqual(entity['sex'].value, 'male') self.assertEqual(entity['married'], True) self.assertEqual(entity['deceased'], False) self.assertFalse("optional" in entity) @@ -209,7 +222,7 @@ def _assert_default_entity_json_no_metadata(self, entity, headers=None): Asserts that the entity passed in matches the default entity. ''' self.assertEqual(entity['age'].value, 39) - self.assertEqual(entity['sex'], 'male') + self.assertEqual(entity['sex'].value, 'male') self.assertEqual(entity['married'], True) self.assertEqual(entity['deceased'], False) self.assertFalse("optional" in entity) @@ -217,15 +230,15 @@ def _assert_default_entity_json_no_metadata(self, entity, headers=None): self.assertEqual(entity['ratio'], 3.1) self.assertEqual(entity['evenratio'], 3.0) self.assertEqual(entity['large'].value, 933311100) - self.assertTrue(entity['Birthday'].startswith('1973-10-04T00:00:00')) - self.assertTrue(entity['birthday'].startswith('1970-10-04T00:00:00')) - self.assertTrue(entity['Birthday'].endswith('00Z')) - self.assertTrue(entity['birthday'].endswith('00Z')) - self.assertEqual(entity['binary'], b64encode(b'binary').decode('utf-8')) + self.assertTrue(entity['Birthday'].value.startswith('1973-10-04T00:00:00')) + self.assertTrue(entity['birthday'].value.startswith('1970-10-04T00:00:00')) + self.assertTrue(entity['Birthday'].value.endswith('00Z')) + self.assertTrue(entity['birthday'].value.endswith('00Z')) + self.assertEqual(entity['binary'].value, b64encode(b'binary').decode('utf-8')) self.assertIsInstance(entity['other'], EntityProperty) self.assertEqual(entity['other'].type, EdmType.INT32) self.assertEqual(entity['other'].value, 20) - self.assertEqual(entity['clsid'], 'c9da6455-213d-42c9-9a79-3e9149a57833') + self.assertEqual(entity['clsid'].value, 'c9da6455-213d-42c9-9a79-3e9149a57833') # self.assertIsNone(entity.odata) # self.assertIsNotNone(entity.Timestamp) @@ -238,11 +251,11 @@ def _assert_updated_entity(self, entity): ''' Asserts that the entity passed in matches the updated entity. ''' - self.assertEqual(entity.age, 'abc') - self.assertEqual(entity.sex, 'female') + self.assertEqual(entity.age.value, 'abc') + self.assertEqual(entity.sex.value, 'female') self.assertFalse(hasattr(entity, "married")) self.assertFalse(hasattr(entity, "deceased")) - self.assertEqual(entity.sign, 'aquarius') + self.assertEqual(entity.sign.value, 'aquarius') self.assertFalse(hasattr(entity, "optional")) self.assertFalse(hasattr(entity, "ratio")) self.assertFalse(hasattr(entity, "evenratio")) @@ -262,12 +275,12 @@ def _assert_merged_entity(self, entity): Asserts that the entity passed in matches the default entity merged with the updated entity. ''' - self.assertEqual(entity.age, 'abc') - self.assertEqual(entity.sex, 'female') - self.assertEqual(entity.sign, 'aquarius') + self.assertEqual(entity.age.value, 'abc') + self.assertEqual(entity.sex.value, 'female') + self.assertEqual(entity.sign.value, 'aquarius') self.assertEqual(entity.married, True) self.assertEqual(entity.deceased, False) - self.assertEqual(entity.sign, 'aquarius') + self.assertEqual(entity.sign.value, 'aquarius') self.assertEqual(entity.ratio, 3.1) self.assertEqual(entity.evenratio, 3.0) self.assertEqual(entity.large.value, 933311100) @@ -493,7 +506,7 @@ def test_insert_entity_empty_string_pk(self, resource_group, location, storage_a # Arrange self._set_up(storage_account, storage_account_key) try: - entity = {'RowKey': 'rk', 'PartitionKey': ''} + entity = {'RowKey': u'rk', 'PartitionKey': u''} # Act if 'cosmos' in self.table.url: @@ -527,7 +540,7 @@ def test_insert_entity_empty_string_rk(self, resource_group, location, storage_a # Arrange self._set_up(storage_account, storage_account_key) try: - entity = {'PartitionKey': 'pk', 'RowKey': ''} + entity = {'PartitionKey': u'pk', 'RowKey': u''} # Act if 'cosmos' in self.table.url: @@ -658,8 +671,8 @@ def test_get_entity_if_match_wrong_etag(self, resource_group, location, storage_ try: table = self.ts.create_table("testtable") entity = { - "PartitionKey": "PartitionKey", - "RowKey": "RowKey", + "PartitionKey": u"PartitionKey", + "RowKey": u"RowKey", "Value": 1 } @@ -1205,10 +1218,9 @@ def test_delete_entity_with_if_doesnt_match(self, resource_group, location, stor finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.skipif(msrest.__version__ < "0.6.19", reason="msrest version must be 0.6.19") @GlobalStorageAccountPreparer() def test_unicode_property_value(self, resource_group, location, storage_account, storage_account_key): - ''' regression test for github issue #57''' # Arrange self._set_up(storage_account, storage_account_key) try: @@ -1216,7 +1228,7 @@ def test_unicode_property_value(self, resource_group, location, storage_account, entity1 = entity.copy() entity1.update({'Description': u'ꀕ'}) entity2 = entity.copy() - entity2.update({'RowKey': 'test2', 'Description': 'ꀕ'}) + entity2.update({'RowKey': u'test2', 'Description': u'ꀕ'}) # Act self.table.create_entity(entity=entity1) @@ -1226,12 +1238,12 @@ def test_unicode_property_value(self, resource_group, location, storage_account, # Assert self.assertEqual(len(entities), 2) - self.assertEqual(entities[0].Description, u'ꀕ') - self.assertEqual(entities[1].Description, u'ꀕ') + self.assertEqual(entities[0].Description.value, u'ꀕ') + self.assertEqual(entities[1].Description.value, u'ꀕ') finally: self._tear_down() - # @pytest.mark.skip("pending") + @pytest.mark.skipif(msrest.__version__ < "0.6.19", reason="msrest version must be 0.6.19") @GlobalStorageAccountPreparer() def test_unicode_property_name(self, resource_group, location, storage_account, storage_account_key): # Arrange @@ -1241,7 +1253,7 @@ def test_unicode_property_name(self, resource_group, location, storage_account, entity1 = entity.copy() entity1.update({u'啊齄丂狛狜': u'ꀕ'}) entity2 = entity.copy() - entity2.update({'RowKey': 'test2', u'啊齄丂狛狜': 'hello'}) + entity2.update({'RowKey': u'test2', u'啊齄丂狛狜': u'hello'}) # Act self.table.create_entity(entity=entity1) @@ -1251,8 +1263,8 @@ def test_unicode_property_name(self, resource_group, location, storage_account, # Assert self.assertEqual(len(entities), 2) - self.assertEqual(entities[0][u'啊齄丂狛狜'], u'ꀕ') - self.assertEqual(entities[1][u'啊齄丂狛狜'], u'hello') + self.assertEqual(entities[0][u'啊齄丂狛狜'].value, u'ꀕ') + self.assertEqual(entities[1][u'啊齄丂狛狜'].value, u'hello') finally: self._tear_down() @@ -1262,8 +1274,8 @@ def test_operations_on_entity_with_partition_key_having_single_quote(self, resou storage_account, storage_account_key): # Arrange - partition_key_with_single_quote = "a''''b" - row_key_with_single_quote = "a''''b" + partition_key_with_single_quote = u"a''''b" + row_key_with_single_quote = u"a''''b" self._set_up(storage_account, storage_account_key) try: entity, _ = self._insert_random_entity(pk=partition_key_with_single_quote, rk=row_key_with_single_quote) @@ -1279,14 +1291,14 @@ def test_operations_on_entity_with_partition_key_having_single_quote(self, resou self._assert_updated_entity(received_entity) # Act - sent_entity['newField'] = 'newFieldValue' + sent_entity['newField'] = u'newFieldValue' resp = self.table.update_entity(mode=UpdateMode.MERGE, entity=sent_entity) # Assert self._assert_valid_metadata(resp) received_entity = self.table.get_entity(entity.PartitionKey, entity.RowKey) self._assert_updated_entity(received_entity) - self.assertEqual(received_entity['newField'], 'newFieldValue') + self.assertEqual(received_entity['newField'].value, 'newFieldValue') # Act resp = self.table.delete_entity(entity.PartitionKey, entity.RowKey) @@ -1304,15 +1316,15 @@ def test_empty_and_spaces_property_value(self, resource_group, location, storage try: entity = self._create_random_base_entity_dict() entity.update({ - 'EmptyByte': '', + 'EmptyByte': b'', 'EmptyUnicode': u'', - 'SpacesOnlyByte': ' ', + 'SpacesOnlyByte': b' ', 'SpacesOnlyUnicode': u' ', - 'SpacesBeforeByte': ' Text', + 'SpacesBeforeByte': b' Text', 'SpacesBeforeUnicode': u' Text', - 'SpacesAfterByte': 'Text ', + 'SpacesAfterByte': b'Text ', 'SpacesAfterUnicode': u'Text ', - 'SpacesBeforeAndAfterByte': ' Text ', + 'SpacesBeforeAndAfterByte': b' Text ', 'SpacesBeforeAndAfterUnicode': u' Text ', }) @@ -1322,16 +1334,16 @@ def test_empty_and_spaces_property_value(self, resource_group, location, storage # Assert self.assertIsNotNone(resp) - self.assertEqual(resp.EmptyByte, '') - self.assertEqual(resp.EmptyUnicode, u'') - self.assertEqual(resp.SpacesOnlyByte, ' ') - self.assertEqual(resp.SpacesOnlyUnicode, u' ') - self.assertEqual(resp.SpacesBeforeByte, ' Text') - self.assertEqual(resp.SpacesBeforeUnicode, u' Text') - self.assertEqual(resp.SpacesAfterByte, 'Text ') - self.assertEqual(resp.SpacesAfterUnicode, u'Text ') - self.assertEqual(resp.SpacesBeforeAndAfterByte, ' Text ') - self.assertEqual(resp.SpacesBeforeAndAfterUnicode, u' Text ') + self.assertEqual(resp.EmptyByte.value, b'') + self.assertEqual(resp.EmptyUnicode.value, u'') + self.assertEqual(resp.SpacesOnlyByte.value, b' ') + self.assertEqual(resp.SpacesOnlyUnicode.value, u' ') + self.assertEqual(resp.SpacesBeforeByte.value, b' Text') + self.assertEqual(resp.SpacesBeforeUnicode.value, u' Text') + self.assertEqual(resp.SpacesAfterByte.value, b'Text ') + self.assertEqual(resp.SpacesAfterUnicode.value, u'Text ') + self.assertEqual(resp.SpacesBeforeAndAfterByte.value, b' Text ') + self.assertEqual(resp.SpacesBeforeAndAfterUnicode.value, u' Text ') finally: self._tear_down() @@ -1533,7 +1545,7 @@ def test_query_entities_with_select(self, resource_group, location, storage_acco # Assert self.assertEqual(len(entities), 2) self.assertEqual(entities[0].age.value, 39) - self.assertEqual(entities[0].sex, 'male') + self.assertEqual(entities[0].sex.value, 'male') self.assertFalse(hasattr(entities[0], "birthday")) self.assertFalse(hasattr(entities[0], "married")) self.assertFalse(hasattr(entities[0], "deceased")) @@ -1681,8 +1693,8 @@ def test_sas_add_inside_range(self, resource_group, location, storage_account, s self.table_name, permission=TableSasPermissions(add=True), expiry=datetime.utcnow() + timedelta(hours=1), - start_pk='test', start_rk='test1', - end_pk='test', end_rk='test1', + start_pk=u'test', start_rk=u'test1', + end_pk=u'test', end_rk=u'test1', ) # Act @@ -1691,7 +1703,7 @@ def test_sas_add_inside_range(self, resource_group, location, storage_account, s credential=token, ) table = service.get_table_client(self.table_name) - entity = self._create_random_entity_dict('test', 'test1') + entity = self._create_random_entity_dict(u'test', u'test1') table.create_entity(entity=entity) # Assert 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 91c483b93a5e..3af10a9f6be1 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 @@ -149,7 +149,7 @@ def _assert_default_entity(self, entity, headers=None): Asserts that the entity passed in matches the default entity. ''' self.assertEqual(entity['age'].value, 39) - self.assertEqual(entity['sex'], 'male') + self.assertEqual(entity['sex'].value, 'male') self.assertEqual(entity['married'], True) self.assertEqual(entity['deceased'], False) self.assertFalse("optional" in entity) @@ -178,7 +178,7 @@ def _assert_default_entity_json_full_metadata(self, entity, headers=None): Asserts that the entity passed in matches the default entity. ''' self.assertEqual(entity['age'].value, 39) - self.assertEqual(entity['sex'], 'male') + self.assertEqual(entity['sex'].value, 'male') self.assertEqual(entity['married'], True) self.assertEqual(entity['deceased'], False) self.assertFalse("optional" in entity) @@ -211,7 +211,7 @@ def _assert_default_entity_json_no_metadata(self, entity, headers=None): Asserts that the entity passed in matches the default entity. ''' self.assertEqual(entity['age'].value, 39) - self.assertEqual(entity['sex'], 'male') + self.assertEqual(entity['sex'].value, 'male') self.assertEqual(entity['married'], True) self.assertEqual(entity['deceased'], False) self.assertFalse("optional" in entity) @@ -219,15 +219,15 @@ def _assert_default_entity_json_no_metadata(self, entity, headers=None): self.assertEqual(entity['ratio'], 3.1) self.assertEqual(entity['evenratio'], 3.0) self.assertEqual(entity['large'].value, 933311100) - self.assertTrue(entity['Birthday'].startswith('1973-10-04T00:00:00')) - self.assertTrue(entity['birthday'].startswith('1970-10-04T00:00:00')) - self.assertTrue(entity['Birthday'].endswith('00Z')) - self.assertTrue(entity['birthday'].endswith('00Z')) - self.assertEqual(entity['binary'], b64encode(b'binary').decode('utf-8')) + self.assertTrue(entity['Birthday'].value.startswith('1973-10-04T00:00:00')) + self.assertTrue(entity['birthday'].value.startswith('1970-10-04T00:00:00')) + self.assertTrue(entity['Birthday'].value.endswith('00Z')) + self.assertTrue(entity['birthday'].value.endswith('00Z')) + self.assertEqual(entity['binary'].value, b64encode(b'binary').decode('utf-8')) self.assertIsInstance(entity['other'], EntityProperty) self.assertEqual(entity['other'].type, EdmType.INT32) self.assertEqual(entity['other'].value, 20) - self.assertEqual(entity['clsid'], 'c9da6455-213d-42c9-9a79-3e9149a57833') + self.assertEqual(entity['clsid'].value, 'c9da6455-213d-42c9-9a79-3e9149a57833') # self.assertIsNone(entity.odata) # self.assertIsNotNone(entity.Timestamp) # self.assertIsInstance(entity.Timestamp, datetime) @@ -239,11 +239,11 @@ def _assert_updated_entity(self, entity): ''' Asserts that the entity passed in matches the updated entity. ''' - self.assertEqual(entity.age, 'abc') - self.assertEqual(entity.sex, 'female') + self.assertEqual(entity.age.value, 'abc') + self.assertEqual(entity.sex.value, 'female') self.assertFalse(hasattr(entity, "married")) self.assertFalse(hasattr(entity, "deceased")) - self.assertEqual(entity.sign, 'aquarius') + self.assertEqual(entity.sign.value, 'aquarius') self.assertFalse(hasattr(entity, "optional")) self.assertFalse(hasattr(entity, "ratio")) self.assertFalse(hasattr(entity, "evenratio")) @@ -263,12 +263,11 @@ def _assert_merged_entity(self, entity): Asserts that the entity passed in matches the default entity merged with the updated entity. ''' - self.assertEqual(entity.age, 'abc') - self.assertEqual(entity.sex, 'female') - self.assertEqual(entity.sign, 'aquarius') + self.assertEqual(entity.age.value, 'abc') + self.assertEqual(entity.sex.value, 'female') + self.assertEqual(entity.sign.value, 'aquarius') self.assertEqual(entity.married, True) self.assertEqual(entity.deceased, False) - self.assertEqual(entity.sign, 'aquarius') self.assertEqual(entity.ratio, 3.1) self.assertEqual(entity.evenratio, 3.0) self.assertEqual(entity.large.value, 933311100) @@ -1044,8 +1043,8 @@ async def test_unicode_property_value(self, resource_group, location, storage_ac # Assert self.assertEqual(len(entities), 2) - self.assertEqual(entities[0].Description, u'ꀕ') - self.assertEqual(entities[1].Description, u'ꀕ') + self.assertEqual(entities[0].Description.value, u'ꀕ') + self.assertEqual(entities[1].Description.value, u'ꀕ') finally: await self._tear_down() @@ -1071,8 +1070,8 @@ async def test_unicode_property_name(self, resource_group, location, storage_acc # Assert self.assertEqual(len(entities), 2) - self.assertEqual(entities[0][u'啊齄丂狛狜'], u'ꀕ') - self.assertEqual(entities[1][u'啊齄丂狛狜'], u'hello') + self.assertEqual(entities[0][u'啊齄丂狛狜'].value, u'ꀕ') + self.assertEqual(entities[1][u'啊齄丂狛狜'].value, u'hello') finally: await self._tear_down() @@ -1146,16 +1145,16 @@ async def test_empty_and_spaces_property_value(self, resource_group, location, s # Assert self.assertIsNotNone(resp) - self.assertEqual(resp.EmptyByte, '') - self.assertEqual(resp.EmptyUnicode, u'') - self.assertEqual(resp.SpacesOnlyByte, ' ') - self.assertEqual(resp.SpacesOnlyUnicode, u' ') - self.assertEqual(resp.SpacesBeforeByte, ' Text') - self.assertEqual(resp.SpacesBeforeUnicode, u' Text') - self.assertEqual(resp.SpacesAfterByte, 'Text ') - self.assertEqual(resp.SpacesAfterUnicode, u'Text ') - self.assertEqual(resp.SpacesBeforeAndAfterByte, ' Text ') - self.assertEqual(resp.SpacesBeforeAndAfterUnicode, u' Text ') + self.assertEqual(resp.EmptyByte.value, '') + self.assertEqual(resp.EmptyUnicode.value, u'') + self.assertEqual(resp.SpacesOnlyByte.value, ' ') + self.assertEqual(resp.SpacesOnlyUnicode.value, u' ') + self.assertEqual(resp.SpacesBeforeByte.value, ' Text') + self.assertEqual(resp.SpacesBeforeUnicode.value, u' Text') + self.assertEqual(resp.SpacesAfterByte.value, 'Text ') + self.assertEqual(resp.SpacesAfterUnicode.value, u'Text ') + self.assertEqual(resp.SpacesBeforeAndAfterByte.value, ' Text ') + self.assertEqual(resp.SpacesBeforeAndAfterUnicode.value, u' Text ') finally: await self._tear_down() @@ -1369,7 +1368,7 @@ async def test_query_entities_with_select(self, resource_group, location, storag # Assert self.assertEqual(len(entities), 2) self.assertEqual(entities[0].age.value, 39) - self.assertEqual(entities[0].sex, 'male') + self.assertEqual(entities[0].sex.value, 'male') self.assertFalse(hasattr(entities[0], "birthday")) self.assertFalse(hasattr(entities[0], "married")) self.assertFalse(hasattr(entities[0], "deceased")) diff --git a/sdk/tables/ci.yml b/sdk/tables/ci.yml index 08864275e05f..31a4be496cac 100644 --- a/sdk/tables/ci.yml +++ b/sdk/tables/ci.yml @@ -37,4 +37,6 @@ extends: Artifacts: - name: azure_data_tables safeName: azuredatatables + - name: azure_data_nspkg + safeName: azuredatanspkg diff --git a/sdk/template/azure-template/CHANGELOG.md b/sdk/template/azure-template/CHANGELOG.md index d20ffa8ebae5..999dfa7dc075 100644 --- a/sdk/template/azure-template/CHANGELOG.md +++ b/sdk/template/azure-template/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 0.0.18b3 (Unreleased) + + +## 0.0.18b2 (2020-09-04) +- Testing release tag version + ## 0.0.13b1 (2020-08-27) - Testing out some alpha and beta versioning diff --git a/sdk/template/azure-template/azure/template/_version.py b/sdk/template/azure-template/azure/template/_version.py index 4a01be0b8d95..29c58807e47e 100644 --- a/sdk/template/azure-template/azure/template/_version.py +++ b/sdk/template/azure-template/azure/template/_version.py @@ -1,2 +1,2 @@ # matches SEMVER -VERSION = "0.0.13b1" \ No newline at end of file +VERSION = "0.0.18b3" \ No newline at end of file diff --git a/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py b/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py index 50df4521d0a7..1c84dabacd4b 100644 --- a/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py +++ b/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py @@ -186,8 +186,11 @@ def process_request(self, request): def process_response(self, response): for old, new in self.names_name: if is_text_payload(response) and response['body']['string']: - response['body']['string'] = response['body']['string'].replace(old, new) - + try: + response['body']['string'] = response['body']['string'].replace(old, new) + except UnicodeDecodeError: + body = response['body']['string'] + response['body']['string'].decode('utf8', 'backslashreplace').replace(old, new).encode('utf8', 'backslashreplace') self.replace_header(response, 'location', old, new) self.replace_header(response, 'azure-asyncoperation', old, new)