From c16ffe76d0e7cf3bf93858d6e8d4ec9779dc699c Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 5 Nov 2020 13:13:15 -0800 Subject: [PATCH 01/18] generated root squash swagger --- .../_generated/_azure_file_storage.py | 2 +- .../aio/_azure_file_storage_async.py | 2 +- .../_share_operations_async.py | 24 +++++++++++++++-- .../fileshare/_generated/models/__init__.py | 14 +++++----- .../models/_azure_file_storage_enums.py | 7 +++++ .../fileshare/_generated/models/_models.py | 25 +++++++++++------ .../_generated/models/_models_py3.py | 27 ++++++++++++------- .../operations/_share_operations.py | 24 +++++++++++++++-- .../storage/fileshare/_generated/version.py | 2 +- 9 files changed, 97 insertions(+), 30 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/_azure_file_storage.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/_azure_file_storage.py index 3c52986c52e4..7a681889f122 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/_azure_file_storage.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/_azure_file_storage.py @@ -49,7 +49,7 @@ def __init__(self, version, url, **kwargs): self._client = PipelineClient(base_url=base_url, config=self._config, **kwargs) client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} - self.api_version = '2020-02-10' + self.api_version = '2020-04-08' self._serialize = Serializer(client_models) self._deserialize = Deserializer(client_models) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/aio/_azure_file_storage_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/aio/_azure_file_storage_async.py index c0fcb43d6368..83264f1daebe 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/aio/_azure_file_storage_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/aio/_azure_file_storage_async.py @@ -50,7 +50,7 @@ def __init__( self._client = AsyncPipelineClient(base_url=base_url, config=self._config, **kwargs) client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} - self.api_version = '2020-02-10' + self.api_version = '2020-04-08' self._serialize = Serializer(client_models) self._deserialize = Deserializer(client_models) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/aio/operations_async/_share_operations_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/aio/operations_async/_share_operations_async.py index 0d95a586306f..8e0bf2e4473c 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/aio/operations_async/_share_operations_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/aio/operations_async/_share_operations_async.py @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer) -> None: self._config = config self.restype = "share" - async def create(self, timeout=None, metadata=None, quota=None, access_tier=None, *, cls=None, **kwargs): + async def create(self, timeout=None, metadata=None, quota=None, access_tier=None, enabled_protocols=None, root_squash=None, *, cls=None, **kwargs): """Creates a new share under the specified account. If the share with the same name already exists, the operation fails. @@ -55,6 +55,13 @@ async def create(self, timeout=None, metadata=None, quota=None, access_tier=None values include: 'TransactionOptimized', 'Hot', 'Cool' :type access_tier: str or ~azure.storage.fileshare.models.ShareAccessTier + :param enabled_protocols: Protocols to enable on the share. + :type enabled_protocols: str + :param root_squash: Root squash to set on the share. Only valid for + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', + 'AllSquash' + :type root_squash: str or + ~azure.storage.fileshare.models.ShareRootSquash :param callable cls: A custom type or function that will be passed the direct response :return: None or the result of cls(response) @@ -85,6 +92,10 @@ async def create(self, timeout=None, metadata=None, quota=None, access_tier=None if access_tier is not None: header_parameters['x-ms-access-tier'] = self._serialize.header("access_tier", access_tier, 'str') header_parameters['x-ms-version'] = self._serialize.header("self._config.version", self._config.version, 'str') + if enabled_protocols is not None: + header_parameters['x-ms-enabled-protocols'] = self._serialize.header("enabled_protocols", enabled_protocols, 'str') + if root_squash is not None: + header_parameters['x-ms-root-squash'] = self._serialize.header("root_squash", root_squash, 'ShareRootSquash') # Construct and send request request = self._client.put(url, query_parameters, header_parameters) @@ -185,6 +196,8 @@ async def get_properties(self, sharesnapshot=None, timeout=None, lease_access_co 'x-ms-access-tier': self._deserialize('str', response.headers.get('x-ms-access-tier')), 'x-ms-access-tier-change-time': self._deserialize('rfc-1123', response.headers.get('x-ms-access-tier-change-time')), 'x-ms-access-tier-transition-state': self._deserialize('str', response.headers.get('x-ms-access-tier-transition-state')), + 'x-ms-enabled-protocols': self._deserialize('str', response.headers.get('x-ms-enabled-protocols')), + 'x-ms-root-squash': self._deserialize(models.ShareRootSquash, response.headers.get('x-ms-root-squash')), 'x-ms-error-code': self._deserialize('str', response.headers.get('x-ms-error-code')), } return cls(response, None, response_headers) @@ -877,7 +890,7 @@ async def get_permission(self, file_permission_key, timeout=None, *, cls=None, * return deserialized get_permission.metadata = {'url': '/{shareName}'} - async def set_properties(self, timeout=None, quota=None, access_tier=None, lease_access_conditions=None, *, cls=None, **kwargs): + async def set_properties(self, timeout=None, quota=None, access_tier=None, root_squash=None, lease_access_conditions=None, *, cls=None, **kwargs): """Sets properties for the specified share. :param timeout: The timeout parameter is expressed in seconds. For @@ -891,6 +904,11 @@ async def set_properties(self, timeout=None, quota=None, access_tier=None, lease values include: 'TransactionOptimized', 'Hot', 'Cool' :type access_tier: str or ~azure.storage.fileshare.models.ShareAccessTier + :param root_squash: Root squash to set on the share. Only valid for + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', + 'AllSquash' + :type root_squash: str or + ~azure.storage.fileshare.models.ShareRootSquash :param lease_access_conditions: Additional parameters for the operation :type lease_access_conditions: @@ -930,6 +948,8 @@ async def set_properties(self, timeout=None, quota=None, access_tier=None, lease header_parameters['x-ms-share-quota'] = self._serialize.header("quota", quota, 'int', minimum=1) if access_tier is not None: header_parameters['x-ms-access-tier'] = self._serialize.header("access_tier", access_tier, 'str') + if root_squash is not None: + header_parameters['x-ms-root-squash'] = self._serialize.header("root_squash", root_squash, 'ShareRootSquash') if lease_id is not None: header_parameters['x-ms-lease-id'] = self._serialize.header("lease_id", lease_id, 'str') diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/__init__.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/__init__.py index f431cdd89b51..2919e8ad0418 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/__init__.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/__init__.py @@ -28,9 +28,9 @@ from ._models_py3 import Metrics from ._models_py3 import RetentionPolicy from ._models_py3 import ShareFileRangeList - from ._models_py3 import ShareItem + from ._models_py3 import ShareItemInternal from ._models_py3 import SharePermission - from ._models_py3 import ShareProperties + from ._models_py3 import SharePropertiesInternal from ._models_py3 import ShareProtocolSettings from ._models_py3 import ShareSmbSettings from ._models_py3 import ShareStats @@ -58,9 +58,9 @@ from ._models import Metrics from ._models import RetentionPolicy from ._models import ShareFileRangeList - from ._models import ShareItem + from ._models import ShareItemInternal from ._models import SharePermission - from ._models import ShareProperties + from ._models import SharePropertiesInternal from ._models import ShareProtocolSettings from ._models import ShareSmbSettings from ._models import ShareStats @@ -79,6 +79,7 @@ ListSharesIncludeType, PermissionCopyModeType, ShareAccessTier, + ShareRootSquash, StorageErrorCode, ) @@ -101,9 +102,9 @@ 'Metrics', 'RetentionPolicy', 'ShareFileRangeList', - 'ShareItem', + 'ShareItemInternal', 'SharePermission', - 'ShareProperties', + 'SharePropertiesInternal', 'ShareProtocolSettings', 'ShareSmbSettings', 'ShareStats', @@ -116,6 +117,7 @@ 'LeaseDurationType', 'LeaseStateType', 'LeaseStatusType', + 'ShareRootSquash', 'ShareAccessTier', 'PermissionCopyModeType', 'DeleteSnapshotsOptionType', diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_azure_file_storage_enums.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_azure_file_storage_enums.py index 0835990e4488..fb1c252f022e 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_azure_file_storage_enums.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_azure_file_storage_enums.py @@ -103,6 +103,13 @@ class LeaseStatusType(str, Enum): unlocked = "unlocked" +class ShareRootSquash(str, Enum): + + no_root_squash = "NoRootSquash" + root_squash = "RootSquash" + all_squash = "AllSquash" + + class ShareAccessTier(str, Enum): transaction_optimized = "TransactionOptimized" diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_models.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_models.py index cc504f8e8de7..08b2bf6c74e4 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_models.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_models.py @@ -553,7 +553,7 @@ class ListSharesResponse(Model): :param max_results: :type max_results: int :param share_items: - :type share_items: list[~azure.storage.fileshare.models.ShareItem] + :type share_items: list[~azure.storage.fileshare.models.ShareItemInternal] :param next_marker: Required. :type next_marker: str """ @@ -568,7 +568,7 @@ class ListSharesResponse(Model): 'prefix': {'key': 'Prefix', 'type': 'str', 'xml': {'name': 'Prefix'}}, 'marker': {'key': 'Marker', 'type': 'str', 'xml': {'name': 'Marker'}}, 'max_results': {'key': 'MaxResults', 'type': 'int', 'xml': {'name': 'MaxResults'}}, - 'share_items': {'key': 'ShareItems', 'type': '[ShareItem]', 'xml': {'name': 'Shares', 'itemsName': 'Shares', 'wrapped': True}}, + 'share_items': {'key': 'ShareItems', 'type': '[ShareItemInternal]', 'xml': {'name': 'Shares', 'itemsName': 'Shares', 'wrapped': True}}, 'next_marker': {'key': 'NextMarker', 'type': 'str', 'xml': {'name': 'NextMarker'}}, } _xml_map = { @@ -679,7 +679,7 @@ def __init__(self, **kwargs): self.clear_ranges = kwargs.get('clear_ranges', None) -class ShareItem(Model): +class ShareItemInternal(Model): """A listed Azure Storage share item. All required parameters must be populated in order to send to Azure. @@ -693,7 +693,7 @@ class ShareItem(Model): :param version: :type version: str :param properties: Required. - :type properties: ~azure.storage.fileshare.models.ShareProperties + :type properties: ~azure.storage.fileshare.models.SharePropertiesInternal :param metadata: :type metadata: dict[str, str] """ @@ -708,7 +708,7 @@ class ShareItem(Model): 'snapshot': {'key': 'Snapshot', 'type': 'str', 'xml': {'name': 'Snapshot'}}, 'deleted': {'key': 'Deleted', 'type': 'bool', 'xml': {'name': 'Deleted'}}, 'version': {'key': 'Version', 'type': 'str', 'xml': {'name': 'Version'}}, - 'properties': {'key': 'Properties', 'type': 'ShareProperties', 'xml': {'name': 'Properties'}}, + 'properties': {'key': 'Properties', 'type': 'SharePropertiesInternal', 'xml': {'name': 'Properties'}}, 'metadata': {'key': 'Metadata', 'type': '{str}', 'xml': {'name': 'Metadata'}}, } _xml_map = { @@ -716,7 +716,7 @@ class ShareItem(Model): } def __init__(self, **kwargs): - super(ShareItem, self).__init__(**kwargs) + super(ShareItemInternal, self).__init__(**kwargs) self.name = kwargs.get('name', None) self.snapshot = kwargs.get('snapshot', None) self.deleted = kwargs.get('deleted', None) @@ -750,7 +750,7 @@ def __init__(self, **kwargs): self.permission = kwargs.get('permission', None) -class ShareProperties(Model): +class SharePropertiesInternal(Model): """Properties of a share. All required parameters must be populated in order to send to Azure. @@ -787,6 +787,11 @@ class ShareProperties(Model): :param lease_duration: Possible values include: 'infinite', 'fixed' :type lease_duration: str or ~azure.storage.fileshare.models.LeaseDurationType + :param enabled_protocols: + :type enabled_protocols: str + :param root_squash: Possible values include: 'NoRootSquash', 'RootSquash', + 'AllSquash' + :type root_squash: str or ~azure.storage.fileshare.models.ShareRootSquash """ _validation = { @@ -811,12 +816,14 @@ class ShareProperties(Model): 'lease_status': {'key': 'LeaseStatus', 'type': 'LeaseStatusType', 'xml': {'name': 'LeaseStatus'}}, 'lease_state': {'key': 'LeaseState', 'type': 'LeaseStateType', 'xml': {'name': 'LeaseState'}}, 'lease_duration': {'key': 'LeaseDuration', 'type': 'LeaseDurationType', 'xml': {'name': 'LeaseDuration'}}, + 'enabled_protocols': {'key': 'EnabledProtocols', 'type': 'str', 'xml': {'name': 'EnabledProtocols'}}, + 'root_squash': {'key': 'RootSquash', 'type': 'ShareRootSquash', 'xml': {'name': 'RootSquash'}}, } _xml_map = { } def __init__(self, **kwargs): - super(ShareProperties, self).__init__(**kwargs) + super(SharePropertiesInternal, self).__init__(**kwargs) self.last_modified = kwargs.get('last_modified', None) self.etag = kwargs.get('etag', None) self.quota = kwargs.get('quota', None) @@ -832,6 +839,8 @@ def __init__(self, **kwargs): self.lease_status = kwargs.get('lease_status', None) self.lease_state = kwargs.get('lease_state', None) self.lease_duration = kwargs.get('lease_duration', None) + self.enabled_protocols = kwargs.get('enabled_protocols', None) + self.root_squash = kwargs.get('root_squash', None) class ShareProtocolSettings(Model): diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_models_py3.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_models_py3.py index 6ee27de4a049..52af754c7447 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_models_py3.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/models/_models_py3.py @@ -553,7 +553,7 @@ class ListSharesResponse(Model): :param max_results: :type max_results: int :param share_items: - :type share_items: list[~azure.storage.fileshare.models.ShareItem] + :type share_items: list[~azure.storage.fileshare.models.ShareItemInternal] :param next_marker: Required. :type next_marker: str """ @@ -568,7 +568,7 @@ class ListSharesResponse(Model): 'prefix': {'key': 'Prefix', 'type': 'str', 'xml': {'name': 'Prefix'}}, 'marker': {'key': 'Marker', 'type': 'str', 'xml': {'name': 'Marker'}}, 'max_results': {'key': 'MaxResults', 'type': 'int', 'xml': {'name': 'MaxResults'}}, - 'share_items': {'key': 'ShareItems', 'type': '[ShareItem]', 'xml': {'name': 'Shares', 'itemsName': 'Shares', 'wrapped': True}}, + 'share_items': {'key': 'ShareItems', 'type': '[ShareItemInternal]', 'xml': {'name': 'Shares', 'itemsName': 'Shares', 'wrapped': True}}, 'next_marker': {'key': 'NextMarker', 'type': 'str', 'xml': {'name': 'NextMarker'}}, } _xml_map = { @@ -679,7 +679,7 @@ def __init__(self, *, ranges=None, clear_ranges=None, **kwargs) -> None: self.clear_ranges = clear_ranges -class ShareItem(Model): +class ShareItemInternal(Model): """A listed Azure Storage share item. All required parameters must be populated in order to send to Azure. @@ -693,7 +693,7 @@ class ShareItem(Model): :param version: :type version: str :param properties: Required. - :type properties: ~azure.storage.fileshare.models.ShareProperties + :type properties: ~azure.storage.fileshare.models.SharePropertiesInternal :param metadata: :type metadata: dict[str, str] """ @@ -708,7 +708,7 @@ class ShareItem(Model): 'snapshot': {'key': 'Snapshot', 'type': 'str', 'xml': {'name': 'Snapshot'}}, 'deleted': {'key': 'Deleted', 'type': 'bool', 'xml': {'name': 'Deleted'}}, 'version': {'key': 'Version', 'type': 'str', 'xml': {'name': 'Version'}}, - 'properties': {'key': 'Properties', 'type': 'ShareProperties', 'xml': {'name': 'Properties'}}, + 'properties': {'key': 'Properties', 'type': 'SharePropertiesInternal', 'xml': {'name': 'Properties'}}, 'metadata': {'key': 'Metadata', 'type': '{str}', 'xml': {'name': 'Metadata'}}, } _xml_map = { @@ -716,7 +716,7 @@ class ShareItem(Model): } def __init__(self, *, name: str, properties, snapshot: str=None, deleted: bool=None, version: str=None, metadata=None, **kwargs) -> None: - super(ShareItem, self).__init__(**kwargs) + super(ShareItemInternal, self).__init__(**kwargs) self.name = name self.snapshot = snapshot self.deleted = deleted @@ -750,7 +750,7 @@ def __init__(self, *, permission: str, **kwargs) -> None: self.permission = permission -class ShareProperties(Model): +class SharePropertiesInternal(Model): """Properties of a share. All required parameters must be populated in order to send to Azure. @@ -787,6 +787,11 @@ class ShareProperties(Model): :param lease_duration: Possible values include: 'infinite', 'fixed' :type lease_duration: str or ~azure.storage.fileshare.models.LeaseDurationType + :param enabled_protocols: + :type enabled_protocols: str + :param root_squash: Possible values include: 'NoRootSquash', 'RootSquash', + 'AllSquash' + :type root_squash: str or ~azure.storage.fileshare.models.ShareRootSquash """ _validation = { @@ -811,12 +816,14 @@ class ShareProperties(Model): 'lease_status': {'key': 'LeaseStatus', 'type': 'LeaseStatusType', 'xml': {'name': 'LeaseStatus'}}, 'lease_state': {'key': 'LeaseState', 'type': 'LeaseStateType', 'xml': {'name': 'LeaseState'}}, 'lease_duration': {'key': 'LeaseDuration', 'type': 'LeaseDurationType', 'xml': {'name': 'LeaseDuration'}}, + 'enabled_protocols': {'key': 'EnabledProtocols', 'type': 'str', 'xml': {'name': 'EnabledProtocols'}}, + 'root_squash': {'key': 'RootSquash', 'type': 'ShareRootSquash', 'xml': {'name': 'RootSquash'}}, } _xml_map = { } - def __init__(self, *, last_modified, etag: str, quota: int, provisioned_iops: int=None, provisioned_ingress_mbps: int=None, provisioned_egress_mbps: int=None, next_allowed_quota_downgrade_time=None, deleted_time=None, remaining_retention_days: int=None, access_tier: str=None, access_tier_change_time=None, access_tier_transition_state: str=None, lease_status=None, lease_state=None, lease_duration=None, **kwargs) -> None: - super(ShareProperties, self).__init__(**kwargs) + def __init__(self, *, last_modified, etag: str, quota: int, provisioned_iops: int=None, provisioned_ingress_mbps: int=None, provisioned_egress_mbps: int=None, next_allowed_quota_downgrade_time=None, deleted_time=None, remaining_retention_days: int=None, access_tier: str=None, access_tier_change_time=None, access_tier_transition_state: str=None, lease_status=None, lease_state=None, lease_duration=None, enabled_protocols: str=None, root_squash=None, **kwargs) -> None: + super(SharePropertiesInternal, self).__init__(**kwargs) self.last_modified = last_modified self.etag = etag self.quota = quota @@ -832,6 +839,8 @@ def __init__(self, *, last_modified, etag: str, quota: int, provisioned_iops: in self.lease_status = lease_status self.lease_state = lease_state self.lease_duration = lease_duration + self.enabled_protocols = enabled_protocols + self.root_squash = root_squash class ShareProtocolSettings(Model): diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/operations/_share_operations.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/operations/_share_operations.py index 64cc52ac5761..077dfbe10301 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/operations/_share_operations.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/operations/_share_operations.py @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._config = config self.restype = "share" - def create(self, timeout=None, metadata=None, quota=None, access_tier=None, cls=None, **kwargs): + def create(self, timeout=None, metadata=None, quota=None, access_tier=None, enabled_protocols=None, root_squash=None, cls=None, **kwargs): """Creates a new share under the specified account. If the share with the same name already exists, the operation fails. @@ -55,6 +55,13 @@ def create(self, timeout=None, metadata=None, quota=None, access_tier=None, cls= values include: 'TransactionOptimized', 'Hot', 'Cool' :type access_tier: str or ~azure.storage.fileshare.models.ShareAccessTier + :param enabled_protocols: Protocols to enable on the share. + :type enabled_protocols: str + :param root_squash: Root squash to set on the share. Only valid for + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', + 'AllSquash' + :type root_squash: str or + ~azure.storage.fileshare.models.ShareRootSquash :param callable cls: A custom type or function that will be passed the direct response :return: None or the result of cls(response) @@ -85,6 +92,10 @@ def create(self, timeout=None, metadata=None, quota=None, access_tier=None, cls= if access_tier is not None: header_parameters['x-ms-access-tier'] = self._serialize.header("access_tier", access_tier, 'str') header_parameters['x-ms-version'] = self._serialize.header("self._config.version", self._config.version, 'str') + if enabled_protocols is not None: + header_parameters['x-ms-enabled-protocols'] = self._serialize.header("enabled_protocols", enabled_protocols, 'str') + if root_squash is not None: + header_parameters['x-ms-root-squash'] = self._serialize.header("root_squash", root_squash, 'ShareRootSquash') # Construct and send request request = self._client.put(url, query_parameters, header_parameters) @@ -185,6 +196,8 @@ def get_properties(self, sharesnapshot=None, timeout=None, lease_access_conditio 'x-ms-access-tier': self._deserialize('str', response.headers.get('x-ms-access-tier')), 'x-ms-access-tier-change-time': self._deserialize('rfc-1123', response.headers.get('x-ms-access-tier-change-time')), 'x-ms-access-tier-transition-state': self._deserialize('str', response.headers.get('x-ms-access-tier-transition-state')), + 'x-ms-enabled-protocols': self._deserialize('str', response.headers.get('x-ms-enabled-protocols')), + 'x-ms-root-squash': self._deserialize(models.ShareRootSquash, response.headers.get('x-ms-root-squash')), 'x-ms-error-code': self._deserialize('str', response.headers.get('x-ms-error-code')), } return cls(response, None, response_headers) @@ -877,7 +890,7 @@ def get_permission(self, file_permission_key, timeout=None, cls=None, **kwargs): return deserialized get_permission.metadata = {'url': '/{shareName}'} - def set_properties(self, timeout=None, quota=None, access_tier=None, lease_access_conditions=None, cls=None, **kwargs): + def set_properties(self, timeout=None, quota=None, access_tier=None, root_squash=None, lease_access_conditions=None, cls=None, **kwargs): """Sets properties for the specified share. :param timeout: The timeout parameter is expressed in seconds. For @@ -891,6 +904,11 @@ def set_properties(self, timeout=None, quota=None, access_tier=None, lease_acces values include: 'TransactionOptimized', 'Hot', 'Cool' :type access_tier: str or ~azure.storage.fileshare.models.ShareAccessTier + :param root_squash: Root squash to set on the share. Only valid for + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', + 'AllSquash' + :type root_squash: str or + ~azure.storage.fileshare.models.ShareRootSquash :param lease_access_conditions: Additional parameters for the operation :type lease_access_conditions: @@ -930,6 +948,8 @@ def set_properties(self, timeout=None, quota=None, access_tier=None, lease_acces header_parameters['x-ms-share-quota'] = self._serialize.header("quota", quota, 'int', minimum=1) if access_tier is not None: header_parameters['x-ms-access-tier'] = self._serialize.header("access_tier", access_tier, 'str') + if root_squash is not None: + header_parameters['x-ms-root-squash'] = self._serialize.header("root_squash", root_squash, 'ShareRootSquash') if lease_id is not None: header_parameters['x-ms-lease-id'] = self._serialize.header("lease_id", lease_id, 'str') diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/version.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/version.py index 6ef707dd11c9..61ca5b37e14a 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/version.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_generated/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "2020-02-10" +VERSION = "2020-04-08" From c81bc157991989c509bdf79cdc378c7c1c02af0b Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 5 Nov 2020 17:55:49 -0800 Subject: [PATCH 02/18] added api version --- .../azure/storage/fileshare/_serialize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_serialize.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_serialize.py index fc02b90481be..d8d7d26f1046 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_serialize.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_serialize.py @@ -16,6 +16,7 @@ '2019-07-07', '2019-12-12', '2020-02-10', + '2020-04-08' ] From 1afc8ffbd49ce3f8d09bd936f147366e35218323 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 5 Nov 2020 20:11:59 -0800 Subject: [PATCH 03/18] added new params --- .../azure/storage/fileshare/__init__.py | 6 + .../azure/storage/fileshare/_models.py | 18 ++ .../azure/storage/fileshare/_share_client.py | 16 ++ .../fileshare/aio/_share_client_async.py | 16 ++ ...share.test_create_share_with_metadata.yaml | 169 ------------------ 5 files changed, 56 insertions(+), 169 deletions(-) delete mode 100644 sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_metadata.yaml diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/__init__.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/__init__.py index d5a1b769973a..ebd94f4e088b 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/__init__.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/__init__.py @@ -28,6 +28,7 @@ ShareSmbSettings, SmbMultichannel, ShareProtocolSettings, + EnabledProtocols, AccessPolicy, FileSasPermissions, ShareSasPermissions, @@ -37,6 +38,9 @@ HandleItem, ShareAccessTier ) +from ._generated.models import ( + ShareRootSquash +) __version__ = VERSION @@ -63,6 +67,7 @@ 'AccessPolicy', 'FileSasPermissions', 'ShareSasPermissions', + 'EnabledProtocols', 'ShareProperties', 'DirectoryProperties', 'FileProperties', @@ -70,6 +75,7 @@ 'Handle', 'NTFSAttributes', 'HandleItem', + 'ShareRootSquash', 'generate_account_sas', 'generate_share_sas', 'generate_file_sas' diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py index d7621a6b50d3..d9ad42ffe340 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py @@ -6,6 +6,8 @@ # pylint: disable=too-few-public-methods, too-many-instance-attributes # pylint: disable=super-init-not-called, too-many-lines +from enum import Enum + from azure.core.paging import PageIterator from ._parser import _parse_datetime_from_str from ._shared.response_handlers import return_context_and_deserialized, process_storage_error @@ -332,6 +334,11 @@ class ShareProperties(DictMixin): :ivar int remaining_retention_days: To indicate how many remaining days the deleted share will be kept. This is a service returned value, and the value will be set when list shared including deleted ones. + :ivar str enabled_protocols: + Indicates the protocol enabled on the share. This can be either SMB or NFS + ivar root_squash: + Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + :vartype root_squash: ~azure.storage.fileshare.models.ShareRootSquash """ def __init__(self, **kwargs): @@ -351,6 +358,8 @@ def __init__(self, **kwargs): self.provisioned_ingress_mbps = kwargs.get('x-ms-share-provisioned-ingress-mbps') self.provisioned_iops = kwargs.get('x-ms-share-provisioned-iops') self.lease = LeaseProperties(**kwargs) + self.enabled_protocols = kwargs.get('x-ms-enabled-protocols', None) + self.root_squash = kwargs.get('x-ms-root-squash', None) @classmethod def _from_generated(cls, generated): @@ -371,6 +380,9 @@ def _from_generated(cls, generated): props.provisioned_ingress_mbps = generated.properties.provisioned_ingress_mbps props.provisioned_iops = generated.properties.provisioned_iops props.lease = LeaseProperties._from_generated(generated) # pylint: disable=protected-access + props.enabled_protocols = generated.properties.enabled_protocols + props.root_squash = generated.properties.root_squash + return props @@ -706,6 +718,12 @@ def _from_generated(cls, generated): return props +class EnabledProtocols(str, Enum): + """Enabled protocols on the share""" + smb = "SMB" + nfs = "NFS" + + class CopyProperties(DictMixin): """File Copy Properties. diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 65dcba747370..a68a050824c6 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -314,6 +314,11 @@ def create_share(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. + :keyword enabled_protocols: Protocols to enable on the share. + :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols + :keyword root_squash: Root squash to set on the share. Only valid for + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) @@ -330,6 +335,10 @@ def create_share(self, **kwargs): quota = kwargs.pop('quota', None) access_tier = kwargs.pop('access_tier', None) timeout = kwargs.pop('timeout', None) + root_squash = kwargs.pop('root_squash', None) + enabled_protocols = kwargs.pop('enabled_protocols', None) + if root_squash and enabled_protocols != "NFS": + raise ValueError("The 'root_squash' keyword can only be used on SMB shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore @@ -339,6 +348,8 @@ def create_share(self, **kwargs): metadata=metadata, quota=quota, access_tier=access_tier, + root_squash=root_squash, + enabled_protocols=enabled_protocols, cls=return_response_headers, headers=headers, **kwargs) @@ -509,6 +520,9 @@ def set_share_properties(self, **kwargs): Must be greater than 0, and less than or equal to 5TB. :keyword int timeout: The timeout parameter is expressed in seconds. + :keyword root_squash: Root squash to set on the share. Only valid for + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) @@ -524,6 +538,7 @@ def set_share_properties(self, **kwargs): timeout = kwargs.pop('timeout', None) access_tier = kwargs.pop('access_tier', None) quota = kwargs.pop('quota', None) + root_squash = kwargs.pop('root_squash', None) if all(parameter is None for parameter in [access_tier, quota]): raise ValueError("set_share_properties should be called with at least one parameter.") try: @@ -531,6 +546,7 @@ def set_share_properties(self, **kwargs): timeout=timeout, quota=quota, access_tier=access_tier, + root_squash=root_squash, cls=return_response_headers, **kwargs) except StorageErrorException as error: diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index 966fd55d3533..ce713ad1c8af 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -185,6 +185,11 @@ async def create_share(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. + :keyword enabled_protocols: Protocols to enable on the share. + :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols + :keyword root_squash: Root squash to set on the share. Only valid for + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) @@ -201,6 +206,10 @@ async def create_share(self, **kwargs): quota = kwargs.pop('quota', None) access_tier = kwargs.pop('access_tier', None) timeout = kwargs.pop('timeout', None) + root_squash = kwargs.pop('root_squash', None) + enabled_protocols = kwargs.pop('enabled_protocols', None) + if root_squash and enabled_protocols != "NFS": + raise ValueError("The 'root_squash' keyword can only be used on SMB shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore @@ -210,6 +219,8 @@ async def create_share(self, **kwargs): metadata=metadata, quota=quota, access_tier=access_tier, + root_squash=root_squash, + enabled_protocols=enabled_protocols, cls=return_response_headers, headers=headers, **kwargs) @@ -378,6 +389,9 @@ async def set_share_properties(self, **kwargs): Must be greater than 0, and less than or equal to 5TB. :keyword int timeout: The timeout parameter is expressed in seconds. + :keyword root_squash: Root squash to set on the share. Only valid for + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) @@ -393,6 +407,7 @@ async def set_share_properties(self, **kwargs): timeout = kwargs.pop('timeout', None) access_tier = kwargs.pop('access_tier', None) quota = kwargs.pop('quota', None) + root_squash = kwargs.pop('root_squash', None) if all(parameter is None for parameter in [access_tier, quota]): raise ValueError("set_share_properties should be called with at least one parameter.") try: @@ -400,6 +415,7 @@ async def set_share_properties(self, **kwargs): timeout=timeout, quota=quota, access_tier=access_tier, + root_squash=root_squash, cls=return_response_headers, **kwargs) except StorageErrorException as error: diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_metadata.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_metadata.yaml deleted file mode 100644 index e4ebab379047..000000000000 --- a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_metadata.yaml +++ /dev/null @@ -1,169 +0,0 @@ -interactions: -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.0.1 Python/3.7.3 (Windows-10-10.0.17763-SP0) - x-ms-date: - - Wed, 15 Jan 2020 23:54:18 GMT - x-ms-meta: - - '{''hello'': ''world'', ''number'': ''42''}' - x-ms-meta-hello: - - world - x-ms-meta-number: - - '42' - x-ms-version: - - '2019-02-02' - method: PUT - uri: https://storagename.file.core.windows.net/share70e61121?restype=share - response: - body: - string: '' - headers: - content-length: - - '0' - date: - - Wed, 15 Jan 2020 23:54:18 GMT - etag: - - '"0x8D79A163C646EB2"' - last-modified: - - Wed, 15 Jan 2020 23:54:18 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - x-ms-version: - - '2019-02-02' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-storage-file-share/12.0.1 Python/3.7.3 (Windows-10-10.0.17763-SP0) - x-ms-date: - - Wed, 15 Jan 2020 23:54:18 GMT - x-ms-version: - - '2019-02-02' - method: GET - uri: https://storagename.file.core.windows.net/share70e61121?restype=share - response: - body: - string: '' - headers: - content-length: - - '0' - date: - - Wed, 15 Jan 2020 23:54:18 GMT - etag: - - '"0x8D79A163C646EB2"' - last-modified: - - Wed, 15 Jan 2020 23:54:18 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - vary: - - Origin - x-ms-has-immutability-policy: - - 'false' - x-ms-has-legal-hold: - - 'false' - x-ms-meta-hello: - - world - x-ms-meta-number: - - '42' - x-ms-share-quota: - - '5120' - x-ms-version: - - '2019-02-02' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/xml - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-storage-file-share/12.0.1 Python/3.7.3 (Windows-10-10.0.17763-SP0) - x-ms-date: - - Wed, 15 Jan 2020 23:54:19 GMT - x-ms-version: - - '2019-02-02' - method: GET - uri: https://storagename.file.core.windows.net/?include=snapshots&comp=list - response: - body: - string: "\uFEFFshare70e61121Wed, - 15 Jan 2020 23:54:18 GMT\"0x8D79A163C646EB2\"5120" - headers: - content-type: - - application/xml - date: - - Wed, 15 Jan 2020 23:54:19 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - vary: - - Origin - x-ms-version: - - '2019-02-02' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.0.1 Python/3.7.3 (Windows-10-10.0.17763-SP0) - x-ms-date: - - Wed, 15 Jan 2020 23:54:19 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2019-02-02' - method: DELETE - uri: https://storagename.file.core.windows.net/share70e61121?restype=share - response: - body: - string: '' - headers: - content-length: - - '0' - date: - - Wed, 15 Jan 2020 23:54:19 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - x-ms-version: - - '2019-02-02' - status: - code: 202 - message: Accepted -version: 1 From f64f3705931a681ac95bb215ea40821777cd150a Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 5 Nov 2020 20:26:46 -0800 Subject: [PATCH 04/18] fixed valueerror --- .../azure/storage/fileshare/_share_client.py | 2 +- .../azure/storage/fileshare/aio/_share_client_async.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index a68a050824c6..00f217cd3252 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -338,7 +338,7 @@ def create_share(self, **kwargs): root_squash = kwargs.pop('root_squash', None) enabled_protocols = kwargs.pop('enabled_protocols', None) if root_squash and enabled_protocols != "NFS": - raise ValueError("The 'root_squash' keyword can only be used on SMB shares.") + raise ValueError("The 'root_squash' keyword can only be used on NFS shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index ce713ad1c8af..d0587827c255 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -209,7 +209,7 @@ async def create_share(self, **kwargs): root_squash = kwargs.pop('root_squash', None) enabled_protocols = kwargs.pop('enabled_protocols', None) if root_squash and enabled_protocols != "NFS": - raise ValueError("The 'root_squash' keyword can only be used on SMB shares.") + raise ValueError("The 'root_squash' keyword can only be used on NFS shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore From 5ba03fec6ffe263503b5ede058162cb1adebb636 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Fri, 6 Nov 2020 09:30:44 -0800 Subject: [PATCH 05/18] rerecorded --- ...share.test_create_share_with_metadata.yaml | 2513 +++++++++++++++++ 1 file changed, 2513 insertions(+) create mode 100644 sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_metadata.yaml diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_metadata.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_metadata.yaml new file mode 100644 index 000000000000..41dc19188d41 --- /dev/null +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_metadata.yaml @@ -0,0 +1,2513 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:22 GMT + x-ms-meta: + - '{''hello'': ''world'', ''number'': ''42''}' + x-ms-meta-hello: + - world + x-ms-meta-number: + - '42' + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share70e61121?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Fri, 06 Nov 2020 17:30:22 GMT + etag: + - '"0x8D88279A3C13C42"' + last-modified: + - Fri, 06 Nov 2020 17:30:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2020-04-08' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:22 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/share70e61121?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Fri, 06 Nov 2020 17:30:22 GMT + etag: + - '"0x8D88279A3C13C42"' + last-modified: + - Fri, 06 Nov 2020 17:30:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + vary: + - Origin + x-ms-access-tier: + - TransactionOptimized + x-ms-access-tier-change-time: + - Fri, 06 Nov 2020 17:30:22 GMT + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-meta-hello: + - world + x-ms-meta-number: + - '42' + x-ms-share-quota: + - '5120' + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:23 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/?include=snapshots&comp=list + response: + body: + string: "\uFEFFshare1816f1171Fri, + 11 Sep 2020 00:43:37 GMT\"0x8D855EBB87CFF33\"5120TransactionOptimizedFri, + 11 Sep 2020 00:43:37 GMT$account-encryption-keyfalseshare182b3117dFri, + 11 Sep 2020 00:44:44 GMT\"0x8D855EBE0710239\"5120TransactionOptimizedFri, + 11 Sep 2020 00:44:44 GMT$account-encryption-keyfalseshare336d1532Fri, + 11 Sep 2020 00:02:03 GMT\"0x8D855E5EA1BA89C\"5120TransactionOptimizedFri, + 11 Sep 2020 00:02:03 GMT$account-encryption-keyfalseshare50ad1060Tue, + 29 Sep 2020 22:27:37 GMT\"0x8D864C6DE6E6B78\"5120TransactionOptimizedTue, + 29 Sep 2020 22:27:37 GMT$account-encryption-keyfalseshare602310dcThu, + 10 Sep 2020 23:45:57 GMT\"0x8D855E3AA5BA817\"5120TransactionOptimizedThu, + 10 Sep 2020 23:45:57 GMT$account-encryption-keyfalseshare70e61121Fri, + 06 Nov 2020 17:30:22 GMT\"0x8D88279A3C13C42\"5120TransactionOptimizedFri, + 06 Nov 2020 17:30:22 GMT$account-encryption-keyfalseshare801b1156Thu, + 10 Sep 2020 23:48:33 GMT\"0x8D855E4070545FC\"5120TransactionOptimizedThu, + 10 Sep 2020 23:48:33 GMT$account-encryption-keyfalsesharea7a1477Thu, + 10 Sep 2020 23:48:04 GMT\"0x8D855E3F609C583\"5120TransactionOptimizedThu, + 10 Sep 2020 23:48:04 GMT$account-encryption-keyfalseshareba3e12f12020-09-28T14:03:31.0000000ZMon, + 28 Sep 2020 14:03:31 GMT\"0x8D863B748689793\"5120$account-encryption-keyfalseshareba3e12f1Mon, + 28 Sep 2020 14:03:31 GMT\"0x8D863B748689793\"5120TransactionOptimizedMon, + 28 Sep 2020 14:03:31 GMT$account-encryption-keyfalsesharec80148eFri, + 11 Sep 2020 00:25:51 GMT\"0x8D855E93D722BB0\"5120TransactionOptimizedFri, + 11 Sep 2020 00:03:40 GMT$account-encryption-keyfalsesharecb2f1317Fri, + 11 Sep 2020 00:59:09 GMT\"0x8D855EDE422992F\"5120TransactionOptimizedFri, + 11 Sep 2020 00:59:09 GMT$account-encryption-keyfalsesharee121138eFri, + 11 Sep 2020 00:00:54 GMT\"0x8D855E5C0C0BD1C\"5120TransactionOptimizedFri, + 11 Sep 2020 00:00:53 GMT$account-encryption-keyfalsesharee52d0d77Thu, + 10 Sep 2020 23:47:27 GMT\"0x8D855E3DFBB5CB3\"5120TransactionOptimizedThu, + 10 Sep 2020 23:47:20 GMT$account-encryption-keyfalsesharerestorecb2f1317Thu, + 10 Sep 2020 22:44:32 GMT\"0x8D855DB159313DC\"5120TransactionOptimizedThu, + 10 Sep 2020 22:44:32 GMT$account-encryption-keyfalsesharesamples5Tue, + 15 Sep 2020 19:39:56 GMT\"0x8D859AF1FEB001F\"5120TransactionOptimizedTue, + 15 Sep 2020 19:39:55 GMT$account-encryption-keyfalsesharesamples6Tue, + 15 Sep 2020 19:43:57 GMT\"0x8D859AFAFBA3E88\"5120TransactionOptimizedTue, + 15 Sep 2020 19:43:57 GMT$account-encryption-keyfalsesharesamples7Tue, + 15 Sep 2020 19:44:49 GMT\"0x8D859AFCEB7CC2D\"5120TransactionOptimizedTue, + 15 Sep 2020 19:44:49 GMT$account-encryption-keyfalsetest-share-1200db32-dbe6-47c3-8fdc-badfe55a17f7Wed, + 05 Aug 2020 19:06:51 GMT\"0x8D83972B5D1302D\"5120TransactionOptimizedWed, + 05 Aug 2020 19:06:51 GMT$account-encryption-keyfalsetest-share-1c02c6e2-910b-4118-9cc7-3e906d0f6a31Wed, + 05 Aug 2020 19:06:49 GMT\"0x8D83972B5025718\"5120TransactionOptimizedWed, + 05 Aug 2020 19:06:49 GMT$account-encryption-keyfalsetest-share-22baebbe-ef2b-4735-8a37-d5cfb01e5b3aWed, + 05 Aug 2020 17:24:15 GMT\"0x8D8396460C3E165\"5120TransactionOptimizedWed, + 05 Aug 2020 17:24:15 GMT$account-encryption-keyfalsetest-share-26ae488a-f23e-4b65-aa5b-f273d6179074Wed, + 05 Aug 2020 19:06:50 GMT\"0x8D83972B592F011\"5120TransactionOptimizedWed, + 05 Aug 2020 19:06:50 GMT$account-encryption-keyfalsetest-share-49d22d21-4363-478e-8f26-1357ef6bd183Wed, + 05 Aug 2020 17:24:21 GMT\"0x8D8396464063943\"5120TransactionOptimizedWed, + 05 Aug 2020 17:24:21 GMT$account-encryption-keyfalsetest-share-56abb3eb-0fe3-47ec-802c-288e9eb1c680Wed, + 05 Aug 2020 17:24:17 GMT\"0x8D8396461D987E1\"5120TransactionOptimizedWed, + 05 Aug 2020 17:24:16 GMT$account-encryption-keyfalsetest-share-6ddb1225-7c7a-40c8-9c79-0ade2aedc604Wed, + 05 Aug 2020 17:24:19 GMT\"0x8D83964633A2718\"5120TransactionOptimizedWed, + 05 Aug 2020 17:24:19 GMT$account-encryption-keyfalsetest-share-82dc1679-40d4-49f1-adfa-bb6a853a0b52Wed, + 05 Aug 2020 19:06:50 GMT\"0x8D83972B538E3FD\"5120TransactionOptimizedWed, + 05 Aug 2020 19:06:50 GMT$account-encryption-keyfalsetest-share-8903864e-96ec-44f5-8912-837a9f23cbb5Wed, + 05 Aug 2020 00:04:00 GMT\"0x8D838D30E563856\"5120TransactionOptimizedWed, + 05 Aug 2020 00:04:00 GMT$account-encryption-keyfalsetest-share-bc25d6be-e54a-4d6f-9c39-9003c3c9e67aWed, + 05 Aug 2020 17:24:18 GMT\"0x8D8396462815131\"5120TransactionOptimizedWed, + 05 Aug 2020 17:24:18 GMT$account-encryption-keyfalsetest-share-d5852df4-944a-48b9-8552-eea5bfd94b6bWed, + 05 Aug 2020 17:24:20 GMT\"0x8D8396463BD465A\"5120TransactionOptimizedWed, + 05 Aug 2020 17:24:20 GMT$account-encryption-keyfalsetest-share-fa7d1a1f-d065-4d58-bb12-a59f22106473Wed, + 05 Aug 2020 17:24:18 GMT\"0x8D839646251B45A\"5120TransactionOptimizedWed, + 05 Aug 2020 17:24:18 GMT$account-encryption-keyfalsetest-share-fcc35a78-e231-4233-a311-d48ee9bb2df7Wed, + 05 Aug 2020 17:24:16 GMT\"0x8D83964610EBC77\"5120TransactionOptimizedWed, + 05 Aug 2020 17:24:16 GMT$account-encryption-keyfalsetest16185160bFri, + 11 Sep 2020 13:51:30 GMT\"0x8D85659C98711F1\"5120TransactionOptimizedFri, + 11 Sep 2020 13:51:30 GMT$account-encryption-keyfalsetest1bd1a12ddTue, + 29 Sep 2020 22:34:36 GMT\"0x8D864C7D8628CD4\"5120TransactionOptimizedTue, + 29 Sep 2020 22:34:36 GMT$account-encryption-keyfalsetest2bd1a12ddTue, + 29 Sep 2020 22:38:12 GMT\"0x8D864C858E9FC21\"5120TransactionOptimizedTue, + 29 Sep 2020 22:38:12 GMT$account-encryption-keyfalsetest403e0ff4Fri, + 11 Sep 2020 13:48:01 GMT\"0x8D856594D05BB2E\"5120TransactionOptimizedFri, + 11 Sep 2020 13:48:01 GMT$account-encryption-keyfalsetest49161594Fri, + 11 Sep 2020 13:44:29 GMT\"0x8D85658CEB83E6D\"5120TransactionOptimizedFri, + 11 Sep 2020 13:44:29 GMT$account-encryption-keyfalsetest50ad1060Tue, + 29 Sep 2020 22:31:15 GMT\"0x8D864C760543D56\"5120TransactionOptimizedTue, + 29 Sep 2020 22:31:14 GMT$account-encryption-keyfalsetest600515ffFri, + 11 Sep 2020 13:52:29 GMT\"0x8D85659ECC7BFF5\"5120TransactionOptimizedFri, + 11 Sep 2020 13:52:29 GMT$account-encryption-keyfalsetest602310dcFri, + 11 Sep 2020 01:46:55 GMT\"0x8D855F490678FD9\"5120TransactionOptimizedFri, + 11 Sep 2020 01:46:55 GMT$account-encryption-keyfalsetest6185160bFri, + 11 Sep 2020 13:50:04 GMT\"0x8D85659960A4A9F\"5120TransactionOptimizedFri, + 11 Sep 2020 13:50:03 GMT$account-encryption-keyfalsetest801b1156Fri, + 11 Sep 2020 01:43:39 GMT\"0x8D855F41B7485A5\"5120TransactionOptimizedFri, + 11 Sep 2020 01:43:39 GMT$account-encryption-keyfalsetest816f1171Fri, + 11 Sep 2020 01:44:03 GMT\"0x8D855F429A8569E\"5120TransactionOptimizedFri, + 11 Sep 2020 01:44:03 GMT$account-encryption-keyfalsetest82b3117dFri, + 11 Sep 2020 01:44:09 GMT\"0x8D855F42D9DFD7A\"5120TransactionOptimizedFri, + 11 Sep 2020 01:44:09 GMT$account-encryption-keyfalsetest8fc916f4Fri, + 11 Sep 2020 13:48:35 GMT\"0x8D8565961566D0E\"5120TransactionOptimizedFri, + 11 Sep 2020 13:48:35 GMT$account-encryption-keyfalsetesta7a1477Fri, + 11 Sep 2020 01:42:27 GMT\"0x8D855F3F0B3CE4D\"5120TransactionOptimizedFri, + 11 Sep 2020 01:42:27 GMT$account-encryption-keyfalsetestcb2f1317Fri, + 11 Sep 2020 01:35:53 GMT\"0x8D855F305C89D8C\"5120TransactionOptimizedFri, + 11 Sep 2020 01:35:53 GMT$account-encryption-keyfalsetestcf0d1359Fri, + 11 Sep 2020 13:46:53 GMT\"0x8D856592431D1AA\"5120TransactionOptimizedFri, + 11 Sep 2020 13:46:53 GMT$account-encryption-keyfalsetestdfa11382Fri, + 11 Sep 2020 01:43:51 GMT\"0x8D855F422BEA24C\"5120TransactionOptimizedFri, + 11 Sep 2020 01:43:51 GMT$account-encryption-keyfalseteste121138eFri, + 11 Sep 2020 01:43:45 GMT\"0x8D855F41F52C3FB\"5120TransactionOptimizedFri, + 11 Sep 2020 01:43:45 GMT$account-encryption-keyfalseteste52d0d77Fri, + 11 Sep 2020 01:42:19 GMT\"0x8D855F3EC19CB5C\"5120TransactionOptimizedFri, + 11 Sep 2020 01:42:19 GMT$account-encryption-keyfalsetestf3ff13d3Fri, + 11 Sep 2020 13:49:19 GMT\"0x8D856597B1CC145\"5120TransactionOptimizedFri, + 11 Sep 2020 13:49:19 GMT$account-encryption-keyfalsetestf55313eeFri, + 11 Sep 2020 13:53:58 GMT\"0x8D8565A21BA7745\"5120TransactionOptimizedFri, + 11 Sep 2020 13:53:58 GMT$account-encryption-keyfalsetestf69713faFri, + 11 Sep 2020 13:54:36 GMT\"0x8D8565A3813B91A\"5120TransactionOptimizedFri, + 11 Sep 2020 13:54:35 GMT$account-encryption-keyfalse" + headers: + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + vary: + - Origin + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share1816f1171?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb59e-401a-0068-1062-b4bc52000000\nTime:2020-11-06T17:30:23.1034670Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share182b3117d?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a0-401a-0068-1162-b4bc52000000\nTime:2020-11-06T17:30:23.2835939Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share336d1532?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a1-401a-0068-1262-b4bc52000000\nTime:2020-11-06T17:30:23.4627205Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share50ad1060?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a2-401a-0068-1362-b4bc52000000\nTime:2020-11-06T17:30:23.6098241Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share602310dc?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a3-401a-0068-1462-b4bc52000000\nTime:2020-11-06T17:30:23.7749408Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share70e61121?restype=share + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Fri, 06 Nov 2020 17:30:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share801b1156?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a5-401a-0068-1662-b4bc52000000\nTime:2020-11-06T17:30:24.0841590Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharea7a1477?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a6-401a-0068-1762-b4bc52000000\nTime:2020-11-06T17:30:24.2622855Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/shareba3e12f1?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a7-401a-0068-1862-b4bc52000000\nTime:2020-11-06T17:30:24.4213981Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/shareba3e12f1?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a8-401a-0068-1962-b4bc52000000\nTime:2020-11-06T17:30:24.5955217Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharec80148e?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5a9-401a-0068-1a62-b4bc52000000\nTime:2020-11-06T17:30:24.7616410Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharecb2f1317?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5ab-401a-0068-1b62-b4bc52000000\nTime:2020-11-06T17:30:24.9327613Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharee121138e?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5ac-401a-0068-1c62-b4bc52000000\nTime:2020-11-06T17:30:25.1148905Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharee52d0d77?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5ad-401a-0068-1d62-b4bc52000000\nTime:2020-11-06T17:30:25.2770042Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharerestorecb2f1317?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5ae-401a-0068-1e62-b4bc52000000\nTime:2020-11-06T17:30:25.4521271Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharesamples5?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5af-401a-0068-1f62-b4bc52000000\nTime:2020-11-06T17:30:25.6172438Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharesamples6?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5b0-401a-0068-2062-b4bc52000000\nTime:2020-11-06T17:30:25.7793580Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharesamples7?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5b1-401a-0068-2162-b4bc52000000\nTime:2020-11-06T17:30:25.9354675Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-1200db32-dbe6-47c3-8fdc-badfe55a17f7?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5b7-401a-0068-2462-b4bc52000000\nTime:2020-11-06T17:30:26.0975821Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-1c02c6e2-910b-4118-9cc7-3e906d0f6a31?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5b8-401a-0068-2562-b4bc52000000\nTime:2020-11-06T17:30:26.2526909Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-22baebbe-ef2b-4735-8a37-d5cfb01e5b3a?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5b9-401a-0068-2662-b4bc52000000\nTime:2020-11-06T17:30:26.4148055Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-26ae488a-f23e-4b65-aa5b-f273d6179074?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5ba-401a-0068-2762-b4bc52000000\nTime:2020-11-06T17:30:26.5719162Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-49d22d21-4363-478e-8f26-1357ef6bd183?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5bb-401a-0068-2862-b4bc52000000\nTime:2020-11-06T17:30:26.7440370Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-56abb3eb-0fe3-47ec-802c-288e9eb1c680?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5bc-401a-0068-2962-b4bc52000000\nTime:2020-11-06T17:30:26.9151579Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-6ddb1225-7c7a-40c8-9c79-0ade2aedc604?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5bd-401a-0068-2a62-b4bc52000000\nTime:2020-11-06T17:30:27.1032900Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-82dc1679-40d4-49f1-adfa-bb6a853a0b52?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5c0-401a-0068-2b62-b4bc52000000\nTime:2020-11-06T17:30:27.2664053Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-8903864e-96ec-44f5-8912-837a9f23cbb5?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5c2-401a-0068-2c62-b4bc52000000\nTime:2020-11-06T17:30:27.4345233Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-bc25d6be-e54a-4d6f-9c39-9003c3c9e67a?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5c3-401a-0068-2d62-b4bc52000000\nTime:2020-11-06T17:30:27.5946364Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-d5852df4-944a-48b9-8552-eea5bfd94b6b?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5c4-401a-0068-2e62-b4bc52000000\nTime:2020-11-06T17:30:27.7507464Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-fa7d1a1f-d065-4d58-bb12-a59f22106473?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5c5-401a-0068-2f62-b4bc52000000\nTime:2020-11-06T17:30:27.9278711Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-fcc35a78-e231-4233-a311-d48ee9bb2df7?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5c8-401a-0068-3262-b4bc52000000\nTime:2020-11-06T17:30:28.0689705Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test16185160b?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5c9-401a-0068-3362-b4bc52000000\nTime:2020-11-06T17:30:28.2170748Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test1bd1a12dd?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5ca-401a-0068-3462-b4bc52000000\nTime:2020-11-06T17:30:28.3911974Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test2bd1a12dd?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5cb-401a-0068-3562-b4bc52000000\nTime:2020-11-06T17:30:28.5703232Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test403e0ff4?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5cc-401a-0068-3662-b4bc52000000\nTime:2020-11-06T17:30:28.7334380Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test49161594?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5cd-401a-0068-3762-b4bc52000000\nTime:2020-11-06T17:30:28.8975536Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test50ad1060?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5ce-401a-0068-3862-b4bc52000000\nTime:2020-11-06T17:30:29.0936926Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test600515ff?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5cf-401a-0068-3962-b4bc52000000\nTime:2020-11-06T17:30:29.2468000Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test602310dc?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d0-401a-0068-3a62-b4bc52000000\nTime:2020-11-06T17:30:29.3929025Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test6185160b?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d1-401a-0068-3b62-b4bc52000000\nTime:2020-11-06T17:30:29.5930434Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test801b1156?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d2-401a-0068-3c62-b4bc52000000\nTime:2020-11-06T17:30:29.7751721Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test816f1171?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d4-401a-0068-3d62-b4bc52000000\nTime:2020-11-06T17:30:29.9442912Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test82b3117d?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d5-401a-0068-3e62-b4bc52000000\nTime:2020-11-06T17:30:30.0983998Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test8fc916f4?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d6-401a-0068-3f62-b4bc52000000\nTime:2020-11-06T17:30:30.2625149Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testa7a1477?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d7-401a-0068-4062-b4bc52000000\nTime:2020-11-06T17:30:30.4376387Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:30 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testcb2f1317?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d8-401a-0068-4162-b4bc52000000\nTime:2020-11-06T17:30:30.6037557Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:30 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testcf0d1359?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5d9-401a-0068-4262-b4bc52000000\nTime:2020-11-06T17:30:30.7718741Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:30 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testdfa11382?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5da-401a-0068-4362-b4bc52000000\nTime:2020-11-06T17:30:30.9580052Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:30 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/teste121138e?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5db-401a-0068-4462-b4bc52000000\nTime:2020-11-06T17:30:31.1141157Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:30 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/teste52d0d77?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5dc-401a-0068-4562-b4bc52000000\nTime:2020-11-06T17:30:31.3302701Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testf3ff13d3?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5dd-401a-0068-4662-b4bc52000000\nTime:2020-11-06T17:30:31.5784459Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testf55313ee?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5de-401a-0068-4762-b4bc52000000\nTime:2020-11-06T17:30:31.7375585Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 06 Nov 2020 17:30:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testf69713fa?restype=share + response: + body: + string: "\uFEFFLeaseIdMissingThere + is currently a lease on the file share and no lease ID was specified in the + request.\nRequestId:db5fb5df-401a-0068-4862-b4bc52000000\nTime:2020-11-06T17:30:31.8996741Z" + headers: + content-length: + - '273' + content-type: + - application/xml + date: + - Fri, 06 Nov 2020 17:30:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + x-ms-error-code: + - LeaseIdMissing + x-ms-version: + - '2020-04-08' + status: + code: 412 + message: There is currently a lease on the file share and no lease ID was specified + in the request. +version: 1 From e768dc70ae5cb52e522e00473b23dc282ae37f8a Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Fri, 6 Nov 2020 13:06:41 -0800 Subject: [PATCH 06/18] docstring fix --- .../azure/storage/fileshare/_share_client.py | 2 +- .../azure/storage/fileshare/aio/_share_client_async.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 00f217cd3252..898818be6900 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -521,7 +521,7 @@ def set_share_properties(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. :keyword root_squash: Root squash to set on the share. Only valid for - NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index d0587827c255..7879ae7186ab 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -188,7 +188,7 @@ async def create_share(self, **kwargs): :keyword enabled_protocols: Protocols to enable on the share. :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols :keyword root_squash: Root squash to set on the share. Only valid for - NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) From 591086c148652d697aac01e5db13f0df6ccf1259 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Mon, 9 Nov 2020 16:44:18 -0800 Subject: [PATCH 07/18] fixed docstrings --- .../azure/storage/fileshare/_share_client.py | 25 +++++++++++++------ .../fileshare/aio/_share_client_async.py | 25 +++++++++++++------ 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 898818be6900..7e2d085a410c 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -314,10 +314,12 @@ def create_share(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. - :keyword enabled_protocols: Protocols to enable on the share. - :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols - :keyword root_squash: Root squash to set on the share. Only valid for - NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + :keyword enabled_protocols: + Protocols to enable on the share. + :paramtype enabled_protocols: [str or ~azure.storage.fileshare.EnabledProtocols] + :keyword root_squash: + Root squash to set on the share. + Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) @@ -337,7 +339,13 @@ def create_share(self, **kwargs): timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) enabled_protocols = kwargs.pop('enabled_protocols', None) - if root_squash and enabled_protocols != "NFS": + enabled_protocol = None + if enabled_protocols: + if len(enabled_protocols) > 1: + ValueError("Only one protocol at a time must be enabled.") + else: + enabled_protocol = enabled_protocols[0] + if root_squash and enabled_protocol != "NFS": raise ValueError("The 'root_squash' keyword can only be used on NFS shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore @@ -520,8 +528,9 @@ def set_share_properties(self, **kwargs): Must be greater than 0, and less than or equal to 5TB. :keyword int timeout: The timeout parameter is expressed in seconds. - :keyword root_squash: Root squash to set on the share. Only valid for - NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. + :keyword root_squash: + Root squash to set on the share. + Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) @@ -539,7 +548,7 @@ def set_share_properties(self, **kwargs): access_tier = kwargs.pop('access_tier', None) quota = kwargs.pop('quota', None) root_squash = kwargs.pop('root_squash', None) - if all(parameter is None for parameter in [access_tier, quota]): + if all(parameter is None for parameter in [access_tier, quota, root_squash]): raise ValueError("set_share_properties should be called with at least one parameter.") try: return self._client.share.set_properties( # type: ignore diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index 7879ae7186ab..c5efca02bc4f 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -185,10 +185,12 @@ async def create_share(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. - :keyword enabled_protocols: Protocols to enable on the share. - :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols - :keyword root_squash: Root squash to set on the share. Only valid for - NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. + :keyword enabled_protocols: + Protocols to enable on the share. + :paramtype enabled_protocols: [str or ~azure.storage.fileshare.EnabledProtocols] + :keyword root_squash: + Root squash to set on the share. + Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) @@ -208,7 +210,13 @@ async def create_share(self, **kwargs): timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) enabled_protocols = kwargs.pop('enabled_protocols', None) - if root_squash and enabled_protocols != "NFS": + enabled_protocol = None + if enabled_protocols: + if len(enabled_protocols) > 1: + ValueError("Only one protocol at a time must be enabled.") + else: + enabled_protocol = enabled_protocols[0] + if root_squash and enabled_protocol != "NFS": raise ValueError("The 'root_squash' keyword can only be used on NFS shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore @@ -389,8 +397,9 @@ async def set_share_properties(self, **kwargs): Must be greater than 0, and less than or equal to 5TB. :keyword int timeout: The timeout parameter is expressed in seconds. - :keyword root_squash: Root squash to set on the share. Only valid for - NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + :keyword root_squash: + Root squash to set on the share. + Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' :paramtype root_squash: str or ~azure.storage.fileshare.ShareRootSquash :returns: Share-updated property dict (Etag and last modified). :rtype: dict(str, Any) @@ -408,7 +417,7 @@ async def set_share_properties(self, **kwargs): access_tier = kwargs.pop('access_tier', None) quota = kwargs.pop('quota', None) root_squash = kwargs.pop('root_squash', None) - if all(parameter is None for parameter in [access_tier, quota]): + if all(parameter is None for parameter in [access_tier, quota, root_squash]): raise ValueError("set_share_properties should be called with at least one parameter.") try: return await self._client.share.set_properties( # type: ignore From 2a2700f2a0695cb180c432fa95b2c2f764ab6898 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Mon, 9 Nov 2020 22:16:38 -0800 Subject: [PATCH 08/18] added sync tests --- .../azure/storage/fileshare/_share_client.py | 2 +- .../fileshare/aio/_share_client_async.py | 2 +- ...share.test_create_share_with_protocol.yaml | 190 + ...set_share_properties_with_root_squash.yaml | 3502 +++++++++++++++++ .../tests/test_share.py | 43 +- 5 files changed, 3734 insertions(+), 5 deletions(-) create mode 100644 sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_protocol.yaml create mode 100644 sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_set_share_properties_with_root_squash.yaml diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 7e2d085a410c..1366dd5d053b 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -357,7 +357,7 @@ def create_share(self, **kwargs): quota=quota, access_tier=access_tier, root_squash=root_squash, - enabled_protocols=enabled_protocols, + enabled_protocols=enabled_protocol, cls=return_response_headers, headers=headers, **kwargs) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index c5efca02bc4f..c0c5ef42c858 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -228,7 +228,7 @@ async def create_share(self, **kwargs): quota=quota, access_tier=access_tier, root_squash=root_squash, - enabled_protocols=enabled_protocols, + enabled_protocols=enabled_protocol, cls=return_response_headers, headers=headers, **kwargs) diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_protocol.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_protocol.yaml new file mode 100644 index 000000000000..608ec5932e15 --- /dev/null +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_protocol.yaml @@ -0,0 +1,190 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 05:37:08 GMT + x-ms-enabled-protocols: + - NFS + x-ms-root-squash: + - RootSquash + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/testshare271cd1152?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 05:37:08 GMT + etag: + - '"0x8D8853AAA3BE081"' + last-modified: + - Tue, 10 Nov 2020 05:37:08 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 05:37:09 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/testshare271cd1152?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 05:37:08 GMT + etag: + - '"0x8D8853AAA3BE081"' + last-modified: + - Tue, 10 Nov 2020 05:37:08 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-access-tier: + - Premium + x-ms-enabled-protocols: + - NFS + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-root-squash: + - RootSquash + x-ms-share-next-allowed-quota-downgrade-time: + - Tue, 10 Nov 2020 05:37:08 GMT + x-ms-share-provisioned-egress-mbps: + - '66' + x-ms-share-provisioned-ingress-mbps: + - '44' + x-ms-share-provisioned-iops: + - '500' + x-ms-share-quota: + - '100' + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 05:37:09 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/testshare271cd1152?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 05:37:08 GMT + etag: + - '"0x8D8853AAA3BE081"' + last-modified: + - Tue, 10 Nov 2020 05:37:08 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-access-tier: + - Premium + x-ms-enabled-protocols: + - NFS + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-root-squash: + - RootSquash + x-ms-share-next-allowed-quota-downgrade-time: + - Tue, 10 Nov 2020 05:37:08 GMT + x-ms-share-provisioned-egress-mbps: + - '66' + x-ms-share-provisioned-ingress-mbps: + - '44' + x-ms-share-provisioned-iops: + - '500' + x-ms-share-quota: + - '100' + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 05:37:09 GMT + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testshare271cd1152?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 05:37:08 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +version: 1 diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_set_share_properties_with_root_squash.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_set_share_properties_with_root_squash.yaml new file mode 100644 index 000000000000..c041f1307304 --- /dev/null +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_set_share_properties_with_root_squash.yaml @@ -0,0 +1,3502 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:21 GMT + x-ms-enabled-protocols: + - NFS + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share1503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:21 GMT + etag: + - '"0x8D88540011042A7"' + last-modified: + - Tue, 10 Nov 2020 06:15:21 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:22 GMT + x-ms-enabled-protocols: + - NFS + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share2503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:21 GMT + etag: + - '"0x8D885400129C2ED"' + last-modified: + - Tue, 10 Nov 2020 06:15:21 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:22 GMT + x-ms-root-squash: + - NoRootSquash + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share1503d161c?restype=share&comp=properties + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:21 GMT + etag: + - '"0x8D88540013C5748"' + last-modified: + - Tue, 10 Nov 2020 06:15:21 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:22 GMT + x-ms-root-squash: + - RootSquash + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share2503d161c?restype=share&comp=properties + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:21 GMT + etag: + - '"0x8D88540014E8321"' + last-modified: + - Tue, 10 Nov 2020 06:15:21 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:22 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/share1503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:21 GMT + etag: + - '"0x8D88540013C5748"' + last-modified: + - Tue, 10 Nov 2020 06:15:21 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-access-tier: + - Premium + x-ms-enabled-protocols: + - NFS + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-root-squash: + - NoRootSquash + x-ms-share-next-allowed-quota-downgrade-time: + - Tue, 10 Nov 2020 06:15:21 GMT + x-ms-share-provisioned-egress-mbps: + - '66' + x-ms-share-provisioned-ingress-mbps: + - '44' + x-ms-share-provisioned-iops: + - '500' + x-ms-share-quota: + - '100' + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:22 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/share2503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:21 GMT + etag: + - '"0x8D88540014E8321"' + last-modified: + - Tue, 10 Nov 2020 06:15:21 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-access-tier: + - Premium + x-ms-enabled-protocols: + - NFS + x-ms-has-immutability-policy: + - 'false' + x-ms-has-legal-hold: + - 'false' + x-ms-root-squash: + - RootSquash + x-ms-share-next-allowed-quota-downgrade-time: + - Tue, 10 Nov 2020 06:15:21 GMT + x-ms-share-provisioned-egress-mbps: + - '66' + x-ms-share-provisioned-ingress-mbps: + - '44' + x-ms-share-provisioned-iops: + - '500' + x-ms-share-quota: + - '100' + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:22 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/?include=snapshots&comp=list + response: + body: + string: "\uFEFFjtsshareapitestsgetpropertiespremium0000717281de4d707Fri, + 06 Nov 2020 00:36:15 GMT\"0x8D881EBF8498DE0\"100SMBPremium5004466Fri, + 06 Nov 2020 00:36:15 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium000979586a91d779eThu, + 05 Nov 2020 20:50:20 GMT\"0x8D881CC69061C5C\"100SMBPremium5004466Thu, + 05 Nov 2020 20:50:20 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0019130ce39a682b7Thu, + 05 Nov 2020 21:03:31 GMT\"0x8D881CE4015A3CE\"100SMBPremium5004466Thu, + 05 Nov 2020 21:03:31 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium00204101ddfb3e349Thu, + 05 Nov 2020 20:57:16 GMT\"0x8D881CD609F482C\"100SMBPremium5004466Thu, + 05 Nov 2020 20:57:16 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium00271272315441569Thu, + 05 Nov 2020 21:05:46 GMT\"0x8D881CE90E4A4BC\"100SMBPremium5004466Thu, + 05 Nov 2020 21:05:46 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium003153736bd874df9Thu, + 05 Nov 2020 20:53:36 GMT\"0x8D881CCDDB5D4C2\"100SMBPremium5004466Thu, + 05 Nov 2020 20:53:36 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0039795775bce705bThu, + 05 Nov 2020 20:17:04 GMT\"0x8D881C7C30CC065\"100SMBPremium5004466Thu, + 05 Nov 2020 20:17:04 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium00633122b2ad698b5Fri, + 06 Nov 2020 00:37:03 GMT\"0x8D881EC14CF605C\"100SMBPremium5004466Fri, + 06 Nov 2020 00:37:03 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0066518bac6ca306bThu, + 05 Nov 2020 21:04:35 GMT\"0x8D881CE6637FD9A\"100SMBPremium5004466Thu, + 05 Nov 2020 21:04:35 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium00782465cdc1d8262Thu, + 05 Nov 2020 21:06:24 GMT\"0x8D881CEA75CE439\"100SMBPremium5004466Thu, + 05 Nov 2020 21:06:24 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0078965ed52d1d15fThu, + 05 Nov 2020 20:14:34 GMT\"0x8D881C769785195\"100SMBPremium5004466Thu, + 05 Nov 2020 20:14:34 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium008267637a36049a6Thu, + 05 Nov 2020 21:08:58 GMT\"0x8D881CF033ED29B\"100SMBPremium5004466Thu, + 05 Nov 2020 21:08:58 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0084071383fcd64abFri, + 06 Nov 2020 00:37:51 GMT\"0x8D881EC312FE400\"100SMBPremium5004466Fri, + 06 Nov 2020 00:37:51 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0087614cb345f7befThu, + 05 Nov 2020 20:55:52 GMT\"0x8D881CD2EA1897E\"100SMBPremium5004466Thu, + 05 Nov 2020 20:55:52 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium018674da5e4bc9aeThu, + 05 Nov 2020 20:12:45 GMT\"0x8D881C728B129D0\"100SMBPremium5004466Thu, + 05 Nov 2020 20:12:45 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium04606426b06e2fe3Thu, + 05 Nov 2020 20:12:46 GMT\"0x8D881C7295B93F5\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 20:12:46 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium056745fa43978410Thu, + 05 Nov 2020 20:12:46 GMT\"0x8D881C72996AC63\"100SMBPremium5004466Thu, + 05 Nov 2020 20:12:46 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1026493efc0885ccaThu, + 05 Nov 2020 21:06:25 GMT\"0x8D881CEA806D816\"100SMBPremium5004466Thu, + 05 Nov 2020 21:06:25 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1034179888d0cd34aFri, + 06 Nov 2020 00:37:52 GMT\"0x8D881EC320D7593\"100NFSAllSquashPremium5004466Fri, + 06 Nov 2020 00:37:52 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium10349388c5cd1cf1cThu, + 05 Nov 2020 21:03:32 GMT\"0x8D881CE40C2CD3C\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 21:03:32 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1060486f706254d31Thu, + 05 Nov 2020 20:50:22 GMT\"0x8D881CC69BDF65D\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 20:50:22 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium106758749a738d705Thu, + 05 Nov 2020 21:05:47 GMT\"0x8D881CE919A5B52\"100SMBPremium5004466Thu, + 05 Nov 2020 21:05:47 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1070592546fe10366Fri, + 06 Nov 2020 00:36:16 GMT\"0x8D881EBF90E1414\"100NFSAllSquashPremium5004466Fri, + 06 Nov 2020 00:36:16 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1083263aa6fe666d9Thu, + 05 Nov 2020 20:53:38 GMT\"0x8D881CCDED536F4\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 20:53:38 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1086782b971893463Thu, + 05 Nov 2020 20:17:06 GMT\"0x8D881C7C442E3BB\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 20:17:06 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1089296d648997df1Thu, + 05 Nov 2020 21:08:59 GMT\"0x8D881CF03EC98B4\"100NFSAllSquashPremium5004466Thu, + 05 Nov 2020 21:08:59 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1090914c74bf68655Thu, + 05 Nov 2020 20:14:35 GMT\"0x8D881C76A299AA2\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 20:14:35 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium10910684dab4419cdThu, + 05 Nov 2020 21:04:36 GMT\"0x8D881CE66E9E315\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 21:04:36 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1091153a8385663b2Thu, + 05 Nov 2020 20:57:17 GMT\"0x8D881CD615F615E\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 20:57:17 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1094196701d9bdfdbFri, + 06 Nov 2020 00:37:04 GMT\"0x8D881EC159EE5CB\"100NFSAllSquashPremium5004466Fri, + 06 Nov 2020 00:37:04 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2004120c315552fabThu, + 05 Nov 2020 20:17:06 GMT\"0x8D881C7C480E2F9\"100SMBPremium5004466Thu, + 05 Nov 2020 20:17:06 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium20053848b9bfc2b21Thu, + 05 Nov 2020 20:57:17 GMT\"0x8D881CD619F0E87\"100SMBPremium5004466Thu, + 05 Nov 2020 20:57:17 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium200811444096520c9Thu, + 05 Nov 2020 20:50:22 GMT\"0x8D881CC69FBCE5C\"100SMBPremium5004466Thu, + 05 Nov 2020 20:50:22 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2020558e65554583bFri, + 06 Nov 2020 00:36:17 GMT\"0x8D881EBF94B76B0\"100NFSNoRootSquashPremium5004466Fri, + 06 Nov 2020 00:36:17 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2027990f6a1040d6cThu, + 05 Nov 2020 21:03:32 GMT\"0x8D881CE4100CC41\"100SMBPremium5004466Thu, + 05 Nov 2020 21:03:32 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2045618579ef8cf84Fri, + 06 Nov 2020 00:37:05 GMT\"0x8D881EC15DBD352\"100NFSNoRootSquashPremium5004466Fri, + 06 Nov 2020 00:37:05 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2057580cc731977f1Thu, + 05 Nov 2020 20:14:35 GMT\"0x8D881C76A6A0B3A\"100SMBPremium5004466Thu, + 05 Nov 2020 20:14:35 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2084502e09a2e34edThu, + 05 Nov 2020 20:53:38 GMT\"0x8D881CCDF109D8F\"100SMBPremium5004466Thu, + 05 Nov 2020 20:53:38 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2085181ae8cf0e5a3Fri, + 06 Nov 2020 00:37:52 GMT\"0x8D881EC324F45F4\"100NFSNoRootSquashPremium5004466Fri, + 06 Nov 2020 00:37:52 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2090680e6619e8b50Thu, + 05 Nov 2020 21:09:00 GMT\"0x8D881CF0430DA84\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 21:09:00 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium20986251ed61154e5Thu, + 05 Nov 2020 21:04:36 GMT\"0x8D881CE672AC8E5\"100SMBPremium5004466Thu, + 05 Nov 2020 21:04:36 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium3018814736a4eec0dFri, + 06 Nov 2020 00:37:05 GMT\"0x8D881EC1615B309\"100NFSRootSquashPremium5004466Fri, + 06 Nov 2020 00:37:05 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium3048213add4c73fd1Thu, + 05 Nov 2020 21:09:00 GMT\"0x8D881CF04695A5D\"100NFSRootSquashPremium5004466Thu, + 05 Nov 2020 21:09:00 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium307616092982fbde8Fri, + 06 Nov 2020 00:36:17 GMT\"0x8D881EBF98B23A9\"100NFSRootSquashPremium5004466Fri, + 06 Nov 2020 00:36:17 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium3095819b3b3421b85Fri, + 06 Nov 2020 00:37:53 GMT\"0x8D881EC328973C9\"100NFSRootSquashPremium5004466Fri, + 06 Nov 2020 00:37:53 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties0005030d11bbb90c2Thu, + 05 Nov 2020 21:46:38 GMT\"0x8D881D44652ECE9\"100NFSRootSquashPremium5004466Thu, + 05 Nov 2020 21:46:38 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties0052285d180d96770Thu, + 05 Nov 2020 21:44:53 GMT\"0x8D881D407A6E928\"100SMBPremium5004466Thu, + 05 Nov 2020 21:44:53 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties100990451c654b514Thu, + 05 Nov 2020 21:46:39 GMT\"0x8D881D446E81C9B\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 21:46:39 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties102640483a21f44deThu, + 05 Nov 2020 21:44:54 GMT\"0x8D881D4085DB0B1\"100SMBPremium5004466Thu, + 05 Nov 2020 21:44:54 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties20047951dc177da7bThu, + 05 Nov 2020 21:46:40 GMT\"0x8D881D447314118\"100NFSAllSquashPremium5004466Thu, + 05 Nov 2020 21:46:39 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties2056511ac34914c09Thu, + 05 Nov 2020 21:44:55 GMT\"0x8D881D408AE0272\"100SMBPremium5004466Thu, + 05 Nov 2020 21:44:55 GMT$account-encryption-keyfalsejtsshareasyncapitestsgetpropertiespremium007489712835a8Thu, + 05 Nov 2020 21:54:41 GMT\"0x8D881D5661CE96F\"100SMBPremium5004466Thu, + 05 Nov 2020 21:54:41 GMT$account-encryption-keyfalsejtsshareasyncapitestsgetpropertiespremium1075078385e4a3Thu, + 05 Nov 2020 21:54:42 GMT\"0x8D881D566D75C84\"100NFSAllSquashPremium5004466Thu, + 05 Nov 2020 21:54:42 GMT$account-encryption-keyfalsejtsshareasyncapitestsgetpropertiespremium20466423322082Thu, + 05 Nov 2020 21:54:43 GMT\"0x8D881D5671A65D5\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 21:54:43 GMT$account-encryption-keyfalsejtsshareasyncapitestsgetpropertiespremium3039431c7b46c0Thu, + 05 Nov 2020 21:54:43 GMT\"0x8D881D567527080\"100NFSRootSquashPremium5004466Thu, + 05 Nov 2020 21:54:43 GMT$account-encryption-keyfalsejtsshareasyncapitestssetpremiumproperties0034025976272bThu, + 05 Nov 2020 21:57:33 GMT\"0x8D881D5CC950899\"100NFSRootSquashPremium5004466Thu, + 05 Nov 2020 21:57:32 GMT$account-encryption-keyfalsejtsshareasyncapitestssetpremiumproperties1046503ee96509Thu, + 05 Nov 2020 21:57:34 GMT\"0x8D881D5CD392F31\"100NFSNoRootSquashPremium5004466Thu, + 05 Nov 2020 21:57:34 GMT$account-encryption-keyfalsejtsshareasyncapitestssetpremiumproperties20622067c7001bThu, + 05 Nov 2020 21:57:34 GMT\"0x8D881D5CD81B751\"100NFSAllSquashPremium5004466Thu, + 05 Nov 2020 21:57:34 GMT$account-encryption-keyfalseshare112220eeaTue, + 10 Nov 2020 05:49:43 GMT\"0x8D8853C6C1B02B7\"100SMBPremium5004466Tue, + 10 Nov 2020 05:49:43 GMT$account-encryption-keyfalseshare1503d161cTue, + 10 Nov 2020 06:15:21 GMT\"0x8D88540013C5748\"100NFSNoRootSquashPremium5004466Tue, + 10 Nov 2020 06:15:21 GMT$account-encryption-keyfalseshare2503d161cTue, + 10 Nov 2020 06:15:21 GMT\"0x8D88540014E8321\"100NFSRootSquashPremium5004466Tue, + 10 Nov 2020 06:15:21 GMT$account-encryption-keyfalseshare3503d161cTue, + 10 Nov 2020 06:02:25 GMT\"0x8D8853E323E38A6\"100SMBPremium5004466Tue, + 10 Nov 2020 06:00:59 GMT$account-encryption-keyfalseshare5503d161cTue, + 10 Nov 2020 06:10:38 GMT\"0x8D8853F588C40D1\"100SMBPremium5004466Tue, + 10 Nov 2020 06:10:33 GMT$account-encryption-keyfalseshare6503d161cTue, + 10 Nov 2020 06:11:22 GMT\"0x8D8853F72633E55\"100SMBPremium5004466Tue, + 10 Nov 2020 06:10:33 GMT$account-encryption-keyfalsesharesfd5503d161cTue, + 10 Nov 2020 06:13:58 GMT\"0x8D8853FCFB12E33\"100NFSNoRootSquashPremium5004466Tue, + 10 Nov 2020 06:13:57 GMT$account-encryption-keyfalsesharsfe6503d161cTue, + 10 Nov 2020 06:14:04 GMT\"0x8D8853FD34E1687\"100NFSRootSquashPremium5004466Tue, + 10 Nov 2020 06:13:58 GMT$account-encryption-keyfalsetest-share-023c770f-85c9-48bf-87ab-e9551b1f9aa8Tue, + 20 Oct 2020 18:52:38 GMT\"0x8D8752951096BC6\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 18:52:38 GMT$account-encryption-keyfalsetest-share-17d997bd-0553-8abd-8da4-99bef0158f6bTue, + 20 Oct 2020 19:02:36 GMT\"0x8D8752AB55F83FD\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 19:02:36 GMT$account-encryption-keyfalsetest-share-1a703b8d-1dce-4d9a-a22a-f2d96031770dTue, + 20 Oct 2020 18:54:00 GMT\"0x8D8752981B0634E\"100NFSNoRootSquashPremium5004466Tue, + 20 Oct 2020 18:54:00 GMT$account-encryption-keyfalsetest-share-1e9b6de2-f84b-2a79-b372-1a94bbb31c28Tue, + 20 Oct 2020 19:03:00 GMT\"0x8D8752AC3AC2708\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 19:03:00 GMT$account-encryption-keyfalsetest-share-31da7c42-d479-9a5e-41e3-0e9abb71b88eTue, + 20 Oct 2020 19:02:59 GMT\"0x8D8752AC2EE1ED7\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 19:02:59 GMT$account-encryption-keyfalsetest-share-4c5a0ef2-da8a-4522-b68e-ecc0f8fcb80eTue, + 20 Oct 2020 18:48:48 GMT\"0x8D87528C7FCA615\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 18:48:48 GMT$account-encryption-keyfalsetest-share-60f55f0c-314f-4940-a2b6-efb0e68a670fTue, + 20 Oct 2020 18:54:00 GMT\"0x8D8752981FBF9C5\"100NFSNoRootSquashPremium5004466Tue, + 20 Oct 2020 18:54:00 GMT$account-encryption-keyfalsetest-share-6eb9cce7-316f-164a-caae-e1a4ecb4668bTue, + 20 Oct 2020 19:02:59 GMT\"0x8D8752AC3299780\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 19:02:59 GMT$account-encryption-keyfalsetest-share-b03e8d3a-287e-41d7-8570-9790a3d3c572Tue, + 20 Oct 2020 18:51:57 GMT\"0x8D8752938456E0E\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 18:51:57 GMT$account-encryption-keyfalsetest-share-b143b069-8309-413f-bd52-1773ef67f45eTue, + 20 Oct 2020 18:48:48 GMT\"0x8D87528C7CA9C7C\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 18:48:48 GMT$account-encryption-keyfalsetest-share-b40d8567-2a53-47cf-937d-ee1cdbf2c88bTue, + 20 Oct 2020 18:51:57 GMT\"0x8D875293877C7D1\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 18:51:57 GMT$account-encryption-keyfalsetest-share-cf71c98e-5b7f-4a8c-850e-34f7dcdc5b47Tue, + 20 Oct 2020 18:48:23 GMT\"0x8D87528B8AEEDD2\"100SMBPremium5004466Tue, + 20 Oct 2020 18:48:23 GMT$account-encryption-keyfalsetest-share-d3854fd4-c25c-41c0-ba80-2a3023851f3fTue, + 20 Oct 2020 18:48:22 GMT\"0x8D87528B86D435B\"100SMBPremium5004466Tue, + 20 Oct 2020 18:48:22 GMT$account-encryption-keyfalsetest-share-d58a3d34-f2ce-4ed0-b93c-d0f433b3ea54Tue, + 20 Oct 2020 18:56:47 GMT\"0x8D87529E5404642\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 18:56:47 GMT$account-encryption-keyfalsetest-share-d664ce14-61b8-cac2-1136-59e2acf9740aTue, + 20 Oct 2020 19:02:36 GMT\"0x8D8752AB51DD753\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 19:02:36 GMT$account-encryption-keyfalsetest-share-defdeccb-01fc-03cc-7908-66da1b208148Tue, + 20 Oct 2020 19:03:00 GMT\"0x8D8752AC37C0D4F\"100NFSAllSquashPremium5004466Tue, + 20 Oct 2020 19:03:00 GMT$account-encryption-keyfalsetestshare1503d161cTue, + 10 Nov 2020 06:14:45 GMT\"0x8D8853FEBC0FB23\"100NFSNoRootSquashPremium5004466Tue, + 10 Nov 2020 06:14:45 GMT$account-encryption-keyfalsetestshare2503d161cTue, + 10 Nov 2020 06:14:45 GMT\"0x8D8853FEBD4ADEA\"100NFSRootSquashPremium5004466Tue, + 10 Nov 2020 06:14:45 GMT$account-encryption-keyfalse" + headers: + content-type: + - application/xml + date: + - Tue, 10 Nov 2020 06:15:21 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0000717281de4d707?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium000979586a91d779e?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0019130ce39a682b7?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium00204101ddfb3e349?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium00271272315441569?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:23 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium003153736bd874df9?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0039795775bce705b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium00633122b2ad698b5?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:22 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0066518bac6ca306b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium00782465cdc1d8262?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0078965ed52d1d15f?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium008267637a36049a6?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0084071383fcd64ab?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:24 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0087614cb345f7bef?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium018674da5e4bc9ae?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium04606426b06e2fe3?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:23 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium056745fa43978410?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1026493efc0885cca?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1034179888d0cd34a?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium10349388c5cd1cf1c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:25 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1060486f706254d31?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium106758749a738d705?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1070592546fe10366?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1083263aa6fe666d9?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:24 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1086782b971893463?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1089296d648997df1?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1090914c74bf68655?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium10910684dab4419cd?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:26 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1091153a8385663b2?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1094196701d9bdfdb?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2004120c315552fab?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium20053848b9bfc2b21?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:25 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium200811444096520c9?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2020558e65554583b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2027990f6a1040d6c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:27 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2045618579ef8cf84?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2057580cc731977f1?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2084502e09a2e34ed?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2085181ae8cf0e5a3?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2090680e6619e8b50?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:26 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium20986251ed61154e5?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium3018814736a4eec0d?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium3048213add4c73fd1?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:28 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium307616092982fbde8?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium3095819b3b3421b85?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties0005030d11bbb90c2?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties0052285d180d96770?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties100990451c654b514?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:27 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties102640483a21f44de?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties20047951dc177da7b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:29 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties2056511ac34914c09?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareasyncapitestsgetpropertiespremium007489712835a8?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareasyncapitestsgetpropertiespremium1075078385e4a3?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareasyncapitestsgetpropertiespremium20466423322082?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareasyncapitestsgetpropertiespremium3039431c7b46c0?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:28 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareasyncapitestssetpremiumproperties0034025976272b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareasyncapitestssetpremiumproperties1046503ee96509?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:30 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/jtsshareasyncapitestssetpremiumproperties20622067c7001b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share112220eea?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share1503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share2503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share3503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share5503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:29 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share6503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:31 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharesfd5503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/sharsfe6503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-023c770f-85c9-48bf-87ab-e9551b1f9aa8?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-17d997bd-0553-8abd-8da4-99bef0158f6b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-1a703b8d-1dce-4d9a-a22a-f2d96031770d?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-1e9b6de2-f84b-2a79-b372-1a94bbb31c28?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:31 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-31da7c42-d479-9a5e-41e3-0e9abb71b88e?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:32 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-4c5a0ef2-da8a-4522-b68e-ecc0f8fcb80e?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:32 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-60f55f0c-314f-4940-a2b6-efb0e68a670f?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:32 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-6eb9cce7-316f-164a-caae-e1a4ecb4668b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:32 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-b03e8d3a-287e-41d7-8570-9790a3d3c572?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:32 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-b143b069-8309-413f-bd52-1773ef67f45e?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:32 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-b40d8567-2a53-47cf-937d-ee1cdbf2c88b?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:32 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-cf71c98e-5b7f-4a8c-850e-34f7dcdc5b47?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:32 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-d3854fd4-c25c-41c0-ba80-2a3023851f3f?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:33 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-d58a3d34-f2ce-4ed0-b93c-d0f433b3ea54?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:33 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:34 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-d664ce14-61b8-cac2-1136-59e2acf9740a?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:33 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:34 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/test-share-defdeccb-01fc-03cc-7908-66da1b208148?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:33 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:34 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testshare1503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:33 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:15:34 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testshare2503d161c?restype=share + response: + body: + string: '' + headers: + date: + - Tue, 10 Nov 2020 06:15:33 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +version: 1 diff --git a/sdk/storage/azure-storage-file-share/tests/test_share.py b/sdk/storage/azure-storage-file-share/tests/test_share.py index 0e408a125e82..4015b93135e0 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share.py @@ -25,7 +25,8 @@ ShareDirectoryClient, ShareFileClient, ShareClient, - generate_share_sas) + generate_share_sas, + ShareRootSquash) from azure.storage.fileshare._generated.models import DeleteSnapshotsOptionType, ListSharesIncludeType from devtools_testutils import ResourceGroupPreparer, StorageAccountPreparer @@ -62,10 +63,10 @@ def _get_share_reference(self, prefix=TEST_SHARE_PREFIX): self.test_shares.append(share_name) return share - def _create_share(self, prefix=TEST_SHARE_PREFIX): + def _create_share(self, prefix=TEST_SHARE_PREFIX, **kwargs): share_client = self._get_share_reference(prefix) try: - share_client.create_share() + share_client.create_share(**kwargs) except: pass return share_client @@ -506,6 +507,23 @@ def test_create_share_with_already_existing_share_fail_on_exist(self, resource_g self.assertTrue(created) self._delete_shares() + @GlobalStorageAccountPreparer() + def test_create_share_with_protocol(self, resource_group, location, storage_account, storage_account_key): + self._setup(storage_account, storage_account_key) + + # Act + share_client = self._get_share_reference("testshare2") + with self.assertRaises(ValueError): + share_client.create_share(enabled_protocols=["SMB"], root_squash=ShareRootSquash.all_squash) + share_client.create_share(enabled_protocols=["NFS"], root_squash=ShareRootSquash.root_squash) + share_enabled_protocol = share_client.get_share_properties().enabled_protocols + share_root_squash = share_client.get_share_properties().root_squash + + # Assert + self.assertEqual(share_enabled_protocol, "NFS") + self.assertEqual(share_root_squash, ShareRootSquash.root_squash) + share_client.delete_share() + @GlobalStorageAccountPreparer() def test_create_share_with_metadata(self, resource_group, location, storage_account, storage_account_key): self._setup(storage_account, storage_account_key) @@ -828,6 +846,25 @@ def test_set_share_properties(self, resource_group, location, storage_account, s self.assertEqual(share2_tier, "Cool") self._delete_shares() + @GlobalStorageAccountPreparer() + def test_set_share_properties_with_root_squash(self, resource_group, location, storage_account, storage_account_key): + self._setup(storage_account, storage_account_key) + share1 = self._create_share("share1", enabled_protocols=["NFS"]) + share2 = self._create_share("share2", enabled_protocols=["NFS"]) + + share1.set_share_properties(root_squash="NoRootSquash") + + share2.set_share_properties(root_squash=ShareRootSquash.root_squash) + + # Act + share1_root_squash = share1.get_share_properties().root_squash + share2_root_squash = share2.get_share_properties().root_squash + + # Assert + self.assertEqual(share1_root_squash, ShareRootSquash.no_root_squash) + self.assertEqual(share2_root_squash, ShareRootSquash.root_squash) + self._delete_shares() + @GlobalResourceGroupPreparer() @StorageAccountPreparer(random_name_enabled=True, sku='premium_LRS', name_prefix='pyacrstorage', kind='FileStorage') def test_get_share_properties_for_premium_account(self, resource_group, location, storage_account, storage_account_key): From 02fe952dbffe8be8ee90fea456ccc23ad22f0206 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Mon, 9 Nov 2020 22:26:49 -0800 Subject: [PATCH 09/18] added async tests --- ...async.test_create_share_with_protocol.yaml | 89 ++++++ ...set_share_properties_with_root_squash.yaml | 262 ++++++++++++++++++ .../tests/test_share_async.py | 48 +++- 3 files changed, 396 insertions(+), 3 deletions(-) create mode 100644 sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_create_share_with_protocol.yaml create mode 100644 sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_set_share_properties_with_root_squash.yaml diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_create_share_with_protocol.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_create_share_with_protocol.yaml new file mode 100644 index 000000000000..c8e8559f56d5 --- /dev/null +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_create_share_with_protocol.yaml @@ -0,0 +1,89 @@ +interactions: +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:21:59 GMT + x-ms-enabled-protocols: + - NFS + x-ms-root-squash: + - RootSquash + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/testshare2e33413cf?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:21:58 GMT + etag: '"0x8D88540EDC46AB1"' + last-modified: Tue, 10 Nov 2020 06:21:58 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 201 + message: Created + url: https://seancanarypremiumfile2.file.core.windows.net/testshare2e33413cf?restype=share +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:21:59 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/testshare2e33413cf?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:21:58 GMT + etag: '"0x8D88540EDC46AB1"' + last-modified: Tue, 10 Nov 2020 06:21:58 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-access-tier: Premium + x-ms-enabled-protocols: NFS + x-ms-has-immutability-policy: 'false' + x-ms-has-legal-hold: 'false' + x-ms-root-squash: RootSquash + x-ms-share-next-allowed-quota-downgrade-time: Tue, 10 Nov 2020 06:21:58 GMT + x-ms-share-provisioned-egress-mbps: '66' + x-ms-share-provisioned-ingress-mbps: '44' + x-ms-share-provisioned-iops: '500' + x-ms-share-quota: '100' + x-ms-version: '2020-04-08' + status: + code: 200 + message: OK + url: https://seancanarypremiumfile2.file.core.windows.net/testshare2e33413cf?restype=share +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:21:59 GMT + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testshare2e33413cf?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:21:58 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 202 + message: Accepted + url: https://seancanarypremiumfile2.file.core.windows.net/testshare2e33413cf?restype=share +version: 1 diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_set_share_properties_with_root_squash.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_set_share_properties_with_root_squash.yaml new file mode 100644 index 000000000000..4098fde52031 --- /dev/null +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_set_share_properties_with_root_squash.yaml @@ -0,0 +1,262 @@ +interactions: +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:31 GMT + x-ms-enabled-protocols: + - NFS + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share1dd031899?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:26:30 GMT + etag: '"0x8D88541906A3F77"' + last-modified: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 201 + message: Created + url: https://seancanarypremiumfile2.file.core.windows.net/share1dd031899?restype=share +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:32 GMT + x-ms-enabled-protocols: + - NFS + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share2dd031899?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:26:30 GMT + etag: '"0x8D88541907BA7E2"' + last-modified: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 201 + message: Created + url: https://seancanarypremiumfile2.file.core.windows.net/share2dd031899?restype=share +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:32 GMT + x-ms-root-squash: + - NoRootSquash + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share1dd031899?restype=share&comp=properties + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:26:30 GMT + etag: '"0x8D885419087D4F1"' + last-modified: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 200 + message: OK + url: https://seancanarypremiumfile2.file.core.windows.net/share1dd031899?restype=share&comp=properties +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:32 GMT + x-ms-root-squash: + - RootSquash + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/share2dd031899?restype=share&comp=properties + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:26:30 GMT + etag: '"0x8D885419090620E"' + last-modified: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 200 + message: OK + url: https://seancanarypremiumfile2.file.core.windows.net/share2dd031899?restype=share&comp=properties +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:32 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/share1dd031899?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:26:31 GMT + etag: '"0x8D885419087D4F1"' + last-modified: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-access-tier: Premium + x-ms-enabled-protocols: NFS + x-ms-has-immutability-policy: 'false' + x-ms-has-legal-hold: 'false' + x-ms-root-squash: NoRootSquash + x-ms-share-next-allowed-quota-downgrade-time: Tue, 10 Nov 2020 06:26:31 GMT + x-ms-share-provisioned-egress-mbps: '66' + x-ms-share-provisioned-ingress-mbps: '44' + x-ms-share-provisioned-iops: '500' + x-ms-share-quota: '100' + x-ms-version: '2020-04-08' + status: + code: 200 + message: OK + url: https://seancanarypremiumfile2.file.core.windows.net/share1dd031899?restype=share +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:32 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/share2dd031899?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:26:31 GMT + etag: '"0x8D885419090620E"' + last-modified: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-access-tier: Premium + x-ms-enabled-protocols: NFS + x-ms-has-immutability-policy: 'false' + x-ms-has-legal-hold: 'false' + x-ms-root-squash: RootSquash + x-ms-share-next-allowed-quota-downgrade-time: Tue, 10 Nov 2020 06:26:31 GMT + x-ms-share-provisioned-egress-mbps: '66' + x-ms-share-provisioned-ingress-mbps: '44' + x-ms-share-provisioned-iops: '500' + x-ms-share-quota: '100' + x-ms-version: '2020-04-08' + status: + code: 200 + message: OK + url: https://seancanarypremiumfile2.file.core.windows.net/share2dd031899?restype=share +- request: + body: null + headers: + Accept: + - application/xml + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:32 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/?include=snapshots&comp=list + response: + body: + string: "\uFEFFshare1dd031899Tue, + 10 Nov 2020 06:26:31 GMT\"0x8D885419087D4F1\"100NFSNoRootSquashPremium5004466Tue, + 10 Nov 2020 06:26:31 GMT$account-encryption-keyfalseshare2dd031899Tue, + 10 Nov 2020 06:26:31 GMT\"0x8D885419090620E\"100NFSRootSquashPremium5004466Tue, + 10 Nov 2020 06:26:31 GMT$account-encryption-keyfalse" + headers: + content-type: application/xml + date: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 200 + message: OK + url: https://seancanarypremiumfile2.file.core.windows.net/?include=snapshots&comp=list +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share1dd031899?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 202 + message: Accepted + url: https://seancanarypremiumfile2.file.core.windows.net/share1dd031899?restype=share +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Tue, 10 Nov 2020 06:26:32 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/share2dd031899?restype=share + response: + body: + string: '' + headers: + date: Tue, 10 Nov 2020 06:26:31 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 202 + message: Accepted + url: https://seancanarypremiumfile2.file.core.windows.net/share2dd031899?restype=share +version: 1 diff --git a/sdk/storage/azure-storage-file-share/tests/test_share_async.py b/sdk/storage/azure-storage-file-share/tests/test_share_async.py index 8765cee58fca..31b5b82b399f 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share_async.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share_async.py @@ -24,12 +24,13 @@ ShareSasPermissions, ShareAccessTier, generate_share_sas, + ShareRootSquash ) from azure.storage.fileshare.aio import ( ShareServiceClient, ShareDirectoryClient, ShareFileClient, - ShareClient + ShareClient, ) from azure.storage.fileshare._generated.models import DeleteSnapshotsOptionType, ListSharesIncludeType from devtools_testutils import ResourceGroupPreparer, StorageAccountPreparer @@ -85,10 +86,10 @@ def _get_share_reference(self, prefix=TEST_SHARE_PREFIX): self.test_shares.append(share) return share - async def _create_share(self, prefix=TEST_SHARE_PREFIX): + async def _create_share(self, prefix=TEST_SHARE_PREFIX, **kwargs): share_client = self._get_share_reference(prefix) try: - await share_client.create_share() + await share_client.create_share(**kwargs) except: pass return share_client @@ -531,6 +532,25 @@ async def test_create_share_fail_on_exist(self, resource_group, location, storag self.assertTrue(created) await self._delete_shares(share.share_name) + @GlobalStorageAccountPreparer() + @AsyncStorageTestCase.await_prepared_test + async def test_create_share_with_protocol(self, resource_group, location, storage_account, storage_account_key): + self._setup(storage_account, storage_account_key) + + # Act + share_client = self._get_share_reference("testshare2") + with self.assertRaises(ValueError): + await share_client.create_share(enabled_protocols=["SMB"], root_squash=ShareRootSquash.all_squash) + await share_client.create_share(enabled_protocols=["NFS"], root_squash=ShareRootSquash.root_squash) + props = await share_client.get_share_properties() + share_enabled_protocol = props.enabled_protocols + share_root_squash = props.root_squash + + # Assert + self.assertEqual(share_enabled_protocol, "NFS") + self.assertEqual(share_root_squash, ShareRootSquash.root_squash) + await share_client.delete_share() + @GlobalStorageAccountPreparer() @AsyncStorageTestCase.await_prepared_test async def test_create_share_with_already_existing_share_fail_on_exist_async(self, resource_group, location, storage_account, storage_account_key): @@ -907,6 +927,28 @@ async def test_set_share_properties_async(self, resource_group, location, storag self.assertEqual(share2_tier, "Cool") await self._delete_shares() + @GlobalStorageAccountPreparer() + @AsyncStorageTestCase.await_prepared_test + async def test_set_share_properties_with_root_squash(self, resource_group, location, storage_account, storage_account_key): + self._setup(storage_account, storage_account_key) + share1 = await self._create_share("share1", enabled_protocols=["NFS"]) + share2 = await self._create_share("share2", enabled_protocols=["NFS"]) + + await share1.set_share_properties(root_squash="NoRootSquash") + + await share2.set_share_properties(root_squash=ShareRootSquash.root_squash) + + # Act + props1 = await share1.get_share_properties() + share1_root_squash = props1.root_squash + props2 = await share2.get_share_properties() + share2_root_squash = props2.root_squash + + # Assert + self.assertEqual(share1_root_squash, ShareRootSquash.no_root_squash) + self.assertEqual(share2_root_squash, ShareRootSquash.root_squash) + await self._delete_shares() + @GlobalResourceGroupPreparer() @StorageAccountPreparer(random_name_enabled=True, sku='premium_LRS', name_prefix='pyacrstorage', kind='FileStorage') @AsyncStorageTestCase.await_prepared_test From f04ee13063e700ddabe844b289865839bb9ab882 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 12 Nov 2020 12:15:29 -0800 Subject: [PATCH 10/18] fixed docstrings --- .../azure/storage/fileshare/_models.py | 10 +++++----- .../azure/storage/fileshare/_share_client.py | 2 +- .../azure/storage/fileshare/aio/_share_client_async.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py index d9ad42ffe340..2499b206816d 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py @@ -334,11 +334,11 @@ class ShareProperties(DictMixin): :ivar int remaining_retention_days: To indicate how many remaining days the deleted share will be kept. This is a service returned value, and the value will be set when list shared including deleted ones. - :ivar str enabled_protocols: - Indicates the protocol enabled on the share. This can be either SMB or NFS ivar root_squash: - Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash' + Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. :vartype root_squash: ~azure.storage.fileshare.models.ShareRootSquash + :ivar str enabled_protocols: + Indicates the protocol enabled on the share. This can be either SMB or NFS. """ def __init__(self, **kwargs): @@ -720,8 +720,8 @@ def _from_generated(cls, generated): class EnabledProtocols(str, Enum): """Enabled protocols on the share""" - smb = "SMB" - nfs = "NFS" + SMB = "SMB" + NFS = "NFS" class CopyProperties(DictMixin): diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 1366dd5d053b..86a8712c6c71 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -316,7 +316,7 @@ def create_share(self, **kwargs): The timeout parameter is expressed in seconds. :keyword enabled_protocols: Protocols to enable on the share. - :paramtype enabled_protocols: [str or ~azure.storage.fileshare.EnabledProtocols] + :paramtype enabled_protocols: List[str or ~azure.storage.fileshare.EnabledProtocols] :keyword root_squash: Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index c0c5ef42c858..8689fa0abffe 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -187,7 +187,7 @@ async def create_share(self, **kwargs): The timeout parameter is expressed in seconds. :keyword enabled_protocols: Protocols to enable on the share. - :paramtype enabled_protocols: [str or ~azure.storage.fileshare.EnabledProtocols] + :paramtype enabled_protocols: List[str or ~azure.storage.fileshare.EnabledProtocols] :keyword root_squash: Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. From 013b41cc1a965420c0f2123e181b6f6989cf2a38 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 12 Nov 2020 20:19:55 -0800 Subject: [PATCH 11/18] renamed params and class --- .../azure/storage/fileshare/_models.py | 3 +-- .../azure/storage/fileshare/_share_client.py | 20 ++++++++----------- .../fileshare/aio/_share_client_async.py | 20 ++++++++----------- 3 files changed, 17 insertions(+), 26 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py index 2499b206816d..accb2a8283de 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py @@ -334,9 +334,8 @@ class ShareProperties(DictMixin): :ivar int remaining_retention_days: To indicate how many remaining days the deleted share will be kept. This is a service returned value, and the value will be set when list shared including deleted ones. - ivar root_squash: + :ivar ~azure.storage.fileshare.models.ShareRootSquash or str root_squash: Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. - :vartype root_squash: ~azure.storage.fileshare.models.ShareRootSquash :ivar str enabled_protocols: Indicates the protocol enabled on the share. This can be either SMB or NFS. """ diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 86a8712c6c71..ee49b3878923 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -36,7 +36,7 @@ from ._lease import ShareLeaseClient if TYPE_CHECKING: - from ._models import ShareProperties, AccessPolicy + from ._models import ShareProperties, AccessPolicy, EnabledProtocols class ShareClient(StorageAccountHostsMixin): @@ -315,8 +315,8 @@ def create_share(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. :keyword enabled_protocols: - Protocols to enable on the share. - :paramtype enabled_protocols: List[str or ~azure.storage.fileshare.EnabledProtocols] + Protocols to enable on the share. Only one protocol can be enabled on the share. + :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols :keyword root_squash: Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. @@ -339,14 +339,10 @@ def create_share(self, **kwargs): timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) enabled_protocols = kwargs.pop('enabled_protocols', None) - enabled_protocol = None - if enabled_protocols: - if len(enabled_protocols) > 1: - ValueError("Only one protocol at a time must be enabled.") - else: - enabled_protocol = enabled_protocols[0] - if root_squash and enabled_protocol != "NFS": - raise ValueError("The 'root_squash' keyword can only be used on NFS shares.") + if enabled_protocols not in ['NFS', 'SMB', EnabledProtocols.SMB, EnabledProtocols.NFS]: + raise ValueError("The enabled protocol must be set to either SMB or NFS.") + if root_squash and enabled_protocols not in ['NFS', EnabledProtocols.NFS]: + raise ValueError("The 'root_squash' keyword can only be used on NFS enabled shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore @@ -357,7 +353,7 @@ def create_share(self, **kwargs): quota=quota, access_tier=access_tier, root_squash=root_squash, - enabled_protocols=enabled_protocol, + enabled_protocols=enabled_protocols, cls=return_response_headers, headers=headers, **kwargs) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index 8689fa0abffe..355774baaa64 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -33,7 +33,7 @@ if TYPE_CHECKING: - from .._models import ShareProperties, AccessPolicy + from .._models import ShareProperties, AccessPolicy, EnabledProtocols class ShareClient(AsyncStorageAccountHostsMixin, ShareClientBase): @@ -186,8 +186,8 @@ async def create_share(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. :keyword enabled_protocols: - Protocols to enable on the share. - :paramtype enabled_protocols: List[str or ~azure.storage.fileshare.EnabledProtocols] + Protocols to enable on the share. Only one protocol can be enabled on the share. + :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols :keyword root_squash: Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. @@ -210,14 +210,10 @@ async def create_share(self, **kwargs): timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) enabled_protocols = kwargs.pop('enabled_protocols', None) - enabled_protocol = None - if enabled_protocols: - if len(enabled_protocols) > 1: - ValueError("Only one protocol at a time must be enabled.") - else: - enabled_protocol = enabled_protocols[0] - if root_squash and enabled_protocol != "NFS": - raise ValueError("The 'root_squash' keyword can only be used on NFS shares.") + if enabled_protocols not in ['NFS', 'SMB', EnabledProtocols.SMB, EnabledProtocols.NFS]: + raise ValueError("The enabled protocol must be set to either SMB or NFS.") + if root_squash and enabled_protocols not in ['NFS', EnabledProtocols.NFS]: + raise ValueError("The 'root_squash' keyword can only be used on NFS enabled shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore @@ -228,7 +224,7 @@ async def create_share(self, **kwargs): quota=quota, access_tier=access_tier, root_squash=root_squash, - enabled_protocols=enabled_protocol, + enabled_protocols=enabled_protocols, cls=return_response_headers, headers=headers, **kwargs) From aa2d2c97dfc17c787f5bc8fa380361c08c3b951e Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 12 Nov 2020 21:23:30 -0800 Subject: [PATCH 12/18] renamed params --- .../azure/storage/fileshare/_models.py | 8 ++++---- .../azure/storage/fileshare/_share_client.py | 10 ++++++---- .../azure/storage/fileshare/aio/_share_client_async.py | 10 +++++----- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py index accb2a8283de..8e22e6b4adcb 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py @@ -336,7 +336,7 @@ class ShareProperties(DictMixin): This is a service returned value, and the value will be set when list shared including deleted ones. :ivar ~azure.storage.fileshare.models.ShareRootSquash or str root_squash: Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. - :ivar str enabled_protocols: + :ivar ~azure.storage.fileshare.models.ShareProtocols or str protocols: Indicates the protocol enabled on the share. This can be either SMB or NFS. """ @@ -357,7 +357,7 @@ def __init__(self, **kwargs): self.provisioned_ingress_mbps = kwargs.get('x-ms-share-provisioned-ingress-mbps') self.provisioned_iops = kwargs.get('x-ms-share-provisioned-iops') self.lease = LeaseProperties(**kwargs) - self.enabled_protocols = kwargs.get('x-ms-enabled-protocols', None) + self.protocols = kwargs.get('x-ms-enabled-protocols', None) self.root_squash = kwargs.get('x-ms-root-squash', None) @classmethod @@ -379,7 +379,7 @@ def _from_generated(cls, generated): props.provisioned_ingress_mbps = generated.properties.provisioned_ingress_mbps props.provisioned_iops = generated.properties.provisioned_iops props.lease = LeaseProperties._from_generated(generated) # pylint: disable=protected-access - props.enabled_protocols = generated.properties.enabled_protocols + props.protocols = generated.properties.enabled_protocols props.root_squash = generated.properties.root_squash return props @@ -717,7 +717,7 @@ def _from_generated(cls, generated): return props -class EnabledProtocols(str, Enum): +class ShareProtocols(str, Enum): """Enabled protocols on the share""" SMB = "SMB" NFS = "NFS" diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index ee49b3878923..209b2c9439f1 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -34,9 +34,11 @@ from ._directory_client import ShareDirectoryClient from ._file_client import ShareFileClient from ._lease import ShareLeaseClient +from ._models import ShareProtocols + if TYPE_CHECKING: - from ._models import ShareProperties, AccessPolicy, EnabledProtocols + from ._models import ShareProperties, AccessPolicy class ShareClient(StorageAccountHostsMixin): @@ -316,7 +318,7 @@ def create_share(self, **kwargs): The timeout parameter is expressed in seconds. :keyword enabled_protocols: Protocols to enable on the share. Only one protocol can be enabled on the share. - :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols + :paramtype enabled_protocols: str or ~azure.storage.fileshare.ShareProtocols :keyword root_squash: Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. @@ -339,9 +341,9 @@ def create_share(self, **kwargs): timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) enabled_protocols = kwargs.pop('enabled_protocols', None) - if enabled_protocols not in ['NFS', 'SMB', EnabledProtocols.SMB, EnabledProtocols.NFS]: + if enabled_protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: raise ValueError("The enabled protocol must be set to either SMB or NFS.") - if root_squash and enabled_protocols not in ['NFS', EnabledProtocols.NFS]: + if root_squash and enabled_protocols not in ['NFS', ShareProtocols.NFS]: raise ValueError("The 'root_squash' keyword can only be used on NFS enabled shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index 355774baaa64..408daed37894 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -30,10 +30,10 @@ from ._directory_client_async import ShareDirectoryClient from ._file_client_async import ShareFileClient from ..aio._lease_async import ShareLeaseClient - +from .._models import ShareProtocols if TYPE_CHECKING: - from .._models import ShareProperties, AccessPolicy, EnabledProtocols + from .._models import ShareProperties, AccessPolicy class ShareClient(AsyncStorageAccountHostsMixin, ShareClientBase): @@ -187,7 +187,7 @@ async def create_share(self, **kwargs): The timeout parameter is expressed in seconds. :keyword enabled_protocols: Protocols to enable on the share. Only one protocol can be enabled on the share. - :paramtype enabled_protocols: str or ~azure.storage.fileshare.EnabledProtocols + :paramtype enabled_protocols: str or ~azure.storage.fileshare.ShareProtocols :keyword root_squash: Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. @@ -210,9 +210,9 @@ async def create_share(self, **kwargs): timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) enabled_protocols = kwargs.pop('enabled_protocols', None) - if enabled_protocols not in ['NFS', 'SMB', EnabledProtocols.SMB, EnabledProtocols.NFS]: + if enabled_protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: raise ValueError("The enabled protocol must be set to either SMB or NFS.") - if root_squash and enabled_protocols not in ['NFS', EnabledProtocols.NFS]: + if root_squash and enabled_protocols not in ['NFS', ShareProtocols.NFS]: raise ValueError("The 'root_squash' keyword can only be used on NFS enabled shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore From 0eab9048f37de3354df6cefe6acf10bf61287ecb Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 12 Nov 2020 21:28:20 -0800 Subject: [PATCH 13/18] renamed enabled protocols to protocols --- .../azure/storage/fileshare/_share_client.py | 12 ++++++------ .../storage/fileshare/aio/_share_client_async.py | 12 ++++++------ .../azure-storage-file-share/tests/test_share.py | 10 +++++----- .../tests/test_share_async.py | 10 +++++----- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 209b2c9439f1..09e781bfc74f 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -316,9 +316,9 @@ def create_share(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. - :keyword enabled_protocols: + :keyword protocols: Protocols to enable on the share. Only one protocol can be enabled on the share. - :paramtype enabled_protocols: str or ~azure.storage.fileshare.ShareProtocols + :paramtype protocols: str or ~azure.storage.fileshare.ShareProtocols :keyword root_squash: Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. @@ -340,10 +340,10 @@ def create_share(self, **kwargs): access_tier = kwargs.pop('access_tier', None) timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) - enabled_protocols = kwargs.pop('enabled_protocols', None) - if enabled_protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: + protocols = kwargs.pop('protocols', None) + if protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: raise ValueError("The enabled protocol must be set to either SMB or NFS.") - if root_squash and enabled_protocols not in ['NFS', ShareProtocols.NFS]: + if root_squash and protocols not in ['NFS', ShareProtocols.NFS]: raise ValueError("The 'root_squash' keyword can only be used on NFS enabled shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore @@ -355,7 +355,7 @@ def create_share(self, **kwargs): quota=quota, access_tier=access_tier, root_squash=root_squash, - enabled_protocols=enabled_protocols, + enabled_protocols=protocols, cls=return_response_headers, headers=headers, **kwargs) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index 408daed37894..ba499a807921 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -185,9 +185,9 @@ async def create_share(self, **kwargs): :keyword int timeout: The timeout parameter is expressed in seconds. - :keyword enabled_protocols: + :keyword protocols: Protocols to enable on the share. Only one protocol can be enabled on the share. - :paramtype enabled_protocols: str or ~azure.storage.fileshare.ShareProtocols + :paramtype protocols: str or ~azure.storage.fileshare.ShareProtocols :keyword root_squash: Root squash to set on the share. Only valid for NFS shares. Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. @@ -209,10 +209,10 @@ async def create_share(self, **kwargs): access_tier = kwargs.pop('access_tier', None) timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) - enabled_protocols = kwargs.pop('enabled_protocols', None) - if enabled_protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: + protocols = kwargs.pop('protocols', None) + if protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: raise ValueError("The enabled protocol must be set to either SMB or NFS.") - if root_squash and enabled_protocols not in ['NFS', ShareProtocols.NFS]: + if root_squash and protocols not in ['NFS', ShareProtocols.NFS]: raise ValueError("The 'root_squash' keyword can only be used on NFS enabled shares.") headers = kwargs.pop('headers', {}) headers.update(add_metadata_headers(metadata)) # type: ignore @@ -224,7 +224,7 @@ async def create_share(self, **kwargs): quota=quota, access_tier=access_tier, root_squash=root_squash, - enabled_protocols=enabled_protocols, + enabled_protocols=protocols, cls=return_response_headers, headers=headers, **kwargs) diff --git a/sdk/storage/azure-storage-file-share/tests/test_share.py b/sdk/storage/azure-storage-file-share/tests/test_share.py index 4015b93135e0..5ea2cc0116e9 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share.py @@ -514,9 +514,9 @@ def test_create_share_with_protocol(self, resource_group, location, storage_acco # Act share_client = self._get_share_reference("testshare2") with self.assertRaises(ValueError): - share_client.create_share(enabled_protocols=["SMB"], root_squash=ShareRootSquash.all_squash) - share_client.create_share(enabled_protocols=["NFS"], root_squash=ShareRootSquash.root_squash) - share_enabled_protocol = share_client.get_share_properties().enabled_protocols + share_client.create_share(protocols=["SMB"], root_squash=ShareRootSquash.all_squash) + share_client.create_share(protocols=["NFS"], root_squash=ShareRootSquash.root_squash) + share_enabled_protocol = share_client.get_share_properties().protocols share_root_squash = share_client.get_share_properties().root_squash # Assert @@ -849,8 +849,8 @@ def test_set_share_properties(self, resource_group, location, storage_account, s @GlobalStorageAccountPreparer() def test_set_share_properties_with_root_squash(self, resource_group, location, storage_account, storage_account_key): self._setup(storage_account, storage_account_key) - share1 = self._create_share("share1", enabled_protocols=["NFS"]) - share2 = self._create_share("share2", enabled_protocols=["NFS"]) + share1 = self._create_share("share1", protocols=["NFS"]) + share2 = self._create_share("share2", protocols=["NFS"]) share1.set_share_properties(root_squash="NoRootSquash") diff --git a/sdk/storage/azure-storage-file-share/tests/test_share_async.py b/sdk/storage/azure-storage-file-share/tests/test_share_async.py index 31b5b82b399f..2881b90db7e2 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share_async.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share_async.py @@ -540,10 +540,10 @@ async def test_create_share_with_protocol(self, resource_group, location, storag # Act share_client = self._get_share_reference("testshare2") with self.assertRaises(ValueError): - await share_client.create_share(enabled_protocols=["SMB"], root_squash=ShareRootSquash.all_squash) - await share_client.create_share(enabled_protocols=["NFS"], root_squash=ShareRootSquash.root_squash) + await share_client.create_share(protocols=["SMB"], root_squash=ShareRootSquash.all_squash) + await share_client.create_share(protocols=["NFS"], root_squash=ShareRootSquash.root_squash) props = await share_client.get_share_properties() - share_enabled_protocol = props.enabled_protocols + share_enabled_protocol = props.protocols share_root_squash = props.root_squash # Assert @@ -931,8 +931,8 @@ async def test_set_share_properties_async(self, resource_group, location, storag @AsyncStorageTestCase.await_prepared_test async def test_set_share_properties_with_root_squash(self, resource_group, location, storage_account, storage_account_key): self._setup(storage_account, storage_account_key) - share1 = await self._create_share("share1", enabled_protocols=["NFS"]) - share2 = await self._create_share("share2", enabled_protocols=["NFS"]) + share1 = await self._create_share("share1", protocols=["NFS"]) + share2 = await self._create_share("share2", protocols=["NFS"]) await share1.set_share_properties(root_squash="NoRootSquash") From d81b6f6059bebb5f0eb261f6a89159eab17a41c7 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 12 Nov 2020 21:38:36 -0800 Subject: [PATCH 14/18] fixed tests --- .../azure/storage/fileshare/__init__.py | 4 ++-- .../azure-storage-file-share/tests/test_share.py | 10 +++++----- .../azure-storage-file-share/tests/test_share_async.py | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/__init__.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/__init__.py index ebd94f4e088b..af67e01332f7 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/__init__.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/__init__.py @@ -28,7 +28,7 @@ ShareSmbSettings, SmbMultichannel, ShareProtocolSettings, - EnabledProtocols, + ShareProtocols, AccessPolicy, FileSasPermissions, ShareSasPermissions, @@ -67,7 +67,7 @@ 'AccessPolicy', 'FileSasPermissions', 'ShareSasPermissions', - 'EnabledProtocols', + 'ShareProtocols', 'ShareProperties', 'DirectoryProperties', 'FileProperties', diff --git a/sdk/storage/azure-storage-file-share/tests/test_share.py b/sdk/storage/azure-storage-file-share/tests/test_share.py index 5ea2cc0116e9..5e8910b29526 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share.py @@ -26,7 +26,7 @@ ShareFileClient, ShareClient, generate_share_sas, - ShareRootSquash) + ShareRootSquash, ShareProtocols) from azure.storage.fileshare._generated.models import DeleteSnapshotsOptionType, ListSharesIncludeType from devtools_testutils import ResourceGroupPreparer, StorageAccountPreparer @@ -514,8 +514,8 @@ def test_create_share_with_protocol(self, resource_group, location, storage_acco # Act share_client = self._get_share_reference("testshare2") with self.assertRaises(ValueError): - share_client.create_share(protocols=["SMB"], root_squash=ShareRootSquash.all_squash) - share_client.create_share(protocols=["NFS"], root_squash=ShareRootSquash.root_squash) + share_client.create_share(protocols="SMB", root_squash=ShareRootSquash.all_squash) + share_client.create_share(protocols="NFS", root_squash=ShareRootSquash.root_squash) share_enabled_protocol = share_client.get_share_properties().protocols share_root_squash = share_client.get_share_properties().root_squash @@ -849,8 +849,8 @@ def test_set_share_properties(self, resource_group, location, storage_account, s @GlobalStorageAccountPreparer() def test_set_share_properties_with_root_squash(self, resource_group, location, storage_account, storage_account_key): self._setup(storage_account, storage_account_key) - share1 = self._create_share("share1", protocols=["NFS"]) - share2 = self._create_share("share2", protocols=["NFS"]) + share1 = self._create_share("share1", protocols=ShareProtocols.NFS) + share2 = self._create_share("share2", protocols=ShareProtocols.NFS) share1.set_share_properties(root_squash="NoRootSquash") diff --git a/sdk/storage/azure-storage-file-share/tests/test_share_async.py b/sdk/storage/azure-storage-file-share/tests/test_share_async.py index 2881b90db7e2..0e79bf5f46c5 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share_async.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share_async.py @@ -24,7 +24,7 @@ ShareSasPermissions, ShareAccessTier, generate_share_sas, - ShareRootSquash + ShareRootSquash, ShareProtocols ) from azure.storage.fileshare.aio import ( ShareServiceClient, @@ -540,8 +540,8 @@ async def test_create_share_with_protocol(self, resource_group, location, storag # Act share_client = self._get_share_reference("testshare2") with self.assertRaises(ValueError): - await share_client.create_share(protocols=["SMB"], root_squash=ShareRootSquash.all_squash) - await share_client.create_share(protocols=["NFS"], root_squash=ShareRootSquash.root_squash) + await share_client.create_share(protocols="SMB", root_squash=ShareRootSquash.all_squash) + await share_client.create_share(protocols="NFS", root_squash=ShareRootSquash.root_squash) props = await share_client.get_share_properties() share_enabled_protocol = props.protocols share_root_squash = props.root_squash @@ -931,8 +931,8 @@ async def test_set_share_properties_async(self, resource_group, location, storag @AsyncStorageTestCase.await_prepared_test async def test_set_share_properties_with_root_squash(self, resource_group, location, storage_account, storage_account_key): self._setup(storage_account, storage_account_key) - share1 = await self._create_share("share1", protocols=["NFS"]) - share2 = await self._create_share("share2", protocols=["NFS"]) + share1 = await self._create_share("share1", protocols=ShareProtocols.NFS) + share2 = await self._create_share("share2", protocols=ShareProtocols.NFS) await share1.set_share_properties(root_squash="NoRootSquash") From a25a956fe11e78f5e4029b35857ae029b0474370 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 12 Nov 2020 22:12:28 -0800 Subject: [PATCH 15/18] fixed the validation issue --- .../azure/storage/fileshare/_share_client.py | 2 +- .../azure/storage/fileshare/aio/_share_client_async.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 09e781bfc74f..9b1a47f829d1 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -341,7 +341,7 @@ def create_share(self, **kwargs): timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) protocols = kwargs.pop('protocols', None) - if protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: + if protocols and protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: raise ValueError("The enabled protocol must be set to either SMB or NFS.") if root_squash and protocols not in ['NFS', ShareProtocols.NFS]: raise ValueError("The 'root_squash' keyword can only be used on NFS enabled shares.") diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py index ba499a807921..fd9d92a19e6c 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/aio/_share_client_async.py @@ -210,7 +210,7 @@ async def create_share(self, **kwargs): timeout = kwargs.pop('timeout', None) root_squash = kwargs.pop('root_squash', None) protocols = kwargs.pop('protocols', None) - if protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: + if protocols and protocols not in ['NFS', 'SMB', ShareProtocols.SMB, ShareProtocols.NFS]: raise ValueError("The enabled protocol must be set to either SMB or NFS.") if root_squash and protocols not in ['NFS', ShareProtocols.NFS]: raise ValueError("The 'root_squash' keyword can only be used on NFS enabled shares.") From 2b7b9eadbf9ccf684d0c76d0bb1d5dae59e7aec0 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Fri, 13 Nov 2020 13:58:08 -0800 Subject: [PATCH 16/18] changed models to support list[str] --- .../azure/storage/fileshare/_models.py | 7 +- .../tests/test_share.py | 64 ++++++++++++------- 2 files changed, 46 insertions(+), 25 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py index 8e22e6b4adcb..c3bd811b1727 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py @@ -357,9 +357,9 @@ def __init__(self, **kwargs): self.provisioned_ingress_mbps = kwargs.get('x-ms-share-provisioned-ingress-mbps') self.provisioned_iops = kwargs.get('x-ms-share-provisioned-iops') self.lease = LeaseProperties(**kwargs) - self.protocols = kwargs.get('x-ms-enabled-protocols', None) + self.protocols = [protocol.strip() for protocol in kwargs.get('x-ms-enabled-protocols', None).split(',')]\ + if kwargs.get('x-ms-enabled-protocols', None) else None self.root_squash = kwargs.get('x-ms-root-squash', None) - @classmethod def _from_generated(cls, generated): props = cls() @@ -379,7 +379,8 @@ def _from_generated(cls, generated): props.provisioned_ingress_mbps = generated.properties.provisioned_ingress_mbps props.provisioned_iops = generated.properties.provisioned_iops props.lease = LeaseProperties._from_generated(generated) # pylint: disable=protected-access - props.protocols = generated.properties.enabled_protocols + props.protocols = [protocol.strip() for protocol in generated.properties.enabled_protocols.split(',')]\ + if generated.properties.enabled_protocols else None props.root_squash = generated.properties.root_squash return props diff --git a/sdk/storage/azure-storage-file-share/tests/test_share.py b/sdk/storage/azure-storage-file-share/tests/test_share.py index 5e8910b29526..1aabdbeac16b 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share.py @@ -507,23 +507,6 @@ def test_create_share_with_already_existing_share_fail_on_exist(self, resource_g self.assertTrue(created) self._delete_shares() - @GlobalStorageAccountPreparer() - def test_create_share_with_protocol(self, resource_group, location, storage_account, storage_account_key): - self._setup(storage_account, storage_account_key) - - # Act - share_client = self._get_share_reference("testshare2") - with self.assertRaises(ValueError): - share_client.create_share(protocols="SMB", root_squash=ShareRootSquash.all_squash) - share_client.create_share(protocols="NFS", root_squash=ShareRootSquash.root_squash) - share_enabled_protocol = share_client.get_share_properties().protocols - share_root_squash = share_client.get_share_properties().root_squash - - # Assert - self.assertEqual(share_enabled_protocol, "NFS") - self.assertEqual(share_root_squash, ShareRootSquash.root_squash) - share_client.delete_share() - @GlobalStorageAccountPreparer() def test_create_share_with_metadata(self, resource_group, location, storage_account, storage_account_key): self._setup(storage_account, storage_account_key) @@ -846,6 +829,23 @@ def test_set_share_properties(self, resource_group, location, storage_account, s self.assertEqual(share2_tier, "Cool") self._delete_shares() + @GlobalStorageAccountPreparer() + def test_create_share_with_protocol(self, resource_group, location, storage_account, storage_account_key): + self._setup(storage_account, storage_account_key) + + # Act + share_client = self._get_share_reference("testshare2") + with self.assertRaises(ValueError): + share_client.create_share(protocols="SMB", root_squash=ShareRootSquash.all_squash) + share_client.create_share(protocols="NFS", root_squash=ShareRootSquash.root_squash) + share_enabled_protocol = share_client.get_share_properties().protocols + share_root_squash = share_client.get_share_properties().root_squash + + # Assert + self.assertEqual(share_enabled_protocol, ["NFS"]) + self.assertEqual(share_root_squash, ShareRootSquash.root_squash) + share_client.delete_share() + @GlobalStorageAccountPreparer() def test_set_share_properties_with_root_squash(self, resource_group, location, storage_account, storage_account_key): self._setup(storage_account, storage_account_key) @@ -853,16 +853,36 @@ def test_set_share_properties_with_root_squash(self, resource_group, location, s share2 = self._create_share("share2", protocols=ShareProtocols.NFS) share1.set_share_properties(root_squash="NoRootSquash") - share2.set_share_properties(root_squash=ShareRootSquash.root_squash) # Act - share1_root_squash = share1.get_share_properties().root_squash - share2_root_squash = share2.get_share_properties().root_squash + share1_props = share1.get_share_properties() + share2_props = share2.get_share_properties() + + # # Assert + self.assertEqual(share1_props.root_squash, ShareRootSquash.no_root_squash) + self.assertEqual(share1_props.protocols, ['NFS']) + self.assertEqual(share2_props.root_squash, ShareRootSquash.root_squash) + self.assertEqual(share2_props.protocols, ['NFS']) + + @GlobalStorageAccountPreparer() + def test_list_shares_with_root_squash_and_protocols( + self, resource_group, location, storage_account, storage_account_key): + self._setup(storage_account, storage_account_key) + self._create_share(prefix="share1", protocols="NFS", root_squash=ShareRootSquash.no_root_squash) + self._create_share(prefix="share2", protocols=ShareProtocols.SMB) + # Act + shares = list(self.fsc.list_shares()) + share1_props = shares[0] + share2_props = shares[1] # Assert - self.assertEqual(share1_root_squash, ShareRootSquash.no_root_squash) - self.assertEqual(share2_root_squash, ShareRootSquash.root_squash) + self.assertIsNotNone(shares) + self.assertGreaterEqual(len(shares), 2) + self.assertEqual(share1_props.root_squash, ShareRootSquash.no_root_squash) + self.assertEqual(share1_props.protocols, ["NFS"]) + self.assertEqual(share2_props.root_squash, None) + self.assertEqual(share2_props.protocols, ["SMB"]) self._delete_shares() @GlobalResourceGroupPreparer() From 4592d8537d5d07d6ea667b6530f2b2c28993d30e Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Fri, 13 Nov 2020 14:21:28 -0800 Subject: [PATCH 17/18] added tests --- ...share.test_create_share_with_protocol.yaml | 32 +- ...shares_with_root_squash_and_protocols.yaml | 236 ++ ...set_share_properties_with_root_squash.yaml | 3280 +---------------- ...async.test_create_share_with_protocol.yaml | 22 +- ...shares_with_root_squash_and_protocols.yaml | 172 + ...set_share_properties_with_root_squash.yaml | 74 +- .../tests/test_share.py | 6 +- .../tests/test_share_async.py | 61 +- 8 files changed, 543 insertions(+), 3340 deletions(-) create mode 100644 sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_list_shares_with_root_squash_and_protocols.yaml create mode 100644 sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_list_shares_with_root_squash_and_protocols.yaml diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_protocol.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_protocol.yaml index 608ec5932e15..ff99364f86b9 100644 --- a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_protocol.yaml +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_create_share_with_protocol.yaml @@ -13,7 +13,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:44 GMT x-ms-enabled-protocols: - NFS x-ms-root-squash: @@ -27,11 +27,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:44 GMT etag: - - '"0x8D8853AAA3BE081"' + - '"0x8D888221607DB9F"' last-modified: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -53,7 +53,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 05:37:09 GMT + - Fri, 13 Nov 2020 22:18:44 GMT x-ms-version: - '2020-04-08' method: GET @@ -63,11 +63,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:44 GMT etag: - - '"0x8D8853AAA3BE081"' + - '"0x8D888221607DB9F"' last-modified: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -83,7 +83,7 @@ interactions: x-ms-root-squash: - RootSquash x-ms-share-next-allowed-quota-downgrade-time: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:45 GMT x-ms-share-provisioned-egress-mbps: - '66' x-ms-share-provisioned-ingress-mbps: @@ -109,7 +109,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 05:37:09 GMT + - Fri, 13 Nov 2020 22:18:44 GMT x-ms-version: - '2020-04-08' method: GET @@ -119,11 +119,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:44 GMT etag: - - '"0x8D8853AAA3BE081"' + - '"0x8D888221607DB9F"' last-modified: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:45 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -139,7 +139,7 @@ interactions: x-ms-root-squash: - RootSquash x-ms-share-next-allowed-quota-downgrade-time: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:45 GMT x-ms-share-provisioned-egress-mbps: - '66' x-ms-share-provisioned-ingress-mbps: @@ -167,7 +167,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 05:37:09 GMT + - Fri, 13 Nov 2020 22:18:44 GMT x-ms-version: - '2020-04-08' method: DELETE @@ -177,7 +177,7 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 05:37:08 GMT + - Fri, 13 Nov 2020 22:18:44 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_list_shares_with_root_squash_and_protocols.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_list_shares_with_root_squash_and_protocols.yaml new file mode 100644 index 000000000000..19ffed122290 --- /dev/null +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_list_shares_with_root_squash_and_protocols.yaml @@ -0,0 +1,236 @@ +interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:21:06 GMT + x-ms-enabled-protocols: + - NFS + x-ms-root-squash: + - AllSquash + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/testshare1c4ad1829?restype=share + response: + body: + string: '' + headers: + date: + - Fri, 13 Nov 2020 22:21:07 GMT + etag: + - '"0x8D888226AFCADD2"' + last-modified: + - Fri, 13 Nov 2020 22:21:07 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:21:07 GMT + x-ms-enabled-protocols: + - SMB + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/testshare2c4ad1829?restype=share + response: + body: + string: '' + headers: + date: + - Fri, 13 Nov 2020 22:21:07 GMT + etag: + - '"0x8D888226B1C22A1"' + last-modified: + - Fri, 13 Nov 2020 22:21:08 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:21:07 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/?include=&comp=list + response: + body: + string: "\uFEFFtestshare1c4ad1829Fri, + 13 Nov 2020 22:21:07 GMT\"0x8D888226AFCADD2\"100NFSAllSquashPremium5004466Fri, + 13 Nov 2020 22:21:07 GMT$account-encryption-keyfalsetestshare2c4ad1829Fri, + 13 Nov 2020 22:21:08 GMT\"0x8D888226B1C22A1\"100SMBPremium5004466Fri, + 13 Nov 2020 22:21:08 GMT$account-encryption-keyfalse" + headers: + content-type: + - application/xml + date: + - Fri, 13 Nov 2020 22:21:07 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:21:07 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/?include=snapshots&comp=list + response: + body: + string: "\uFEFFtestshare1c4ad1829Fri, + 13 Nov 2020 22:21:07 GMT\"0x8D888226AFCADD2\"100NFSAllSquashPremium5004466Fri, + 13 Nov 2020 22:21:07 GMT$account-encryption-keyfalsetestshare2c4ad1829Fri, + 13 Nov 2020 22:21:08 GMT\"0x8D888226B1C22A1\"100SMBPremium5004466Fri, + 13 Nov 2020 22:21:08 GMT$account-encryption-keyfalse" + headers: + content-type: + - application/xml + date: + - Fri, 13 Nov 2020 22:21:07 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:21:07 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testshare1c4ad1829?restype=share + response: + body: + string: '' + headers: + date: + - Fri, 13 Nov 2020 22:21:07 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:21:07 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testshare2c4ad1829?restype=share + response: + body: + string: '' + headers: + date: + - Fri, 13 Nov 2020 22:21:07 GMT + server: + - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: + - chunked + x-ms-version: + - '2020-04-08' + status: + code: 202 + message: Accepted +version: 1 diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_set_share_properties_with_root_squash.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_set_share_properties_with_root_squash.yaml index c041f1307304..27acf4b30c10 100644 --- a/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_set_share_properties_with_root_squash.yaml +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share.test_set_share_properties_with_root_squash.yaml @@ -13,7 +13,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:53 GMT x-ms-enabled-protocols: - NFS x-ms-version: @@ -25,11 +25,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT etag: - - '"0x8D88540011042A7"' + - '"0x8D888221BA28AAD"' last-modified: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -53,7 +53,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:15:22 GMT + - Fri, 13 Nov 2020 22:18:53 GMT x-ms-enabled-protocols: - NFS x-ms-version: @@ -65,11 +65,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT etag: - - '"0x8D885400129C2ED"' + - '"0x8D888221BC2C301"' last-modified: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -93,7 +93,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:15:22 GMT + - Fri, 13 Nov 2020 22:18:54 GMT x-ms-root-squash: - NoRootSquash x-ms-version: @@ -105,11 +105,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT etag: - - '"0x8D88540013C5748"' + - '"0x8D888221BD7F4AB"' last-modified: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -133,7 +133,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:15:22 GMT + - Fri, 13 Nov 2020 22:18:54 GMT x-ms-root-squash: - RootSquash x-ms-version: @@ -145,11 +145,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT etag: - - '"0x8D88540014E8321"' + - '"0x8D888221BEA2084"' last-modified: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -171,7 +171,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:15:22 GMT + - Fri, 13 Nov 2020 22:18:54 GMT x-ms-version: - '2020-04-08' method: GET @@ -181,11 +181,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT etag: - - '"0x8D88540013C5748"' + - '"0x8D888221BD7F4AB"' last-modified: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -201,7 +201,7 @@ interactions: x-ms-root-squash: - NoRootSquash x-ms-share-next-allowed-quota-downgrade-time: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT x-ms-share-provisioned-egress-mbps: - '66' x-ms-share-provisioned-ingress-mbps: @@ -227,7 +227,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:15:22 GMT + - Fri, 13 Nov 2020 22:18:54 GMT x-ms-version: - '2020-04-08' method: GET @@ -237,11 +237,11 @@ interactions: string: '' headers: date: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:55 GMT etag: - - '"0x8D88540014E8321"' + - '"0x8D888221BEA2084"' last-modified: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:55 GMT server: - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: @@ -257,7 +257,7 @@ interactions: x-ms-root-squash: - RootSquash x-ms-share-next-allowed-quota-downgrade-time: - - Tue, 10 Nov 2020 06:15:21 GMT + - Fri, 13 Nov 2020 22:18:54 GMT x-ms-share-provisioned-egress-mbps: - '66' x-ms-share-provisioned-ingress-mbps: @@ -271,3232 +271,4 @@ interactions: status: code: 200 message: OK -- request: - body: null - headers: - Accept: - - application/xml - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:22 GMT - x-ms-version: - - '2020-04-08' - method: GET - uri: https://storagename.file.core.windows.net/?include=snapshots&comp=list - response: - body: - string: "\uFEFFjtsshareapitestsgetpropertiespremium0000717281de4d707Fri, - 06 Nov 2020 00:36:15 GMT\"0x8D881EBF8498DE0\"100SMBPremium5004466Fri, - 06 Nov 2020 00:36:15 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium000979586a91d779eThu, - 05 Nov 2020 20:50:20 GMT\"0x8D881CC69061C5C\"100SMBPremium5004466Thu, - 05 Nov 2020 20:50:20 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0019130ce39a682b7Thu, - 05 Nov 2020 21:03:31 GMT\"0x8D881CE4015A3CE\"100SMBPremium5004466Thu, - 05 Nov 2020 21:03:31 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium00204101ddfb3e349Thu, - 05 Nov 2020 20:57:16 GMT\"0x8D881CD609F482C\"100SMBPremium5004466Thu, - 05 Nov 2020 20:57:16 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium00271272315441569Thu, - 05 Nov 2020 21:05:46 GMT\"0x8D881CE90E4A4BC\"100SMBPremium5004466Thu, - 05 Nov 2020 21:05:46 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium003153736bd874df9Thu, - 05 Nov 2020 20:53:36 GMT\"0x8D881CCDDB5D4C2\"100SMBPremium5004466Thu, - 05 Nov 2020 20:53:36 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0039795775bce705bThu, - 05 Nov 2020 20:17:04 GMT\"0x8D881C7C30CC065\"100SMBPremium5004466Thu, - 05 Nov 2020 20:17:04 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium00633122b2ad698b5Fri, - 06 Nov 2020 00:37:03 GMT\"0x8D881EC14CF605C\"100SMBPremium5004466Fri, - 06 Nov 2020 00:37:03 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0066518bac6ca306bThu, - 05 Nov 2020 21:04:35 GMT\"0x8D881CE6637FD9A\"100SMBPremium5004466Thu, - 05 Nov 2020 21:04:35 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium00782465cdc1d8262Thu, - 05 Nov 2020 21:06:24 GMT\"0x8D881CEA75CE439\"100SMBPremium5004466Thu, - 05 Nov 2020 21:06:24 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0078965ed52d1d15fThu, - 05 Nov 2020 20:14:34 GMT\"0x8D881C769785195\"100SMBPremium5004466Thu, - 05 Nov 2020 20:14:34 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium008267637a36049a6Thu, - 05 Nov 2020 21:08:58 GMT\"0x8D881CF033ED29B\"100SMBPremium5004466Thu, - 05 Nov 2020 21:08:58 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0084071383fcd64abFri, - 06 Nov 2020 00:37:51 GMT\"0x8D881EC312FE400\"100SMBPremium5004466Fri, - 06 Nov 2020 00:37:51 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium0087614cb345f7befThu, - 05 Nov 2020 20:55:52 GMT\"0x8D881CD2EA1897E\"100SMBPremium5004466Thu, - 05 Nov 2020 20:55:52 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium018674da5e4bc9aeThu, - 05 Nov 2020 20:12:45 GMT\"0x8D881C728B129D0\"100SMBPremium5004466Thu, - 05 Nov 2020 20:12:45 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium04606426b06e2fe3Thu, - 05 Nov 2020 20:12:46 GMT\"0x8D881C7295B93F5\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 20:12:46 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium056745fa43978410Thu, - 05 Nov 2020 20:12:46 GMT\"0x8D881C72996AC63\"100SMBPremium5004466Thu, - 05 Nov 2020 20:12:46 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1026493efc0885ccaThu, - 05 Nov 2020 21:06:25 GMT\"0x8D881CEA806D816\"100SMBPremium5004466Thu, - 05 Nov 2020 21:06:25 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1034179888d0cd34aFri, - 06 Nov 2020 00:37:52 GMT\"0x8D881EC320D7593\"100NFSAllSquashPremium5004466Fri, - 06 Nov 2020 00:37:52 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium10349388c5cd1cf1cThu, - 05 Nov 2020 21:03:32 GMT\"0x8D881CE40C2CD3C\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 21:03:32 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1060486f706254d31Thu, - 05 Nov 2020 20:50:22 GMT\"0x8D881CC69BDF65D\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 20:50:22 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium106758749a738d705Thu, - 05 Nov 2020 21:05:47 GMT\"0x8D881CE919A5B52\"100SMBPremium5004466Thu, - 05 Nov 2020 21:05:47 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1070592546fe10366Fri, - 06 Nov 2020 00:36:16 GMT\"0x8D881EBF90E1414\"100NFSAllSquashPremium5004466Fri, - 06 Nov 2020 00:36:16 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1083263aa6fe666d9Thu, - 05 Nov 2020 20:53:38 GMT\"0x8D881CCDED536F4\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 20:53:38 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1086782b971893463Thu, - 05 Nov 2020 20:17:06 GMT\"0x8D881C7C442E3BB\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 20:17:06 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1089296d648997df1Thu, - 05 Nov 2020 21:08:59 GMT\"0x8D881CF03EC98B4\"100NFSAllSquashPremium5004466Thu, - 05 Nov 2020 21:08:59 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1090914c74bf68655Thu, - 05 Nov 2020 20:14:35 GMT\"0x8D881C76A299AA2\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 20:14:35 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium10910684dab4419cdThu, - 05 Nov 2020 21:04:36 GMT\"0x8D881CE66E9E315\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 21:04:36 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1091153a8385663b2Thu, - 05 Nov 2020 20:57:17 GMT\"0x8D881CD615F615E\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 20:57:17 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium1094196701d9bdfdbFri, - 06 Nov 2020 00:37:04 GMT\"0x8D881EC159EE5CB\"100NFSAllSquashPremium5004466Fri, - 06 Nov 2020 00:37:04 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2004120c315552fabThu, - 05 Nov 2020 20:17:06 GMT\"0x8D881C7C480E2F9\"100SMBPremium5004466Thu, - 05 Nov 2020 20:17:06 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium20053848b9bfc2b21Thu, - 05 Nov 2020 20:57:17 GMT\"0x8D881CD619F0E87\"100SMBPremium5004466Thu, - 05 Nov 2020 20:57:17 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium200811444096520c9Thu, - 05 Nov 2020 20:50:22 GMT\"0x8D881CC69FBCE5C\"100SMBPremium5004466Thu, - 05 Nov 2020 20:50:22 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2020558e65554583bFri, - 06 Nov 2020 00:36:17 GMT\"0x8D881EBF94B76B0\"100NFSNoRootSquashPremium5004466Fri, - 06 Nov 2020 00:36:17 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2027990f6a1040d6cThu, - 05 Nov 2020 21:03:32 GMT\"0x8D881CE4100CC41\"100SMBPremium5004466Thu, - 05 Nov 2020 21:03:32 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2045618579ef8cf84Fri, - 06 Nov 2020 00:37:05 GMT\"0x8D881EC15DBD352\"100NFSNoRootSquashPremium5004466Fri, - 06 Nov 2020 00:37:05 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2057580cc731977f1Thu, - 05 Nov 2020 20:14:35 GMT\"0x8D881C76A6A0B3A\"100SMBPremium5004466Thu, - 05 Nov 2020 20:14:35 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2084502e09a2e34edThu, - 05 Nov 2020 20:53:38 GMT\"0x8D881CCDF109D8F\"100SMBPremium5004466Thu, - 05 Nov 2020 20:53:38 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2085181ae8cf0e5a3Fri, - 06 Nov 2020 00:37:52 GMT\"0x8D881EC324F45F4\"100NFSNoRootSquashPremium5004466Fri, - 06 Nov 2020 00:37:52 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium2090680e6619e8b50Thu, - 05 Nov 2020 21:09:00 GMT\"0x8D881CF0430DA84\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 21:09:00 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium20986251ed61154e5Thu, - 05 Nov 2020 21:04:36 GMT\"0x8D881CE672AC8E5\"100SMBPremium5004466Thu, - 05 Nov 2020 21:04:36 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium3018814736a4eec0dFri, - 06 Nov 2020 00:37:05 GMT\"0x8D881EC1615B309\"100NFSRootSquashPremium5004466Fri, - 06 Nov 2020 00:37:05 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium3048213add4c73fd1Thu, - 05 Nov 2020 21:09:00 GMT\"0x8D881CF04695A5D\"100NFSRootSquashPremium5004466Thu, - 05 Nov 2020 21:09:00 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium307616092982fbde8Fri, - 06 Nov 2020 00:36:17 GMT\"0x8D881EBF98B23A9\"100NFSRootSquashPremium5004466Fri, - 06 Nov 2020 00:36:17 GMT$account-encryption-keyfalsejtsshareapitestsgetpropertiespremium3095819b3b3421b85Fri, - 06 Nov 2020 00:37:53 GMT\"0x8D881EC328973C9\"100NFSRootSquashPremium5004466Fri, - 06 Nov 2020 00:37:53 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties0005030d11bbb90c2Thu, - 05 Nov 2020 21:46:38 GMT\"0x8D881D44652ECE9\"100NFSRootSquashPremium5004466Thu, - 05 Nov 2020 21:46:38 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties0052285d180d96770Thu, - 05 Nov 2020 21:44:53 GMT\"0x8D881D407A6E928\"100SMBPremium5004466Thu, - 05 Nov 2020 21:44:53 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties100990451c654b514Thu, - 05 Nov 2020 21:46:39 GMT\"0x8D881D446E81C9B\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 21:46:39 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties102640483a21f44deThu, - 05 Nov 2020 21:44:54 GMT\"0x8D881D4085DB0B1\"100SMBPremium5004466Thu, - 05 Nov 2020 21:44:54 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties20047951dc177da7bThu, - 05 Nov 2020 21:46:40 GMT\"0x8D881D447314118\"100NFSAllSquashPremium5004466Thu, - 05 Nov 2020 21:46:39 GMT$account-encryption-keyfalsejtsshareapitestssetpremiumproperties2056511ac34914c09Thu, - 05 Nov 2020 21:44:55 GMT\"0x8D881D408AE0272\"100SMBPremium5004466Thu, - 05 Nov 2020 21:44:55 GMT$account-encryption-keyfalsejtsshareasyncapitestsgetpropertiespremium007489712835a8Thu, - 05 Nov 2020 21:54:41 GMT\"0x8D881D5661CE96F\"100SMBPremium5004466Thu, - 05 Nov 2020 21:54:41 GMT$account-encryption-keyfalsejtsshareasyncapitestsgetpropertiespremium1075078385e4a3Thu, - 05 Nov 2020 21:54:42 GMT\"0x8D881D566D75C84\"100NFSAllSquashPremium5004466Thu, - 05 Nov 2020 21:54:42 GMT$account-encryption-keyfalsejtsshareasyncapitestsgetpropertiespremium20466423322082Thu, - 05 Nov 2020 21:54:43 GMT\"0x8D881D5671A65D5\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 21:54:43 GMT$account-encryption-keyfalsejtsshareasyncapitestsgetpropertiespremium3039431c7b46c0Thu, - 05 Nov 2020 21:54:43 GMT\"0x8D881D567527080\"100NFSRootSquashPremium5004466Thu, - 05 Nov 2020 21:54:43 GMT$account-encryption-keyfalsejtsshareasyncapitestssetpremiumproperties0034025976272bThu, - 05 Nov 2020 21:57:33 GMT\"0x8D881D5CC950899\"100NFSRootSquashPremium5004466Thu, - 05 Nov 2020 21:57:32 GMT$account-encryption-keyfalsejtsshareasyncapitestssetpremiumproperties1046503ee96509Thu, - 05 Nov 2020 21:57:34 GMT\"0x8D881D5CD392F31\"100NFSNoRootSquashPremium5004466Thu, - 05 Nov 2020 21:57:34 GMT$account-encryption-keyfalsejtsshareasyncapitestssetpremiumproperties20622067c7001bThu, - 05 Nov 2020 21:57:34 GMT\"0x8D881D5CD81B751\"100NFSAllSquashPremium5004466Thu, - 05 Nov 2020 21:57:34 GMT$account-encryption-keyfalseshare112220eeaTue, - 10 Nov 2020 05:49:43 GMT\"0x8D8853C6C1B02B7\"100SMBPremium5004466Tue, - 10 Nov 2020 05:49:43 GMT$account-encryption-keyfalseshare1503d161cTue, - 10 Nov 2020 06:15:21 GMT\"0x8D88540013C5748\"100NFSNoRootSquashPremium5004466Tue, - 10 Nov 2020 06:15:21 GMT$account-encryption-keyfalseshare2503d161cTue, - 10 Nov 2020 06:15:21 GMT\"0x8D88540014E8321\"100NFSRootSquashPremium5004466Tue, - 10 Nov 2020 06:15:21 GMT$account-encryption-keyfalseshare3503d161cTue, - 10 Nov 2020 06:02:25 GMT\"0x8D8853E323E38A6\"100SMBPremium5004466Tue, - 10 Nov 2020 06:00:59 GMT$account-encryption-keyfalseshare5503d161cTue, - 10 Nov 2020 06:10:38 GMT\"0x8D8853F588C40D1\"100SMBPremium5004466Tue, - 10 Nov 2020 06:10:33 GMT$account-encryption-keyfalseshare6503d161cTue, - 10 Nov 2020 06:11:22 GMT\"0x8D8853F72633E55\"100SMBPremium5004466Tue, - 10 Nov 2020 06:10:33 GMT$account-encryption-keyfalsesharesfd5503d161cTue, - 10 Nov 2020 06:13:58 GMT\"0x8D8853FCFB12E33\"100NFSNoRootSquashPremium5004466Tue, - 10 Nov 2020 06:13:57 GMT$account-encryption-keyfalsesharsfe6503d161cTue, - 10 Nov 2020 06:14:04 GMT\"0x8D8853FD34E1687\"100NFSRootSquashPremium5004466Tue, - 10 Nov 2020 06:13:58 GMT$account-encryption-keyfalsetest-share-023c770f-85c9-48bf-87ab-e9551b1f9aa8Tue, - 20 Oct 2020 18:52:38 GMT\"0x8D8752951096BC6\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 18:52:38 GMT$account-encryption-keyfalsetest-share-17d997bd-0553-8abd-8da4-99bef0158f6bTue, - 20 Oct 2020 19:02:36 GMT\"0x8D8752AB55F83FD\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 19:02:36 GMT$account-encryption-keyfalsetest-share-1a703b8d-1dce-4d9a-a22a-f2d96031770dTue, - 20 Oct 2020 18:54:00 GMT\"0x8D8752981B0634E\"100NFSNoRootSquashPremium5004466Tue, - 20 Oct 2020 18:54:00 GMT$account-encryption-keyfalsetest-share-1e9b6de2-f84b-2a79-b372-1a94bbb31c28Tue, - 20 Oct 2020 19:03:00 GMT\"0x8D8752AC3AC2708\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 19:03:00 GMT$account-encryption-keyfalsetest-share-31da7c42-d479-9a5e-41e3-0e9abb71b88eTue, - 20 Oct 2020 19:02:59 GMT\"0x8D8752AC2EE1ED7\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 19:02:59 GMT$account-encryption-keyfalsetest-share-4c5a0ef2-da8a-4522-b68e-ecc0f8fcb80eTue, - 20 Oct 2020 18:48:48 GMT\"0x8D87528C7FCA615\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 18:48:48 GMT$account-encryption-keyfalsetest-share-60f55f0c-314f-4940-a2b6-efb0e68a670fTue, - 20 Oct 2020 18:54:00 GMT\"0x8D8752981FBF9C5\"100NFSNoRootSquashPremium5004466Tue, - 20 Oct 2020 18:54:00 GMT$account-encryption-keyfalsetest-share-6eb9cce7-316f-164a-caae-e1a4ecb4668bTue, - 20 Oct 2020 19:02:59 GMT\"0x8D8752AC3299780\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 19:02:59 GMT$account-encryption-keyfalsetest-share-b03e8d3a-287e-41d7-8570-9790a3d3c572Tue, - 20 Oct 2020 18:51:57 GMT\"0x8D8752938456E0E\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 18:51:57 GMT$account-encryption-keyfalsetest-share-b143b069-8309-413f-bd52-1773ef67f45eTue, - 20 Oct 2020 18:48:48 GMT\"0x8D87528C7CA9C7C\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 18:48:48 GMT$account-encryption-keyfalsetest-share-b40d8567-2a53-47cf-937d-ee1cdbf2c88bTue, - 20 Oct 2020 18:51:57 GMT\"0x8D875293877C7D1\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 18:51:57 GMT$account-encryption-keyfalsetest-share-cf71c98e-5b7f-4a8c-850e-34f7dcdc5b47Tue, - 20 Oct 2020 18:48:23 GMT\"0x8D87528B8AEEDD2\"100SMBPremium5004466Tue, - 20 Oct 2020 18:48:23 GMT$account-encryption-keyfalsetest-share-d3854fd4-c25c-41c0-ba80-2a3023851f3fTue, - 20 Oct 2020 18:48:22 GMT\"0x8D87528B86D435B\"100SMBPremium5004466Tue, - 20 Oct 2020 18:48:22 GMT$account-encryption-keyfalsetest-share-d58a3d34-f2ce-4ed0-b93c-d0f433b3ea54Tue, - 20 Oct 2020 18:56:47 GMT\"0x8D87529E5404642\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 18:56:47 GMT$account-encryption-keyfalsetest-share-d664ce14-61b8-cac2-1136-59e2acf9740aTue, - 20 Oct 2020 19:02:36 GMT\"0x8D8752AB51DD753\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 19:02:36 GMT$account-encryption-keyfalsetest-share-defdeccb-01fc-03cc-7908-66da1b208148Tue, - 20 Oct 2020 19:03:00 GMT\"0x8D8752AC37C0D4F\"100NFSAllSquashPremium5004466Tue, - 20 Oct 2020 19:03:00 GMT$account-encryption-keyfalsetestshare1503d161cTue, - 10 Nov 2020 06:14:45 GMT\"0x8D8853FEBC0FB23\"100NFSNoRootSquashPremium5004466Tue, - 10 Nov 2020 06:14:45 GMT$account-encryption-keyfalsetestshare2503d161cTue, - 10 Nov 2020 06:14:45 GMT\"0x8D8853FEBD4ADEA\"100NFSRootSquashPremium5004466Tue, - 10 Nov 2020 06:14:45 GMT$account-encryption-keyfalse" - headers: - content-type: - - application/xml - date: - - Tue, 10 Nov 2020 06:15:21 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:23 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0000717281de4d707?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:22 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:23 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium000979586a91d779e?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:22 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:23 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0019130ce39a682b7?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:22 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:23 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium00204101ddfb3e349?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:22 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:23 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium00271272315441569?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:22 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:23 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium003153736bd874df9?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:22 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:24 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0039795775bce705b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:22 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:24 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium00633122b2ad698b5?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:22 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:24 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0066518bac6ca306b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:23 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:24 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium00782465cdc1d8262?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:23 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:24 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0078965ed52d1d15f?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:23 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:24 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium008267637a36049a6?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:23 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:24 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0084071383fcd64ab?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:23 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:24 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium0087614cb345f7bef?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:23 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:25 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium018674da5e4bc9ae?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:23 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:25 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium04606426b06e2fe3?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:23 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:25 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium056745fa43978410?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:24 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:25 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1026493efc0885cca?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:24 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:25 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1034179888d0cd34a?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:24 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:25 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium10349388c5cd1cf1c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:24 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:25 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1060486f706254d31?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:24 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:26 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium106758749a738d705?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:24 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:26 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1070592546fe10366?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:24 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:26 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1083263aa6fe666d9?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:24 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:26 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1086782b971893463?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:25 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:26 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1089296d648997df1?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:25 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:26 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1090914c74bf68655?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:25 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:26 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium10910684dab4419cd?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:25 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:26 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1091153a8385663b2?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:25 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:27 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium1094196701d9bdfdb?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:25 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:27 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2004120c315552fab?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:25 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:27 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium20053848b9bfc2b21?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:25 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:27 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium200811444096520c9?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:26 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:27 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2020558e65554583b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:26 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:27 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2027990f6a1040d6c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:26 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:27 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2045618579ef8cf84?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:26 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:28 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2057580cc731977f1?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:26 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:28 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2084502e09a2e34ed?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:26 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:28 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2085181ae8cf0e5a3?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:26 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:28 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium2090680e6619e8b50?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:26 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:28 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium20986251ed61154e5?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:27 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:28 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium3018814736a4eec0d?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:27 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:28 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium3048213add4c73fd1?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:27 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:28 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium307616092982fbde8?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:27 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:29 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestsgetpropertiespremium3095819b3b3421b85?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:27 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:29 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties0005030d11bbb90c2?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:27 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:29 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties0052285d180d96770?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:27 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:29 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties100990451c654b514?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:27 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:29 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties102640483a21f44de?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:28 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:29 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties20047951dc177da7b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:28 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:29 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareapitestssetpremiumproperties2056511ac34914c09?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:28 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:30 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareasyncapitestsgetpropertiespremium007489712835a8?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:28 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:30 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareasyncapitestsgetpropertiespremium1075078385e4a3?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:28 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:30 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareasyncapitestsgetpropertiespremium20466423322082?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:28 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:30 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareasyncapitestsgetpropertiespremium3039431c7b46c0?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:28 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:30 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareasyncapitestssetpremiumproperties0034025976272b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:29 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:30 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareasyncapitestssetpremiumproperties1046503ee96509?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:29 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:30 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/jtsshareasyncapitestssetpremiumproperties20622067c7001b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:29 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:31 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/share112220eea?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:29 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:31 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/share1503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:29 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:31 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/share2503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:29 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:31 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/share3503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:29 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:31 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/share5503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:29 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:31 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/share6503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:31 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:31 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/sharesfd5503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:31 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:32 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/sharsfe6503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:31 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:32 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-023c770f-85c9-48bf-87ab-e9551b1f9aa8?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:31 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:32 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-17d997bd-0553-8abd-8da4-99bef0158f6b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:31 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:32 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-1a703b8d-1dce-4d9a-a22a-f2d96031770d?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:31 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:32 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-1e9b6de2-f84b-2a79-b372-1a94bbb31c28?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:31 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:32 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-31da7c42-d479-9a5e-41e3-0e9abb71b88e?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:32 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:32 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-4c5a0ef2-da8a-4522-b68e-ecc0f8fcb80e?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:32 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:33 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-60f55f0c-314f-4940-a2b6-efb0e68a670f?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:32 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:33 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-6eb9cce7-316f-164a-caae-e1a4ecb4668b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:32 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:33 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-b03e8d3a-287e-41d7-8570-9790a3d3c572?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:32 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:33 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-b143b069-8309-413f-bd52-1773ef67f45e?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:32 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:33 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-b40d8567-2a53-47cf-937d-ee1cdbf2c88b?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:32 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:33 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-cf71c98e-5b7f-4a8c-850e-34f7dcdc5b47?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:32 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:33 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-d3854fd4-c25c-41c0-ba80-2a3023851f3f?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:33 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:33 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-d58a3d34-f2ce-4ed0-b93c-d0f433b3ea54?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:33 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:34 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-d664ce14-61b8-cac2-1136-59e2acf9740a?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:33 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:34 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/test-share-defdeccb-01fc-03cc-7908-66da1b208148?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:33 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:34 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/testshare1503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:33 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) - x-ms-date: - - Tue, 10 Nov 2020 06:15:34 GMT - x-ms-delete-snapshots: - - include - x-ms-version: - - '2020-04-08' - method: DELETE - uri: https://storagename.file.core.windows.net/testshare2503d161c?restype=share - response: - body: - string: '' - headers: - date: - - Tue, 10 Nov 2020 06:15:33 GMT - server: - - Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 - transfer-encoding: - - chunked - x-ms-version: - - '2020-04-08' - status: - code: 202 - message: Accepted version: 1 diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_create_share_with_protocol.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_create_share_with_protocol.yaml index c8e8559f56d5..cad0ee53dc3a 100644 --- a/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_create_share_with_protocol.yaml +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_create_share_with_protocol.yaml @@ -5,7 +5,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:21:59 GMT + - Fri, 13 Nov 2020 22:18:04 GMT x-ms-enabled-protocols: - NFS x-ms-root-squash: @@ -18,9 +18,9 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:21:58 GMT - etag: '"0x8D88540EDC46AB1"' - last-modified: Tue, 10 Nov 2020 06:21:58 GMT + date: Fri, 13 Nov 2020 22:18:05 GMT + etag: '"0x8D88821FE5E635D"' + last-modified: Fri, 13 Nov 2020 22:18:05 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' @@ -34,7 +34,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:21:59 GMT + - Fri, 13 Nov 2020 22:18:04 GMT x-ms-version: - '2020-04-08' method: GET @@ -43,9 +43,9 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:21:58 GMT - etag: '"0x8D88540EDC46AB1"' - last-modified: Tue, 10 Nov 2020 06:21:58 GMT + date: Fri, 13 Nov 2020 22:18:05 GMT + etag: '"0x8D88821FE5E635D"' + last-modified: Fri, 13 Nov 2020 22:18:05 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-access-tier: Premium @@ -53,7 +53,7 @@ interactions: x-ms-has-immutability-policy: 'false' x-ms-has-legal-hold: 'false' x-ms-root-squash: RootSquash - x-ms-share-next-allowed-quota-downgrade-time: Tue, 10 Nov 2020 06:21:58 GMT + x-ms-share-next-allowed-quota-downgrade-time: Fri, 13 Nov 2020 22:18:05 GMT x-ms-share-provisioned-egress-mbps: '66' x-ms-share-provisioned-ingress-mbps: '44' x-ms-share-provisioned-iops: '500' @@ -69,7 +69,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:21:59 GMT + - Fri, 13 Nov 2020 22:18:04 GMT x-ms-version: - '2020-04-08' method: DELETE @@ -78,7 +78,7 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:21:58 GMT + date: Fri, 13 Nov 2020 22:18:05 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_list_shares_with_root_squash_and_protocols.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_list_shares_with_root_squash_and_protocols.yaml new file mode 100644 index 000000000000..7f3424c56b7e --- /dev/null +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_list_shares_with_root_squash_and_protocols.yaml @@ -0,0 +1,172 @@ +interactions: +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:18:32 GMT + x-ms-enabled-protocols: + - NFS + x-ms-root-squash: + - AllSquash + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/testshare15df31aa6?restype=share + response: + body: + string: '' + headers: + date: Fri, 13 Nov 2020 22:18:33 GMT + etag: '"0x8D888220F26CF6C"' + last-modified: Fri, 13 Nov 2020 22:18:33 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 201 + message: Created + url: https://seancanarypremiumfile2.file.core.windows.net/testshare15df31aa6?restype=share +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:18:32 GMT + x-ms-enabled-protocols: + - SMB + x-ms-version: + - '2020-04-08' + method: PUT + uri: https://storagename.file.core.windows.net/testshare25df31aa6?restype=share + response: + body: + string: '' + headers: + date: Fri, 13 Nov 2020 22:18:33 GMT + etag: '"0x8D888220F38FB50"' + last-modified: Fri, 13 Nov 2020 22:18:33 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 201 + message: Created + url: https://seancanarypremiumfile2.file.core.windows.net/testshare25df31aa6?restype=share +- request: + body: null + headers: + Accept: + - application/xml + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:18:33 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/?include=&comp=list + response: + body: + string: "\uFEFFtestshare15df31aa6Fri, + 13 Nov 2020 22:18:33 GMT\"0x8D888220F26CF6C\"100NFSAllSquashPremium5004466Fri, + 13 Nov 2020 22:18:33 GMT$account-encryption-keyfalsetestshare25df31aa6Fri, + 13 Nov 2020 22:18:33 GMT\"0x8D888220F38FB50\"100SMBPremium5004466Fri, + 13 Nov 2020 22:18:33 GMT$account-encryption-keyfalse" + headers: + content-type: application/xml + date: Fri, 13 Nov 2020 22:18:33 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 200 + message: OK + url: https://seancanarypremiumfile2.file.core.windows.net/?include=&comp=list +- request: + body: null + headers: + Accept: + - application/xml + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:18:33 GMT + x-ms-version: + - '2020-04-08' + method: GET + uri: https://storagename.file.core.windows.net/?include=snapshots&comp=list + response: + body: + string: "\uFEFFtestshare15df31aa6Fri, + 13 Nov 2020 22:18:33 GMT\"0x8D888220F26CF6C\"100NFSAllSquashPremium5004466Fri, + 13 Nov 2020 22:18:33 GMT$account-encryption-keyfalsetestshare25df31aa6Fri, + 13 Nov 2020 22:18:33 GMT\"0x8D888220F38FB50\"100SMBPremium5004466Fri, + 13 Nov 2020 22:18:33 GMT$account-encryption-keyfalse" + headers: + content-type: application/xml + date: Fri, 13 Nov 2020 22:18:33 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 200 + message: OK + url: https://seancanarypremiumfile2.file.core.windows.net/?include=snapshots&comp=list +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:18:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testshare15df31aa6?restype=share + response: + body: + string: '' + headers: + date: Fri, 13 Nov 2020 22:18:33 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 202 + message: Accepted + url: https://seancanarypremiumfile2.file.core.windows.net/testshare15df31aa6?restype=share +- request: + body: null + headers: + User-Agent: + - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) + x-ms-date: + - Fri, 13 Nov 2020 22:18:33 GMT + x-ms-delete-snapshots: + - include + x-ms-version: + - '2020-04-08' + method: DELETE + uri: https://storagename.file.core.windows.net/testshare25df31aa6?restype=share + response: + body: + string: '' + headers: + date: Fri, 13 Nov 2020 22:18:33 GMT + server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 + transfer-encoding: chunked + x-ms-version: '2020-04-08' + status: + code: 202 + message: Accepted + url: https://seancanarypremiumfile2.file.core.windows.net/testshare25df31aa6?restype=share +version: 1 diff --git a/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_set_share_properties_with_root_squash.yaml b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_set_share_properties_with_root_squash.yaml index 4098fde52031..6a40cbd9b32a 100644 --- a/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_set_share_properties_with_root_squash.yaml +++ b/sdk/storage/azure-storage-file-share/tests/recordings/test_share_async.test_set_share_properties_with_root_squash.yaml @@ -5,7 +5,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:31 GMT + - Fri, 13 Nov 2020 22:18:24 GMT x-ms-enabled-protocols: - NFS x-ms-version: @@ -16,9 +16,9 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:26:30 GMT - etag: '"0x8D88541906A3F77"' - last-modified: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT + etag: '"0x8D888220A7DB04D"' + last-modified: Fri, 13 Nov 2020 22:18:25 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' @@ -32,7 +32,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:32 GMT + - Fri, 13 Nov 2020 22:18:25 GMT x-ms-enabled-protocols: - NFS x-ms-version: @@ -43,9 +43,9 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:26:30 GMT - etag: '"0x8D88541907BA7E2"' - last-modified: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT + etag: '"0x8D888220A88AED7"' + last-modified: Fri, 13 Nov 2020 22:18:25 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' @@ -59,7 +59,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:32 GMT + - Fri, 13 Nov 2020 22:18:25 GMT x-ms-root-squash: - NoRootSquash x-ms-version: @@ -70,9 +70,9 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:26:30 GMT - etag: '"0x8D885419087D4F1"' - last-modified: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT + etag: '"0x8D888220A94325A"' + last-modified: Fri, 13 Nov 2020 22:18:26 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' @@ -86,7 +86,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:32 GMT + - Fri, 13 Nov 2020 22:18:25 GMT x-ms-root-squash: - RootSquash x-ms-version: @@ -97,9 +97,9 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:26:30 GMT - etag: '"0x8D885419090620E"' - last-modified: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT + etag: '"0x8D888220A9DD11B"' + last-modified: Fri, 13 Nov 2020 22:18:26 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' @@ -113,7 +113,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:32 GMT + - Fri, 13 Nov 2020 22:18:25 GMT x-ms-version: - '2020-04-08' method: GET @@ -122,9 +122,9 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:26:31 GMT - etag: '"0x8D885419087D4F1"' - last-modified: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT + etag: '"0x8D888220A94325A"' + last-modified: Fri, 13 Nov 2020 22:18:26 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-access-tier: Premium @@ -132,7 +132,7 @@ interactions: x-ms-has-immutability-policy: 'false' x-ms-has-legal-hold: 'false' x-ms-root-squash: NoRootSquash - x-ms-share-next-allowed-quota-downgrade-time: Tue, 10 Nov 2020 06:26:31 GMT + x-ms-share-next-allowed-quota-downgrade-time: Fri, 13 Nov 2020 22:18:25 GMT x-ms-share-provisioned-egress-mbps: '66' x-ms-share-provisioned-ingress-mbps: '44' x-ms-share-provisioned-iops: '500' @@ -148,7 +148,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:32 GMT + - Fri, 13 Nov 2020 22:18:25 GMT x-ms-version: - '2020-04-08' method: GET @@ -157,9 +157,9 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:26:31 GMT - etag: '"0x8D885419090620E"' - last-modified: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT + etag: '"0x8D888220A9DD11B"' + last-modified: Fri, 13 Nov 2020 22:18:26 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-access-tier: Premium @@ -167,7 +167,7 @@ interactions: x-ms-has-immutability-policy: 'false' x-ms-has-legal-hold: 'false' x-ms-root-squash: RootSquash - x-ms-share-next-allowed-quota-downgrade-time: Tue, 10 Nov 2020 06:26:31 GMT + x-ms-share-next-allowed-quota-downgrade-time: Fri, 13 Nov 2020 22:18:25 GMT x-ms-share-provisioned-egress-mbps: '66' x-ms-share-provisioned-ingress-mbps: '44' x-ms-share-provisioned-iops: '500' @@ -185,7 +185,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:32 GMT + - Fri, 13 Nov 2020 22:18:25 GMT x-ms-version: - '2020-04-08' method: GET @@ -193,15 +193,15 @@ interactions: response: body: string: "\uFEFFshare1dd031899Tue, - 10 Nov 2020 06:26:31 GMT\"0x8D885419087D4F1\"100NFSNoRootSquashPremium5004466Tue, - 10 Nov 2020 06:26:31 GMT$account-encryption-keyfalseshare2dd031899Tue, - 10 Nov 2020 06:26:31 GMT\"0x8D885419090620E\"100NFSRootSquashPremium5004466Tue, - 10 Nov 2020 06:26:31 GMT$account-encryption-keyfalseshare1dd031899Fri, + 13 Nov 2020 22:18:26 GMT\"0x8D888220A94325A\"100NFSNoRootSquashPremium5004466Fri, + 13 Nov 2020 22:18:25 GMT$account-encryption-keyfalseshare2dd031899Fri, + 13 Nov 2020 22:18:26 GMT\"0x8D888220A9DD11B\"100NFSRootSquashPremium5004466Fri, + 13 Nov 2020 22:18:25 GMT$account-encryption-keyfalse" headers: content-type: application/xml - date: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' @@ -215,7 +215,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:32 GMT + - Fri, 13 Nov 2020 22:18:25 GMT x-ms-delete-snapshots: - include x-ms-version: @@ -226,7 +226,7 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' @@ -240,7 +240,7 @@ interactions: User-Agent: - azsdk-python-storage-file-share/12.3.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 10 Nov 2020 06:26:32 GMT + - Fri, 13 Nov 2020 22:18:25 GMT x-ms-delete-snapshots: - include x-ms-version: @@ -251,7 +251,7 @@ interactions: body: string: '' headers: - date: Tue, 10 Nov 2020 06:26:31 GMT + date: Fri, 13 Nov 2020 22:18:25 GMT server: Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 transfer-encoding: chunked x-ms-version: '2020-04-08' diff --git a/sdk/storage/azure-storage-file-share/tests/test_share.py b/sdk/storage/azure-storage-file-share/tests/test_share.py index 1aabdbeac16b..03410e40e142 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share.py @@ -869,8 +869,8 @@ def test_set_share_properties_with_root_squash(self, resource_group, location, s def test_list_shares_with_root_squash_and_protocols( self, resource_group, location, storage_account, storage_account_key): self._setup(storage_account, storage_account_key) - self._create_share(prefix="share1", protocols="NFS", root_squash=ShareRootSquash.no_root_squash) - self._create_share(prefix="share2", protocols=ShareProtocols.SMB) + self._create_share(prefix="testshare1", protocols="NFS", root_squash=ShareRootSquash.all_squash) + self._create_share(prefix="testshare2", protocols=ShareProtocols.SMB) # Act shares = list(self.fsc.list_shares()) share1_props = shares[0] @@ -879,7 +879,7 @@ def test_list_shares_with_root_squash_and_protocols( # Assert self.assertIsNotNone(shares) self.assertGreaterEqual(len(shares), 2) - self.assertEqual(share1_props.root_squash, ShareRootSquash.no_root_squash) + self.assertEqual(share1_props.root_squash, ShareRootSquash.all_squash) self.assertEqual(share1_props.protocols, ["NFS"]) self.assertEqual(share2_props.root_squash, None) self.assertEqual(share2_props.protocols, ["SMB"]) diff --git a/sdk/storage/azure-storage-file-share/tests/test_share_async.py b/sdk/storage/azure-storage-file-share/tests/test_share_async.py index 0e79bf5f46c5..eae49c46b29c 100644 --- a/sdk/storage/azure-storage-file-share/tests/test_share_async.py +++ b/sdk/storage/azure-storage-file-share/tests/test_share_async.py @@ -532,25 +532,6 @@ async def test_create_share_fail_on_exist(self, resource_group, location, storag self.assertTrue(created) await self._delete_shares(share.share_name) - @GlobalStorageAccountPreparer() - @AsyncStorageTestCase.await_prepared_test - async def test_create_share_with_protocol(self, resource_group, location, storage_account, storage_account_key): - self._setup(storage_account, storage_account_key) - - # Act - share_client = self._get_share_reference("testshare2") - with self.assertRaises(ValueError): - await share_client.create_share(protocols="SMB", root_squash=ShareRootSquash.all_squash) - await share_client.create_share(protocols="NFS", root_squash=ShareRootSquash.root_squash) - props = await share_client.get_share_properties() - share_enabled_protocol = props.protocols - share_root_squash = props.root_squash - - # Assert - self.assertEqual(share_enabled_protocol, "NFS") - self.assertEqual(share_root_squash, ShareRootSquash.root_squash) - await share_client.delete_share() - @GlobalStorageAccountPreparer() @AsyncStorageTestCase.await_prepared_test async def test_create_share_with_already_existing_share_fail_on_exist_async(self, resource_group, location, storage_account, storage_account_key): @@ -927,6 +908,25 @@ async def test_set_share_properties_async(self, resource_group, location, storag self.assertEqual(share2_tier, "Cool") await self._delete_shares() + @GlobalStorageAccountPreparer() + @AsyncStorageTestCase.await_prepared_test + async def test_create_share_with_protocol(self, resource_group, location, storage_account, storage_account_key): + self._setup(storage_account, storage_account_key) + + # Act + share_client = self._get_share_reference("testshare2") + with self.assertRaises(ValueError): + await share_client.create_share(protocols="SMB", root_squash=ShareRootSquash.all_squash) + await share_client.create_share(protocols="NFS", root_squash=ShareRootSquash.root_squash) + props = await share_client.get_share_properties() + share_enabled_protocol = props.protocols + share_root_squash = props.root_squash + + # Assert + self.assertEqual(share_enabled_protocol, ["NFS"]) + self.assertEqual(share_root_squash, ShareRootSquash.root_squash) + await share_client.delete_share() + @GlobalStorageAccountPreparer() @AsyncStorageTestCase.await_prepared_test async def test_set_share_properties_with_root_squash(self, resource_group, location, storage_account, storage_account_key): @@ -949,6 +949,29 @@ async def test_set_share_properties_with_root_squash(self, resource_group, locat self.assertEqual(share2_root_squash, ShareRootSquash.root_squash) await self._delete_shares() + @GlobalStorageAccountPreparer() + @AsyncStorageTestCase.await_prepared_test + async def test_list_shares_with_root_squash_and_protocols( + self, resource_group, location, storage_account, storage_account_key): + self._setup(storage_account, storage_account_key) + await self._create_share(prefix="testshare1", protocols="NFS", root_squash=ShareRootSquash.all_squash) + await self._create_share(prefix="testshare2", protocols=ShareProtocols.SMB) + # Act + shares = [] + async for s in self.fsc.list_shares(): + shares.append(s) + share1_props = shares[0] + share2_props = shares[1] + + # Assert + self.assertIsNotNone(shares) + self.assertGreaterEqual(len(shares), 2) + self.assertEqual(share1_props.root_squash, ShareRootSquash.all_squash) + self.assertEqual(share1_props.protocols, ["NFS"]) + self.assertEqual(share2_props.root_squash, None) + self.assertEqual(share2_props.protocols, ["SMB"]) + await self._delete_shares() + @GlobalResourceGroupPreparer() @StorageAccountPreparer(random_name_enabled=True, sku='premium_LRS', name_prefix='pyacrstorage', kind='FileStorage') @AsyncStorageTestCase.await_prepared_test From 4ae6e3234be1f45e12f54a57abc5cfedfc2bea61 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Tue, 1 Dec 2020 00:36:18 -0800 Subject: [PATCH 18/18] changed models type --- .../azure/storage/fileshare/_models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py index c3bd811b1727..e72ffdf3ac74 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_models.py @@ -336,8 +336,8 @@ class ShareProperties(DictMixin): This is a service returned value, and the value will be set when list shared including deleted ones. :ivar ~azure.storage.fileshare.models.ShareRootSquash or str root_squash: Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'. - :ivar ~azure.storage.fileshare.models.ShareProtocols or str protocols: - Indicates the protocol enabled on the share. This can be either SMB or NFS. + :ivar list(str) protocols: + Indicates the protocols enabled on the share. The protocol can be either SMB or NFS. """ def __init__(self, **kwargs):